Replies: 3 comments 3 replies
-
@JeremyBP I love the idea, and it should be trivial to implement. Unfortunately (not for me), I'm starting my summer holiday in a few days and planning to disconnect in the next three weeks. I have an idea of what needs to be done so I might take a look at this before I start my vacation, but I can't promise anything If you want to give it a go, I'll make sure to find time to review your changes so we can get them in |
Beta Was this translation helpful? Give feedback.
-
@JeremyBP do you happen to know whether Refit supports using immutable records to wrap around the query string parameters? I recently introduced support for generating immutable records and it would make sense to respect the immutable record option when generating these query string wrappers |
Beta Was this translation helpful? Give feedback.
-
While we're closed to reach our goal on that one too, I was wondering if we should update your other little monster aka REST API Client Code Generator to give it those new capabilities about both Apizr and Dynamic Querystring Parameters. You tell me :) |
Beta Was this translation helpful? Give feedback.
-
Hi,
While I'm working on Apizr integration into Refitter, I'm thinking it could be useful to offer the possibility to choose about the query parameters format.
I mean Refit can handle dynamic querystring parameters, so maybe we should add a new setting like a "DynamicQuerystringParametersThreshold" int property.
A property of int type because we may want to never use it with a 0 value, or use it but starting X query parameters count (1 would be pointless). Or maybe just a boolean with activation at 2.
Anyway, something like this:
Could be written like that:
Just wondering :)
Beta Was this translation helpful? Give feedback.
All reactions