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

Switch to modern GCP Ruby Client #575

Closed
pritho opened this issue Aug 15, 2022 · 1 comment
Closed

Switch to modern GCP Ruby Client #575

pritho opened this issue Aug 15, 2022 · 1 comment

Comments

@pritho
Copy link

pritho commented Aug 15, 2022

Currently the simple Rest client from https://github.com/googleapis/google-api-ruby-client is used in the backend.

Switch to the modern client for better performance, reliability and more features would be great: https://github.com/googleapis/google-api-ruby-client

From the Docs:
Google provides two types of Ruby API client libraries: simple REST clients and modern clients.
For most users, we recommend the modern client, if one is available. Compared with simple clients, modern clients are generally much easier to use and more Ruby-like, support more advanced features such as streaming and long-running operations, and often provide much better performance

(Created as a follow-up of #574)

@github-actions
Copy link

This issue has been marked inactive and will be closed if no further activity occurs.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Oct 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant