Develop REST\API endpoint.
Added by Fur For about 7 years ago
I haven't found anything on the wiki for creating a web service with no user interface, just REST/RMI. I have to develop a multidevice application with ionic\cordoba and for the backend i wanted to use WT.
But every tutorial on WT shows how to build an entire application with both logic and User Interface, i want instead implement an API, no UI, just logic and rest endpoints, how to do that in WT?
Replies (1)
RE: Develop REST\API endpoint. - Added by Wim Dumon about 7 years ago
Hi Fur,
It's possible to instantiate a WResource at a paricular path to handle REST request. The example te-benchmark is mostly a set of REST interfaces.
We plan to extend the support for REST interfaces in the future.
Best regards,
Wim.