Using IzzyHttp with lgtm.com

TypeScript integration

Install
npm install IzzyHttp
Quick start
import IzzyHttp from 'IzzyHttp';

const client = new IzzyHttp({ 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
IzzyHttp
TypeScript
API
lgtm.com
lgtm.com
At a glance
Language TypeScript
Endpoints29
Base URLhttps://lgtm.com/api/v1.0