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
Not a huge deal, but something to think about for v2.
The Batch API is confusing when dealing with BatchItem and BatchResponse. Response is overloaded as it refers to both the response to the top-level batch response and the collection of responses that it contains. Then GetResponses returns BatchItem. Functions operating on the BatchItem treat it as a "response". I've had moments of trying to keep everything straight. Could use clarifying. Thanks
The text was updated successfully, but these errors were encountered:
Not a huge deal, but something to think about for v2.
The Batch API is confusing when dealing with
BatchItem
andBatchResponse
.Response
is overloaded as it refers to both the response to the top-level batch response and the collection of responses that it contains. ThenGetResponses
returnsBatchItem
. Functions operating on theBatchItem
treat it as a "response". I've had moments of trying to keep everything straight. Could use clarifying. ThanksThe text was updated successfully, but these errors were encountered: