Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gmail API: ETags are not supported in the ruby library, but they are supported in the API #20546

Open
thomaswitt opened this issue Nov 15, 2024 · 0 comments
Assignees

Comments

@thomaswitt
Copy link

In the GMail API, ETags are supported for Filters:

https://developers.google.com/resources/api-libraries/documentation/gmail/v1/csharp/latest/classGoogle_1_1Apis_1_1Gmail_1_1v1_1_1Data_1_1Filter.html

The Ruby API does not (yet) support that:

https://googleapis.dev/ruby/google-apis-gmail_v1/v0.2.0/Google/Apis/GmailV1/Filter.html

The problem is that maintaining external filters and syncing them to GMail is very complicated and/or consumes a lot of API. Having an eTag would make that very much easier to change only the data which needs to be changed.

Therefore I'd be grateful if the Ruby SDK would support the full GmailV1 API in that regard.

@thomaswitt thomaswitt changed the title Gmail API: ETags are not supported in the ruby library, but are supported in the api Gmail API: ETags are not supported in the ruby library, but they are supported in the API Nov 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants