Different endpoints for different actions; dynamic endpoints
See original GitHub issueHi.
For example, I have User model with endpoint /users/
, and Group model with endpoint /groups/
. User have m2m relation with Group. Request for fetching associated groups looks like /users/:id/groups
.
Question: how to change Group endpoint just for particular GET request?
Issue Analytics
- State:
- Created 9 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Dynamic outbound REST that consumes multiple endpoints
Hi,. I have 20+ integration end points. Assumption is all these integrations use REST APIs and the integration list can grow.
Read more >Creating a dynamic endpoint selection pattern - IBM
Dynamic Endpoint Selection (DES) is an integration pattern for dynamic service routing. DES enables service requesters and service providers to connect ...
Read more >Making Forms More Dynamic with REST API Endpoints
Making Forms More Dynamic with REST API Endpoints. 3.7K views 3 years ago. ProcessMaker. ProcessMaker. 2.19K subscribers. Subscribe.
Read more >Routes and Endpoints | REST API Handbook
Endpoints are the destination that a route needs to map to. For any given route, you could have a number of different endpoints...
Read more >Dynamic Endpoint of APIs depending on User actions
Hello P9 Community, Is there a way to modify an Endpoint of an API depending on Data or other inputs from the User?...
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
Feel free to Fork the Working Example: Plunker
Accessing //
GET request:api/v1/users/4/settings/ui
Yeah, I was following the example in this issue first and got that error. Switching to
DSHttpAdapter.defaults.deserialize
made it work.