-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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 queryRecord method to the RESTAdapter #3554
Conversation
Awesome. Thanks for getting to this @thaume |
@thaume what's the status of this? anything I can do to help? |
@wecc I just need to write a couple more tests, I'll try to do that today so that we can merge it before I leave for 2 weeks away from keyboard |
@thaume What happens of |
@bmac It picks the record at index 0, but it still saves all the other records in the store. Do you think this is the intended result ? :) |
I do. The tests look good. Can you squash these commits and prefix the commit with [BUGFIX release]? |
6d6a955
to
ce8b3ef
Compare
@bmac there you go |
Add queryRecord method to the RESTAdapter
Thanks |
🎉 |
cool :) |
I just added the queryRecord to the RESTAdapter, it still needs more tests (coming soon)