We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Change mock pokemon data for real pokemon data.
The text was updated successfully, but these errors were encountered:
Remember to set the API location as a configurable parameter! :) Aka:
const uri = option.uri || "http://somethingsomething.com"
and when calling routes
http.get(uri + '/something/else')
Sorry, something went wrong.
UH! and also: http and https behave differently, that should also be configurable!
I think we have to wait for the issue PokemonGoers/PredictPokemon-2#60 to be fixed before we can finally implement the predictions.
Is fixed now
No branches or pull requests
Change mock pokemon data for real pokemon data.
The text was updated successfully, but these errors were encountered: