-
Notifications
You must be signed in to change notification settings - Fork 1
Editor Interface
Martin Stoffers edited this page Nov 5, 2015
·
1 revision
- All api-communication (creating new documents, transfer document content, ...) is done via a HTTPS-API. Note that SSL is mandatory.
- The user-communication (editing documents) is handled directly by the editor. Sessions are handled by OAuth.
{
"type": "etherpad", // linked to a class
"nickname": "ep", // used as DB-key for documents
"humanName": "Etherpad", // displayed in dropdown-boxes and so on
"secret": "",
"userurl": "https://ep.shownot.es/p/",
"apiurl": "https://ep.shownot.es/sapi/"
}
All requests must have the secret
in the X-SNOTES-SECRET
-header.
-
/document
- Supported:
GET
POST
DELETE
- Supported:
todo