ExPlay v0.1.0-alpha ExPlay.Request.API

Google Play API call handler methods

Summary

Functions

Prepare headers for api request

API Specific GET requests

Returns all details about a Google Play APK package, needs an authorized account object

API Specific POST requests

Generates API specific URLs from specified paths

Functions

api_headers(account)

Prepare headers for api request

get!(url, params)

See ExPlay.Request.Base.get!/2.

get!(url, params, headers)

API Specific GET requests

package_details(account, package)

Returns all details about a Google Play APK package, needs an authorized account object

post!(url, params)

See ExPlay.Request.Base.post!/2.

post!(url, params, headers)

API Specific POST requests

process_url(path)

Generates API specific URLs from specified paths