1.5.0 • Published 6 months ago

taak-sdk v1.5.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
6 months ago

✨ Features:

  • Tiny <1KB size gzip
  • Works in Node.js and in Browser
  • Built-in Typescript support

🔧 Installation

npm i taak-sdk

🌐 Usage

Import taak-sdk module in your project and initialize it with your apiKey.

import TaakSDK from 'taak-sdk'

const TaakSdkClient = new TaakSDK({ apiKey: '%apiKey%' })

TaakSdkClient.getWebPushesByUserId('user-id-001').then((data) => {
    console.log(data)
})

Documentation

https://docs.taakcloud.com

Web Push Notification doc

https://docs.taakcloud.com/products/web-push-notification/

1.5.0

6 months ago

1.4.3

7 months ago

1.4.2

7 months ago

1.4.1

7 months ago

1.4.0

7 months ago

0.0.0-development

7 months ago

1.3.1

1 year ago

1.3.0

1 year ago

1.2.0

1 year ago

1.1.2

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago