Cake.Board.Asana

This add-in allows you to interact directly with the tasks of Asana.

#addin nuget:?package=Cake.Board.Asana&version=0.2.4-beta&prerelease

dotnet add package Cake.Board.Asana --version 0.2.4-beta

<PackageReference Include="Cake.Board.Asana" Version="0.2.4-beta" />

Aliases

Provides a set of methods for extends ICakeContext.

General

GetTaskByIdAsync(string, string) Fetch the Cake.Board.Abstractions.IWorkItem by Id.
GetTasksByProjectIdAsync(IBoard, string) Fetch the IEnumerable<T> by query Id.
GetTasksByProjectIdAsync(string, string) Fetch the IEnumerable<T> by query Id.