@argusjs/client
v0.1.5
Published
TypeScript SDK and React hooks for interacting with the ArgusJS server.
Readme
@argusjs/client
TypeScript SDK and React hooks for interacting with the ArgusJS server.
Part of ArgusJS -- Enterprise-grade, fully pluggable authentication platform.
Install
pnpm add @argusjs/clientUsage
import { ArgusClient } from '@argusjs/client';
const client = new ArgusClient({ baseUrl: 'http://localhost:3100' });Docs
See the main documentation for full API reference and examples.
