google-apis-rs / google-cloud-rs

Asynchronous Rust bindings for Google Cloud Platform APIs.
176 stars 48 forks source link

Do you have plans to support KMS? #34

Closed yagince closed 3 years ago

yagince commented 3 years ago

I want to use kms, is there any plan to support kms in google-cloud-rs?

Hirevo commented 3 years ago

Hello !

Sorry for my long absence.
Since KMS is a service from GCP, I am definitely not opposed to having it included, but I never used that service myself, therefore I am not very familiar with it and how it gets used in the wild.
If you or anybody that is interested in it or using it can champion it and possibly provide an implementation, I'll definitely be welcoming it into the crate.

yagince commented 3 years ago

I see, I understand. Thank you for your kind answer!

GlenDC commented 3 years ago

Can this be re-opened? I might want to help with supporting this. It would be my first contribution to the library however, so might need some guidance. Is the goal by the way to do this based on the generated code of the other repo of this project, or are the implementations mentioned here completely hand crafted?