View Source CozyAliyunOpenAPI.Config (cozy_aliyun_open_api v0.1.2)

Link to this section Summary

Link to this section Types

@type config() :: %{access_key_id: String.t(), access_key_secret: String.t()}
@type t() :: %CozyAliyunOpenAPI.Config{
  access_key_id: String.t(),
  access_key_secret: String.t()
}

Link to this section Functions

@spec new!(config()) :: t()