googleplay-api/Documentation
2018-07-15 13:15:00 +02:00
..
auth Refactored Documentation folder 2017-10-09 17:28:03 +02:00
download Refactored Documentation folder 2017-10-09 17:28:03 +02:00
search Added userProfile api to Documentation 2017-11-27 16:46:05 +01:00
userProfile Added userProfile api to Documentation 2017-11-27 16:46:05 +01:00
README.md Added script to fetch devices from play-store-api 2018-07-15 13:15:00 +02:00

Documentation

This is a collection of API requests and response for most of the paths that google play API offers. In general, each requests usually return the following protobuf objects:

  • payload: contains the response object (see googleplay.proto for all types of responses).
  • (optional) preFetch: if the payload contains an URL to be fetched in order to get results, these results may be pre-fetched by google servers and included in the original response.

Each requests is discussed in the related subfolder.