TwitterAliases Class

Summary

Contains functionality related to Twitter REST API.

In order to use the commands for this addin, include the following in your build.cake file to download and reference from NuGet.org:

#addin Cake.Twitter

Assembly
Cake.Twitter.dll
Namespace
Cake.Twitter
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["TwitterAliases"] class Type type-node

Syntax

public static class TwitterAliases

Attributes

Type Description
CakeAliasCategoryAttribute

Methods

Name Value Summary
TwitterSendTweet(ICakeContext, string, string, string, string, string) void
Send a Tweet using the Twitter REST API.
static

Extension Methods

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