nani v0.3.0 Nani.JSON

Link to this section Summary

Link to this section Types

Link to this type

result_t()
result_t() :: {:ok, list() | map()} | {:error, String.t()}

Link to this section Functions

Link to this function

get(url, query_params, opts \\ [])
get(String.t(), map(), keyword()) :: result_t()

Link to this function

post(url, query_params, post_params, opts \\ [])
post(String.t(), map(), map(), keyword()) :: result_t()