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:
Mark Holmquist 2012-06-27 09:55:03 -07:00
parent 0bc01feb72
commit ab0d3c87cb
3 changed files with 26 additions and 1 deletions

View file

@ -57,6 +57,7 @@ var functions = {
"getHTML" : ["padID", "rev"],
"setHTML" : ["padID", "html"],
"getRevisionsCount" : ["padID"],
"getLastEdited" : ["padID"],
"deletePad" : ["padID"],
"getReadOnlyID" : ["padID"],
"setPublicStatus" : ["padID", "publicStatus"],