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?
Question
REST models with single service APIs?
This topic has been closed for replies.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.