swiftkanban-sdk
TypeScript icon, indicating that this package has built-in type declarations

1.1.12 • Public • Published

SwiftKanban SDK

A really simple SwiftKanban SDK (for those dire corporate environments)

Usage

import SK from 'swiftkanban-sdk'

const client = new SK({
    token: 'XXXX-XXX',
    host: 'https://example.swiftkanban.com/restapi',
    boardId: 'XXXX' // this is optional, you could pass the boardId through arguments in any method
})

const cardList = await client.card.search('foo bar card')

/swiftkanban-sdk/

    Package Sidebar

    Install

    npm i swiftkanban-sdk

    Weekly Downloads

    1

    Version

    1.1.12

    License

    MIT

    Unpacked Size

    14.6 kB

    Total Files

    8

    Last publish

    Collaborators

    • henrykunh