This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.AppVeyor.
Summary
Create a new instance of IAppVeyorApi for interacting with the available methods against AppVeyor REST API.
- Assembly
- Cake
.AppVeyor .dll - Namespace
- Cake
.AppVeyor - Containing Type
- AppVeyorClient
Syntax
public static IAppVeyorApi Create(string authToken)
Parameters
| Name | Type | Description |
|---|---|---|
| authToken | string | The API Key to use. |
Return Value
| Type | Description |
|---|---|
| IAppVeyorApi | An instance of |
