You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a use-case where I need to be able to build payload dynamically. I understand this library was not designed with this in mind but I would like to contribute support for it. Please could you give me some pointers, I get No matching field constructor found when calling function.Invoke<dynamic>(request) where request is of type JObject.
The text was updated successfully, but these errors were encountered:
I have a use-case where I need to be able to build payload dynamically. I understand this library was not designed with this in mind but I would like to contribute support for it. Please could you give me some pointers, I get
No matching field constructor found
when callingfunction.Invoke<dynamic>(request)
whererequest
is of typeJObject
.The text was updated successfully, but these errors were encountered: