-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
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
Some methods do not seem to return models #163
Comments
Actually |
|
|
I assume the |
If anything is returning a raw API response directly from the API it should be returning a model instead, add it to the list. Do you think you can fix these? |
Yes, fixing them as I go while testing my change set. |
Thanks |
Still returning dictionaries of objects:
(Via .page(), works.)c.images.iterate_all(...)
-> nestedimage["files"][0]["file"]
c.upload_cases(...)
run_external_job
get_file
# type: ignore
The text was updated successfully, but these errors were encountered: