NicklasWallgren / PokemonGoAPI-PHP

Pokemon Go API PHP library
BSD 2-Clause "Simplified" License
130 stars 51 forks source link

Pokémon Go 0.51.2 API using public hashing server #169

Closed BlaayLock closed 7 years ago

BlaayLock commented 7 years ago

it is necessary to apply for an authorization key to this script work? See https://talk.pogodev.org/d/51-api-hashing-service-by-pokefarmer

Else, why i can not Retrieve the player stats?

inventory = $pokemonGoApi->getInventory();

NicklasW\PkmGoApi\Api\Player\Inventory Object ( [data:protected] => )

Use php 7.

BlaayLock commented 7 years ago

Oops! Available new doc https://talk.pogodev.org/d/54-getting-started-with-our-api-hashing-service

NicklasWallgren commented 7 years ago

@BlaayLoock No it isn't, have a look at the examples in the examples folder.