gRPC API¶
Graphene’s API consists of two main services:
These services are defined using gRPC and the service definitions provided by Graphene enable enable generating API bindings in the language of your choice.
gRPC uses Protocol Buffers to define the communication format between client and server.
Download¶
Download this zipped package of Graphene API definitions
to include your project.