A (very sparse) Simple Rest Sharp Wrapper for use in my own projects that will expand over time as usage requires which allows for testing
.Net Standard (so should be usable in both .Net Full and .Net Core frameworks)
Well don't (well at least not yet lol).
- Add a reference to ApiHttpClient
- Create an ApiConfig object
- Instanciate either ApiHttpClient or ApiHttpClientAsync
- Make use of the (currently only) one method Get...