appveyor.com

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 AppVe

🔑 apikey 53 endpoints developer_tools
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (4 total)

dotnet add package AppveyorXamlBehaviorsTest
dotnet add package dotnet-core-appveyor
dotnet_preheat_linux ✓ Official
# See https://github.com/appveyor-tests/dotnet_preheat_linux
# See https://github.com/matthewsmith91/dotnet-appveyor-sdk
curl examples
Get roles
curl \
  -H "Authorization: $API_KEY" \
  /roles
Get users
curl \
  -H "Authorization: $API_KEY" \
  /users
Get projects
curl \
  -H "Authorization: $API_KEY" \
  /projects
Endpoints (53 total)
GET
/roles
Get roles
GET
/users
Get users
GET
/projects
Get projects
GET
/environments
Get environments
GET
/collaborators
Get collaborators
GET
/roles/{roleId}
Get role
GET
/users/{userId}
Get user
GET
/users/invitations
Get user invitations
GET
/buildjobs/{jobId}/log
Download build log
GET
/collaborators/{userId}
Get collaborator
GET
/deployments/{deploymentId}
Get deployment
GET
/buildjobs/{jobId}/artifacts
Get build artifacts
Language coverage
C#
2
unknown
2
At a glance
Total SDKs4
Languages2
Endpoints53
Authapikey
Categories1