REST
REST (Representational State Transfer) is a designation for the application interface design. The interface created by this principle is not directed procedurally, but data. This means that it works with the data (s) directly. The basic operations over the sources are Create Read Update Delete or CRUD. With us in Ackee, we use the REST architecture commonly for retrieving / sending backend data from mobile/web applications.