This project contains the protobuf definition files for entities and events in the Github API.
You can generate language bindings by running the Makefile with the following targets:
protoc-go
Go bindings Goprotoc-python
Python bindingsprotoc-java
Java bindingsprotoc-js
JavaScript bindings NodeJSprotoc-ruby
Ruby bindingsprotoc-php
PHP bindings
Code will be generated to the build/VERSION/LANGUAGE
such as build/1.0.0/go
You can run make test
which will generate go test
tests and run against the Go bindings to test Github API events from the documentation.
Licensed under the MIT License.