Skip to content

Evaluate the Batch API of Google Tasks #220

@opatry

Description

@opatry

See

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

See bootstrap of Batch API bindings batch-kt-bindings branch.

Metadata

Metadata

Assignees

Labels

enhancement⭐️ New feature or requesthelp wanted🛟 Extra attention is neededquestion🙋 Further information is requestedsync🛜 Task sync related issues

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions