yodlee v0.1.1 Yodlee.Utils
Utility functions.
Link to this section Summary
Functions
Handles Yodlee response and maps to the correct data structure
Converts Yodlee camel case keys to Elixir friendly snake case
Link to this section Functions
Link to this function
handle_resp(arg, schema)
handle_resp( {:ok, HTTPoison.Response.t()} | {:error, HTTPoison.Error.t()}, atom() ) :: {:ok, any()} | {:error, map() | Yodlee.Error.t() | HTTPoison.Error.t()}
Handles Yodlee response and maps to the correct data structure.
Converts Yodlee camel case keys to Elixir friendly snake case.