Codesearch
Connector for the codesearch API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://codesearch.debian.net/api/v1 - Auth:
header:x-dcs-apikey(pass your key via theapiKeyinput)
Operations
search— GET /search — Searches through source codesearchperpackage— GET /searchperpackage — Like /search, but aggregates per package
Inputs
apiKey— your codesearch 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: search
apiKey: <your key>