Skip to content

Commit 428a32a

Browse files
feat: Automated regeneration of blogger v3 client (googleapis#26566)
Auto-created at 2026-05-24 11:01:06 +0000 using the toys pull request generator.
1 parent 5b837b2 commit 428a32a

7 files changed

Lines changed: 16 additions & 12 deletions

File tree

generated/google-apis-blogger_v3/.repo-metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"api_id": "blogger:v3",
3-
"name_pretty": "Blogger API",
3+
"name_pretty": "blogger API",
44
"distribution_name": "google-apis-blogger_v3",
55
"language": "ruby",
66
"library_type": "REST"

generated/google-apis-blogger_v3/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-blogger_v3
22

3+
### v0.21.0 (2026-05-24)
4+
5+
* Regenerated from discovery document revision 20260521
6+
37
### v0.20.0 (2026-03-15)
48

59
* Regenerated from discovery document revision 20260309

generated/google-apis-blogger_v3/OVERVIEW.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Simple REST client for version V3 of the Blogger API
1+
# Simple REST client for version V3 of the blogger API
22

3-
This is a simple client library for version V3 of the Blogger API. It provides:
3+
This is a simple client library for version V3 of the blogger API. It provides:
44

55
* A client object that connects to the HTTP/JSON REST endpoint for the service.
66
* Ruby objects for data structures related to the service.
@@ -65,7 +65,7 @@ More detailed descriptions of the Google simple REST clients are available in tw
6565

6666
(Note: the above documents are written for the simple REST clients in general, and their examples may not reflect the Blogger service in particular.)
6767

68-
For reference information on specific calls in the Blogger API, see the {Google::Apis::BloggerV3::BloggerService class reference docs}.
68+
For reference information on specific calls in the blogger API, see the {Google::Apis::BloggerV3::BloggerService class reference docs}.
6969

7070
## Which client should I use?
7171

generated/google-apis-blogger_v3/google-apis-blogger_v3.gemspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ Gem::Specification.new do |gem|
66
gem.version = gem_version
77
gem.authors = ["Google LLC"]
88
gem.email = "googleapis-packages@google.com"
9-
gem.summary = "Simple REST client for Blogger API V3"
9+
gem.summary = "Simple REST client for blogger API V3"
1010
gem.description =
11-
"This is the simple REST client for Blogger API V3." \
11+
"This is the simple REST client for blogger API V3." \
1212
" Simple REST clients are Ruby client libraries that provide access to" \
1313
" Google services via their HTTP REST API endpoints. These libraries are" \
1414
" generated and updated automatically based on the discovery documents" \
1515
" published by the service, and they handle most concerns such as" \
1616
" authentication, pagination, retry, timeouts, and logging. You can use" \
17-
" this client to access the Blogger API, but note that some" \
17+
" this client to access the blogger API, but note that some" \
1818
" services may provide a separate modern client that is easier to use."
1919
gem.homepage = "https://github.com/google/google-api-ruby-client"
2020
gem.license = "Apache-2.0"

generated/google-apis-blogger_v3/lib/google/apis/blogger_v3.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@
1919

2020
module Google
2121
module Apis
22-
# Blogger API
22+
# blogger API
2323
#
2424
# The Blogger API provides access to posts, comments and pages of a Blogger blog.
2525
#
2626
# @see https://developers.google.com/blogger/docs/3.0/getting_started
2727
module BloggerV3
28-
# Version of the Blogger API this client connects to.
28+
# Version of the blogger API this client connects to.
2929
# This is NOT the gem version.
3030
VERSION = 'V3'
3131

generated/google-apis-blogger_v3/lib/google/apis/blogger_v3/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module BloggerV3
1818
# Version of the google-apis-blogger_v3 gem
19-
GEM_VERSION = "0.20.0"
19+
GEM_VERSION = "0.21.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.18.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20260309"
25+
REVISION = "20260521"
2626
end
2727
end
2828
end

generated/google-apis-blogger_v3/lib/google/apis/blogger_v3/service.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
module Google
2121
module Apis
2222
module BloggerV3
23-
# Blogger API
23+
# blogger API
2424
#
2525
# The Blogger API provides access to posts, comments and pages of a Blogger blog.
2626
#

0 commit comments

Comments
 (0)