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 started looking to add support for the listBatchSubscribe method but this really requires a POST request with parameters sent via message body (and support for array parameters, but that's easier done).
It seems like an implementation of IRequestProvider is the way to go about this. What would be the best way to configure a particular method to use the POST provider?
I was thinking of updating HandlesAttribute to also specify an optional RequestType, defaulting to UniversalRequestProvider. Does that sound reasonable?
The text was updated successfully, but these errors were encountered:
I started looking to add support for the listBatchSubscribe method but this really requires a POST request with parameters sent via message body (and support for array parameters, but that's easier done).
It seems like an implementation of
IRequestProvider
is the way to go about this. What would be the best way to configure a particular method to use the POST provider?I was thinking of updating
HandlesAttribute
to also specify an optionalRequestType
, defaulting toUniversalRequestProvider
. Does that sound reasonable?The text was updated successfully, but these errors were encountered: