ex_google v0.2.0 ExGoogle.Parser View Source

Generic parser to parse all the google api responses

Link to this section Summary

Functions

Parses the response Todo: Parse to specific module struct

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

Parses the response Todo: Parse to specific module struct