AppVeyorClient Class

Summary

Provides a class for sending HTTP requests to AppVeyor.
Assembly
Cake.AppVeyor.dll
Namespace
Cake.AppVeyor
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["AppVeyorClient"] class Type type-node

Syntax

public static class AppVeyorClient

Methods

Name Value Summary
Create(string) IAppVeyorApi
Create a new instance of IAppVeyorApi for interacting with the available methods against AppVeyor REST API.
static

Extension Methods

Name Value Summary
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin