Using kontext-sdk with lgtm.com

TypeScript integration

Install

npm install kontext-sdk

Quick start

import Kontext_sdk from 'kontext-sdk';

const client = new Kontext_sdk({ apiKey: "YOUR_API_KEY" });
Version information
curl \
  -H "Authorization: Bearer $API_KEY" \
  https://lgtm.com/api/v1.0/
API specification
curl \
  -H "Authorization: Bearer $API_KEY" \
  https://lgtm.com/api/v1.0/openapi
List projects
curl \
  -H "Authorization: Bearer $API_KEY" \
  https://lgtm.com/api/v1.0/projects
SDK on GitHub 📄 API Docs
SDK
kontext-sdk
TypeScript
API
lgtm.com
lgtm.com

At a glance

Language TypeScript
Endpoints29
Base URLhttps://lgtm.com/api/v1.0