An open API service indexing awesome lists of open source software.

https://github.com/oxalica/onedrive-api

A non-official middle-level HTTP API bindings to the OneDrive REST API through Microsoft Graph
https://github.com/oxalica/onedrive-api

onedrive rust

Last synced: 6 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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)