Skip to content

🔧 Add endpoint to expose all available endpoints #24

@FranklinWaller

Description

@FranklinWaller

🔧 Chore

Have an extra endpoint /available(?) that shows all available endpoints set by the configuration file with a description.

{
    "routeGroup": "proxy",
    "routes": [
        {
            "path": "/something",
            "upstreamUrl": "myendpoint.com",
            "description": "Mirror of myendpoint.com/api see docs.myendpoint.com"
            "method": [
                "POST"
            ]
        }
    ]
}

Motivation

Easier for developers to see what is available. We should not expose upstreamUrl, headers, etc. Only path, description and method(s).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions