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
Please add a public "get" method in case I need some API access point that's not provided by the client class. All this function needs to do is paste the argument to base_url and send the request.
So you would use it like this:
item = client.get("/me/drive/root:/path/to/file", params=None)
And same for post and delete. Thanks for this module!
The text was updated successfully, but these errors were encountered:
Please add a public "get" method in case I need some API access point that's not provided by the client class. All this function needs to do is paste the argument to base_url and send the request.
So you would use it like this:
item = client.get("/me/drive/root:/path/to/file", params=None)
And same for post and delete. Thanks for this module!
The text was updated successfully, but these errors were encountered: