Skip to content

Please provide a "general" get function #9

@zmic

Description

@zmic

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!

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions