ruby-odata / odata

Simple OData Library for Ruby
MIT License
21 stars 30 forks source link

Insert/update functionality #9

Closed luckyraul closed 9 years ago

luckyraul commented 9 years ago

Is it available?

plainprogrammer commented 9 years ago

Yes, an OData::EntitySet behaves like a hash and supports insert and update via the 'shovel' method: https://github.com/ruby-odata/odata#entities

I would advise against using this gem in production unless you have intentions of actively contributing back to the project, because there are a number of gaps in terms of capabilities. I no longer work for the company where I originally developed this and am not actively maintaining it. But, I am happy to review and accept pull requests.