Skip to content
New issue

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

Add PATCH HTTP method #24

Open
Villar74 opened this issue Apr 4, 2019 · 3 comments
Open

Add PATCH HTTP method #24

Villar74 opened this issue Apr 4, 2019 · 3 comments
Labels

Comments

@Villar74
Copy link

Villar74 commented Apr 4, 2019

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

@Villar74
Copy link
Author

Villar74 commented Apr 4, 2019

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

@Exilz
Copy link
Owner

Exilz commented Apr 5, 2019

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 Exilz added the feature label Apr 5, 2019
@Exilz Exilz changed the title PATCH method is not supported? Add PATCH HTTP method Apr 5, 2019
@Pandan
Copy link

Pandan commented Jul 9, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants