@netvoice/js-oauth
Advanced tools
Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "@netvoice/js-oauth", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Interaction with netvoice oauth2 server.", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -16,3 +16,3 @@ # NetVoice OAuth2 JS library | ||
client.login('**username**', '**password**'); | ||
client.login('**username**', '**password**') | ||
.then(token => { | ||
@@ -19,0 +19,0 @@ client.get(token, "/account/account") |
7828