Class WpBaseRestClient
java.lang.Object
io.github.evisentin.wordpress.client.domain.api.WpBaseRestClient
- All Implemented Interfaces:
CategoryOperations,CommentOperations,MediaOperations,PostOperations,PostTypesOperations,StatusOperations,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.operations.CategoryOperations
createCategory, deleteCategory, getCategory, listCategories, updateCategoryMethods inherited from interface io.github.evisentin.wordpress.client.domain.api.operations.CommentOperations
createComment, deleteComment, getComment, getComment, listComments, trashComment, updateCommentMethods inherited from interface io.github.evisentin.wordpress.client.domain.api.operations.MediaOperations
createMedia, deleteMedia, getMedia, listMedia, updateMediaMethods inherited from interface io.github.evisentin.wordpress.client.domain.api.operations.PostOperations
createPost, deletePost, getPost, getPost, listPosts, trashPost, updatePostMethods inherited from interface io.github.evisentin.wordpress.client.domain.api.operations.PostTypesOperations
getPostType, getPostTypesMethods inherited from interface io.github.evisentin.wordpress.client.domain.api.operations.StatusOperations
getStatus, getStatuses
-
Constructor Details
-
WpBaseRestClient
public WpBaseRestClient()
-