@open_social_protocol/osp-api-index-types
v0.0.2
Published
open social protocol index server api
Downloads
3
Readme
@open_social_protocol/[email protected]
open social protocol indexServer apiClient
Installation
pnpm add @open_social_protocol/osp-api-index-types
or
npm i @open_social_protocol/osp-api-index-types
Usage
import { IndexClient } from "@open_social_protocol/osp-api-index-types";
const indexClient = new IndexClient({
baseUrl: indexUrl,
baseApiParams: {
headers,
},
});
Changelog
[0.0.1]
Change
- init commit
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.