EPTSDK (ept_sdk v7.0.0)

Summary

Types

t()

@type t() :: %EPTSDK{
  authorization: String.t(),
  http_client: Req.t(),
  links: term(),
  location: URI.t() | String.t(),
  meta: term(),
  response: term(),
  user_agent: String.t()
}

Functions

client(properties)

delete(client, path, query \\ [])

get(client, path, query \\ [])

patch(client, path, data, query \\ [])

post(client, path, data, query \\ [])

put(client, path, data, query \\ [])

update_client_from_request(error, client)