@open_social_protocol/osp-api-index-types@0.0.1
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
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.