Generated SDK for the swsh public API
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.
``typescript
import { SwshApiClient } from "@somewhere-somehow/swsh-public-api";
const client = new SwshApiClient({
apiKey: "
});
const { data } = await client.ping();
``