Skip to content

Implement List all under Namespace #28

@sodre

Description

@sodre

@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

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions