diff --git a/README.md b/README.md index 14fd61b..3911649 100644 --- a/README.md +++ b/README.md @@ -15,3 +15,14 @@ The API specification uses the OpenAPI Specification (OAS) standard. The [OpenAPI Specification (OAS)](https://swagger.io/specification/) defines a standard, language-agnostic interface to RESTful APIs which allows both humans and computers to discover and understand the capabilities of the service without access to source code, documentation, or through network traffic inspection. When properly defined, a consumer can understand and interact with the remote service with a minimal amount of implementation logic. An OpenAPI definition can then be used by documentation generation tools to display the API, code generation tools to generate servers and clients in various programming languages, testing tools, and many other use cases. + +## Clients + +Client code can be generated from the API spec. + + +### Available client libraries +- [C++/Qt](https://github.com/owncloud/libre-graph-api-cpp-qt-client) +- [go](https://github.com/owncloud/libre-graph-api-go) +- [typescript-axios](https://github.com/owncloud/libre-graph-api-typescript-axios) +