Cake Addin that exends Cake with ability to post messages to Mastodon, using the Mastodon REST API.
#addin nuget:?package=Cake.Mastodon&version=1.2.0
dotnet add package Cake.Mastodon --version 1.2.0
<PackageReference Include="Cake.Mastodon" Version="1.2.0" />
Aliases
Contains functionality related to Mastodon 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.Mastodon
General
MastodonSendToot |
Send a Toot using the "Mastodon" REST API. |