Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 776 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 776 Bytes

Flipchat Protobuf API

Release GitHub License

The APIs and models for communication between Flipchat clients and server.

Code Generation

Generated code can be found under the generated/ directory. The following languages are directly supported:

To generate all code, run:

make

Or to generate a specific language, run:

make {go, protobuf-es}