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

Implement write support (create/update/delete) #4

Open
PandaWhisperer opened this issue Feb 5, 2018 · 1 comment
Open

Implement write support (create/update/delete) #4

PandaWhisperer opened this issue Feb 5, 2018 · 1 comment

Comments

@PandaWhisperer
Copy link

Currently, the gem is read-only. Creating, updating and deleting of entities is not supported. This is because the sample service we are using for all the test cases does not support any data modification.

This shouldn't be very difficult to implement, as it mostly follows basic REST semantics. It mainly needs test cases written, and it will require either a different service (for instance, the TripPinService from the OData Tutorial), or manually hacking together some VCR cassettes.

Documentation is available here:

@natemacinnes
Copy link

I will be needing this for a project I am working on.
Happy to contribute :)

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

No branches or pull requests

2 participants