-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or request
Description
terraform-registry/chalicelib/modules.py
Lines 39 to 48 in bcdc60a
| @bp.route("/{namespace}") | |
| def list_namespace(namespace): | |
| """ | |
| Lists all modules in the given namespace | |
| ref: https://www.terraform.io/docs/registry/api.html#list-modules | |
| """ | |
| bp.current_request.query_params["q"] = "*" | |
| bp.current_request.query_params["namespace"] = namespace | |
| return search() |
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request