enphex v0.1.0 Enphex.Parser

Parser to parse all the responses from Enphase 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} |
  {:wait, String.t, pos_integer} |
  any
status_code()
status_code() :: integer

Functions

parse(response)
parse(tuple) :: response

Parses the response from auth0 api calls