We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Status-Code: 201 (Created) should not throw an error but currently does, as just 200 is error free.
if (response.status !== 200) { cb && cb(response, null); } else { cb && cb(null, response); }
Also, Regarding #9
The text was updated successfully, but these errors were encountered:
@HatiEth this was fixed with #38 and released as 0.5.2
Sorry, something went wrong.
No branches or pull requests
Status-Code: 201 (Created) should not throw an error but currently does, as just 200 is error free.
Also, Regarding #9
The text was updated successfully, but these errors were encountered: