mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-06-16 11:14:48 -04:00
commit
087d4ad95c
2 changed files with 19 additions and 19 deletions
|
@ -9,7 +9,7 @@ The API gives another web application control of the pads. The basic functions a
|
||||||
|
|
||||||
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 Etherpad via the api, which visitors should get which permissions. This allows Etherpad to fit into any web application and extend it with real-time functionality. You can embed the pads via an iframe into your website.
|
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 Etherpad via the api, which visitors should get which permissions. This allows Etherpad to fit into any web application and extend it with real-time functionality. You can embed the pads via an iframe into your website.
|
||||||
|
|
||||||
Take a look at [HTTP API client libraries](https://github.com/ether/etherpad-lite/wiki/HTTP-API-client-libraries) to see if a library in your favorite language.
|
Take a look at [HTTP API client libraries](https://github.com/ether/etherpad-lite/wiki/HTTP-API-client-libraries) to check if a library in your favorite programming language is available.
|
||||||
|
|
||||||
## Examples
|
## Examples
|
||||||
|
|
||||||
|
|
|
@ -11,5 +11,5 @@ heading.
|
||||||
|
|
||||||
Every `.html` file is generated based on the corresponding
|
Every `.html` file is generated based on the corresponding
|
||||||
`.markdown` file in the `doc/api/` folder in the source tree. The
|
`.markdown` file in the `doc/api/` folder in the source tree. The
|
||||||
documentation is generated using the `tools/doc/generate.js` program.
|
documentation is generated using the `bin/doc/generate.js` program.
|
||||||
The HTML template is located at `doc/template.html`.
|
The HTML template is located at `doc/template.html`.
|
Loading…
Add table
Add a link
Reference in a new issue