Skip to content
This repository has been archived by the owner on Jul 22, 2019. It is now read-only.

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

Open
LordJavi opened this issue Aug 26, 2016 · 4 comments
Open

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

LordJavi opened this issue Aug 26, 2016 · 4 comments

Comments

@LordJavi
Copy link

Why you are working on new api? Just a curiosity 馃憤

@Sieberkev
Copy link
Collaborator

Sieberkev commented Aug 27, 2016

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

@LordJavi
Copy link
Author

nice!

@chudungg
Copy link

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

@nhodges
Copy link

nhodges commented Aug 27, 2016

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants