Jakub Filak
Jakub Filak
Alright, sure, please, read my message carefully. Please use the url `http://HOST/Citrix/Monitor/OData/v2/Data/Applications?$format=json` in Postnam or in Internet Explorer. Clarification: do not use the URL in Python code to initialize pyodata.Client.
Thank you! Good job. Unfortunately, the response is in the OData V3/V4 format which is not supported by pyodata yet. That's the reason why you were getting the `KeyError: 'd'`...
@mnezerka PTAL
@DimonLuk I am sorry for not following up on this issue earlier. Currently we are busy with adding support for OData V4. I had a quick look at our batch...
@aviasd Thank you for taking the time to report this issue. Unfortunately, I do believe the service is OData V3 service which is not supported yet. I have created an...
Interestingly enough, Edm.DateTime allows 7 digits for microseconds while Python allows only 6 digits (which is sane because the 7th digit is hundreds of nanoseconds). For the time being, I...
@aviasd I pushed commits fixing the recent problems you found to the branch experimental_v3. I can run all your requests without exceptions. Please, keep in mind that the branch is...
Hi @aviasd, EntityProxy is a thin wrapper holding a cache of properties. These instances also have a reference to HTTP session. I don't think you want to pickle EntityProxy. It...
@elisim unfortunately, the experimental branch will remain experimental. We are currently working on V4 #39 which would make it simple to add support for V3. Is there anything I can...
Hi @bip91, thank you very much for taking the time to report these issues. I think we will very soon come up with an infrastructure for adding handlers for vendor...