yoshidan / google-cloud-rust

Google Cloud Client Libraries for Rust.
MIT License
248 stars 89 forks source link

Improve PubSub and Storage docs #126

Closed open-schnick closed 1 year ago

open-schnick commented 1 year ago

When using these crates if found the docs lacked documantation for custom authentication and other stuff. So i went ahead and improved them :)

open-schnick commented 1 year ago

This should work now :)

open-schnick commented 1 year ago

I wanted to add tests for the with_credentials implementation but as i have no creds i am not sure how to test the authentication. Also the crate-versions should be bumped up. As there are no breaking changes a minor version should suffice.

yoshidan commented 1 year ago

Thank you. I will handle the rest of the doc test errors.

lasagar commented 1 year ago

Thank you for updating documentation. My issue got fixed as well.