be-api-client
Advanced tools
Comparing version 0.0.12 to 0.0.13
{ | ||
"name": "be-api-client", | ||
"version": "0.0.12", | ||
"version": "0.0.13", | ||
"description": "A node.js client for the lightweight be-api.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -1,3 +0,3 @@ | ||
# auth-service-client | ||
A node.js client for the lightweight auth-service | ||
# be-api-client | ||
A node.js client for the lightweight be-api | ||
@@ -7,5 +7,5 @@ ## Usage | ||
```javascript | ||
const blockchainProxyClient = require('blockchain-proxy-client')({ | ||
apiServerAddress: '<<the address of your blockchain-proxy>>' | ||
const beService = require('be-api-client')({ | ||
apiServerAddress: '<<address of be-api-client>>' | ||
}) | ||
``` |
5020