Versioneye
Connector for the versioneye API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://www.versioneye.com - Auth:
header:apiKey(pass your key via theapiKeyinput)
Operations
get_api_v1_scans— GET /api/v1/scans — Retrieves all scansget_api_v1_scans_id— GET /api/v1/scans/{id} — Retrieves a project scan resultget_api_v1_scans_id_files_file_id— GET /api/v1/scans/{id}/files/{file_id} — Retrieves a file object, containing information about dependencies in the file
Inputs
apiKey— your versioneye 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: get_api_v1_scans
apiKey: <your key>