Postscript (postscript v1.0.0)

Link to this section Summary

Functions

Send a request to the Postscript API.

Link to this section Types

Link to this type

http_headers_t()

Specs

http_headers_t() :: [{String.t(), String.t()}]
Link to this type

http_method_t()

Specs

http_method_t() :: :delete | :get | :head | :patch | :post | :put
Link to this type

http_status_code_t()

Specs

http_status_code_t() :: pos_integer()
Link to this type

response_t()

Specs

response_t() ::
  {:ok, Postscript.Response.t()} | {:error, Postscript.Response.t() | any()}

Link to this section Functions

Link to this function

request(operation, config)

Specs

Send a request to the Postscript API.