HTTP status codes tell clients how their request went — from informational (1xx) to errors (4xx, 5xx). Always use the right code (e.g. 201 for created, 404 for not found, 503 for maintenance) to make ...
[![Dependency Status](https://david-dm.org/theDavidBarton/http-status-descriptions-api.svg)](https://david-dm.org/http-status-descriptions-api) ![crocodile](https ...
The API is designed in a way, so you can reuse your existing user system with their permissions, and map it to Etherpad. Means: Your web application still has to do authentication, but you can tell ...