wp-api-v2-client-java icon indicating copy to clipboard operation
wp-api-v2-client-java copied to clipboard

WP-API v2 Java Client

Results 26 wp-api-v2-client-java issues
Sort by recently updated
recently updated
newest added

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/*`.

enhancement

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...

enhancement

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...

enhancement

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()...

dependencies

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...

dependencies

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:...