I'm doing a Xamarin.Forms project using PCL for my shared code. I would like to use RestSharp for my Rest Requests. It doesn't appear there is a compatible NuGet package. There is, however, a Xamarin Component in the component store. Is there a way to include that in my PCL project?
Unfortunately the RestSharp component does not contain a PCL assembly, just assemblies for Android, iOS Classic and iOS Unified.
There is a RestSharp PCL NuGet package which might be worth a look.
Answers
Unfortunately the RestSharp component does not contain a PCL assembly, just assemblies for Android, iOS Classic and iOS Unified.
There is a RestSharp PCL NuGet package which might be worth a look.