wp-api-v2-client-java
wp-api-v2-client-java copied to clipboard
User Management Exception handling is not closed for extension
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 rather WpApiException that has a code that indicates the error is "user already exists"...