Socket
Book a DemoInstallSign in
Socket

cells-sdk-ts

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cells-sdk-ts

Typescript SDK for Cells V2 Rest API

alpha
latest
Source
npmnpm
Version
0.1.1-alpha14
Version published
Maintainers
1
Created
Source

cells-sdk-ts

Typescript SDK for Cells RestAPI v2

Run the sample App

See example folder for sample application:

cd example
npm install
npm run dev

Enter server full URL to Cells API (e.g. https://localhost:8080/a) and Personal Access Token in the top form.

Note: server may need to support CORS. On Cells next, start with ENV CELLS_WEB_CORS_ALLOW_ALL=true

Consume the SDK in your App

Dependencies:

  • cells-sdk-ts : point to github on #v5-dev branch
  • axios
  • @aws-sdk/client-s3
  • @aws-sdk/credential-providers
  • @aws-sdk/s3-request-presigner

Example:

{
  "dependencies": {
    "@aws-sdk/client-s3": "^3.726.1",
    "@aws-sdk/credential-providers": "^3.726.1",
    "@aws-sdk/s3-request-presigner": "^3.726.1",
    "axios": "^1.7.9",
    "cells-sdk-ts": "https://github.com/pydio/cells-sdk-ts#v5-dev"
  }
}

FAQs

Package last updated on 29 Jul 2025

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