We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Windows 10 Python 2.7.16
Traceback (most recent call last): File "C:\ProjectsGit\open-air\example.py", line 14, in <module> xml_data.append(commands.Read('Task', 'equal to', {'limit': '1000'}, [filter1, filter2], ['id', 'timesheetid']).read()) File "C:\Python27\lib\site-packages\oaxmlapi-1.1.1-py2.7.egg\oaxmlapi\commands.py", line 118, in read field = self.orderby.get('field', 'id') AttributeError: 'list' object has no attribute 'get'
The text was updated successfully, but these errors were encountered:
The example in the README was never updated to include the new orderby attribute for the Read method. Please read the documentation for more details. https://23maverick23.gitbook.io/oaxmlapi/docs/commands#read
orderby
Read
Sorry, something went wrong.
No branches or pull requests
Windows 10
Python 2.7.16
The text was updated successfully, but these errors were encountered: