- getvoid get(AuthInfo _auth) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- getConfigEditvoid getConfigEdit(string _configname, AuthInfo _auth) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- getConfigsvoid getConfigs(AuthInfo _auth) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- getEditPostvoid getEditPost(string _postname, AuthInfo _auth, string _error) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- getMakePostvoid getMakePost(AuthInfo _auth, string _error) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- getPostsvoid getPosts(AuthInfo _auth) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- getUserEditvoid getUserEdit(string _username, AuthInfo _auth) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- getUsersvoid getUsers(AuthInfo _auth) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- postAddUservoid postAddUser(string username, AuthInfo _auth) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- postDeleteConfigvoid postDeleteConfig(string _configname, AuthInfo _auth) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- postDeleteFilevoid postDeleteFile(string _postname, string _filename, AuthInfo _auth) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- postDeletePostvoid postDeletePost(string id, string _postname, AuthInfo _auth) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- postDeleteUservoid postDeleteUser(string _username, AuthInfo _auth) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- postMakePostvoid 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. 
- postPutConfigvoid 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. 
- postPutPostvoid 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. 
- postPutUservoid 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. 
- postUploadFilevoid postUploadFile(string _postname, HTTPServerRequest req, AuthInfo _auth) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
private