Telix v0.1.0 Telix.Parser View Source

Parser to parse all the responses from Telit API endpoints

Link to this section Summary

Functions

Parses the response from telit api calls

Link to this section Types

Link to this type response() View Source
response ::
  {:ok, [struct]} |
  {:ok, struct} |
  :ok |
  {:error, map, status_code} |
  {:error, map} |
  any
Link to this type status_code() View Source
status_code() :: integer

Link to this section Functions

Link to this function parse(response) View Source
parse(tuple) :: response

Parses the response from telit api calls