-
Notifications
You must be signed in to change notification settings - Fork 7
Home
Ophir Oren edited this page Mar 13, 2020
·
1 revision
REST.NET is a simple REST and HTTP API Client for .NET Core.
Why another REST client? When I started developing .NET core I couldn't find a suitable replacement for RestSharp library that suits my needs, so I decided to create one. It's basically a wrapper around HttpClient
, which makes API calls much simpler and with fewer lines of code.
Note: I'm developing this library per my project needs on my free time. So not everything you expect might be here and I didn't have a chance to check everything up. You are welcome to help (even reporting known bugs or suggesting features by opening an issue is helpful).
Pro tip: Much can be learned from having a look at the Unit Tests project ;)