apipeline
apipeline copied to clipboard
Add PATCH HTTP method
Why there is no PATCH method in supported methods? And how can i make PATCH request in react native app using apipipeline?
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,
},
}
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.