EPTSDK (ept_sdk v6.0.2)

Summary

Types

@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

Link to this function

client(properties)

Link to this function

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

Link to this function

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

Link to this function

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

Link to this function

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

Link to this function

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

Link to this function

update_client_from_request(error, client)