Skip to content

TileDB-Inc/TileDB-Cloud-API-Spec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

TileDB Cloud API Specification

This repository documents the TileDB Cloud REST API.

Two openapi specification files exist, one for v1 routes and one for v2 routes.

TileDB Cloud Client APIs

If you are looking for existing clients, see the TileDB Cloud Documentation. This repository is most useful when looking to create a new client.

Releases and Feature Maturity

This repository is a living specification, which might reference features which are in beta testing, and are subject to change. Routes and models which are not considered stable will have a beta label added.

Usage of Openapi Definition

Openapi is a specification for defining API endpoints. The openapi file can be used for visualizing the api via online swagger editor . There is a large number of tools which can take the swagger file and produce working client code (code generation).

For example TileDB-Cloud-Py uses openapi generator to code generate the python REST client.