Closed samuelteixeiras closed 8 years ago
I had the same problem, it's here now: https://github.com/tejado/pgoapi/blob/master/pgoapi/protos/POGOProtos/Networking/Requests_pb2.py
@chaipokoi That's not the source .proto file
@ryan-shaw He wants to know all the available api calls, I had the same problem. All the API calls are in this file :) The .proto file doesnt exist. :/
@chaipokoi Check here - https://github.com/AeonLucid/POGOProtos/tree/master/src/POGOProtos/Networking/Requests/Messages
He moved the project to using those protos.
Wow cool ! Thanks a lot !
@ryan-shaw , @chaipokoi thanks.
Hi , you talk about the RpcEnum.proto that have all api calls. I couldn't find this file. Maybe create a option to describe the methods , with arg options like a man page in the linux. If you show me a example in the api I can start this .