@ohsee/sdk
v0.1.1
Published
Ohsee JavaScript/TypeScript SDK — live web intelligence API client
Maintainers
Readme
@ohsee/sdk
JavaScript/TypeScript client for the Ohsee web intelligence API.
Install
npm install @ohsee/sdkUsage
import { Ohsee } from "@ohsee/sdk";
const client = new Ohsee({
apiKey: process.env.OHSEE_API_KEY!,
});
const res = await client.search({
query: "MCP auth",
search_depth: "basic",
max_results: 5,
});Docs: https://ohsee.tech/docs/sdk-js
