Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.65 KB

README.md

File metadata and controls

36 lines (24 loc) · 1.65 KB

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