osp-api-index-types
v3.0.1
Published
open social protocol index server api
Downloads
77
Keywords
Readme
[email protected]
open social protocol indexServer apiClient
Installation
pnpm add osp-api-index-types
or
npm i osp-api-index-types
Usage
import { IndexClient } from "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.