Skip to content

Cake Addin to ease consumption of REST APIs, through aliases for RestSharp

License

Notifications You must be signed in to change notification settings

cake-contrib/Cake.Rest

Repository files navigation

Cake.Rest

Cake Add-in to ease consumption of REST APIs using RestSharp.

License

Information

master branch
NuGet NuGet
AppVeyor Build status
Travis CI Build status
Code Coverage Code Coverage

Build

To build this library, we use Cake and Cake.Recipe.

On Windows PowerShell, run the bootstrapper through:

.\build.ps1

or on Linux/macOS:

./build.sh

Credits