Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

dtable-sdk

Package Overview
Dependencies
Maintainers
0
Versions
210
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dtable-sdk

dtable sdk

  • 5.0.5
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
65
decreased by-26.97%
Maintainers
0
Weekly downloads
 
Created
Source

dtable-sdk

JavaScript SDK for SeaTable (DTable is an old name).

Adding to your poject

Using npm:

npm i dtable-sdk --save

Basic demo

Prepare a test base, just like:

NameResult
Mike
Judy

Create a base with a table named sayHello and a view named Default_View. Then, add a long text column named Result. Add a few rows and create a name for each row. Leave the Result column blank.

Then, generate an APIToken and change the example/example.json file like the code below:

{
    "APIToken": "xxxxxxxx",
    "server": "http://127.0.0.1:8001",
    "workspaceID": "xxxxxxxx",
    "dtableName": "xxxxxxxx",
    "licenseGeneratorToken": "xxxxxxxx"
}

Run npm run example and wait for a few seconds. You will see result column has changed to something similar to this:

NameResult
MikeHello Mike
JudyHello Judy

FAQs

Package last updated on 22 Aug 2024

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc