Re-implement all web calls using the NuGet `RestSharp` package instead of standard .NET `System.Net` library. This is to aid in the interaction with REST APIs & de-serialisation. - [x] Low-level request function - [ ] Wrapper functions for specific requests (see [DynAsana](https://github.com/radumg/DynAsana)) - [ ] mapping to existing nodes to maximise compatibility
Re-implement all web calls using the NuGet
RestSharppackage instead of standard .NETSystem.Netlibrary.This is to aid in the interaction with REST APIs & de-serialisation.