binlist v0.1.0 Binlist.Parser

Link to this section Summary

Link to this section Types

Link to this type error()
error() :: {:error, String.t}
Link to this type success()
success() :: {:ok, [map]}

Link to this section Functions

Link to this function parse(response, module)
parse(HTTPoison.Response.t, module) :: success | error