googleplay

package module
v1.0.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 1, 2021 License: OSL-3.0 Imports: 11 Imported by: 2

README

googleplay

Google Play APK apps

https://godocs.io/github.com/89z/googleplay

When creating X-DFE-Device-Id, you must use Android API 25 or higher.

Thanks

https://github.com/4thel00z/google-play

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ParseQuery

func ParseQuery(query []byte) url.Values

text/plain encoding algorithm html.spec.whatwg.org/multipage/form-control-infrastructure.html

Types

type Auth added in v1.0.4

type Auth struct {
	url.Values
}

func (Auth) Details added in v1.0.4

func (a Auth) Details(device, app string) ([]byte, error)

device is Google Service Framework.

type Token added in v1.0.1

type Token struct {
	url.Values
}

func NewToken added in v1.0.4

func NewToken(email, password string) (*Token, error)

Request refresh token.

func (Token) Auth added in v1.0.4

func (t Token) Auth() (*Auth, error)

Exchange refresh token for access token.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL