alixir_core

v0.1.3

  • Pages
  • Modules

    alixir_core v0.1.3 Alixir View Source

    Link to this section Summary

    Types

    body()
    reason()
    status_code()

    Functions

    request(operation)

    Link to this section Types

    Link to this type body() View Source
    body() :: String.t()
    Link to this type reason() View Source
    reason() :: String.t()
    Link to this type status_code() View Source
    status_code() :: integer()

    Link to this section Functions

    Link to this function request(operation) View Source
    request(Alixir.Request.Operation.t()) ::
      {:ok, status_code(), body()} | {:error, reason()}

    Built using ExDoc (v0.18.4), designed by Friedel Ziegelmayer.