You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 22, 2019. It is now read-only.
The original API by Grover has some "problematic" implementations for this bot (strong focus on Android support, sending a lot of operations to the niantic servers in separate requests instead of grouped like in the official client, some methods have strange/different behaviours then others).
The new API is for a large part autogenerated from the PROTO's, groups the requests so we don't have any NULL message exception responses anymore, doesn't add a whole load of unnecessary actions to certain methods, has a better threading support, ...
Why you are working on new api? Just a curiosity 👍
The text was updated successfully, but these errors were encountered: