View Source Tw.V1_1.Client (Tw v0.1.1)

Client for Twitter API v1.1.

Link to this section Summary

Link to this section Types

Link to this section Functions

Link to this function

decode_json(client, body, opts \\ [])

View Source

Specs

decode_json(t(), iodata(), keyword()) :: {:ok, term()} | {:error, Exception.t()}

Specs

new([new_opt()]) :: t()
Link to this function

request(client, method, path, params \\ %{})

View Source

Specs

request(t(), atom(), binary(), %{required(atom()) => term()}) ::
  {:ok, term()} | {:error, error()}