Pokemon-GO-node-api icon indicating copy to clipboard operation
Pokemon-GO-node-api copied to clipboard

.GetFortDetails returns pokemon_data as null

Open HybridFox opened this issue 9 years ago • 1 comments

As well as team_color etc... Here is what GetFortDetails returns:

{ fort_id: '(correct data here)', team_color: null, pokemon_data: null, name: '(correct data here)', image_urls: [ '(correct data here)' ], fp: null, stamina: null, max_stamina: null, type: null, latitude: (correct data here), longitude: (correct data here), description: null, modifiers: [] }

Is this supposed to be like this or is there anotherway to get all the pokemons on a gym?

HybridFox avatar Aug 16 '16 19:08 HybridFox

Have a look at the code: Still WIP

shilch avatar Aug 17 '16 20:08 shilch