File tree 2 files changed +12
-12
lines changed
clients/google-api-services-blogger
2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1
- # Blogger API v3 Client Library for Java
1
+ # Blogger API Client Library for Java
2
2
3
3
The Blogger API provides access to posts, comments and pages of a Blogger blog.
4
4
5
- This page contains information about getting started with the Blogger API v3
5
+ This page contains information about getting started with the Blogger API
6
6
using the Google API Client Library for Java. In addition, you may be interested
7
7
in the following documentation:
8
8
9
- * Browse the [ Javadoc reference for the Blogger API v3 ] [ javadoc ]
9
+ * Browse the [ Javadoc reference for the Blogger API] [ javadoc ]
10
10
* 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 v3 ] [ api-explorer ]
11
+ * Interact with this API in your browser using the [ APIs Explorer for the Blogger API] [ api-explorer ]
12
12
13
13
## Installation
14
14
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-blogger</artifactId >
25
- <version >v2-rev20200801-1.32.1 </version >
25
+ <version >v2-rev20220727-2.0.0 </version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
@@ -35,7 +35,7 @@ repositories {
35
35
mavenCentral()
36
36
}
37
37
dependencies {
38
- compile 'com.google.apis:google-api-services-blogger:v2-rev20200801-1.32.1 '
38
+ implementation 'com.google.apis:google-api-services-blogger:v2-rev20220727-2.0.0 '
39
39
}
40
40
```
41
41
Original file line number Diff line number Diff line change 1
- # Blogger API v3 Client Library for Java
1
+ # Blogger API Client Library for Java
2
2
3
3
The Blogger API provides access to posts, comments and pages of a Blogger blog.
4
4
5
- This page contains information about getting started with the Blogger API v3
5
+ This page contains information about getting started with the Blogger API
6
6
using the Google API Client Library for Java. In addition, you may be interested
7
7
in the following documentation:
8
8
9
- * Browse the [ Javadoc reference for the Blogger API v3 ] [ javadoc ]
9
+ * Browse the [ Javadoc reference for the Blogger API] [ javadoc ]
10
10
* 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 v3 ] [ api-explorer ]
11
+ * Interact with this API in your browser using the [ APIs Explorer for the Blogger API] [ api-explorer ]
12
12
13
13
## Installation
14
14
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-blogger</artifactId >
25
- <version >v3-rev20210227-1.32.1 </version >
25
+ <version >v3-rev20221220-2.0.0 </version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
@@ -35,7 +35,7 @@ repositories {
35
35
mavenCentral()
36
36
}
37
37
dependencies {
38
- compile 'com.google.apis:google-api-services-blogger:v3-rev20210227-1.32.1 '
38
+ implementation 'com.google.apis:google-api-services-blogger:v3-rev20221220-2.0.0 '
39
39
}
40
40
```
41
41
You can’t perform that action at this time.
0 commit comments