Bukimedia / PrestaSharp

CSharp .Net client library for the PrestaShop API via web service
GNU General Public License v3.0
155 stars 151 forks source link

Prestasharp in Xamarin APP #232

Closed esanzpe closed 10 months ago

esanzpe commented 7 years ago

Can I use Prestasharp in a a Xamarin APP??

it appears as a package but I can't install it

las3r commented 7 years ago

Prestasharp uses restsharp that might not be compatible with xamarin PCLs. Are you targetting a specific Xamarin version? Xamarin.Android, Xamarin.iOS or Xamarin.Forms?

Your best best would be to rewrite this into a .NET standard library and use the HttpClient to make these requests.