1.5.0 • Published 2 years ago

taak-sdk v1.5.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years 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

2 years ago

1.4.3

2 years ago

1.4.2

2 years ago

1.4.1

2 years ago

1.4.0

2 years ago

1.3.1

2 years ago

1.3.0

2 years ago

1.2.0

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago