diff --git a/static/tests.html b/static/tests.html new file mode 100644 index 00000000..d5cb453c --- /dev/null +++ b/static/tests.html @@ -0,0 +1,155 @@ + + + + + API Test and Examples Page + + + + + +
+

createGroup()

+ + + + +
+
+
+
createGroup()
+
createMappedGroup4(groupMapper)
+
listPads(groupID)
+
createPad(padID,text)
+
createGroupPad(groupID,padName,text)
+
createAuthor(name)
+
getMappedAuthor4(authorMapper,name)
+
createSession(groupID,authorID,validUntil)
+
deleteSession(sessionID)
+
getSessionInfo(sessionID)
+
listSessionsOfGroup(groupID)
+
listSessionsOfAuthor(authorID)
+
getText(padID,rev)
+
setText(padID,text)
+
getRevisionsCount(padID)
+
deletePad(padID)
+
getReadOnlyID(padID)
+
setPublicStatus(padID,publicStatud)
+
getPublicStatus(padID)
+
setPassword(padID,password)
+
isPasswordProtected(padID)
+ +