tuomur / python-odata

A simple library for read/write access to OData services
MIT License
79 stars 59 forks source link

Add support for Singletons #14

Open therealmitchconnors opened 6 years ago

therealmitchconnors commented 6 years ago

Singletons provide a way to represent a single item at the service root. They live in the EntityContainer tag, just like EntitySets, Actions, and Functions. I would be willing to add support if you would be willing to merge my changes...

tuomur commented 6 years ago

PRs are welcome :)

tpow commented 5 years ago

It appears that @tuomur added singleton support, probably because PR #15 gave him motivation. This issue can be closed.

Tim