PokemonGoBot icon indicating copy to clipboard operation
PokemonGoBot copied to clipboard

[Question] What's the difference between actual api and new api?

Open LordJavi opened this issue 9 years ago • 4 comments

Why you are working on new api? Just a curiosity 👍

LordJavi avatar Aug 26 '16 20:08 LordJavi

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, ...

Sieberkev avatar Aug 27 '16 00:08 Sieberkev

nice!

LordJavi avatar Aug 27 '16 07:08 LordJavi

@Sieberkev so when the new API release ? can we know that?

chudungg avatar Aug 27 '16 08:08 chudungg

@chudungg you can follow that in the PR #1237 -- looks like it's undergoing rigorous testing right now.

nhodges avatar Aug 27 '16 15:08 nhodges