mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-22 08:26:16 -04:00
Add in getLastEdited API call
This new HTTP API call, getLastEdited, will return the time of the last revision, in UNIX timestamp format.
This commit is contained in:
parent
0bc01feb72
commit
ab0d3c87cb
3 changed files with 26 additions and 1 deletions
|
@ -57,6 +57,7 @@ var functions = {
|
|||
"getHTML" : ["padID", "rev"],
|
||||
"setHTML" : ["padID", "html"],
|
||||
"getRevisionsCount" : ["padID"],
|
||||
"getLastEdited" : ["padID"],
|
||||
"deletePad" : ["padID"],
|
||||
"getReadOnlyID" : ["padID"],
|
||||
"setPublicStatus" : ["padID", "publicStatus"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue