FusionAuth.Response (FusionAuth v0.3.0) View Source
The FusionAuth.Response
module provides functions to format the response from FusionAuth.result.
Example
iex> FusionAuth.client()
|> FusionAuth.Groups.get_groups()
|> FusionAuth.Response.format("groups", &atomize_keys/1)
{:ok, [%{id: "id", name: "name"}]
Link to this section Summary
Link to this section Types
Specs
result() :: FusionAuth.result()