Auto-generated TypeScript client for the Devgraph API.
npm install @arctir/devgraph-clientConfigure npm for GitHub Packages:
npm config set @arctir:registry https://npm.pkg.github.comimport { Client } from '@arctir/devgraph-client';
const client = new Client({
baseURL: 'https://api.devgraph.ai',
headers: {
'Authorization': 'Bearer your-token'
}
});This client is automatically regenerated when the Devgraph API specification changes.
Apache 2.0 - See LICENSE file for details.