dropbox-sdk 0.19.1

Rust bindings to the Dropbox API, 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
namespace seen_state

union PlatformType
    "Possible platforms on which a user may view content."
    web
        "The content was viewed on the web."
    desktop
        "The content was viewed on a desktop client."
    mobile_ios
        "The content was viewed on a mobile iOS client."
    mobile_android
        "The content was viewed on a mobile android client."
    api
        "The content was viewed from an API client."
    unknown
        "The content was viewed on an unknown platform."
    mobile
        "The content was viewed on a mobile client. DEPRECATED: Use mobile_ios or mobile_android instead."