Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion generated/google-apis-blogger_v3/.repo-metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"api_id": "blogger:v3",
"name_pretty": "Blogger API",
"name_pretty": "blogger API",
"distribution_name": "google-apis-blogger_v3",
"language": "ruby",
"library_type": "REST"
Expand Down
4 changes: 4 additions & 0 deletions generated/google-apis-blogger_v3/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release history for google-apis-blogger_v3

### v0.21.0 (2026-05-24)

* Regenerated from discovery document revision 20260521

### v0.20.0 (2026-03-15)

* Regenerated from discovery document revision 20260309
Expand Down
6 changes: 3 additions & 3 deletions generated/google-apis-blogger_v3/OVERVIEW.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Simple REST client for version V3 of the Blogger API
# Simple REST client for version V3 of the blogger API

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

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

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

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

## Which client should I use?

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ Gem::Specification.new do |gem|
gem.version = gem_version
gem.authors = ["Google LLC"]
gem.email = "googleapis-packages@google.com"
gem.summary = "Simple REST client for Blogger API V3"
gem.summary = "Simple REST client for blogger API V3"
gem.description =
"This is the simple REST client for Blogger API V3." \
"This is the simple REST client for blogger API V3." \
" Simple REST clients are Ruby client libraries that provide access to" \
" Google services via their HTTP REST API endpoints. These libraries are" \
" generated and updated automatically based on the discovery documents" \
" published by the service, and they handle most concerns such as" \
" authentication, pagination, retry, timeouts, and logging. You can use" \
" this client to access the Blogger API, but note that some" \
" this client to access the blogger API, but note that some" \
" services may provide a separate modern client that is easier to use."
gem.homepage = "https://github.com/google/google-api-ruby-client"
gem.license = "Apache-2.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@

module Google
module Apis
# Blogger API
# blogger API
#
# The Blogger API provides access to posts, comments and pages of a Blogger blog.
#
# @see https://developers.google.com/blogger/docs/3.0/getting_started
module BloggerV3
# Version of the Blogger API this client connects to.
# Version of the blogger API this client connects to.
# This is NOT the gem version.
VERSION = 'V3'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ module Google
module Apis
module BloggerV3
# Version of the google-apis-blogger_v3 gem
GEM_VERSION = "0.20.0"
GEM_VERSION = "0.21.0"

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

# Revision of the discovery document this client was generated from
REVISION = "20260309"
REVISION = "20260521"
end
end
end
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
module Google
module Apis
module BloggerV3
# Blogger API
# blogger API
#
# The Blogger API provides access to posts, comments and pages of a Blogger blog.
#
Expand Down
Loading