Reporter v0.7.0 Reporter View Source
Reporter
is simple reporting App reviews library.
Support AppStore and GooglePlay.
Link to this section Summary
Functions
Get JSON response decoded by Poison.decode! from Apple Server
Get XML formatted response from Apple Server
Get HTML formatted response from GooglePlay
Link to this section Functions
Get JSON response decoded by Poison.decode! from Apple Server.
error case
Not found
iex> error = %{“message” => “Not found items.”, “status_code” => “404”} iex> error[“status_code”] “404”
Get XML formatted response from Apple Server.
Get HTML formatted response from GooglePlay.
Example
error case
Not found
iex> error = %{“message” => “Not found items.”, “status_code” => “404”} iex> error[“status_code”] “404”