Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "tnzapi", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Node.js Library for TNZ Group REST API", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -37,8 +37,9 @@ # tnzapi | ||
```nodejs | ||
const tnzapi = require('./tnzapi'); | ||
const tnzapi = require('tnzapi'); | ||
const client = tnzapi() | ||
const client = new tnzapi(); | ||
client.Sender = "user@example.com" | ||
client.APIKey = "ABC123" | ||
client.Sender = "user@example.com"; | ||
client.APIKey = "ABC123"; | ||
... | ||
``` | ||
@@ -45,0 +46,0 @@ |
59567
172