Trying to see how to use the REST API for cuba, is there an example that shows the gui and the REST services that i can use
Hi,
what do you mean by “that shows the gui”?
The REST endpoints are documented in the swagger docu: http://files.cuba-platform.com/swagger/
Then there is the official docs on the REST API: https://doc.cuba-platform.com/manual-6.5/rest_api_v2.html
I recently created a blog post about the REST v2 API here: https://www.road-to-cuba-and-beyond.com/improvements-in-cubas-rest-api-v2/
This should be a good starting point.
Bye
Mario
I think what the OP is asking is how do you for example write an Android App that consumes a CUBA rest api.
The team has provided a mechanism for implementing the Polymer client but how about other clients?
This is where I have had some challenges as I can’t figure out how to materialize CUBA entities to POJO’s … for example … let alone share a schema?