Cake Add-in to ease consumption of REST APIs using RestSharp.
master branch | |
---|---|
NuGet | |
AppVeyor | |
Travis CI | |
Code Coverage |
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
-
João Antunes (Coding Militia) for his great walkthrough on using Cake on CI/CD to publish a library to NuGet. Code from example project used under MIT.
-
@phillipsj for Cake.Netlify, some Cake code and some parts of CI/CD configurations come from that repo.
-
The RestSharp Project, without RestSharp this would not be this easy.