This project is not covered by Drupal’s security advisory policy.
Modules that provide etherpad integration are not Drupal 10 compatible. This one is.
Etherpad API
This module can be used to proxy requests to an etherpad API.
After installing the module, you must set the etherpad instance API URL and the API key.
Etherpad API documentation can be found here: https://etherpad.org/doc/v1.8.4/#index_http_api
The etherpad API proxy URL is /etherpad-api (@TODO make configurable). When calling it, you can omit the version part (e.g. /1) and the API key (which is set in the configuration). The pad ID prefix is hardcoded for the moment (so that requests are limited to specific pads, not the whole instance).
Some example API calls can found in [api.rest](doc/api.rest).
You can do either GET or POST requests to the proxy, passing parameters via query or post parameters. POST parameters must be passed as key-value pairs (application/x-www-form-urlencoded). The proxy always makes POST requests to etherpad, for the sake of simplicity. The API key is always added, the padID is always prefixed.
TODO
- #3428022: Configurable PAD ID prefix
- configurable proxy API path
- #3428023: API call whitelist
- security audit
- use pad groups instead of prefixed pads? (https://etherpad.org/doc/v1.8.4/#index_groups)
- an etherpad plugin that connect with Drupal's autocomplete rest endpoint
Project information
Minimally maintained
Maintainers monitor issues, but fast responses are not guaranteed.- Project categories: Decoupled, Integrations, User engagement
- Ecosystem: Etherpad Integration, Etherpad Lite
- Created by useernamee on , updated
This project is not covered by the security advisory policy.
Use at your own risk! It may have publicly disclosed vulnerabilities.
Releases
Inital releas
Development version: 1.0.x-dev updated 6 Mar 2024 at 22:11 UTC


