Jakub Filak

Results 31 comments of Jakub Filak

> that is the example problem, but not the generic problem, repo might be renamed to repository or changed to a RETURNING parameter also causing inconsistencies Correct, so do not...

If you try to open the URL in your browser, you will see some advertising suggesting you to buy that domain. Are you sure you use the right domain?

Could you please run the following command and send me the output: ``` curl -vvv 'http://citrixdc.bluepedia.com/Citrix/Monitor/OData/v3/Data/$metadata' ```

We are making great progress, you need to authorize your request. Start curl with additional parameter '-u YOURUSE' and curl should ask you for password and eventually download metadata.

In your python code, you need to do this: https://github.com/SAP/python-pyodata/blob/master/USAGE.md#get-the-service-proxy-client-for-an-odata-service-requiring-authentication

Oh, sorry, didn't notice the code comment.

Unfortunately, you are still not authorized and I am not sure how can I help you getting credentials for this particular service. Please, reach out to the service vendor for...

Use this URL in Postnam: `http://HOST/Citrix/Monitor/OData/v2/data/Applications?$format=json`

@bip91 I would not mind if you create a new factory method MS_CRM_client in the vendor module which would return pyodata client correctly configured.