@ogi-sdk/client-kit
v1.0.2
Published
Client SDK for connecting OpenGameInstaller to addon servers.
Readme
@ogi-sdk/client-kit
Client-side kit for OpenGameInstaller integrations. It provides typed helpers for connecting to addon servers and calling generated addon methods over the shared OGI protocol.
Installation
bun add @ogi-sdk/client-kitUsage
import { Connection } from '@ogi-sdk/client-kit';
const connection = new Connection({ url: 'ws://localhost:3000' });
const addon = connection.addon('my-addon-id');Development
bun install
bun run build
bun run typecheckRelease
bun run release
# or publish a future/beta tag
bun run release-beta