apipeline icon indicating copy to clipboard operation
apipeline copied to clipboard

Add PATCH HTTP method

Open Villar74 opened this issue 6 years ago • 3 comments

Why there is no PATCH method in supported methods? And how can i make PATCH request in react native app using apipipeline?

Villar74 avatar Apr 04 '19 13:04 Villar74

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,
  },
}

Villar74 avatar Apr 04 '19 14:04 Villar74

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 avatar Apr 05 '19 09:04 Exilz

@Exilz Thanks for a great library. I have a similar question but regarding the 'PUT' method.

Pandan avatar Jul 09 '19 09:07 Pandan