Skip to content
Cloud infrastructure/devops

appveyor.com

AppVeyor REST sandbox and mock API

AppVeyor is a hosted continuous integration service which runs on Microsoft Windows. The AppVeyor REST API provides a RESTful way to interact with the AppVeyor service. This includes managing projects, builds, deployments, and the teams that build them. Additional help and discussion of the AppVeyor REST API is available at http://help.appveyor.com/discussions This Swagger definition is an **unoff Writes persist, data moves on a schedule and every change can fire a signed webhook.

Operations
53
Collections
-
Event types
-
example request
curl https://your-appveyor.slurry.io/api/collaborators \
  -H "Authorization: Bearer slurry_sim_..."

Your simulation gets its own hostname, key and IP allow-list. Built from API version 1.0.0.

What gets simulated

Collections, relationships and state machines are worked out from the spec when you start the simulation.

  • State. Creates, updates and deletes persist and show up in later reads.
  • Behaviour. Records move through their states on a schedule you control, and you can fast-forward up to 30 days.
  • Webhooks. Every change emits a signed, retried event.
  • Failure. Per-endpoint errors, latency and chaos rules, on demand.

Operations

First 12 of 53.

  • POST/account/encrypt
  • GET/buildjobs/{jobId}/artifacts
  • GET/buildjobs/{jobId}/artifacts/{artifactFileName}
  • GET/buildjobs/{jobId}/log
  • POST/builds
  • PUT/builds
  • DELETE/builds/{accountName}/{projectSlug}/{buildVersion}
  • GET/collaborators
  • PUT/collaborators
  • GET/collaborators/{userId}
  • DELETE/collaborators/{userId}
  • POST/deployments