Is there a way to use restsharp with windows 10 universal apps?

1.3k views Asked by At

Does anyone know of a workaround to get restsharp working with windows 10 universal apps? I know there was a workaround for 8.1 and I know that the portablerest project exists however I cannot seem to get that to send post requests at all.

Thanks

1

There are 1 answers

0
Shahriar On BEST ANSWER

Restsharp doesn't support UWP right now.

You can use HttpClientand PostAsync() method for now!