ElixirLokaliseApi.Request (ElixirLokaliseApi v4.2.0)

View Source

Sends HTTP requests to the Lokalise APIv2

Summary

Types

method()

@type method() :: :get | :post | :put | :patch | :delete | :head | :options

Functions

do_request(verb, module, opts)

@spec do_request(method(), module(), Keyword.t()) ::
  {:ok, struct() | map()}
  | {:error, atom() | String.t() | {map(), non_neg_integer()}}