View Source SCF.HTTP (TencentCloudSCF v0.1.0)

Link to this section Summary

Link to this section Functions

Link to this function

auth_post(params, opts \\ [])

View Source
@spec auth_post(params :: map(), opts :: keyword()) :: {:ok, map()} | {:error, map()}
Link to this function

request(body, headers, opts)

View Source
@spec request(body :: map(), headers :: [tuple()], opts :: keyword()) ::
  {:ok, map()} | {:error, map()}