dropbox-sdk 0.1.0

Rust bindings to the Dropbox APIv2, generated by Stone from the official spec.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
digraph deps {
    async;
    auth -> { common };
    common;
    contacts -> { common };
    file_properties;
    file_requests -> { common files };
    files -> { async auth common file_properties users_common };
    paper -> { common sharing };
    seen_state;
    sharing -> { async common files seen_state team_common users users_common };
    team -> { async common file_properties files team_common team_policies users users_common };
    team_common -> { common };
    team_log -> { async common file_requests files sharing team team_common team_policies users_common };
    team_policies;
    users -> { common team_common team_policies users_common };
    users_common -> { common };
}