File tree Expand file tree Collapse file tree
clients/google-api-services-blogger/v3
com/google/api/services/blogger Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # Blogger API Client Library for Java
1+ # blogger API Client Library for Java
22
33The 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
66using the Google API Client Library for Java. In addition, you may be interested
77in 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}
3737dependencies {
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
Original file line number Diff line number Diff 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 /**
Original file line number Diff line number Diff line change 1717package 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 */
Original file line number Diff line number Diff line change 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 *
Original file line number Diff line number Diff line change 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 *
Original file line number Diff line number Diff line change 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 *
Original file line number Diff line number Diff line change 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 *
Original file line number Diff line number Diff line change 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 *
Original file line number Diff line number Diff line change 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 *
Original file line number Diff line number Diff line change 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 *
You can’t perform that action at this time.
0 commit comments