Skip to content

Datastores API

Melvin Davis edited this page Jun 12, 2020 · 2 revisions

Datastores API

This API provides enables CRUD operations with datastores. Datastores are the places where user-uploaded data is stored. So to store these data, there should be datastore locations. This API simply stores information about those locations. Secrets such as passwords are masked for normal users while it is available for Cuttle applications and apps authenticated by the user.

The supported APIs are

  • List Datastores
  • Get Datastore
  • Create Datastore

Documentation is available at https://pkg.go.dev/github.com/cuttle-ai/go-sdk@v0.0.0-20200501145831-2118c996e71c/services/datastores?tab=doc#pkg-overview

Clone this wiki locally