-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Need clarification on which tasks use API calls #4976
Comments
It depends what hour of which day you ask. We're (I'm??) in the process of removing as many api calls as possible, so this is highly variable. Don't see any need to document it. |
This isn't an issue. If knowing which tasks make api calls is important, check the source. |
i'll do that. What do API calls look like? Give me 1 or 2 examples, so I can get started. Thank you @Gobberwart |
@avexus it starts with self.bot.api |
@avexus Sometimes just self.api, eg. From init.py line 1329 From metrics.py line 103 |
I'm guessing "EvolvePokemon", "TransferPokemon", "RecycleItems", etc use API calls, but how about
"UpdateLiveInventory", "UpdateLiveStats" etc? Do these only pull information from client side and don't have to make calls to server?
Maybe a comment on conf file will be nice. And also in documentation.
The text was updated successfully, but these errors were encountered: