onedrive-api icon indicating copy to clipboard operation
onedrive-api copied to clipboard

A non-official middle-level HTTP API bindings to the OneDrive REST API through Microsoft Graph

Results 5 onedrive-api issues
Sort by recently updated
recently updated
newest added

It would be nice to have serialization support for the `TokenResponse` struct, to save it to a file for persistence between app restarts without having to manually log in again.

Hi! Thanks for making this library, I was wondering if we could add a feature to be able to set the state when requesting a code_auth url. It could either...

I'm using this in a project, and recently I've decided to move completely off of using openssl. To support that, this API needs to support `rustls`. This patch passed `cargo...

This changes `ResponseExt` and `OneDrive::new()` to support wasm32. Also avoids boxing in `ResponseExt`

This isn't exactly one-drive but it is very one-drive related. This api allows us to grab the user's preliminary info like name/email and we can tie this in to show...