what3words / w3w-dotnet-wrapper

.NET library for what3words REST API.
MIT License
4 stars 6 forks source link

[TT-9720] Removed Refit dependency #18

Open chaddgrimm opened 2 days ago

chaddgrimm commented 2 days ago

Refit v6.0.24 has been reported with vulnerabilities, we've been meaning to move away from Refit for a while now and this is a good chance to finally do that change and move over to just using the standard HttpClient class.

This should not change how the library works as Refit is just an internal dependency.