REST models with single service APIs?
Is it possible to use declarative REST models without a query method? For example, currently I'm unable to use a service-based API (POST data to one endpoint, receive a response), as it isn't a traditional CRUD API, and doesn't have GET response.
The current REST models seem to require CRUD operations to function. Is there a way around this, or am I restricted to a custom JS solution for now?
The current REST models seem to require CRUD operations to function. Is there a way around this, or am I restricted to a custom JS solution for now?
1
Categories
- 7.9K Questions
- 926 Ideas
- 220 Discussion Categories
- 178 General
- 9 Community Feedback
- 3 Community Info
- 18 Knowledge Base
Comments