Zum Ende der Metadaten springen
Zum Anfang der Metadaten

Sie zeigen eine alte Version dieser Seite an. Zeigen Sie die aktuelle Version an.

Unterschiede anzeigen Seitenhistorie anzeigen

« Vorherige Version anzeigen Version 4 Aktuelle »

Our philosophy about REST services

Universal Messenger provides only a few REST endpoints out of the box, because we have made the experience that generic endpoints are not what you really need in the project.

Instead, we make it as easy as possible for the developer to implement their own application specific endpoints. By doing this, we achieve much better runtime efficiency, as the number of REST calls can be kept to a minimum by using optimally matched endpoints. (Fewer discrete / sequential REST calls => more efficient, faster and more reliable processing at runtime).

The developer has the choice of strictly following the REST pattern or preferring to implement custom RPC (Remote Procedure Calls).

A detailled documentation of the REST services provided out of the box can be found under Help / REST services or online under https://www.universal-messenger.de/knowledge-base/intern/doc-api/api-rest/.

Implementing REST endpoints

There are three different approaches to implementing a REST endpoint:

  • Keine Stichwörter