Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 802 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 802 Bytes

Calyptia Cloud API - OpenAPI specification

OpenAPI spec for the API to Calyptia Core.

Spec

The /spec directory contains an OpenAPI specification. You can use it to generate clients for your favorite programming language. Or preview it using SwaggerUI.

Typescript codegen

Example using openapi-typescript-codegen.

npx openapi-typescript-codegen \
    --input ./spec/open-api.yml \
    --output ./ts-client \
    --name Client

Go codegen

Example using openapi-codegen.

oapi-codegen spec/open-api.yml