1.3.0 • Published 5 months ago

sistorage-client v1.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

SIStorage service web client.

Install

npm install sistorage-client

Example usage

import SIStorageClient from 'sistorage-client';

const client = new SIStorageClient({ serviceUri: '<insert service address here>' });

// Get required facet values
const authors = await client.facets.getAuthorsAsync();

// Search package by filters
const packages = await client.packages.getPackagesAsync({ authorId: authors[0] }, { count: 5 });
1.2.0

5 months ago

1.3.0

5 months ago

1.2.1

5 months ago

1.1.0

1 year ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago