Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-08-15 | Add appendChatMessage API to docs | Stefan | |
2015-04-11 | Merge pull request #2599 from Gared/doc_api_fix | John McLear | |
Fix documentation for deleteSession api method | |||
2015-04-11 | Fix documentation for deleteSession api method | Stefan | |
2015-04-11 | Merge pull request #2597 from Gared/increase_api_version | John McLear | |
increase http api version to latest version | |||
2015-04-11 | increase http api version | Stefan | |
2015-04-11 | Add docs for new error message for createPad api method | Stefan | |
2015-02-25 | Add a saveRevision API function | Luc Didry | |
Calling saveRevision create an author which name is "API" | |||
2015-02-24 | Fixes #1870 | Luc Didry | |
Add two functions to API : * getSavedRevisionsCount * listSavedRevisions | |||
2015-02-22 | Set correct API version in doc | Luc Didry | |
The doc says current version is 1.2.9, but there is getPadID which uses 1.2.10 API. | |||
2014-06-02 | Added documentation for the newly added API method getPadID | Stephan Jauernick | |
2014-03-30 | docs: update api version | Marcel Klehr | |
2013-12-14 | Remove duplicate doc entry for setHTML() | Lennart Brinkmann | |
2013-12-09 | resolve merge conflict | John McLear | |
2013-11-18 | add some documentation for move/copy | s1341 | |
2013-11-07 | Forgot to bump the API version | Luc Didry | |
2013-11-07 | Forgot a small chunck of documentation for getRevisionChangeset | Luc Didry | |
2013-11-07 | Fixed #1981 - uncomplete HTTP API documentation | Luc Didry | |
2013-09-29 | ‘Etherpad Lite’ -> ‘Etherpad’ | Eric Schrijver | |
2013-03-26 | API documentation: listAllPads() returns {padIDs: [...]} instead of [...] | neurolit | |
2013-02-12 | docs for setHTML | John McLear | |
2013-02-12 | Update doc/api/http_api.md | Manuel Knitza | |
Updated | |||
2013-01-29 | docs for api change | John McLear | |
2013-01-26 | Added getChatHistory and getChatHead (api+code+doc) | mluto | |
2013-01-14 | Merge pull request #1342 from spcsser/feature/padlisting | John McLear | |
API & backend to list pads on epl instance | |||
2013-01-11 | Added listAllPads api docu | spcsser | |
2013-01-02 | corrected a documentation glitch for checkToken - clarified which token is ↵ | Stephan Jauernick | |
validated | |||
2012-12-28 | Fix docs: Correct API version for listAllGroups endpoint | Marcel Klehr | |
2012-12-27 | Bump API version for checkToken endpoint | Marcel Klehr | |
2012-12-07 | Update doc/api/http_api.md | Stephan Jauernick | |
Added docs for the checkToken function | |||
2012-11-22 | Fix urls, use github.com/ether | Hyacinthe Cartiaux | |
Signed-off-by: Hyacinthe Cartiaux <hyacinthe.cartiaux@uni.lu> | |||
2012-10-30 | Bump api version in #usage section | Marcel Klehr | |
2012-10-30 | Refactor structure of api/http_api.md and add api version numbers for all ↵ | Marcel Klehr | |
endpoints. | |||
2012-09-17 | Add listAllGroups API endpoint | Marcel Klehr | |
Adds a database key that lists all groups | |||
2012-09-06 | Add in docs for getAuthorName API method | Marcel Klehr | |
2012-09-02 | Expect a comma seperated list of sessionIDs in session cookie | Marcel Klehr | |
This allows people to be active on more than one group. | |||
2012-08-17 | Add in padUsers HTTP API call | Mark Holmquist | |
I needed the list of users this time, so I got it. There are docs and everything. | |||
2012-08-13 | Fix doc format, add in makefile for docs | Mark Holmquist | |
OK, first up, SOMEBODY *cough*analphabet*cough* screwed up the docs by making them all use the wrong heading level. Not cool, guy. I had to change them so they would compile right. But anyway, now the docs will build into sexy-looking HTML and will shortly be hosted on marktraceur.info. Fixed the makefile to work properly. Run: * `make clean` for removing old doc-build(s) * `make docs` for running new doc-build(s) | |||
2012-08-08 | Added in docs for the HTTP call I just added | Mark Holmquist | |
2012-08-07 | Restructure headings. | Marcel Klehr | |
2012-08-03 | Add docs. | Marcel Klehr | |