@flyteorg/flyteidl
Version:
Compiled protocol buffers and gRPC service clients/servers for Flyte IDLs
15 lines (8 loc) • 829 B
Markdown
# Flyteidl
This is one of the core components of Flyte. It contains the Specification of the Flyte Language using protobuf messages, the Backend API specification in gRPC, and Swagger REST. The repo contains the generated clients and protocol message structures in multiple languages. Along with the generated code, the repository also contains the Golang clients for Flyte's backend APIs (the services grouped under FlyteAdmin).
[](https://slack.flyte.org)
* [flyte.org](https://flyte.org)
* [Flyte Docs](http://docs.flyte.org)
* [Flyteidl API reference documentation](https://docs.flyte.org/en/latest/reference_flyteidl.html)
## Contributing to Flyteidl
See the [contributing docs](protos/docs/contributing.md) for more information.