Replies: 6 comments 5 replies
-
Thanks for taking the time to bring this up @JeremyBP I haven't heard of Apizr until now, but it looks interesting. Great stuff! Most of the features in Refitter are community contributions and I'm very open to all new features as long as they don't break existing functionality. Just come with the pull requests and I'll make sure we get them in so it works for your tool |
Beta Was this translation helpful? Give feedback.
-
Refitter is also available as a library in case you need to use it directly from code, instead of launching the Refitter CLI tool process. I use the core library in my Visual Studio extension called REST API Client Code Generator |
Beta Was this translation helpful? Give feedback.
-
Thanks for code merge \o/ |
Beta Was this translation helpful? Give feedback.
-
I just pushed PR #430 to complete the puzzle with command line capabilities. Now I'll work on some doc updates about Apizr (readme + a dedicated basic settings article) Then I'll give a try to #417 implementation |
Beta Was this translation helpful? Give feedback.
-
Well, you know me, I'm the guy that won't let you chill at the beach ^^ In the other hand, I finalized all doc articles and readmes refreshing, but I'll push it in another PR to keep things separated. Next week will be the #417 as planned and then I'll be on holidays too 😃 |
Beta Was this translation helpful? Give feedback.
-
That one is now implemented 🚀 |
Beta Was this translation helpful? Give feedback.
-
Hi, as I'm about to release the v6 of Apizr, I'm thinking about droping my custom NSwag tool that generate a Refit interface with Apizr attributes + some registration helpers (you'll find this documentation article about it to understand what it does).
My nswag tool is not the main value on which Apizr is working on, and I don't want to maintain such a tool while Refitter do it so well.
So I was wondering if instead of maintaining my current nswag tool or recreating the wheel again with a new tool based on Refitter, maybe I could push some PRs here to let the user choose to activate some kind of Apizr specific things, right from .refitter file.
It would be first about including an
[RequestOptions] IApizrRequestOptions options
parameter to api methods, like you did with cancellation tokens. It could be then many more things we could talk about.Anyway, my goal is to not create a new Refitter or something but to stay focused on Apizr core features and I think Refitter & Apizr could work together at some point.
Let me know.
Jeremy
Beta Was this translation helpful? Give feedback.
All reactions