Lgtm
Connector for the lgtm API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://lgtm.com/api/v1.0 - Auth:
bearer(pass your key via theapiKeyinput)
Operations
getversion— GET / — Version informationgetanalysis— GET /analyses/{analysis-id} — Get analysis summarygetalerts— GET /analyses/{analysis-id}/alerts — Get detailed alert informationgetanalysisforcommit— GET /analyses/{project-id}/commits/{commit-id} — Get analysis summary for a specific commitgetcodereview— GET /codereviews/{review-id} — Get results of code reviewgetissue— GET /issues/{project-id}/{alert-key} — Get detailed alert information for an issue
Inputs
apiKey— your lgtm API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: getversion
apiKey: <your key>