-
Notifications
You must be signed in to change notification settings - Fork 38
Open
Labels
Description
Feature summary
The SDK does not provide an alternative way to pass idempotency keys to the APIs
Problem statement
Hey team, the util functions to pass idempotency keys via the context seem to be deprecated in favor of request parameters.
This is contradictory to what is shown in the docs. Besides, a lot of endpoints don't accept a idempotency key request parameter (at least, in the balance platform API).
Are there any plans to provide an alternative, or, alternatively, remove the Deprecated mark?
Thanks!
Proposed solution
Remove the Deprecated mark since the request params are not available in all APIs.
Alternatives considered
No response
Additional context
No response
Reactions are currently unavailable