Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 724 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 724 Bytes

Introduction

A library of tools for network operations (e.g., making web requests).

Refer to the generated documentation for more details.

Installation

Install with NuGet. Search for "Rhythm.Net.Core".

Overview

NetworkHelper

  • 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.

Geography Helper

  • GeocodeAddress Given the specified address parts (street, city, state, etc.), returns the coordinate indicated by Google.

Maintainers

To create a new release to NuGet, see the NuGet documentation.