You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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!
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
The text was updated successfully, but these errors were encountered: