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
The service is slowly rolling our payment models for large volume or highly value added APIs. As part of this roll out, client apps need to send the payment model they are using to track consumption as a query parameter.
Instead of requiring client apps to set it on a per request basis, we could include a middleware handler that'd set it for any request, based on the client app configuration. (something like client.WithPaymentModel(model) would configure the client).
Considerations:
The model might be set on a per request basis, this handler shouldn't override that.
This handler should provide the ability to be disabled through a request option on a per request basis.
The service is slowly rolling our payment models for large volume or highly value added APIs. As part of this roll out, client apps need to send the payment model they are using to track consumption as a query parameter.
Instead of requiring client apps to set it on a per request basis, we could include a middleware handler that'd set it for any request, based on the client app configuration. (something like client.WithPaymentModel(model) would configure the client).
Considerations:
The text was updated successfully, but these errors were encountered: