Skip to content

v1.2.0

Compare
Choose a tag to compare
@GoneTone GoneTone released this 05 Oct 15:07
· 10 commits to master since this release
9e29ef7

New features

  • Can specify the app version code to download (#11) (e0dc8e0)

Example:

gpAPI.getGoogleToken('Your OAuth2 Token', 'save/token.txt').then(async (token) => {
  await gpAPI.googleAuth(token)

  const downloadInfo = await gpAPI.downloadInfo('com.github.android', 613) // Specify Version Code
  console.log(downloadInfo)
})