Sign in Sign up
nuget

HttpClientLibrary

Simple and easy to use library for consuming the native .net core htttp library. Example code: Get<ReturnModel>(uri); / Get<ReturnModel, ErrorModel>(uri); / Get(uri); Verbs implemented so far: GET, POST. Formats implemented so far: *JSON ONLY*

nuget View on Nuget

Activity

Latest release
5y ago
Total releases
3
Cadence
~3 days
Last 12 months
0

Details

First release
Sep 17, 2020
Releases
Version Released
0.0.3 patch
0.0.2 patch
0.0.1 initial