1.1.0 • Published 1 month ago

sistorage-client v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 month 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.1.0

1 month ago

1.0.3

6 months ago

1.0.2

7 months ago

1.0.1

7 months ago

1.0.0

7 months ago