Skip to content

Commit 358d0de

Browse files
1 parent c1b4214 commit 358d0de

20 files changed

Lines changed: 33 additions & 33 deletions

clients/google-api-services-blogger/v3/2.0.0/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
# Blogger API Client Library for Java
1+
# blogger API Client Library for Java
22

33
The Blogger API provides access to posts, comments and pages of a Blogger blog.
44

5-
This page contains information about getting started with the Blogger API
5+
This page contains information about getting started with the blogger API
66
using the Google API Client Library for Java. In addition, you may be interested
77
in the following documentation:
88

9-
* Browse the [Javadoc reference for the Blogger API][javadoc]
9+
* Browse the [Javadoc reference for the blogger API][javadoc]
1010
* Read the [Developer's Guide for the Google API Client Library for Java][google-api-client].
11-
* Interact with this API in your browser using the [APIs Explorer for the Blogger API][api-explorer]
11+
* Interact with this API in your browser using the [APIs Explorer for the blogger API][api-explorer]
1212

1313
## Installation
1414

@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-blogger</artifactId>
25-
<version>v3-rev20260309-2.0.0</version>
25+
<version>v3-rev20260521-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-blogger:v3-rev20260309-2.0.0'
38+
implementation 'com.google.apis:google-api-services-blogger:v3-rev20260521-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-blogger/v3/2.0.0/com/google/api/services/blogger/Blogger.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public class Blogger extends com.google.api.client.googleapis.services.json.Abst
4949
com.google.api.client.googleapis.GoogleUtils.MAJOR_VERSION >= 2,
5050
"You are currently running with version %s of google-api-client. " +
5151
"You need at least version 1.31.1 of google-api-client to run version " +
52-
"2.0.0 of the Blogger API library.", com.google.api.client.googleapis.GoogleUtils.VERSION);
52+
"2.0.0 of the blogger API library.", com.google.api.client.googleapis.GoogleUtils.VERSION);
5353
}
5454

5555
/**

clients/google-api-services-blogger/v3/2.0.0/com/google/api/services/blogger/BloggerScopes.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
package com.google.api.services.blogger;
1818

1919
/**
20-
* Available OAuth 2.0 scopes for use with the Blogger API.
20+
* Available OAuth 2.0 scopes for use with the blogger API.
2121
*
2222
* @since 1.4
2323
*/

clients/google-api-services-blogger/v3/2.0.0/com/google/api/services/blogger/model/Blog.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* Model definition for Blog.
2121
*
2222
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
23-
* transmitted over HTTP when working with the Blogger API. For a detailed explanation see:
23+
* transmitted over HTTP when working with the blogger API. For a detailed explanation see:
2424
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
2525
* </p>
2626
*

clients/google-api-services-blogger/v3/2.0.0/com/google/api/services/blogger/model/BlogList.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* Model definition for BlogList.
2121
*
2222
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
23-
* transmitted over HTTP when working with the Blogger API. For a detailed explanation see:
23+
* transmitted over HTTP when working with the blogger API. For a detailed explanation see:
2424
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
2525
* </p>
2626
*

clients/google-api-services-blogger/v3/2.0.0/com/google/api/services/blogger/model/BlogPerUserInfo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* Model definition for BlogPerUserInfo.
2121
*
2222
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
23-
* transmitted over HTTP when working with the Blogger API. For a detailed explanation see:
23+
* transmitted over HTTP when working with the blogger API. For a detailed explanation see:
2424
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
2525
* </p>
2626
*

clients/google-api-services-blogger/v3/2.0.0/com/google/api/services/blogger/model/BlogUserInfo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* Model definition for BlogUserInfo.
2121
*
2222
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
23-
* transmitted over HTTP when working with the Blogger API. For a detailed explanation see:
23+
* transmitted over HTTP when working with the blogger API. For a detailed explanation see:
2424
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
2525
* </p>
2626
*

clients/google-api-services-blogger/v3/2.0.0/com/google/api/services/blogger/model/Comment.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* Model definition for Comment.
2121
*
2222
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
23-
* transmitted over HTTP when working with the Blogger API. For a detailed explanation see:
23+
* transmitted over HTTP when working with the blogger API. For a detailed explanation see:
2424
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
2525
* </p>
2626
*

clients/google-api-services-blogger/v3/2.0.0/com/google/api/services/blogger/model/CommentList.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* Model definition for CommentList.
2121
*
2222
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
23-
* transmitted over HTTP when working with the Blogger API. For a detailed explanation see:
23+
* transmitted over HTTP when working with the blogger API. For a detailed explanation see:
2424
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
2525
* </p>
2626
*

clients/google-api-services-blogger/v3/2.0.0/com/google/api/services/blogger/model/Page.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* Model definition for Page.
2121
*
2222
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
23-
* transmitted over HTTP when working with the Blogger API. For a detailed explanation see:
23+
* transmitted over HTTP when working with the blogger API. For a detailed explanation see:
2424
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
2525
* </p>
2626
*

0 commit comments

Comments
 (0)