We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
please help me with this error. refer the screenshot below.
Odata version: V4 Code:
import requests import requests.auth from requests_ntlm import HttpNtlmAuth import pyodata
// This is just the example credential username = "example" password = '*********'
// Good unit is the name of the entity directorURL = 'https://odata.ca-build.com/odata/GoodUnit'
directorSession = requests.session() directorSession.auth= HttpNtlmAuth(username,password) directorReqData = pyodata.Client(directorURL,directorSession)
abc = directorReqData.entity_sets.GoodUnit.get_entity(1).execute()
The text was updated successfully, but these errors were encountered:
I am terribly sorry but OData V4 hasn't been merged to the latest version of PyOData. Please, subscribe for news at #39
Sorry, something went wrong.
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
please help me with this error. refer the screenshot below.

Odata version: V4
Code:
import requests
import requests.auth
from requests_ntlm import HttpNtlmAuth
import pyodata
// This is just the example credential
username = "example"
password = '*********'
// Good unit is the name of the entity
directorURL = 'https://odata.ca-build.com/odata/GoodUnit'
directorSession = requests.session()
directorSession.auth= HttpNtlmAuth(username,password)
directorReqData = pyodata.Client(directorURL,directorSession)
abc = directorReqData.entity_sets.GoodUnit.get_entity(1).execute()
The text was updated successfully, but these errors were encountered: