libjapi is a universal JSON to C API library. It receives newline-delimited JSON (NDJSON) messages via TCP and calls registered C functions. A JSON response is returned for each request. Furthermore, it is also possible to create push services, which asynchronously push JSON messages to the clients subscribed to them.
MIT License
3
stars
1
forks
source link
Provide RESTful Web APIs and implement JSON-API specification #40
In GitLab by @cstender on Dec 30, 2021, 10:58
Support for RESTful Web APIs shall be evaluated and -if possible- implemented based on the JSON-API specification.
Ressources:
https://www.restapitutorial.com/
https://entwickler.de/webentwicklung/restful-api-design-eine-einfuhrung
https://restfulapi.net/rest-api-design-tutorial-with-example/
https://www.heise.de/hintergrund/Standardisiert-Die-JSON-API-Spezifikation-4427368.html?seite=all
https://jsonapi.org/