@scope-pm/sdk
v0.1.0
Published
Official TypeScript SDK for the ScopePM HTTP API.
Maintainers
Readme
@scope-pm/sdk
Official TypeScript SDK for the ScopePM HTTP API.
Install
npm install @scope-pm/sdkUsage
import { createScopeClient } from '@scope-pm/sdk';
const client = createScopeClient({
baseUrl: 'https://api.aicodingguy.com/api/v1',
apiKey: process.env.SCOPE_API_KEY,
});
const epics = await client.epics.list();
const story = await client.stories.get('US001');Auth
token: bearer JWTapiKey:X-API-Key
Generated Surface
OPENAPI_ENDPOINTSis generated from the live OpenAPI spec.- the typed client/types surface is synchronized from the internal API client source so the published SDK does not drift from the maintained runtime contract.
Generated Artifacts
This package is maintained via npm run generate:sdks.
