Appveyor
Connector for the appveyor API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://ci.appveyor.com/api - Auth:
header:Authorization(pass your key via theapiKeyinput)
Operations
getbuildartifacts— GET /buildjobs/{jobId}/artifacts — Get build artifactsgetbuildartifact— GET /buildjobs/{jobId}/artifacts/{artifactFileName} — Download build artifactgetbuildlog— GET /buildjobs/{jobId}/log — Download build loggetcollaborators— GET /collaborators — Get collaboratorsgetcollaborator— GET /collaborators/{userId} — Get collaboratorgetdeployment— GET /deployments/{deploymentId} — Get deployment
Inputs
apiKey— your appveyor 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: getbuildartifacts
apiKey: <your key>