Commit Graph

4 Commits

Author SHA1 Message Date
Domenico Iezzi
e1d2671caf
Removed nb_results and offset from search() 2018-12-23 23:37:07 +01:00
Domenico Iezzi
3629b232fe
Test now fetches gsfId and token from env
This *should* fix travis build failing everytime
2018-12-23 22:38:41 +01:00
Domenico Iezzi
46b427124d
Updated Protobuf definition and parsing
Newer definition have been fetched from play-store-api. Moreover, the
following enhanchements are introduced:

- An new function utils.parseProtobufObj will automatically parse any
Protobuf object into a dictionary, so there's no need to manually
specify each field to parse
- Added toc() and acceptTos() functions
- Added deviceCheckinConsistencyToken and dfeCookie to API state and
headers
- Since search results are now divided into clusters, each one
representing a different subcategory, now the search() API call returns
a list of clusters, each one containing a list of apps
2018-12-12 17:23:07 +01:00
Domenico Iezzi
99ae4cba0e
moved tests into a separate folder 2018-07-15 12:23:38 +02:00