I'm sold on at least checking out RESTSharp. I need it for a Windows CE / Compact Framework 3.5 app to connect to some WebAPI methods. This: http://thechangelog.com/restsharp-simple-rest-and-http-api-client-for-net/ says, "Perhaps most impressive is RestSharp’s support for a number of environments including .NET 3.5+" so I'm ready to go. However, this: http://www.nuget.org/packages/RestSharp says, "To install RestSharp, run the following command in the Package Manager Console" and Visual Studio 2008 has no Package Manager extravaganza.
Tools > Find More Extensions... > searching for "Restsharp" gives me only "Callisto" (why, I don't know)
So how can I install RESTSharp in VS 2008?
UPDATE
Okay, I installed NuGet as a command line, added it to VS 2008 via Tools > External Tools, and set it up this way:
...but when I subsequently select "NuGet" from Tools > NuGet, and add "Install-Package RestSharp" in the Arguments edit box, I get, "Unknown command: 'Install-Package'"
What is the proper usage?
UPDATE 2
Trying to install using the command line tool also fails:
If I 2-click nuget.exe in Windows Explorer, its console "flashes" for a millisecond (or so) and then disappears.
UPDATE 3
Jon Skeet's answer here: How do I install and setup RESTSharp without NuGet?
...led to the era of good feelings for me: