onedrive-api 0.6.3

OneDrive HTTP REST API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# onedrive-api

[![Build Status](https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2Foxalica%2Fonedrive-api%2Fbadge%3Fref%3Dmaster&style=flat)](https://actions-badge.atrox.dev/oxalica/onedrive-api/goto?ref=master)
[![crates.io](https://img.shields.io/crates/v/onedrive-api.svg)](https://crates.io/crates/onedrive-api)
[![Documentation](https://docs.rs/onedrive-api/badge.svg)](https://docs.rs/onedrive-api)

A non-official middle-level HTTP API bindings to the [OneDrive][onedrive] REST API
through [Microsoft Graph][graph], and also some utilities for authentication,

- [Changelog]CHANGELOG.md

[onedrive]: https://products.office.com/en-us/onedrive/online-cloud-storage
[graph]: https://docs.microsoft.com/graph/overview

# License
- [MIT license]LICENSE-MIT