tejado / pgoapi

Pokemon Go API lib
Other
1.4k stars 445 forks source link

RpcEnum.proto #68

Closed samuelteixeiras closed 8 years ago

samuelteixeiras commented 8 years ago

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 .

Cl0v1s commented 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

ryan-shaw commented 8 years ago

@chaipokoi That's not the source .proto file

Cl0v1s commented 8 years ago

@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. :/

ryan-shaw commented 8 years ago

@chaipokoi Check here - https://github.com/AeonLucid/POGOProtos/tree/master/src/POGOProtos/Networking/Requests/Messages

He moved the project to using those protos.

Cl0v1s commented 8 years ago

Wow cool ! Thanks a lot !

samuelteixeiras commented 8 years ago

@ryan-shaw , @chaipokoi thanks.