Replies: 1 comment
-
Ah, yes missed that one. Thanks for commenting. We'll fix that! |
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
-
Starting to use this template, but facing errors when trying to send request containing JSON array as the GetJsonBodyAsync method expects JSON object imho.
I want to use it like:
var orders = await GetJsonBodyAsync<List<Order>>(request);
Change this:
to this:
Beta Was this translation helpful? Give feedback.
All reactions