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-goGo bindings Goprotoc-pythonPython bindingsprotoc-javaJava bindingsprotoc-jsJavaScript bindings NodeJSprotoc-rubyRuby bindingsprotoc-phpPHP 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.