1.1.3 • Published 4 years ago
@djaty/djaty-nodejs v1.1.3
Djaty NodeJS SDK
Installation
$ npm install @djaty/djaty-nodejs
Usage
Quick Start
You can start using Djaty NodeJS SDK with the default configuration
by just including it at the root app file and passing the apiKey and apiSecret
attributes as the following example:
const djaty = require('@djaty/djaty-nodejs');
djaty.init({
apiKey: 'API_KEY',
apiSecret: 'API_SECRET'
});To use the NodeJS SDK inside Express and Koa based applications, please take a look at Official NodeJS SDK Docs
Development
Install dependencies
$ npm install
Build
$ npm run build
Run tests
$ npm run test
Hints
- Using console log directly inside the SDK logic will add the concole timeline item
to the active domain which will always be
djatyInternalErrorsDomainand not the domain of the requestdjatyReqWrapDomain(Which thereqandresobjects are added to).
1.1.3
4 years ago
1.1.2
6 years ago
1.1.1
6 years ago
1.0.1
6 years ago
1.0.0
6 years ago
1.0.0-beta.9
6 years ago
0.0.0-development
6 years ago
1.0.9-beta
6 years ago
1.0.8-beta
6 years ago
1.0.7-beta
6 years ago
1.0.6-beta
6 years ago
1.0.5-beta
6 years ago
1.0.4-beta
6 years ago
1.0.3-beta
6 years ago
1.0.2-beta
6 years ago
1.0.1-beta
6 years ago
1.0.0-beta
7 years ago