Skip to main content

Crate clevercloud_sdk

Crate clevercloud_sdk 

Source
Expand description

§Clever-Cloud Sdk

This module provides a client and structures to interact with clever-cloud api.

Modules§

oauth10a
Compatibility facade exposing the historical oauth10a::client surface.
v2
Api version 2 module
v4
Api version 4 module

Structs§

Builder
Client

Enums§

ClientError
Error returned by the Client when executing a request. It keeps the historical shape (in particular the StatusCode variant) expected by the rest of the SDK and by downstream consumers.
Credentials

Constants§

DEFAULT_CONSUMER_KEY
DEFAULT_CONSUMER_SECRET
PUBLIC_API_BRIDGE_ENDPOINT
PUBLIC_ENDPOINT

Traits§

Request
Low-level request execution, kept for the historical surface.
RestClient
RESTful helpers returning a flat Result<T, Self::Error>.

Functions§

default_consumer_key
default_consumer_secret

Type Aliases§

ResponseError
Body of an error response returned by the Clever Cloud API.