Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to see actual end points? #10

Open
ainsofs opened this issue Apr 25, 2023 · 1 comment
Open

How to see actual end points? #10

ainsofs opened this issue Apr 25, 2023 · 1 comment

Comments

@ainsofs
Copy link

ainsofs commented Apr 25, 2023

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

@bdukes
Copy link
Collaborator

bdukes commented Apr 25, 2023

My understanding is that Glimpse is no longer being maintained, so there wouldn't be a way to add this enhancement (this project just wraps Glimpse to make it usable inside DNN). Sorry!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants