- get
void get(AuthInfo _auth)
Undocumented in source. Be warned that the author may not have intended to support it.
- getConfigEdit
void getConfigEdit(string _configname, AuthInfo _auth)
Undocumented in source. Be warned that the author may not have intended to support it.
- getConfigs
void getConfigs(AuthInfo _auth)
Undocumented in source. Be warned that the author may not have intended to support it.
- getEditPost
void getEditPost(string _postname, AuthInfo _auth, string _error)
Undocumented in source. Be warned that the author may not have intended to support it.
- getMakePost
void getMakePost(AuthInfo _auth, string _error)
Undocumented in source. Be warned that the author may not have intended to support it.
- getPosts
void getPosts(AuthInfo _auth)
Undocumented in source. Be warned that the author may not have intended to support it.
- getUserEdit
void getUserEdit(string _username, AuthInfo _auth)
Undocumented in source. Be warned that the author may not have intended to support it.
- getUsers
void getUsers(AuthInfo _auth)
Undocumented in source. Be warned that the author may not have intended to support it.
- postAddUser
void postAddUser(string username, AuthInfo _auth)
Undocumented in source. Be warned that the author may not have intended to support it.
- postDeleteConfig
void postDeleteConfig(string _configname, AuthInfo _auth)
Undocumented in source. Be warned that the author may not have intended to support it.
- postDeleteFile
void postDeleteFile(string _postname, string _filename, AuthInfo _auth)
Undocumented in source. Be warned that the author may not have intended to support it.
- postDeletePost
void postDeletePost(string id, string _postname, AuthInfo _auth)
Undocumented in source. Be warned that the author may not have intended to support it.
- postDeleteUser
void postDeleteUser(string _username, AuthInfo _auth)
Undocumented in source. Be warned that the author may not have intended to support it.
- postMakePost
void postMakePost(bool isPublic, bool commentsAllowed, string author, string date, string category, string slug, string headerImage, string header, string subHeader, string content, string filters, AuthInfo _auth)
Undocumented in source. Be warned that the author may not have intended to support it.
- postPutConfig
void postPutConfig(HTTPServerRequest req, string language, string copyrightString, string feedTitle, string feedLink, string feedDescription, string feedImageTitle, string feedImageUrl, string _configname, AuthInfo _auth, string categories)
Undocumented in source. Be warned that the author may not have intended to support it.
- postPutPost
void postPutPost(string id, bool isPublic, bool commentsAllowed, string author, string date, string category, string slug, string headerImage, string header, string subHeader, string content, string filters, string _postname, AuthInfo _auth)
Undocumented in source. Be warned that the author may not have intended to support it.
- postPutUser
void postPutUser(string id, string username, string password, string name, string email, string passwordConfirmation, Nullable!string oldPassword, string _username, HTTPServerRequest req, AuthInfo _auth)
Undocumented in source. Be warned that the author may not have intended to support it.
- postUploadFile
void postUploadFile(string _postname, HTTPServerRequest req, AuthInfo _auth)
Undocumented in source. Be warned that the author may not have intended to support it.
private