How to get Resty.Net? - nripendra/Resty.Net GitHub Wiki

Resty.Net can be cloned from github repository at https://github.com/nripendra/Resty.Net, or it can also be accessed from it's nuget package if all you want is the executable binary and not the source code.

Get the code:

git clone https://github.com/nripendra/Resty.Net.git

Get Nuget package:

Install-Package Resty.Net -Pre

In future once Resty.Net comes out of prerelease you won't have to add the -Pre flag.

Install-Package Resty.Net

Want to spin off your own REST client based on Resty.Net?

Just fork and start a new project. It's a good thing that Resty.Net is released under MIT license, so you have no string tied. Use it, modify it however you please. Contributions are always welcome.