多维表格
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

447 B

title description position category menuTitle
SDK SDK 1400 Developer Resources SDK

We provide SDK for users to integrated with their applications. Currently only Javascript is supported.

SDK For Javascript

import { Api } from 'nocodb-sdk'

const api = new Api({
  baseURL: 'http://<HOST>:<PORT>',
  headers: {
    'xc-auth': '<AUTH_TOKEN>'
  }
})

// await api.meta.something()
// await api.data.something()