mirror of
https://github.com/FliegendeWurst/googleplay-api.git
synced 2024-11-22 21:04:59 +00:00
9 lines
533 B
Markdown
9 lines
533 B
Markdown
|
# 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 serversand included in the original response.
|
||
|
|
||
|
Each requests is discussed in the related subfolder.
|