[Question] What's the difference between actual api and new api?
Why you are working on new api? Just a curiosity 👍
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, ...
nice!
@Sieberkev so when the new API release ? can we know that?
@chudungg you can follow that in the PR #1237 -- looks like it's undergoing rigorous testing right now.