public interface MovableTypeApiClient
Version getVersion() throws IOException
IOExceptionvoid setVersion(String version)
void setEndpoint(String endpoint)
String getEndpoint()
int getResponseCode()
throws IOException
IOExceptionString getResponseMessage() throws IOException
IOExceptionString getResponseBody() throws IOException
IOExceptionAuthentication getAuthentication()
Status deleteToken() throws IOException
IOExceptionStatus signOut() throws IOException
IOExceptionSite createWebsite(Site site) throws IOException
IOExceptionSite createBlog(int site_id, Site site) throws IOException
IOExceptionSite deleteSite(int site_id) throws IOException
IOExceptionSite getSite(int site_id, String fields) throws IOException
IOExceptionSiteItems searchSite(SiteSearchParam siteSearchParam) throws IOException
IOExceptionSite updateSite(Site site) throws IOException
IOExceptionSite updateBlog(Site site) throws IOException
IOExceptionEntry postEntry(int site_id, Entry entry) throws IOException
IOExceptionEntry deleteEntry(int site_id, Integer entry_id) throws IOException
IOExceptionEntry getEntry(EntrySearchParam search) throws IOException
IOExceptionEntryItems searchEntry(EntrySearchParam search) throws IOException
IOExceptionEntry updateEntry(int site_id, Entry entry) throws IOException
IOExceptionAsset uploadAsset(UploadParam upload) throws IOException
IOExceptionAsset deleteAsset(int site_id, int asset_id) throws IOException
IOExceptionAsset getAsset(int site_id, int asset_id, String fields) throws IOException
IOExceptionAssetItems searchAsset(AssetSearchParam search) throws IOException
IOExceptionAsset updateAsset(int site_id, Asset asset) throws IOException
IOExceptionCategory createCategory(int site_id, Category category) throws IOException
IOExceptionCategory deleteCategory(int site_id, int category_id) throws IOException
IOExceptionCategory getCategory(int site_id, int category_id, String fields) throws IOException
IOExceptionCategoryItems searchCategory(CategorySearchParam search) throws IOException
IOExceptionCategory updateCategory(int site_id, Category category) throws IOException
IOExceptionUser createUser(User user) throws IOException
IOExceptionUser deleteUser(int user_id) throws IOException
IOExceptionUserItems searchUser(UserSearchParam userSearchParam) throws IOException
IOExceptionUser updateUser(User user) throws IOException
IOExceptionUser getUser(String user_id, String fields) throws IOException
IOExceptionStatus unlockUser(int user_id) throws IOException
IOExceptionEntryItems search(SearchParam search) throws IOException
IOExceptionStatus rebuild(int site_id, int template_id) throws IOException
IOExceptionStatus resetAllTemplate(int site_id, String refresh_type) throws IOException
IOExceptionStatus resetTemplate(int site_id, int template_id) throws IOException
IOExceptionTemplate createTemplate(int site_id, Template template) throws IOException
IOExceptionTemplate updateTemplate(int site_id, Template template) throws IOException
IOExceptionTemplate deleteTemplate(int site_id, int template_id) throws IOException
IOExceptionTemplateItems searchTemplate(TemplateSearchParam search) throws IOException
IOExceptionThemeItems getThemeList() throws IOException
IOExceptionTheme getTheme(String theme_id) throws IOException
IOExceptionStatus applyTheme(int site_id, String theme_id) throws IOException
IOExceptionFolderItems searchFolder(FolderSearchParam search) throws IOException
IOExceptionFolderItems searchParentsFolder(int site_id, int folder_id, int maxDepth, int includeCurrent) throws IOException
IOExceptionFolderItems searchSiblingsFolder(FolderSearchParam search) throws IOException
IOExceptionFolderItems searchChildFolder(int site_id, int folder_id, int maxDepth, int includeCurrent) throws IOException
IOExceptionStatItems searchStatVisitPath(StatSearchParam search) throws IOException
IOExceptionStatItems searchStatVisitDate(StatSearchParam search) throws IOException
IOExceptionStatItems searchStatPageViewPath(StatSearchParam search) throws IOException
IOExceptionStatItems searchStatPageViewDate(StatSearchParam search) throws IOException
IOExceptionProvider getStatProvider(int site_id) throws IOException
IOExceptionCopyright © 2017. All rights reserved.