create-client
create-client copied to clipboard
Handle 401, 403 and 204
In fetch.js
Handle 401, 403 and throw an Authorization error.
Handle 204 because methods like DELETE do not provide any JSON output (Unexpected end of JSON input thrown).
I'm using vue, I guess other generators can also benefit from this feature. If you wish I could provide a PR.