Skip to content

How to see actual end points? #10

Description

@ainsofs

Great work on this module. I was wondering if there is a way to enhance it so you can see the actual routes available. For example I register SampleController and AnotherCountroller with {controller}/{id}

And you would be shown

GET DesktopModule/API/Sample
POST DesktopModule/API/Sample
GET DesktopModule/API/Sample/{id}
PUT DesktopModule/API/Sample/{id}
DELETE DesktopModule/API/Sample/{id}

GET DesktopModule/API/Another
POST DesktopModule/API/Another
GET DesktopModule/API/Another/{id}
PUT DesktopModule/API/Another/{id}
DELETE DesktopModule/API/Another/{id}

Thnx

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions