@open-social-protocol/osp-api-index-types

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@open-social-protocol/osp-api-index-types

open social protocol index server api

1.0.8
latest
77

Supply Chain Security

100

Vulnerability

82

Quality

95

Maintenance

100

License

Version published
Weekly downloads
262
83.22%
Maintainers
4
Weekly downloads
 
Created

@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.

FAQs

Package last updated on 29 May 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts