Value objects as query parameters? #1633
roengstrom
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
I'm trying to use Refit in my project where I want to be able to supply a value object as a query parameter. However it doesn't seem to work - it just omits the parameter. Is that expected behaviour or is it a bug?
Here is my value object:
And here is my refit interface
Beta Was this translation helpful? Give feedback.
All reactions