pokemongo-game-master
Version:
Collection of the decoded GAME_MASTER-protobuf files
13 lines (10 loc) • 312 B
text/typescript
import * as PokemongoGameMaster from './index';
PokemongoGameMaster
.getVersion('latest', 'protobuf')
.then((data: string) => { });
PokemongoGameMaster
.getVersion('0.85.3', 'json')
.then((data: object) => { });
PokemongoGameMaster
.getLatestVersionName()
.then((data: string) => { });