Petr Hanák
Petr Hanák
In response payloads, representing Collections of Entries, if the server does not include an object for every Entry in the Collection of Entries identified by the request URI then the...
It possible, that not everything is in $metadata file. Sometimes, additional annotations come as separate request to different, unknown URL, (e.g. SAP fiori app in RAP framework). refer to odata-library:...
Add possibility to resolve properties from EntityType in metadata which is defined by path to NavigationProperty. Example real metadata - Manage Profit Centers fiori app. Refer to odata-library: - https://github.com/SAP/odata-library/issues/66...
I would go in a way that we create an spinoff issue for the `fromisoformat` refactoring in the future (the more standard library the better IMHO, we need only LXML...
This issue is reproducible with pyodata 1.7.0 and metadata file in https://github.com/phanak-sap/pyodata-issue-files/tree/master/%23142 Root cause is that multiple annotations having same target, which is OK by odata standard. Search `Target="FAR_MANAGE_PAYMENT_ADVICES_SRV.C_PaymentAdviceType/PaymentAdviceAccount"` in...
Add to documentation new configuration from #143 / #149
Metadata can expose some property as stream. Imagine PDF file, images or even video files. Python core 'io' module seems like good place to start, especially when working with service...
This should be "optionally passing, allowed to fail" build for pyodata on PYPY python implementation (https://www.pypy.org/) It is a copypaste of python-tests-compatibility.yml, but adding as another "python" version would 1....