-
Notifications
You must be signed in to change notification settings - Fork 11
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
Support for explicit POST method #16
Comments
What do you think about this feature? Do you think its important? I've added it to my fork. I can send a PR. |
Can you give the use case for this? It's common to have extra actions that It's probable the API needs to change to expose the state so that you can On 27 July 2016 at 09:27, Bhoomit [email protected] wrote:
|
Yes, I'm talking about same kind of use cases. Most of my application uses redux-rest, I want to change method for a couple of API calls only. Should I send PR? |
Right now to post something one has to call
actionCreator.create
.If I want to use http POST for some other call. I can't.
In my opinion there should be one custom method parallel to list/retrieve/create/update for such cases.
The text was updated successfully, but these errors were encountered: