@somewhere-somehow/swsh-public-api
v0.0.5
Published
Generated SDK for the swsh public API
Downloads
1,706
Readme
swsh Node.js SDK
This is an auto-generated SDK created using Fern. Documentation for usage can be found here
This SDK is intended to be used in a backend, ESM, Node.js environment. It is not recommended to use this SDK in a frontend environment, as it exposes your API key.
Usage
import { SwshApiClient } from "@somewhere-somehow/swsh-public-api";
const client = new SwshApiClient({
apiKey: "<YOUR_API_KEY>",
});
const { data } = await client.ping();