mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-21 16:06:16 -04:00
Merge pull request #191 from Yaco-Sistemas/master
Get the HTML of a Pad via the API
This commit is contained in:
commit
17666339d0
3 changed files with 88 additions and 0 deletions
|
@ -50,6 +50,7 @@ var functions = {
|
|||
"listSessionsOfAuthor" : ["authorID"],
|
||||
"getText" : ["padID", "rev"],
|
||||
"setText" : ["padID", "text"],
|
||||
"getHTML" : ["padID", "rev"],
|
||||
"getRevisionsCount" : ["padID"],
|
||||
"deletePad" : ["padID"],
|
||||
"getReadOnlyID" : ["padID"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue