Hi,
This is a very newbie question, but I've recently downloaded restsharp from here:
https://github.com/restsharp/RestSharp(zip)
Now, I'm wondering how to use it in my windows phone solution.
I tried to add references, but there was nothing to add from the restSharp folder that I had downloaded.
Do I need to compile one of the projects (say, silverlight/ or windows phone/) and then somehow add it into my main application or how should I proceed to be able to use
using RestSharp;
in my project?
Thanks a heaps!