smallex v0.0.4 Json
Link to this section Summary
Functions
Call JSON API (header & ap_function are optional)
Link to this section Functions
Link to this function
body(map)
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
Link to this function
nop(map_list)