-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
enhancement⭐️ New feature or request⭐️ New feature or requesthelp wanted🛟 Extra attention is needed🛟 Extra attention is neededquestion🙋 Further information is requested🙋 Further information is requestedsync🛜 Task sync related issues🛜 Task sync related issues
Description
See
- https://developers.google.com/tasks/reference/rest/v1/RequestBatch
- https://developers.google.com/gmail/api/guides/batch
- https://developers.google.com/workspace/gmail/api/guides/batch
- https://stackoverflow.com/a/35344321
- https://tasks.googleapis.com/$discovery/rest?version=v1
"batchPath": "batch",
Examples of situations when you might want to use batching:
…
- A user made changes to data while your application was offline (disconnected from the Internet), so your application needs to synchronize its local data with the server by sending a lot of updates and deletes.
… instead of sending each call separately, you can group them together into a single HTTP request. All the inner requests must go to the same Google API.
Note for GMail batch API:
You're limited to 100 calls in a single batch request. If you must make more calls than that, use multiple batch requests.
See
- https://youtrack.jetbrains.com/issue/KTOR-6632/Support-receiving-multipart-data-with-Ktor-client
- KTOR-6632 Support receiving multipart data with Ktor client ktorio/ktor#4458
See bootstrap of Batch API bindings batch-kt-bindings
branch.
Metadata
Metadata
Assignees
Labels
enhancement⭐️ New feature or request⭐️ New feature or requesthelp wanted🛟 Extra attention is needed🛟 Extra attention is neededquestion🙋 Further information is requested🙋 Further information is requestedsync🛜 Task sync related issues🛜 Task sync related issues