Closed matt-croft closed 3 years ago
When tagging resources it returns a 204 Status Code Response.
https://developers.digitalocean.com/documentation/v2/#tag-a-resource
This is done via the post method in the abstract api, the ResponseMediator will check for the 204 and return null, but the AbstractApi will then throw a runtime exception because the content is null.
Thanks for the report. What version of this package are you using, please?
Currently using the v3.0.0 tagged version
When tagging resources it returns a 204 Status Code Response.
https://developers.digitalocean.com/documentation/v2/#tag-a-resource
This is done via the post method in the abstract api, the ResponseMediator will check for the 204 and return null, but the AbstractApi will then throw a runtime exception because the content is null.