Reporter v0.5.4 Reporter
Reporter
is simple reporting App reviews library.
Support AppStore and GooglePlay.
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
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.