smallex v0.0.4 Json

Link to this section Summary

Link to this section Functions

Link to this function call(domain, path, header \\ [], map_function \\ &nop/1)

Call JSON API (header & ap_function are optional)

Examples

iex> Json.call( "https://api.github.com", "/rate_limit" ) |> Map.get( "rate" ) |> Map.get( "limit" )
60