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 ...
HTTP is the most common way you will retrieve anything from the internet: usually web pages or API data (see [API & JSON lesson](./api/apis-and-json.md)). It's the ...
The 1.0 version of the Hypertext Transfer Protocol, issued way back in 1996, only defined three HTTP verbs: GET, POST and HEAD. The most commonly used HTTP method is GET. The purpose of the GET method ...