AppVeyorClient.

Create(string) Method

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 IAppVeyorApi to allow communication to AppVeyor REST API.