You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In both the README and in client.py, it isn't made clear that Client.folder(), Client.file(), etc. do not make an API call by default (they initialize an empty object, which can then be used to make API calls).
We should call this out, both in the README, and in the docstrings of those methods.
The text was updated successfully, but these errors were encountered:
In both the README and in client.py, it isn't made clear that
Client.folder()
,Client.file()
, etc. do not make an API call by default (they initialize an empty object, which can then be used to make API calls).We should call this out, both in the README, and in the docstrings of those methods.
The text was updated successfully, but these errors were encountered: