{"note":"OpenAPI conversion -- returning structured metadata","name":"versioneye-com","description":"API V1","version":"v1","base_url":"https://www.versioneye.com","endpoints":3,"raw":"@lap v0.3\n# Machine-readable API spec. Each @endpoint block is one API call.\n@api API V1\n@base https://www.versioneye.com\n@version v1\n@auth ApiKey apiKey in header\n@endpoints 3\n@toc api(3)\n\n@endpoint GET /api/v1/scans\n@desc Retrieves all scans\n@optional {name: str, per_page: str}\n@returns(200) scans found\n@errors {404: scans not found}\n\n@endpoint GET /api/v1/scans/{id}\n@desc Retrieves a project scan result\n@required {id: str}\n@returns(200) scan found\n@errors {404: scan not found}\n\n@endpoint GET /api/v1/scans/{id}/files/{file_id}\n@desc Retrieves a file object, containing information about dependencies in the file\n@required {id: str, file_id: str}\n@optional {per_page: str}\n@returns(200) file found\n@errors {404: file not found}\n\n@end\n"}