Dreamescaper/GenerateAspNetCoreClient

Partial interface

Closed this issue · 5 comments

I realized when I need to "overwrite" generated functionality mostly to provide different return type for convenience, it would be nice to make interface partial where the generated file would stay the same and I can add custom endpoint in other file keeping them separated and compatible with auto re-generation.

Yup, that makes perfect sense!

I made this adjustment 67803be would that work as a PR?

Thanks for your contribution, I've published updated version to nuget, please check it out.
https://www.nuget.org/packages/GenerateAspNetCoreClient.Refit/

wicked, thanks!