@open-social-protocol/osp-api-index-types
v0.4.6
Published
open social protocol index server api
Downloads
326
Keywords
Readme
@open-social-protocol/osp-api-index-types
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,
},
});
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.