wp-api-v2-client-java
wp-api-v2-client-java copied to clipboard
WP-API v2 Java Client
For example, currently only `/wp-json/wp/v2/*` is supported, but it makes sense to support specifying your own context like `/wp-json/frm/v2/*`.
There are several structural changes that are now available in 4.7, like `renderable` fields where the field has 2 children with the fields `raw` and `rendered`, as well as when...
The exception handling in the User Context (and maybe in other contexts) is a little too specific. The exceptions need to be a little more generic. i.e. not UserAlreadyExistsException but...
Bumps [snakeyaml](https://bitbucket.org/snakeyaml/snakeyaml) from 1.15 to 1.31. Commits a3e641b Remove unused code for comments d2ed568 Remove unused code ab76f86 Add @Deprecated annotation to constructs marked with @deprecated javadoc. bc7869b Make billionLaughsAttackTest.billionLaughsAttackExpanded()...
Bumps [spring-web](https://github.com/spring-projects/spring-framework) from 4.1.7.RELEASE to 6.0.0. Release notes Sourced from spring-web's releases. v6.0.0 See What's New in Spring Framework 6.x and Upgrading to Spring Framework 6.x for upgrade instructions and...
Quite staggering that this is still present. The endpoint for fetching media for a post is incorrect. it was ``` public static final String POST_MEDIAS = "/media?parent={postId}?context={context}";``` And is now:...