Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@apple/cktool.api.base

Package Overview
Dependencies
Maintainers
9
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@apple/cktool.api.base

Manage your CloudKit containers and databases from JavaScript.

npmnpm
Version
1.2.1
Version published
Maintainers
9
Created
Source

CKTool JS

Manage your CloudKit containers and databases from JavaScript.

Overview

Include CKTool JS in your JavaScript automation testing and continuous integration tasks to manipulate the schema and the data in your database.

"base" API Package

This API package includes the following operations related to "base".

Each operation has a corresponding function that returns a CancellablePromise that resolves if successful and rejects if the operation fails.

API Promise Mixin

BasePromisesApiMixin

Don't use this mixin directly. Instead, use PromisesApi from @apple/cktool.database.

Methods

The following methods are added by the mixin.

  • getContainers Fetches containers for a team.
  • getTeams Fetches a list of teams the current user is in.

TypeScript Types

  • AuthenticationRequiredError
  • CKDatabaseType
  • CKEnvironment
  • Container
  • ContainersResponse
  • ContainersSortByField
  • RequestError
  • SortDirection
  • Team
  • TeamsResponse

FAQs

Package last updated on 30 Nov 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts