open social protocol index server api
open social protocol indexServer apiClient
``bash
pnpm add osp-api-index-types
`
or
`bash`
npm i osp-api-index-types
`javascript
import { IndexClient } from "osp-api-index-types";
const indexClient = new IndexClient({
baseUrl: indexUrl,
baseApiParams: {
headers,
},
});
``
- init commit
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.