Twittex.Client

Twitter client with helper functions to query the API.

Summary

Functions

Queries against the indices of recent or popular Tweets

Starts the process linked to the current process

Functions

search(term, options \\ [])

Specs

search(String.t, Keyword.t) ::
  {:ok, %{}} |
  {:error, HTTPoison.Error.t}

Queries against the indices of recent or popular Tweets.

For more informations about this function, see Twitter’s Search API documentation.

start_link(options \\ [])

Specs

start_link(Keyword.t) :: GenServer.on_start

Starts the process linked to the current process.