auth0_ex v0.1.2 Auth0Ex.Parser

Parser to parse all the responses from Auth0 API endpoints

Summary

Functions

Parses the response from auth0 api calls

Types

response()
response ::
  {:ok, [struct]} |
  {:ok, struct} |
  :ok |
  {:error, map, status_code} |
  {:error, map} |
  any
status_code()
status_code() :: integer

Functions

parse(response)
parse(tuple) :: response

Parses the response from auth0 api calls