This folder contains the protobuf-definition for the api.
These languages are built into the protoc
compiler. Install the compiler via
brew install protobuf
and then run
protoc io/openisms/api.proto --objc_out=. --java_out=. # for more languages see protoc --help
Install the official plugin via
brew install swift-protobuf
and run
protoc io/openisms/api.proto --swift_out=.
Download the latest release from github.com/scalapb/ScalaPB/ and run
protoc io/openisms/api.proto --plugin=/path/to/download/protoc-gen-scala --scala_out=src/main/scala
(For more info see this guide.)