Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/relrod/pokemon-go-protobuf-types
Haskell types for the Pokemon Go protobuf API
https://github.com/relrod/pokemon-go-protobuf-types
Last synced: 13 days ago
JSON representation
Haskell types for the Pokemon Go protobuf API
- Host: GitHub
- URL: https://github.com/relrod/pokemon-go-protobuf-types
- Owner: relrod
- License: bsd-3-clause
- Created: 2016-07-23T03:20:21.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-07-31T00:01:53.000Z (over 8 years ago)
- Last Synced: 2024-10-03T15:40:55.851Z (about 1 month ago)
- Language: Haskell
- Homepage: https://relrod.github.io/pokemon-go-protobuf-types
- Size: 821 KB
- Stars: 2
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pokemon-go-protobuf-types
Haskell types for the
[Pokemon Go protobuf](https://github.com/AeonLucid/POGOProtos) 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.