From 31f85e8f995761c178aa134de37b74c8e52bc6c0 Mon Sep 17 00:00:00 2001 From: Augustus Mayo Date: Fri, 1 Sep 2023 11:45:15 -0500 Subject: [PATCH] Add disclaimer support (#83) * Add disclaimer for okta library * Add suppor for disclaimers * Bump version --- Cargo.lock | 42 ++++++++++++------------ Makefile | 5 +-- docusign/Cargo.toml | 2 +- docusign/README.md | 3 +- docusign/src/lib.rs | 3 +- generator/src/main.rs | 9 +++++ generator/src/template.rs | 16 ++++++--- giphy/Cargo.toml | 2 +- giphy/README.md | 3 +- giphy/src/lib.rs | 3 +- github/Cargo.toml | 2 +- github/README.md | 7 ++-- github/src/lib.rs | 7 ++-- google/admin/Cargo.toml | 2 +- google/admin/README.md | 3 +- google/admin/src/lib.rs | 3 +- google/calendar/Cargo.toml | 2 +- google/calendar/README.md | 3 +- google/calendar/src/lib.rs | 3 +- google/cloud-resource-manager/Cargo.toml | 2 +- google/cloud-resource-manager/README.md | 3 +- google/cloud-resource-manager/src/lib.rs | 3 +- google/drive/Cargo.toml | 2 +- google/drive/README.md | 3 +- google/drive/src/lib.rs | 3 +- google/groups-settings/Cargo.toml | 2 +- google/groups-settings/README.md | 3 +- google/groups-settings/src/lib.rs | 3 +- google/sheets/Cargo.toml | 2 +- google/sheets/README.md | 3 +- google/sheets/src/lib.rs | 3 +- gusto/Cargo.toml | 2 +- gusto/README.md | 3 +- gusto/src/lib.rs | 3 +- mailchimp/Cargo.toml | 2 +- mailchimp/README.md | 3 +- mailchimp/src/lib.rs | 3 +- okta/Cargo.toml | 2 +- okta/README.md | 3 +- okta/src/lib.rs | 3 +- ramp/Cargo.toml | 2 +- ramp/README.md | 3 +- ramp/src/lib.rs | 3 +- rev.ai/Cargo.toml | 2 +- rev.ai/README.md | 3 +- rev.ai/src/lib.rs | 3 +- sendgrid/Cargo.toml | 2 +- sendgrid/README.md | 3 +- sendgrid/src/lib.rs | 3 +- shipbob/Cargo.toml | 2 +- shipbob/README.md | 3 +- shipbob/src/lib.rs | 3 +- shopify/Cargo.toml | 2 +- shopify/README.md | 3 +- shopify/src/lib.rs | 3 +- slack/Cargo.toml | 2 +- slack/README.md | 3 +- slack/src/lib.rs | 3 +- stripe/Cargo.toml | 2 +- stripe/README.md | 3 +- stripe/src/lib.rs | 3 +- tripactions/Cargo.toml | 2 +- tripactions/README.md | 3 +- tripactions/src/lib.rs | 3 +- zoom/Cargo.toml | 2 +- zoom/README.md | 3 +- zoom/src/lib.rs | 3 +- 67 files changed, 154 insertions(+), 94 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 74acbe3d..f4b58be0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -306,7 +306,7 @@ dependencies = [ [[package]] name = "docusign" -version = "0.7.0" +version = "0.7.1" dependencies = [ "async-recursion", "async-trait", @@ -344,7 +344,7 @@ dependencies = [ [[package]] name = "dolladollabills" -version = "0.7.0" +version = "0.7.1" dependencies = [ "async-recursion", "async-trait", @@ -656,7 +656,7 @@ checksum = "b6c80984affa11d98d1b88b66ac8853f143217b399d3c74116778ff8fdb4ed2e" [[package]] name = "giphy-api" -version = "0.7.0" +version = "0.7.1" dependencies = [ "async-recursion", "async-trait", @@ -694,7 +694,7 @@ dependencies = [ [[package]] name = "google-calendar" -version = "0.7.0" +version = "0.7.1" dependencies = [ "async-recursion", "async-trait", @@ -733,7 +733,7 @@ dependencies = [ [[package]] name = "google-cloud-resource-manager" -version = "0.7.0" +version = "0.7.1" dependencies = [ "async-recursion", "async-trait", @@ -772,7 +772,7 @@ dependencies = [ [[package]] name = "google-drive" -version = "0.7.0" +version = "0.7.1" dependencies = [ "async-recursion", "async-trait", @@ -811,7 +811,7 @@ dependencies = [ [[package]] name = "google-groups-settings" -version = "0.7.0" +version = "0.7.1" dependencies = [ "async-recursion", "async-trait", @@ -850,7 +850,7 @@ dependencies = [ [[package]] name = "gsuite-api" -version = "0.7.0" +version = "0.7.1" dependencies = [ "async-recursion", "async-trait", @@ -889,7 +889,7 @@ dependencies = [ [[package]] name = "gusto-api" -version = "0.7.0" +version = "0.7.1" dependencies = [ "async-recursion", "async-trait", @@ -1245,7 +1245,7 @@ dependencies = [ [[package]] name = "mailchimp-api" -version = "0.7.0" +version = "0.7.1" dependencies = [ "async-recursion", "async-trait", @@ -1455,7 +1455,7 @@ dependencies = [ [[package]] name = "octorust" -version = "0.7.0" +version = "0.7.1" dependencies = [ "async-recursion", "async-trait", @@ -1493,7 +1493,7 @@ dependencies = [ [[package]] name = "okta" -version = "0.7.0" +version = "0.7.1" dependencies = [ "async-recursion", "async-trait", @@ -1745,7 +1745,7 @@ dependencies = [ [[package]] name = "ramp-api" -version = "0.7.0" +version = "0.7.1" dependencies = [ "async-recursion", "async-trait", @@ -2038,7 +2038,7 @@ dependencies = [ [[package]] name = "revai" -version = "0.7.0" +version = "0.7.1" dependencies = [ "async-recursion", "async-trait", @@ -2262,7 +2262,7 @@ dependencies = [ [[package]] name = "sendgrid-api" -version = "0.7.0" +version = "0.7.1" dependencies = [ "async-recursion", "async-trait", @@ -2378,7 +2378,7 @@ dependencies = [ [[package]] name = "sheets" -version = "0.7.0" +version = "0.7.1" dependencies = [ "async-recursion", "async-trait", @@ -2417,7 +2417,7 @@ dependencies = [ [[package]] name = "shipbob" -version = "0.7.0" +version = "0.7.1" dependencies = [ "async-recursion", "async-trait", @@ -2455,7 +2455,7 @@ dependencies = [ [[package]] name = "shopify" -version = "0.7.0" +version = "0.7.1" dependencies = [ "async-recursion", "async-trait", @@ -2533,7 +2533,7 @@ dependencies = [ [[package]] name = "slack-chat-api" -version = "0.7.0" +version = "0.7.1" dependencies = [ "async-recursion", "async-trait", @@ -2821,7 +2821,7 @@ dependencies = [ [[package]] name = "tripactions" -version = "0.7.0" +version = "0.7.1" dependencies = [ "async-recursion", "async-trait", @@ -3257,7 +3257,7 @@ checksum = "2a0956f1ba7c7909bfb66c2e9e4124ab6f6482560f6628b5aaeba39207c9aad9" [[package]] name = "zoom-api" -version = "0.7.0" +version = "0.7.1" dependencies = [ "async-recursion", "async-trait", diff --git a/Makefile b/Makefile index 3f73b163..0311ba71 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ SHELL := bash -VERSION = 0.7.0 +VERSION = 0.7.1 DOCUSIGN_SPEC_DIR = $(CURDIR)/specs/docusign DOCUSIGN_SPEC = $(DOCUSIGN_SPEC_DIR)/docusign.yaml @@ -386,7 +386,8 @@ okta: target/debug/generator $(OKTA_SPEC) --spec-link "https://github.com/$(OKTA_SPEC_REPO)" \ --host "na4.okta.net" \ --token-endpoint "account.okta.com/oauth/token" \ - --user-consent-endpoint "account.okta.com/oauth/auth" $(EXTRA_ARGS) + --user-consent-endpoint "account.okta.com/oauth/auth" $(EXTRA_ARGS) \ + --disclaimer "Okta is a registered trademark of Okta, Inc. and this library has no affiliation with or sponsorship by Okta, Inc." cargo fmt -p okta @echo -e "- [Okta](okta/) [![docs.rs](https://docs.rs/okta/badge.svg)](https://docs.rs/okta)" >> README.md diff --git a/docusign/Cargo.toml b/docusign/Cargo.toml index 08d719ce..e42c52ea 100644 --- a/docusign/Cargo.toml +++ b/docusign/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "docusign" description = "A fully generated & opinionated API client for the DocuSign API." -version = "0.7.0" +version = "0.7.1" documentation = "https://docs.rs/docusign/" repository = "https://github.com/oxidecomputer/third-party-api-clients/tree/main/docusign" readme = "README.md" diff --git a/docusign/README.md b/docusign/README.md index b924901f..5c53b716 100644 --- a/docusign/README.md +++ b/docusign/README.md @@ -2,6 +2,7 @@ A fully generated, opinionated API client library for DocuSign. + [![docs.rs](https://docs.rs/docusign/badge.svg)](https://docs.rs/docusign) ## API Details @@ -31,7 +32,7 @@ To install the library, add the following to your `Cargo.toml` file. ```toml [dependencies] -docusign = "0.7.0" +docusign = "0.7.1" ``` ## Basic example diff --git a/docusign/src/lib.rs b/docusign/src/lib.rs index b54acdf1..afbc2eef 100644 --- a/docusign/src/lib.rs +++ b/docusign/src/lib.rs @@ -1,5 +1,6 @@ //! A fully generated, opinionated API client library for DocuSign. //! +//! //! [![docs.rs](https://docs.rs/docusign/badge.svg)](https://docs.rs/docusign) //! //! ## API Details @@ -29,7 +30,7 @@ //! //! ```toml //! [dependencies] -//! docusign = "0.7.0" +//! docusign = "0.7.1" //! ``` //! //! ## Basic example diff --git a/generator/src/main.rs b/generator/src/main.rs index 082aca1f..ca30a26e 100644 --- a/generator/src/main.rs +++ b/generator/src/main.rs @@ -2927,6 +2927,7 @@ fn main() -> Result<()> { opts.reqopt("n", "", "Target Rust crate name", "CRATE"); opts.reqopt("v", "", "Target Rust crate version", "VERSION"); opts.reqopt("d", "", "Target Rust crate description", "DESCRIPTION"); + opts.optopt("", "disclaimer", "Disclaimer for README", "DISCLAIMER"); opts.reqopt("", "host", "Target default host", "DEFAULT_HOST"); opts.reqopt( "", @@ -3320,6 +3321,7 @@ fn main() -> Result<()> { } else { String::new() }; + let fail = match gen( &api, &proper_name, @@ -3420,6 +3422,8 @@ rustdoc-args = ["--cfg", "docsrs"] ); save(&toml, tomlout.as_str())?; + let disclaimer = args.opt_str("disclaimer").unwrap_or_default(); + /* * Generate our documentation for the library. */ @@ -3431,6 +3435,7 @@ rustdoc-args = ["--cfg", "docsrs"] &proper_name, host.trim_start_matches("https://"), &spec_link, + &disclaimer, ), TemplateType::GenericApiKey => template::generate_docs_generic_api_key( &api, @@ -3438,6 +3443,7 @@ rustdoc-args = ["--cfg", "docsrs"] &version, &proper_name, &spec_link, + &disclaimer, ), TemplateType::GenericClientCredentials => { template::generate_docs_generic_client_credentials( @@ -3446,6 +3452,7 @@ rustdoc-args = ["--cfg", "docsrs"] &version, &proper_name, &spec_link, + &disclaimer, ) } TemplateType::GenericToken => { @@ -3458,6 +3465,7 @@ rustdoc-args = ["--cfg", "docsrs"] &spec_link, &add_post_header, &format!("{}::RootProductionServer", to_snake_case(&name)), + &disclaimer, ) } else { template::generate_docs_generic_token( @@ -3468,6 +3476,7 @@ rustdoc-args = ["--cfg", "docsrs"] &spec_link, &add_post_header, "", + &disclaimer, ) } } diff --git a/generator/src/template.rs b/generator/src/template.rs index f333027c..18fc9889 100644 --- a/generator/src/template.rs +++ b/generator/src/template.rs @@ -338,8 +338,9 @@ pub fn generate_docs_github( proper_name: &str, _host: &str, spec_link: &str, + disclaimer: &str, ) -> String { - let info = generate_docs_openapi_info(api, proper_name, spec_link, name); + let info = generate_docs_openapi_info(api, proper_name, spec_link, name, disclaimer); let docs_proper_name = proper_name.to_lowercase(); format!( @@ -487,6 +488,7 @@ pub fn generate_docs_openapi_info( proper_name: &str, spec_link: &str, package_name: &str, + disclaimer: &str, ) -> String { let mut description = String::new(); if let Some(d) = &api.info.description { @@ -583,6 +585,7 @@ pub fn generate_docs_openapi_info( format!( r#"//! A fully generated, opinionated API client library for {}. +//! {} //! //! [![docs.rs](https://docs.rs/{}/badge.svg)](https://docs.rs/{}) //! @@ -603,6 +606,7 @@ pub fn generate_docs_openapi_info( //! along with the code to make this library easy to use. //! "#, proper_name, + disclaimer, to_kebab_case(package_name), to_kebab_case(package_name), description, @@ -615,6 +619,7 @@ pub fn generate_docs_openapi_info( ) } +#[allow(clippy::too_many_arguments)] pub fn generate_docs_generic_token( api: &openapiv3::OpenAPI, name: &str, @@ -623,8 +628,9 @@ pub fn generate_docs_generic_token( spec_link: &str, add_post_header: &str, server_args: &str, + disclaimer: &str, ) -> String { - let info = generate_docs_openapi_info(api, proper_name, spec_link, name); + let info = generate_docs_openapi_info(api, proper_name, spec_link, name, disclaimer); let add_post_header_args = if !add_post_header.is_empty() { format!( @@ -755,8 +761,9 @@ pub fn generate_docs_generic_api_key( version: &str, proper_name: &str, spec_link: &str, + disclaimer: &str, ) -> String { - let info = generate_docs_openapi_info(api, proper_name, spec_link, name); + let info = generate_docs_openapi_info(api, proper_name, spec_link, name, disclaimer); format!( r#"{} //! @@ -810,8 +817,9 @@ pub fn generate_docs_generic_client_credentials( version: &str, proper_name: &str, spec_link: &str, + disclaimer: &str, ) -> String { - let info = generate_docs_openapi_info(api, proper_name, spec_link, name); + let info = generate_docs_openapi_info(api, proper_name, spec_link, name, disclaimer); format!( r#"{} //! diff --git a/giphy/Cargo.toml b/giphy/Cargo.toml index 3a05971c..859a4929 100644 --- a/giphy/Cargo.toml +++ b/giphy/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "giphy-api" description = "A fully generated & opinionated API client for the Giphy API." -version = "0.7.0" +version = "0.7.1" documentation = "https://docs.rs/giphy-api/" repository = "https://github.com/oxidecomputer/third-party-api-clients/tree/main/giphy" readme = "README.md" diff --git a/giphy/README.md b/giphy/README.md index e1116280..caaca3d6 100644 --- a/giphy/README.md +++ b/giphy/README.md @@ -2,6 +2,7 @@ A fully generated, opinionated API client library for Giphy. + [![docs.rs](https://docs.rs/giphy-api/badge.svg)](https://docs.rs/giphy-api) ## API Details @@ -31,7 +32,7 @@ To install the library, add the following to your `Cargo.toml` file. ```toml [dependencies] -giphy-api = "0.7.0" +giphy-api = "0.7.1" ``` ## Basic example diff --git a/giphy/src/lib.rs b/giphy/src/lib.rs index b5bfe4f8..164f02ae 100644 --- a/giphy/src/lib.rs +++ b/giphy/src/lib.rs @@ -1,5 +1,6 @@ //! A fully generated, opinionated API client library for Giphy. //! +//! //! [![docs.rs](https://docs.rs/giphy-api/badge.svg)](https://docs.rs/giphy-api) //! //! ## API Details @@ -29,7 +30,7 @@ //! //! ```toml //! [dependencies] -//! giphy-api = "0.7.0" +//! giphy-api = "0.7.1" //! ``` //! //! ## Basic example diff --git a/github/Cargo.toml b/github/Cargo.toml index 8e1956f6..de8fac29 100644 --- a/github/Cargo.toml +++ b/github/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "octorust" description = "A fully generated & opinionated API client for the GitHub API." -version = "0.7.0" +version = "0.7.1" documentation = "https://docs.rs/octorust/" repository = "https://github.com/oxidecomputer/third-party-api-clients/tree/main/github" readme = "README.md" diff --git a/github/README.md b/github/README.md index 66d84373..7dc9ccd6 100644 --- a/github/README.md +++ b/github/README.md @@ -2,6 +2,7 @@ A fully generated, opinionated API client library for GitHub. + [![docs.rs](https://docs.rs/octorust/badge.svg)](https://docs.rs/octorust) ## API Details @@ -37,7 +38,7 @@ To install the library, add the following to your `Cargo.toml` file. ```toml [dependencies] -octorust = "0.7.0" +octorust = "0.7.1" ``` ## Basic example @@ -57,7 +58,7 @@ let github = Client::new( ``` If you are a GitHub enterprise customer, you will want to create a client with the -[Client#host_override](https://docs.rs/octorust/0.7.0/octorust/struct.Client.html#method.host_override) method. +[Client#host_override](https://docs.rs/octorust/0.7.1/octorust/struct.Client.html#method.host_override) method. ## Feature flags @@ -71,7 +72,7 @@ To enable this, add the following to your `Cargo.toml` file: ```toml [dependencies] -octorust = { version = "0.7.0", features = ["httpcache"] } +octorust = { version = "0.7.1", features = ["httpcache"] } ``` Then use the `Client::custom` constructor to provide a cache implementation. diff --git a/github/src/lib.rs b/github/src/lib.rs index c4687dc2..5d11929e 100644 --- a/github/src/lib.rs +++ b/github/src/lib.rs @@ -1,5 +1,6 @@ //! A fully generated, opinionated API client library for GitHub. //! +//! //! [![docs.rs](https://docs.rs/octorust/badge.svg)](https://docs.rs/octorust) //! //! ## API Details @@ -35,7 +36,7 @@ //! //! ```toml //! [dependencies] -//! octorust = "0.7.0" +//! octorust = "0.7.1" //! ``` //! //! ## Basic example @@ -55,7 +56,7 @@ //! ``` //! //! If you are a GitHub enterprise customer, you will want to create a client with the -//! [Client#host_override](https://docs.rs/octorust/0.7.0/octorust/struct.Client.html#method.host_override) method. +//! [Client#host_override](https://docs.rs/octorust/0.7.1/octorust/struct.Client.html#method.host_override) method. //! //! ## Feature flags //! @@ -69,7 +70,7 @@ //! //! ```toml //! [dependencies] -//! octorust = { version = "0.7.0", features = ["httpcache"] } +//! octorust = { version = "0.7.1", features = ["httpcache"] } //! ``` //! //! Then use the `Client::custom` constructor to provide a cache implementation. diff --git a/google/admin/Cargo.toml b/google/admin/Cargo.toml index b4d55a7c..5abd82cf 100644 --- a/google/admin/Cargo.toml +++ b/google/admin/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "gsuite-api" description = "A fully generated & opinionated API client for the Google Admin API." -version = "0.7.0" +version = "0.7.1" documentation = "https://docs.rs/gsuite-api/" repository = "https://github.com/oxidecomputer/third-party-api-clients/tree/main/google/admin" readme = "README.md" diff --git a/google/admin/README.md b/google/admin/README.md index c0868950..e3bbd458 100644 --- a/google/admin/README.md +++ b/google/admin/README.md @@ -2,6 +2,7 @@ A fully generated, opinionated API client library for Google Admin. + [![docs.rs](https://docs.rs/gsuite-api/badge.svg)](https://docs.rs/gsuite-api) ## API Details @@ -37,7 +38,7 @@ To install the library, add the following to your `Cargo.toml` file. ```toml [dependencies] -gsuite-api = "0.7.0" +gsuite-api = "0.7.1" ``` ## Basic example diff --git a/google/admin/src/lib.rs b/google/admin/src/lib.rs index 34196eab..ff74e51b 100644 --- a/google/admin/src/lib.rs +++ b/google/admin/src/lib.rs @@ -1,5 +1,6 @@ //! A fully generated, opinionated API client library for Google Admin. //! +//! //! [![docs.rs](https://docs.rs/gsuite-api/badge.svg)](https://docs.rs/gsuite-api) //! //! ## API Details @@ -35,7 +36,7 @@ //! //! ```toml //! [dependencies] -//! gsuite-api = "0.7.0" +//! gsuite-api = "0.7.1" //! ``` //! //! ## Basic example diff --git a/google/calendar/Cargo.toml b/google/calendar/Cargo.toml index 188e25a8..47881b73 100644 --- a/google/calendar/Cargo.toml +++ b/google/calendar/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "google-calendar" description = "A fully generated & opinionated API client for the Google Calendar API." -version = "0.7.0" +version = "0.7.1" documentation = "https://docs.rs/google-calendar/" repository = "https://github.com/oxidecomputer/third-party-api-clients/tree/main/google/calendar" readme = "README.md" diff --git a/google/calendar/README.md b/google/calendar/README.md index 3ea46b82..f1657ab3 100644 --- a/google/calendar/README.md +++ b/google/calendar/README.md @@ -2,6 +2,7 @@ A fully generated, opinionated API client library for Google Calendar. + [![docs.rs](https://docs.rs/google-calendar/badge.svg)](https://docs.rs/google-calendar) ## API Details @@ -37,7 +38,7 @@ To install the library, add the following to your `Cargo.toml` file. ```toml [dependencies] -google-calendar = "0.7.0" +google-calendar = "0.7.1" ``` ## Basic example diff --git a/google/calendar/src/lib.rs b/google/calendar/src/lib.rs index 34acb0ab..3d681e82 100644 --- a/google/calendar/src/lib.rs +++ b/google/calendar/src/lib.rs @@ -1,5 +1,6 @@ //! A fully generated, opinionated API client library for Google Calendar. //! +//! //! [![docs.rs](https://docs.rs/google-calendar/badge.svg)](https://docs.rs/google-calendar) //! //! ## API Details @@ -35,7 +36,7 @@ //! //! ```toml //! [dependencies] -//! google-calendar = "0.7.0" +//! google-calendar = "0.7.1" //! ``` //! //! ## Basic example diff --git a/google/cloud-resource-manager/Cargo.toml b/google/cloud-resource-manager/Cargo.toml index 54e0a955..cbe100b1 100644 --- a/google/cloud-resource-manager/Cargo.toml +++ b/google/cloud-resource-manager/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "google-cloud-resource-manager" description = "A fully generated & opinionated API client for the Google Cloud Resource Manager API." -version = "0.7.0" +version = "0.7.1" documentation = "https://docs.rs/google-cloud-resource-manager/" repository = "https://github.com/oxidecomputer/third-party-api-clients/tree/main/google/cloud-resource-manager" readme = "README.md" diff --git a/google/cloud-resource-manager/README.md b/google/cloud-resource-manager/README.md index 7a36b393..504224da 100644 --- a/google/cloud-resource-manager/README.md +++ b/google/cloud-resource-manager/README.md @@ -2,6 +2,7 @@ A fully generated, opinionated API client library for Google Cloud Resource Manager. + [![docs.rs](https://docs.rs/google-cloud-resource-manager/badge.svg)](https://docs.rs/google-cloud-resource-manager) ## API Details @@ -37,7 +38,7 @@ To install the library, add the following to your `Cargo.toml` file. ```toml [dependencies] -google-cloud-resource-manager = "0.7.0" +google-cloud-resource-manager = "0.7.1" ``` ## Basic example diff --git a/google/cloud-resource-manager/src/lib.rs b/google/cloud-resource-manager/src/lib.rs index ff061e70..3ce9e10e 100644 --- a/google/cloud-resource-manager/src/lib.rs +++ b/google/cloud-resource-manager/src/lib.rs @@ -1,5 +1,6 @@ //! A fully generated, opinionated API client library for Google Cloud Resource Manager. //! +//! //! [![docs.rs](https://docs.rs/google-cloud-resource-manager/badge.svg)](https://docs.rs/google-cloud-resource-manager) //! //! ## API Details @@ -35,7 +36,7 @@ //! //! ```toml //! [dependencies] -//! google-cloud-resource-manager = "0.7.0" +//! google-cloud-resource-manager = "0.7.1" //! ``` //! //! ## Basic example diff --git a/google/drive/Cargo.toml b/google/drive/Cargo.toml index 3801e2ba..64c75555 100644 --- a/google/drive/Cargo.toml +++ b/google/drive/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "google-drive" description = "A fully generated & opinionated API client for the Google Drive API." -version = "0.7.0" +version = "0.7.1" documentation = "https://docs.rs/google-drive/" repository = "https://github.com/oxidecomputer/third-party-api-clients/tree/main/google/drive" readme = "README.md" diff --git a/google/drive/README.md b/google/drive/README.md index fb1b420b..98ed549d 100644 --- a/google/drive/README.md +++ b/google/drive/README.md @@ -2,6 +2,7 @@ A fully generated, opinionated API client library for Google Drive. + [![docs.rs](https://docs.rs/google-drive/badge.svg)](https://docs.rs/google-drive) ## API Details @@ -37,7 +38,7 @@ To install the library, add the following to your `Cargo.toml` file. ```toml [dependencies] -google-drive = "0.7.0" +google-drive = "0.7.1" ``` ## Basic example diff --git a/google/drive/src/lib.rs b/google/drive/src/lib.rs index aa6999f7..ec65b253 100644 --- a/google/drive/src/lib.rs +++ b/google/drive/src/lib.rs @@ -1,5 +1,6 @@ //! A fully generated, opinionated API client library for Google Drive. //! +//! //! [![docs.rs](https://docs.rs/google-drive/badge.svg)](https://docs.rs/google-drive) //! //! ## API Details @@ -35,7 +36,7 @@ //! //! ```toml //! [dependencies] -//! google-drive = "0.7.0" +//! google-drive = "0.7.1" //! ``` //! //! ## Basic example diff --git a/google/groups-settings/Cargo.toml b/google/groups-settings/Cargo.toml index fca3e10c..2c39a78b 100644 --- a/google/groups-settings/Cargo.toml +++ b/google/groups-settings/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "google-groups-settings" description = "A fully generated & opinionated API client for the Google Groups Settings API." -version = "0.7.0" +version = "0.7.1" documentation = "https://docs.rs/google-groups-settings/" repository = "https://github.com/oxidecomputer/third-party-api-clients/tree/main/google/groups-settings" readme = "README.md" diff --git a/google/groups-settings/README.md b/google/groups-settings/README.md index 11ffaaae..16d94f40 100644 --- a/google/groups-settings/README.md +++ b/google/groups-settings/README.md @@ -2,6 +2,7 @@ A fully generated, opinionated API client library for Google Groups Settings. + [![docs.rs](https://docs.rs/google-groups-settings/badge.svg)](https://docs.rs/google-groups-settings) ## API Details @@ -37,7 +38,7 @@ To install the library, add the following to your `Cargo.toml` file. ```toml [dependencies] -google-groups-settings = "0.7.0" +google-groups-settings = "0.7.1" ``` ## Basic example diff --git a/google/groups-settings/src/lib.rs b/google/groups-settings/src/lib.rs index 30587d26..975ca780 100644 --- a/google/groups-settings/src/lib.rs +++ b/google/groups-settings/src/lib.rs @@ -1,5 +1,6 @@ //! A fully generated, opinionated API client library for Google Groups Settings. //! +//! //! [![docs.rs](https://docs.rs/google-groups-settings/badge.svg)](https://docs.rs/google-groups-settings) //! //! ## API Details @@ -35,7 +36,7 @@ //! //! ```toml //! [dependencies] -//! google-groups-settings = "0.7.0" +//! google-groups-settings = "0.7.1" //! ``` //! //! ## Basic example diff --git a/google/sheets/Cargo.toml b/google/sheets/Cargo.toml index ee19f019..b107fd40 100644 --- a/google/sheets/Cargo.toml +++ b/google/sheets/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "sheets" description = "A fully generated & opinionated API client for the Google Sheets API." -version = "0.7.0" +version = "0.7.1" documentation = "https://docs.rs/sheets/" repository = "https://github.com/oxidecomputer/third-party-api-clients/tree/main/google/sheets" readme = "README.md" diff --git a/google/sheets/README.md b/google/sheets/README.md index 6ddc8e9f..a8ff5d1e 100644 --- a/google/sheets/README.md +++ b/google/sheets/README.md @@ -2,6 +2,7 @@ A fully generated, opinionated API client library for Google Sheets. + [![docs.rs](https://docs.rs/sheets/badge.svg)](https://docs.rs/sheets) ## API Details @@ -37,7 +38,7 @@ To install the library, add the following to your `Cargo.toml` file. ```toml [dependencies] -sheets = "0.7.0" +sheets = "0.7.1" ``` ## Basic example diff --git a/google/sheets/src/lib.rs b/google/sheets/src/lib.rs index 698e541b..4ef4558b 100644 --- a/google/sheets/src/lib.rs +++ b/google/sheets/src/lib.rs @@ -1,5 +1,6 @@ //! A fully generated, opinionated API client library for Google Sheets. //! +//! //! [![docs.rs](https://docs.rs/sheets/badge.svg)](https://docs.rs/sheets) //! //! ## API Details @@ -35,7 +36,7 @@ //! //! ```toml //! [dependencies] -//! sheets = "0.7.0" +//! sheets = "0.7.1" //! ``` //! //! ## Basic example diff --git a/gusto/Cargo.toml b/gusto/Cargo.toml index 48b6247a..6f3e9a13 100644 --- a/gusto/Cargo.toml +++ b/gusto/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "gusto-api" description = "A fully generated & opinionated API client for the Gusto API." -version = "0.7.0" +version = "0.7.1" documentation = "https://docs.rs/gusto-api/" repository = "https://github.com/oxidecomputer/third-party-api-clients/tree/main/gusto" readme = "README.md" diff --git a/gusto/README.md b/gusto/README.md index af632710..4f112044 100644 --- a/gusto/README.md +++ b/gusto/README.md @@ -2,6 +2,7 @@ A fully generated, opinionated API client library for Gusto. + [![docs.rs](https://docs.rs/gusto-api/badge.svg)](https://docs.rs/gusto-api) ## API Details @@ -31,7 +32,7 @@ To install the library, add the following to your `Cargo.toml` file. ```toml [dependencies] -gusto-api = "0.7.0" +gusto-api = "0.7.1" ``` ## Basic example diff --git a/gusto/src/lib.rs b/gusto/src/lib.rs index 2a885092..f3bb6110 100644 --- a/gusto/src/lib.rs +++ b/gusto/src/lib.rs @@ -1,5 +1,6 @@ //! A fully generated, opinionated API client library for Gusto. //! +//! //! [![docs.rs](https://docs.rs/gusto-api/badge.svg)](https://docs.rs/gusto-api) //! //! ## API Details @@ -29,7 +30,7 @@ //! //! ```toml //! [dependencies] -//! gusto-api = "0.7.0" +//! gusto-api = "0.7.1" //! ``` //! //! ## Basic example diff --git a/mailchimp/Cargo.toml b/mailchimp/Cargo.toml index 3cd35888..b356c74d 100644 --- a/mailchimp/Cargo.toml +++ b/mailchimp/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "mailchimp-api" description = "A fully generated & opinionated API client for the MailChimp API." -version = "0.7.0" +version = "0.7.1" documentation = "https://docs.rs/mailchimp-api/" repository = "https://github.com/oxidecomputer/third-party-api-clients/tree/main/mailchimp" readme = "README.md" diff --git a/mailchimp/README.md b/mailchimp/README.md index a2f217bc..d03f1dcd 100644 --- a/mailchimp/README.md +++ b/mailchimp/README.md @@ -2,6 +2,7 @@ A fully generated, opinionated API client library for MailChimp. + [![docs.rs](https://docs.rs/mailchimp-api/badge.svg)](https://docs.rs/mailchimp-api) ## API Details @@ -31,7 +32,7 @@ To install the library, add the following to your `Cargo.toml` file. ```toml [dependencies] -mailchimp-api = "0.7.0" +mailchimp-api = "0.7.1" ``` ## Basic example diff --git a/mailchimp/src/lib.rs b/mailchimp/src/lib.rs index a3034108..50df50a1 100644 --- a/mailchimp/src/lib.rs +++ b/mailchimp/src/lib.rs @@ -1,5 +1,6 @@ //! A fully generated, opinionated API client library for MailChimp. //! +//! //! [![docs.rs](https://docs.rs/mailchimp-api/badge.svg)](https://docs.rs/mailchimp-api) //! //! ## API Details @@ -29,7 +30,7 @@ //! //! ```toml //! [dependencies] -//! mailchimp-api = "0.7.0" +//! mailchimp-api = "0.7.1" //! ``` //! //! ## Basic example diff --git a/okta/Cargo.toml b/okta/Cargo.toml index cf7d0736..07a38336 100644 --- a/okta/Cargo.toml +++ b/okta/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "okta" description = "A fully generated & opinionated API client for the Okta API." -version = "0.7.0" +version = "0.7.1" documentation = "https://docs.rs/okta/" repository = "https://github.com/oxidecomputer/third-party-api-clients/tree/main/okta" readme = "README.md" diff --git a/okta/README.md b/okta/README.md index e62207d6..f54ce499 100644 --- a/okta/README.md +++ b/okta/README.md @@ -1,6 +1,7 @@ # `okta` A fully generated, opinionated API client library for Okta. +Okta is a registered trademark of Okta, Inc. and this library has no affiliation with or sponsorship by Okta, Inc. [![docs.rs](https://docs.rs/okta/badge.svg)](https://docs.rs/okta) @@ -37,7 +38,7 @@ To install the library, add the following to your `Cargo.toml` file. ```toml [dependencies] -okta = "0.7.0" +okta = "0.7.1" ``` ## Basic example diff --git a/okta/src/lib.rs b/okta/src/lib.rs index 7a897d1e..64c2af0d 100644 --- a/okta/src/lib.rs +++ b/okta/src/lib.rs @@ -1,4 +1,5 @@ //! A fully generated, opinionated API client library for Okta. +//! Okta is a registered trademark of Okta, Inc. and this library has no affiliation with or sponsorship by Okta, Inc. //! //! [![docs.rs](https://docs.rs/okta/badge.svg)](https://docs.rs/okta) //! @@ -35,7 +36,7 @@ //! //! ```toml //! [dependencies] -//! okta = "0.7.0" +//! okta = "0.7.1" //! ``` //! //! ## Basic example diff --git a/ramp/Cargo.toml b/ramp/Cargo.toml index 7ed97ace..294a02ac 100644 --- a/ramp/Cargo.toml +++ b/ramp/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ramp-api" description = "A fully generated & opinionated API client for the Ramp API." -version = "0.7.0" +version = "0.7.1" documentation = "https://docs.rs/ramp-api/" repository = "https://github.com/oxidecomputer/third-party-api-clients/tree/main/ramp" readme = "README.md" diff --git a/ramp/README.md b/ramp/README.md index bbc6d9c7..dde9e3b5 100644 --- a/ramp/README.md +++ b/ramp/README.md @@ -2,6 +2,7 @@ A fully generated, opinionated API client library for Ramp. + [![docs.rs](https://docs.rs/ramp-api/badge.svg)](https://docs.rs/ramp-api) ## API Details @@ -27,7 +28,7 @@ To install the library, add the following to your `Cargo.toml` file. ```toml [dependencies] -ramp-api = "0.7.0" +ramp-api = "0.7.1" ``` ## Basic example diff --git a/ramp/src/lib.rs b/ramp/src/lib.rs index d7561212..e6202dc0 100644 --- a/ramp/src/lib.rs +++ b/ramp/src/lib.rs @@ -1,5 +1,6 @@ //! A fully generated, opinionated API client library for Ramp. //! +//! //! [![docs.rs](https://docs.rs/ramp-api/badge.svg)](https://docs.rs/ramp-api) //! //! ## API Details @@ -25,7 +26,7 @@ //! //! ```toml //! [dependencies] -//! ramp-api = "0.7.0" +//! ramp-api = "0.7.1" //! ``` //! //! ## Basic example diff --git a/rev.ai/Cargo.toml b/rev.ai/Cargo.toml index 88e60a91..abe42f99 100644 --- a/rev.ai/Cargo.toml +++ b/rev.ai/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "revai" description = "A fully generated & opinionated API client for the Rev.ai API." -version = "0.7.0" +version = "0.7.1" documentation = "https://docs.rs/revai/" repository = "https://github.com/oxidecomputer/third-party-api-clients/tree/main/rev.ai" readme = "README.md" diff --git a/rev.ai/README.md b/rev.ai/README.md index 2b026159..4886d0b1 100644 --- a/rev.ai/README.md +++ b/rev.ai/README.md @@ -2,6 +2,7 @@ A fully generated, opinionated API client library for Rev.ai. + [![docs.rs](https://docs.rs/revai/badge.svg)](https://docs.rs/revai) ## API Details @@ -225,7 +226,7 @@ To install the library, add the following to your `Cargo.toml` file. ```toml [dependencies] -revai = "0.7.0" +revai = "0.7.1" ``` ## Basic example diff --git a/rev.ai/src/lib.rs b/rev.ai/src/lib.rs index f3c727c8..e504dc13 100644 --- a/rev.ai/src/lib.rs +++ b/rev.ai/src/lib.rs @@ -1,5 +1,6 @@ //! A fully generated, opinionated API client library for Rev.ai. //! +//! //! [![docs.rs](https://docs.rs/revai/badge.svg)](https://docs.rs/revai) //! //! ## API Details @@ -223,7 +224,7 @@ //! //! ```toml //! [dependencies] -//! revai = "0.7.0" +//! revai = "0.7.1" //! ``` //! //! ## Basic example diff --git a/sendgrid/Cargo.toml b/sendgrid/Cargo.toml index e15814b8..5a7d2020 100644 --- a/sendgrid/Cargo.toml +++ b/sendgrid/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "sendgrid-api" description = "A fully generated & opinionated API client for the SendGrid API." -version = "0.7.0" +version = "0.7.1" documentation = "https://docs.rs/sendgrid-api/" repository = "https://github.com/oxidecomputer/third-party-api-clients/tree/main/sendgrid" readme = "README.md" diff --git a/sendgrid/README.md b/sendgrid/README.md index 26b60897..041b5acd 100644 --- a/sendgrid/README.md +++ b/sendgrid/README.md @@ -2,6 +2,7 @@ A fully generated, opinionated API client library for SendGrid. + [![docs.rs](https://docs.rs/sendgrid-api/badge.svg)](https://docs.rs/sendgrid-api) ## API Details @@ -29,7 +30,7 @@ To install the library, add the following to your `Cargo.toml` file. ```toml [dependencies] -sendgrid-api = "0.7.0" +sendgrid-api = "0.7.1" ``` ## Basic example diff --git a/sendgrid/src/lib.rs b/sendgrid/src/lib.rs index 95cf0226..c56f6b09 100644 --- a/sendgrid/src/lib.rs +++ b/sendgrid/src/lib.rs @@ -1,5 +1,6 @@ //! A fully generated, opinionated API client library for SendGrid. //! +//! //! [![docs.rs](https://docs.rs/sendgrid-api/badge.svg)](https://docs.rs/sendgrid-api) //! //! ## API Details @@ -27,7 +28,7 @@ //! //! ```toml //! [dependencies] -//! sendgrid-api = "0.7.0" +//! sendgrid-api = "0.7.1" //! ``` //! //! ## Basic example diff --git a/shipbob/Cargo.toml b/shipbob/Cargo.toml index 06d4b36a..52c05983 100644 --- a/shipbob/Cargo.toml +++ b/shipbob/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "shipbob" description = "A fully generated & opinionated API client for the ShipBob API." -version = "0.7.0" +version = "0.7.1" documentation = "https://docs.rs/shipbob/" repository = "https://github.com/oxidecomputer/third-party-api-clients/tree/main/shipbob" readme = "README.md" diff --git a/shipbob/README.md b/shipbob/README.md index 55f5cb89..9430bb18 100644 --- a/shipbob/README.md +++ b/shipbob/README.md @@ -2,6 +2,7 @@ A fully generated, opinionated API client library for ShipBob. + [![docs.rs](https://docs.rs/shipbob/badge.svg)](https://docs.rs/shipbob) ## API Details @@ -29,7 +30,7 @@ To install the library, add the following to your `Cargo.toml` file. ```toml [dependencies] -shipbob = "0.7.0" +shipbob = "0.7.1" ``` ## Basic example diff --git a/shipbob/src/lib.rs b/shipbob/src/lib.rs index 2d044875..83bfb9f7 100644 --- a/shipbob/src/lib.rs +++ b/shipbob/src/lib.rs @@ -1,5 +1,6 @@ //! A fully generated, opinionated API client library for ShipBob. //! +//! //! [![docs.rs](https://docs.rs/shipbob/badge.svg)](https://docs.rs/shipbob) //! //! ## API Details @@ -27,7 +28,7 @@ //! //! ```toml //! [dependencies] -//! shipbob = "0.7.0" +//! shipbob = "0.7.1" //! ``` //! //! ## Basic example diff --git a/shopify/Cargo.toml b/shopify/Cargo.toml index efe65cf2..6e974ec0 100644 --- a/shopify/Cargo.toml +++ b/shopify/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "shopify" description = "A fully generated & opinionated API client for the Shopify API." -version = "0.7.0" +version = "0.7.1" documentation = "https://docs.rs/shopify/" repository = "https://github.com/oxidecomputer/third-party-api-clients/tree/main/shopify" readme = "README.md" diff --git a/shopify/README.md b/shopify/README.md index 87ee1e0d..28136350 100644 --- a/shopify/README.md +++ b/shopify/README.md @@ -2,6 +2,7 @@ A fully generated, opinionated API client library for Shopify. + [![docs.rs](https://docs.rs/shopify/badge.svg)](https://docs.rs/shopify) ## API Details @@ -25,7 +26,7 @@ To install the library, add the following to your `Cargo.toml` file. ```toml [dependencies] -shopify = "0.7.0" +shopify = "0.7.1" ``` ## Basic example diff --git a/shopify/src/lib.rs b/shopify/src/lib.rs index cd337a02..c9b4950f 100644 --- a/shopify/src/lib.rs +++ b/shopify/src/lib.rs @@ -1,5 +1,6 @@ //! A fully generated, opinionated API client library for Shopify. //! +//! //! [![docs.rs](https://docs.rs/shopify/badge.svg)](https://docs.rs/shopify) //! //! ## API Details @@ -23,7 +24,7 @@ //! //! ```toml //! [dependencies] -//! shopify = "0.7.0" +//! shopify = "0.7.1" //! ``` //! //! ## Basic example diff --git a/slack/Cargo.toml b/slack/Cargo.toml index b59abe6d..b8aea966 100644 --- a/slack/Cargo.toml +++ b/slack/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "slack-chat-api" description = "A fully generated & opinionated API client for the Slack API." -version = "0.7.0" +version = "0.7.1" documentation = "https://docs.rs/slack-chat-api/" repository = "https://github.com/oxidecomputer/third-party-api-clients/tree/main/slack" readme = "README.md" diff --git a/slack/README.md b/slack/README.md index 2e676189..e0d30f24 100644 --- a/slack/README.md +++ b/slack/README.md @@ -2,6 +2,7 @@ A fully generated, opinionated API client library for Slack. + [![docs.rs](https://docs.rs/slack-chat-api/badge.svg)](https://docs.rs/slack-chat-api) ## API Details @@ -31,7 +32,7 @@ To install the library, add the following to your `Cargo.toml` file. ```toml [dependencies] -slack-chat-api = "0.7.0" +slack-chat-api = "0.7.1" ``` ## Basic example diff --git a/slack/src/lib.rs b/slack/src/lib.rs index 928c74bd..2c4edb20 100644 --- a/slack/src/lib.rs +++ b/slack/src/lib.rs @@ -1,5 +1,6 @@ //! A fully generated, opinionated API client library for Slack. //! +//! //! [![docs.rs](https://docs.rs/slack-chat-api/badge.svg)](https://docs.rs/slack-chat-api) //! //! ## API Details @@ -29,7 +30,7 @@ //! //! ```toml //! [dependencies] -//! slack-chat-api = "0.7.0" +//! slack-chat-api = "0.7.1" //! ``` //! //! ## Basic example diff --git a/stripe/Cargo.toml b/stripe/Cargo.toml index bf49a9cf..2f526046 100644 --- a/stripe/Cargo.toml +++ b/stripe/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "dolladollabills" description = "A fully generated & opinionated API client for the Stripe API." -version = "0.7.0" +version = "0.7.1" documentation = "https://docs.rs/dolladollabills/" repository = "https://github.com/oxidecomputer/third-party-api-clients/tree/main/stripe" readme = "README.md" diff --git a/stripe/README.md b/stripe/README.md index 70a918de..ccc6450a 100644 --- a/stripe/README.md +++ b/stripe/README.md @@ -2,6 +2,7 @@ A fully generated, opinionated API client library for Stripe. + [![docs.rs](https://docs.rs/dolladollabills/badge.svg)](https://docs.rs/dolladollabills) ## API Details @@ -31,7 +32,7 @@ To install the library, add the following to your `Cargo.toml` file. ```toml [dependencies] -dolladollabills = "0.7.0" +dolladollabills = "0.7.1" ``` ## Basic example diff --git a/stripe/src/lib.rs b/stripe/src/lib.rs index bbccbf61..3750f664 100644 --- a/stripe/src/lib.rs +++ b/stripe/src/lib.rs @@ -1,5 +1,6 @@ //! A fully generated, opinionated API client library for Stripe. //! +//! //! [![docs.rs](https://docs.rs/dolladollabills/badge.svg)](https://docs.rs/dolladollabills) //! //! ## API Details @@ -29,7 +30,7 @@ //! //! ```toml //! [dependencies] -//! dolladollabills = "0.7.0" +//! dolladollabills = "0.7.1" //! ``` //! //! ## Basic example diff --git a/tripactions/Cargo.toml b/tripactions/Cargo.toml index b3c256d0..659f0544 100644 --- a/tripactions/Cargo.toml +++ b/tripactions/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tripactions" description = "A fully generated & opinionated API client for the TripActions API." -version = "0.7.0" +version = "0.7.1" documentation = "https://docs.rs/tripactions/" repository = "https://github.com/oxidecomputer/third-party-api-clients/tree/main/tripactions" readme = "README.md" diff --git a/tripactions/README.md b/tripactions/README.md index 2da3f9d8..fbc53ba6 100644 --- a/tripactions/README.md +++ b/tripactions/README.md @@ -2,6 +2,7 @@ A fully generated, opinionated API client library for TripActions. + [![docs.rs](https://docs.rs/tripactions/badge.svg)](https://docs.rs/tripactions) ## API Details @@ -27,7 +28,7 @@ To install the library, add the following to your `Cargo.toml` file. ```toml [dependencies] -tripactions = "0.7.0" +tripactions = "0.7.1" ``` ## Basic example diff --git a/tripactions/src/lib.rs b/tripactions/src/lib.rs index 9e1bd02e..724eff7d 100644 --- a/tripactions/src/lib.rs +++ b/tripactions/src/lib.rs @@ -1,5 +1,6 @@ //! A fully generated, opinionated API client library for TripActions. //! +//! //! [![docs.rs](https://docs.rs/tripactions/badge.svg)](https://docs.rs/tripactions) //! //! ## API Details @@ -25,7 +26,7 @@ //! //! ```toml //! [dependencies] -//! tripactions = "0.7.0" +//! tripactions = "0.7.1" //! ``` //! //! ## Basic example diff --git a/zoom/Cargo.toml b/zoom/Cargo.toml index 9cc7143a..2351b245 100644 --- a/zoom/Cargo.toml +++ b/zoom/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "zoom-api" description = "A fully generated & opinionated API client for the Zoom API." -version = "0.7.0" +version = "0.7.1" documentation = "https://docs.rs/zoom-api/" repository = "https://github.com/oxidecomputer/third-party-api-clients/tree/main/zoom" readme = "README.md" diff --git a/zoom/README.md b/zoom/README.md index f1c8cc35..a19dfda0 100644 --- a/zoom/README.md +++ b/zoom/README.md @@ -2,6 +2,7 @@ A fully generated, opinionated API client library for Zoom. + [![docs.rs](https://docs.rs/zoom-api/badge.svg)](https://docs.rs/zoom-api) ## API Details @@ -40,7 +41,7 @@ To install the library, add the following to your `Cargo.toml` file. ```toml [dependencies] -zoom-api = "0.7.0" +zoom-api = "0.7.1" ``` ## Basic example diff --git a/zoom/src/lib.rs b/zoom/src/lib.rs index d3fd31f4..52f75e76 100644 --- a/zoom/src/lib.rs +++ b/zoom/src/lib.rs @@ -1,5 +1,6 @@ //! A fully generated, opinionated API client library for Zoom. //! +//! //! [![docs.rs](https://docs.rs/zoom-api/badge.svg)](https://docs.rs/zoom-api) //! //! ## API Details @@ -38,7 +39,7 @@ //! //! ```toml //! [dependencies] -//! zoom-api = "0.7.0" +//! zoom-api = "0.7.1" //! ``` //! //! ## Basic example