onedrive-api 0.3.0

OneDrive REST API Client
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//! DANGER:
//! The integration test requires token and/or refresh_token to send real requests
//! to Microsoft and MAY MODIFY YOUR FILES on OneDrive!
//!
//! Although the test is written to avoid overwriting existing data, you may still
//! take some risks.
//!
//! Login setting file `tests/login_setting.json` is private and is ignored
//! in `.gitignore`, so you need to set up it manually before running this test.
//! The format is specified in `tests/login_setting.json.template`.
extern crate onedrive_api;

mod login_setting;
mod test_drive_client;