-
Notifications
You must be signed in to change notification settings - Fork 88
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
How to access results from REST service? #200
Comments
Hi @temnoregg |
Thank you @lexich! So simple... |
A follow-up question, @lexich:
I have a problem right now in a "delete" action; my REST service returns the ID of a deleted item, my front-end wants to have this ID, but since the |
@tomsoderlund I don't understand problem, may be you need to save this ID in another place. Can you show your case in details |
Can I somehow immediately access the results from the REST service?
E.g. the example:
dispatch(rest.actions.entry({id: 1}));
If my REST server returns the ID of the new entry, how can I use that in my frontend app?
The text was updated successfully, but these errors were encountered: