Replies: 1 comment
-
I've got similar issue, I cannot find a way to use array wrapped data using "from a Request" method. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have an endpoint that accepts single data items, along the lines of:
and this is neatly mapped to a
Song
DTO, and works very nicely with route injection. However, the same endpoint may also receive an array of these items:Do I have to give up on the nice route injection features to be able to handle this? This is a W3C-defined endpoint, so I can't change how it works.
Beta Was this translation helpful? Give feedback.
All reactions