Enum dropbox_sdk::client_trait::Endpoint [−][src]
pub enum Endpoint {
Api,
Content,
Notify,
OAuth2,
}
Expand description
The API base endpoint for a request. Determines which hostname the request should go to.
Variants
Api
The endpoint used for most API calls.
Content
The endpoint primarily used for upload and download calls.
Notify
The endpoint primarily used for longpolling calls.
OAuth2
The endpoint used for OAuth2 token requests.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Endpoint
impl UnwindSafe for Endpoint
Blanket Implementations
Mutably borrows from an owned value. Read more