pokemon-go-protobuf-types
July 23, 2016 ยท View on GitHub
Haskell types for the Pokemon Go protobuf protocol.
These alone won't let you do anything interesting, but they do provide target types for any API client implementation. :)
Generate everything using ./generate.sh.
You need a fairly modern protoc that can handle the proto3 version of the
protocol, and you need proto-lens-protoc which you can find on Hackage.