exfacebook v0.0.1 Exfacebook.Http

Http requests using hackney and decode response using HTTPoison to JSON.

Summary

Functions

Make get request and return JSON response as dictionary

Functions

get(url)

Specs

get(String) ::
  {:ok, Map.t} |
  {:error, Exfacebook.Error.t}

Make get request and return JSON response as dictionary.