Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 641 Bytes

File metadata and controls

36 lines (24 loc) · 641 Bytes

Devgraph TypeScript Client

Auto-generated TypeScript client for the Devgraph API.

Installation

npm install @arctir/devgraph-client

Configure npm for GitHub Packages:

npm config set @arctir:registry https://npm.pkg.github.com

Usage

import { Client } from '@arctir/devgraph-client';

const client = new Client({
  baseURL: 'https://api.devgraph.ai',
  headers: {
    'Authorization': 'Bearer your-token'
  }
});

Auto-generation

This client is automatically regenerated when the Devgraph API specification changes.

License

Apache 2.0 - See LICENSE file for details.