wis3guy / HalClient.Net

A library that simplifies interaction with API's that respond with the "application\hal+json" media type.
Microsoft Public License
19 stars 21 forks source link

Make the library usable on UWP (Windows Apps) #16

Closed M-WOLF closed 7 years ago

M-WOLF commented 7 years ago

Would be great to share code between WinForm, Wpf and UWP

wis3guy commented 7 years ago

I am unsure what that would entail as i do not do UWP development. Could you elaborate?

zijianhuang commented 7 years ago

It should be easy, even though I don't do UWP development either. Have a look at my WebApiClientGen project at https://github.com/zijianhuang/webapiclientgen you may get some hints.

wis3guy commented 7 years ago

A PCL version is now available which requires netstandard1.1. As can be read here https://docs.microsoft.com/en-us/dotnet/standard/library you should be able to reference it from UWP projects.

To use it, update your package to 3.0.0.