summaryrefslogtreecommitdiff
path: root/doc/api/http_api.md
AgeCommit message (Collapse)Author
2015-08-15Add appendChatMessage API to docsStefan
2015-04-11Merge pull request #2599 from Gared/doc_api_fixJohn McLear
Fix documentation for deleteSession api method
2015-04-11Fix documentation for deleteSession api methodStefan
2015-04-11Merge pull request #2597 from Gared/increase_api_versionJohn McLear
increase http api version to latest version
2015-04-11increase http api versionStefan
2015-04-11Add docs for new error message for createPad api methodStefan
2015-02-25Add a saveRevision API functionLuc Didry
Calling saveRevision create an author which name is "API"
2015-02-24Fixes #1870Luc Didry
Add two functions to API : * getSavedRevisionsCount * listSavedRevisions
2015-02-22Set correct API version in docLuc Didry
The doc says current version is 1.2.9, but there is getPadID which uses 1.2.10 API.
2014-06-02Added documentation for the newly added API method getPadIDStephan Jauernick
2014-03-30docs: update api versionMarcel Klehr
2013-12-14Remove duplicate doc entry for setHTML()Lennart Brinkmann
2013-12-09resolve merge conflictJohn McLear
2013-11-18add some documentation for move/copys1341
2013-11-07Forgot to bump the API versionLuc Didry
2013-11-07Forgot a small chunck of documentation for getRevisionChangesetLuc Didry
2013-11-07Fixed #1981 - uncomplete HTTP API documentationLuc Didry
2013-09-29‘Etherpad Lite’ -> ‘Etherpad’Eric Schrijver
2013-03-26API documentation: listAllPads() returns {padIDs: [...]} instead of [...]neurolit
2013-02-12docs for setHTMLJohn McLear
2013-02-12Update doc/api/http_api.mdManuel Knitza
Updated
2013-01-29docs for api changeJohn McLear
2013-01-26Added getChatHistory and getChatHead (api+code+doc)mluto
2013-01-14Merge pull request #1342 from spcsser/feature/padlistingJohn McLear
API & backend to list pads on epl instance
2013-01-11Added listAllPads api docuspcsser
2013-01-02corrected a documentation glitch for checkToken - clarified which token is ↵Stephan Jauernick
validated
2012-12-28Fix docs: Correct API version for listAllGroups endpointMarcel Klehr
2012-12-27Bump API version for checkToken endpointMarcel Klehr
2012-12-07Update doc/api/http_api.mdStephan Jauernick
Added docs for the checkToken function
2012-11-22Fix urls, use github.com/etherHyacinthe Cartiaux
Signed-off-by: Hyacinthe Cartiaux <hyacinthe.cartiaux@uni.lu>
2012-10-30Bump api version in #usage sectionMarcel Klehr
2012-10-30Refactor structure of api/http_api.md and add api version numbers for all ↵Marcel Klehr
endpoints.
2012-09-17Add listAllGroups API endpointMarcel Klehr
Adds a database key that lists all groups
2012-09-06Add in docs for getAuthorName API methodMarcel Klehr
2012-09-02Expect a comma seperated list of sessionIDs in session cookieMarcel Klehr
This allows people to be active on more than one group.
2012-08-17Add in padUsers HTTP API callMark Holmquist
I needed the list of users this time, so I got it. There are docs and everything.
2012-08-13Fix doc format, add in makefile for docsMark 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-08Added in docs for the HTTP call I just addedMark Holmquist
2012-08-07Restructure headings.Marcel Klehr
2012-08-03Add docs.Marcel Klehr