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
PDD API enables a async mechanism in which the API response is provided to a callback/sink of the API consumer, instead of as a direct response en the API call.
Multiple API calls may be triggered in parallel, and API consumer may not be able to properly track the responses based on the request.
Possible evolution
Include a notification/request ID that allows the developer to track the responses and correlate them with the requests.
The text was updated successfully, but these errors were encountered:
Problem description
PDD API enables a async mechanism in which the API response is provided to a callback/sink of the API consumer, instead of as a direct response en the API call.
Multiple API calls may be triggered in parallel, and API consumer may not be able to properly track the responses based on the request.
Possible evolution
Include a notification/request ID that allows the developer to track the responses and correlate them with the requests.
The text was updated successfully, but these errors were encountered: