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
Why there is no PATCH method in supported methods? And how can i make PATCH request in react native app using apipipeline?
The text was updated successfully, but these errors were encountered:
ok, i get how, but the question why there is no patch method is not solved
const API_SERVICES = { foo: { method: 'PATCH', path: 'bar', expiration: 5 * 60 * 1000, rawData: true, }, }
Sorry, something went wrong.
This is a missing feature. I somehow forgot about this HTTP method... I'll make sure to add it in the next release. Thank you for pointing it out !
@Exilz Thanks for a great library. I have a similar question but regarding the 'PUT' method.
No branches or pull requests
Why there is no PATCH method in supported methods? And how can i make PATCH request in react native app using apipipeline?
The text was updated successfully, but these errors were encountered: