canton7 / RestEase

Easy-to-use typesafe REST API client library for .NET Standard 1.1 and .NET Framework 4.5 and higher, which is simple and customisable. Inspired by Refit
MIT License
1.09k stars 109 forks source link

Fixes #257: Extract response handling from method sending the request #258

Closed TobiasBreuer closed 1 year ago

TobiasBreuer commented 1 year ago

Checklist

Thanks for contributing! Before we start, there are a few things we need to check:

  1. This Pull Request has a corresponding Issue. ✔️
  2. You've discussed your intention to work on this feature/bug fix. ✔️
  3. This feature branch is based on develop (not master). The bar above should say "base: develop". ✔️

Thanks!

257 based on discussion #256 is handled by this PR.

canton7 commented 1 year ago

Thanks!