Expose endpoints in router
See original GitHub issueIt would be useful if djoser could register its endpoints into a DefaultRouter
. Then, it would be possible to import its endpoints into the Browsable API root.
I would be willing to contribute this feature.
Issue Analytics
- State:
- Created 5 years ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
Routes and Endpoints | REST API Handbook
A route is the “name” you use to access endpoints, used in the URL. A route can have multiple endpoints associated with it,...
Read more >Routing & Input - R Plumber
An incoming HTTP request must be “routed” to one or more R functions. Plumber has two distinct families of functions that it handles:...
Read more >Routes - Networking | OpenShift Container Platform 3.11
An OpenShift Container Platform route exposes a service at a host name, ... A router uses the service selector to find the service...
Read more >API Routes: Introduction - Next.js
API routes provide a solution to build your API with Next.js. Any file inside the folder pages/api is mapped to /api/* and will...
Read more >Routing traffic to an Amazon Virtual Private Cloud interface ...
To route domain traffic to an interface endpoint, use Amazon Route 53 to create an alias record. An alias record is a Route...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Yeah. It would be nice feature. My solution was like this:
Yeah, but these are implemented with views, not viewsets. So putting them into a router will require some more serious refactor.