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
Allow multiple interfaces with the same name by adding an index to the generated source file name. Chose to use an index over adding the namespace to prevent long file names due to long namespace names.
Checklist
Thanks for contributing! Before we start, there are a few things we need to check:
This Pull Request has a corresponding Issue.
You've discussed your intention to work on this feature/bug fix.
This feature branch is based on develop (not master). The bar above should say "base: develop".
Allow multiple interfaces with the same name by adding an index to the generated source file name. Chose to use an index over adding the namespace to prevent long file names due to long namespace names.
Checklist
Thanks for contributing! Before we start, there are a few things we need to check:
Thanks!