Which possibilities are there to use Hadoop file systems from .NET core (Windows IoT UWP) programmatically.
According to NuGET there are a bunch of libraries available to use in C# applications, but when googling each of them, I can't find any which will run in UWP. Are there any?
Or is the best way forward to write the HTTP GET/POST/PUT request myself using the HttpClient
class e.g.? I've read some posts on that topic as well, but of course I'd prefer a library where more experienced folks have solved the (for me not trivial) URL constructions for me.