HTTP requests using HTTPoison. Responses are decoded as JSON maps.
Summary
Functions
Make a GET request and return the JSON body as a map.
Types
@type error() :: {:error, Exfacebook.Error.t()}
@type success() :: {:ok, map()}
HTTP requests using HTTPoison. Responses are decoded as JSON maps.
Make a GET request and return the JSON body as a map.
@type error() :: {:error, Exfacebook.Error.t()}
@type success() :: {:ok, map()}