forked from nilsfr/java-etherpad-lite
-
Notifications
You must be signed in to change notification settings - Fork 0
An Etherpad Lite client for Java
ylwu/java-etherpad-lite
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
A Java client for Etherpad Lite’s HTTP JSON API. Etherpad Lite is a collaborative editor provided by the Etherpad Foundation. See https://github.com/Pita/etherpad-lite for information on how to install and configure your own Etherpad Lite instance, and read https://github.com/Pita/etherpad-lite/wiki/HTTP-API for an in-depth description of Etherpad Lite’s HTTP API. DOCUMENTATION Read the full docs at http://jordanhollinger.com/docs/java-etherpad-lite/. DOWNLOADS You may download etherpad_lite_client.jar from https://github.com/jhollinger/java-etherpad-lite/downloads. NOTES This is beta-quality software. This targets version 1.1 of Etherpad Lite, which is not yet released. It is mostly incompatible with version 1.0. EXAMPLES EPLiteClient api = new EPLiteClient("http://etherpad.mysite.com", "FJ7jksalksdfj83jsdflkj"); HashMap pad = api.getText("my_pad"); String text = pad.get("text").toString();
About
An Etherpad Lite client for Java
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published