Skip to content

support patch method #29

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

Closed
kasperpeulen opened this issue Jul 19, 2015 · 1 comment
Closed

support patch method #29

kasperpeulen opened this issue Jul 19, 2015 · 1 comment
Labels
type-enhancement A request for a change that isn't a bug

Comments

@kasperpeulen
Copy link

It seems like the PATCH method isn't supported:
http://restcookbook.com/HTTP%20Methods/patch/

This is used by firebase, would love to have this included in this package.

@nex3
Copy link
Member

nex3 commented Jul 20, 2015

All methods are supported; you can create basically any kind of request you want using the new Request API. That said, it would probably make sense to add support for a patch() shortcut like we do for other common (and semi-common) methods.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-enhancement A request for a change that isn't a bug
Projects
None yet
Development

No branches or pull requests

2 participants