Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
SPADE-Node-JS-Client
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Eclipse Research Labs
SPADE Project
SPADE-Node-JS-Client
Commits
b5cfcf48
Commit
b5cfcf48
authored
7 months ago
by
Matej Kokol
Browse files
Options
Downloads
Patches
Plain Diff
updated README npm link
parent
be63b27a
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+3
-3
3 additions, 3 deletions
README.md
with
3 additions
and
3 deletions
README.md
+
3
−
3
View file @
b5cfcf48
...
...
@@ -7,7 +7,7 @@ A client-side JavaScript library that can be used to interact with Data Broker's
Install the package via npm:
```
npm i spade-node-js-client
npm i
@bavenir/
spade-node-js-client
```
Link to project https://www.npmjs.com/package/@bavenir/spade-node-js-client
...
...
@@ -18,7 +18,7 @@ Link to project https://www.npmjs.com/package/@bavenir/spade-node-js-client
Import the DataBroker class and create an instance with your configuration:
```
import { DataBroker } from 'data-broker-client';
import { DataBroker } from '
@bavenir/
data-broker-client';
const config = {
url: 'example.com',
...
...
@@ -46,7 +46,7 @@ dataBroker.healthcheck().then((status) => {
Run a discovery on the Data Broker and return a list of items:
```
dataBroker.
items
('$').then((items) => {
dataBroker.
discovery
('$').then((items) => {
console.log(items);
});
```
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment