Creating an application that talks to rest services

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: Swagger UI
Then there is the official docs on the REST API: REST API Version 2 - CUBA Platform. Developer’s Manual

I recently created a blog post about the REST v2 API here: Improvements in CUBAs REST API v2 – Road to CUBA and beyond...

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?