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 searchSites(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(int site_id, int entry_id, String fields) 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(int site_id, 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(int site_id, CategorySearchParam search) throws IOException
IOExceptionCategory updateCategory(int site_id, Category category) throws IOException
IOExceptionUser createUser(CreateUser createUser) 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
IOExceptionCopyright © 2017. All rights reserved.