Class WpBaseRestClient
java.lang.Object
io.github.evisentin.wordpress.client.domain.api.WpBaseRestClient
- All Implemented Interfaces:
CategoryOperations,MediaOperations,PostOperations,TagOperations,WpRestClient
- Direct Known Subclasses:
ApacheWpRestClient
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.github.evisentin.wordpress.client.domain.api.CategoryOperations
createCategory, deleteCategory, getCategory, listCategories, updateCategoryMethods inherited from interface io.github.evisentin.wordpress.client.domain.api.MediaOperations
createMedia, deleteMedia, getMedia, listMedia, updateMediaMethods inherited from interface io.github.evisentin.wordpress.client.domain.api.PostOperations
createPost, deletePost, getPost, getPost, listPosts, trashPost, updatePost
-
Constructor Details
-
WpBaseRestClient
public WpBaseRestClient()
-