| Package | Description |
|---|---|
| com.afrozaar.wordpress.wpapi.v2 | |
| com.afrozaar.wordpress.wpapi.v2.api | |
| com.afrozaar.wordpress.wpapi.v2.exception |
| Modifier and Type | Method and Description |
|---|---|
Media |
Client.createMedia(Media media,
org.springframework.core.io.Resource resource) |
Term |
Client.createPostTag(Post post,
Term tag) |
Term |
Client.createTag(Term tagTerm) |
User |
Client.createUser(User user,
String username,
String password) |
| Modifier and Type | Method and Description |
|---|---|
Media |
Medias.createMedia(Media media,
org.springframework.core.io.Resource resource) |
Term |
Tags.createPostTag(Post post,
Term tag) |
Term |
Tags.createTag(Term tagTerm) |
User |
Users.createUser(User user,
String username,
String password) |
| Modifier and Type | Class and Description |
|---|---|
class |
PageNotFoundException |
class |
PostCreateException |
class |
PostNotFoundException |
class |
TermNotFoundException |
class |
UserEmailAlreadyExistsException |
class |
UsernameAlreadyExistsException |
class |
UserNotFoundException |
| Modifier and Type | Method and Description |
|---|---|
static WpApiParsedException |
WpApiParsedException.of(org.springframework.web.client.HttpStatusCodeException cause) |
static WpApiParsedException |
WpApiParsedException.of(ParsedRestException parsed) |
Copyright © 2016. All rights reserved.