tuomur / python-odata

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

Types should be resolvable with both alias shorthands and full namespace #10

Closed tuomur closed 7 years ago

tuomur commented 7 years ago

Alias support added in #8 works only partially. Some implementations use both alias and full name when defining Entities and EntitySets. python-odata should be able to refer to the same object with both type names.