hedwig_simple_responders v0.1.2 HedwigSimpleResponders.JsonApiClient

A general-purpose client for making HTTP requests to JSON APIs.

Summary

Functions

Makes a GET request to a public API endpoint, returning a status tuple

Functions

get(url)
get(String.t) :: {:ok, map} | {:error, String.t}

Makes a GET request to a public API endpoint, returning a status tuple.