Allow to get the HTML of the pad with the API

This commit is contained in:
Lorenzo Gil 2011-10-31 11:18:44 +01:00
parent 2cc7dcb751
commit e4481ea22b
3 changed files with 88 additions and 0 deletions

View file

@ -50,6 +50,7 @@ var functions = {
"listSessionsOfAuthor" : ["authorID"],
"getText" : ["padID", "rev"],
"setText" : ["padID", "text"],
"getHTML" : ["padID", "rev"],
"getRevisionsCount" : ["padID"],
"deletePad" : ["padID"],
"getReadOnlyID" : ["padID"],