A library of tools for network operations (e.g., making web requests).
Refer to the generated documentation for more details.
Install with NuGet. Search for "Rhythm.Net.Core".
- GetResponse Makes a web request to the specified URL and returns the response as a string.
- SendData Makes a web request to the specified URL with the specified data and returns details about the response.
- GeocodeAddress Given the specified address parts (street, city, state, etc.), returns the coordinate indicated by Google.
To create a new release to NuGet, see the NuGet documentation.