Skip to content

code-payments/flipchat-protobuf-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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}