Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.GetFortDetails returns pokemon_data as null #247

Open
HybridFox opened this issue Aug 16, 2016 · 1 comment
Open

.GetFortDetails returns pokemon_data as null #247

HybridFox opened this issue Aug 16, 2016 · 1 comment

Comments

@HybridFox
Copy link

HybridFox commented Aug 16, 2016

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
Copy link

shilch commented Aug 17, 2016

Have a look at the code: Still WIP

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants