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
As a library user I'd like the library to take care of requests growing >64kb therefore I'd like to use an ApiBulkRequestHandler that'll take care of the seperation (splitting) the Bulk Request containing many many ApiRequests into multiple Sub-Bulk-Requests and then returning either an Array of the ApiBulkRequestResponse or one ApiBulkRequestResponse that contains ALL the Responses
The text was updated successfully, but these errors were encountered:
As a library user I'd like the library to take care of requests growing >64kb therefore I'd like to use an ApiBulkRequestHandler that'll take care of the seperation (splitting) the Bulk Request containing many many ApiRequests into multiple Sub-Bulk-Requests and then returning either an Array of the ApiBulkRequestResponse or one ApiBulkRequestResponse that contains ALL the Responses
The text was updated successfully, but these errors were encountered: