create-client icon indicating copy to clipboard operation
create-client copied to clipboard

Handle 401, 403 and 204

Open danaki opened this issue 5 years ago • 0 comments

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.

danaki avatar Jul 08 '20 13:07 danaki