osp-api-index-types
v3.0.1
Published
open social protocol index server api
Keywords
Readme
[email protected]
open social protocol indexServer apiClient
Installation
pnpm add osp-api-index-typesor
npm i osp-api-index-typesUsage
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.
