Armax / Pokemon-GO-node-api

Pokemon GO api node.js library
MIT License
875 stars 198 forks source link

.GetFortDetails returns pokemon_data as null #247

Open HybridFox opened 8 years ago

HybridFox commented 8 years ago

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?

shilch commented 8 years ago

Have a look at the code: Still WIP