google-apis-blogger_v3 0.8.0 → 0.11.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +14 -0
- data/OVERVIEW.md +3 -3
- data/lib/google/apis/blogger_v3/classes.rb +12 -0
- data/lib/google/apis/blogger_v3/gem_version.rb +3 -3
- data/lib/google/apis/blogger_v3/representations.rb +2 -0
- data/lib/google/apis/blogger_v3/service.rb +1 -1
- data/lib/google/apis/blogger_v3.rb +2 -2
- metadata +8 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: '079fb1acee3f6931062451edf9f106637841872e289b3dc07bc3de061e497cae'
|
4
|
+
data.tar.gz: 935eba849931be269c5f74e124debb5d9c47be9e68ba3468edbbc0c490d2ba0a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f4f6daa87aa912c90e14e21f47d8d78c81d4040786ec87f9eb633c644de7c9787d16dba71d2d373f16af4c25dff940ee44ede1c82ad7fce1bdb7148983b1d51a
|
7
|
+
data.tar.gz: a64ef018f8c821117deeffebb1dc96adab4d0711a957e02eb8dea1d78e9f81615702ef2a1f2a20ae00d8d6c2d777e026dcecc374ed001aee9459248b76999a1b
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,19 @@
|
|
1
1
|
# Release history for google-apis-blogger_v3
|
2
2
|
|
3
|
+
### v0.11.0 (2022-07-28)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20220727
|
6
|
+
* Regenerated using generator version 0.9.0
|
7
|
+
|
8
|
+
### v0.10.0 (2022-06-30)
|
9
|
+
|
10
|
+
* Regenerated using generator version 0.8.0
|
11
|
+
* Regenerated from discovery document revision 20220625
|
12
|
+
|
13
|
+
### v0.9.0 (2022-06-19)
|
14
|
+
|
15
|
+
* Regenerated using generator version 0.7.0
|
16
|
+
|
3
17
|
### v0.8.0 (2022-06-05)
|
4
18
|
|
5
19
|
* Regenerated from discovery document revision 20220226
|
data/OVERVIEW.md
CHANGED
@@ -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
|
2
2
|
|
3
|
-
This is a simple client library for version V3 of the Blogger API
|
3
|
+
This is a simple client library for version V3 of the Blogger API. It provides:
|
4
4
|
|
5
5
|
* A client object that connects to the HTTP/JSON REST endpoint for the service.
|
6
6
|
* 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
|
|
65
65
|
|
66
66
|
(Note: the above documents are written for the simple REST clients in general, and their examples may not reflect the Blogger service in particular.)
|
67
67
|
|
68
|
-
For reference information on specific calls in the Blogger API
|
68
|
+
For reference information on specific calls in the Blogger API, see the {Google::Apis::BloggerV3::BloggerService class reference docs}.
|
69
69
|
|
70
70
|
## Which client should I use?
|
71
71
|
|
@@ -602,6 +602,11 @@ module Google
|
|
602
602
|
# @return [String]
|
603
603
|
attr_accessor :title
|
604
604
|
|
605
|
+
# RFC 3339 date-time when this Page was trashed.
|
606
|
+
# Corresponds to the JSON property `trashed`
|
607
|
+
# @return [String]
|
608
|
+
attr_accessor :trashed
|
609
|
+
|
605
610
|
# RFC 3339 date-time when this Page was last updated.
|
606
611
|
# Corresponds to the JSON property `updated`
|
607
612
|
# @return [String]
|
@@ -628,6 +633,7 @@ module Google
|
|
628
633
|
@self_link = args[:self_link] if args.key?(:self_link)
|
629
634
|
@status = args[:status] if args.key?(:status)
|
630
635
|
@title = args[:title] if args.key?(:title)
|
636
|
+
@trashed = args[:trashed] if args.key?(:trashed)
|
631
637
|
@updated = args[:updated] if args.key?(:updated)
|
632
638
|
@url = args[:url] if args.key?(:url)
|
633
639
|
end
|
@@ -890,6 +896,11 @@ module Google
|
|
890
896
|
# @return [String]
|
891
897
|
attr_accessor :title_link
|
892
898
|
|
899
|
+
# RFC 3339 date-time when this Post was last trashed.
|
900
|
+
# Corresponds to the JSON property `trashed`
|
901
|
+
# @return [String]
|
902
|
+
attr_accessor :trashed
|
903
|
+
|
893
904
|
# RFC 3339 date-time when this Post was last updated.
|
894
905
|
# Corresponds to the JSON property `updated`
|
895
906
|
# @return [String]
|
@@ -923,6 +934,7 @@ module Google
|
|
923
934
|
@status = args[:status] if args.key?(:status)
|
924
935
|
@title = args[:title] if args.key?(:title)
|
925
936
|
@title_link = args[:title_link] if args.key?(:title_link)
|
937
|
+
@trashed = args[:trashed] if args.key?(:trashed)
|
926
938
|
@updated = args[:updated] if args.key?(:updated)
|
927
939
|
@url = args[:url] if args.key?(:url)
|
928
940
|
end
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module BloggerV3
|
18
18
|
# Version of the google-apis-blogger_v3 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.11.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.9.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220727"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -402,6 +402,7 @@ module Google
|
|
402
402
|
property :self_link, as: 'selfLink'
|
403
403
|
property :status, as: 'status'
|
404
404
|
property :title, as: 'title'
|
405
|
+
property :trashed, as: 'trashed'
|
405
406
|
property :updated, as: 'updated'
|
406
407
|
property :url, as: 'url'
|
407
408
|
end
|
@@ -486,6 +487,7 @@ module Google
|
|
486
487
|
property :status, as: 'status'
|
487
488
|
property :title, as: 'title'
|
488
489
|
property :title_link, as: 'titleLink'
|
490
|
+
property :trashed, as: 'trashed'
|
489
491
|
property :updated, as: 'updated'
|
490
492
|
property :url, as: 'url'
|
491
493
|
end
|
@@ -19,13 +19,13 @@ require 'google/apis/blogger_v3/gem_version.rb'
|
|
19
19
|
|
20
20
|
module Google
|
21
21
|
module Apis
|
22
|
-
# Blogger API
|
22
|
+
# Blogger API
|
23
23
|
#
|
24
24
|
# The Blogger API provides access to posts, comments and pages of a Blogger blog.
|
25
25
|
#
|
26
26
|
# @see https://developers.google.com/blogger/docs/3.0/getting_started
|
27
27
|
module BloggerV3
|
28
|
-
# Version of the Blogger API
|
28
|
+
# Version of the Blogger API this client connects to.
|
29
29
|
# This is NOT the gem version.
|
30
30
|
VERSION = 'V3'
|
31
31
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-blogger_v3
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.11.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-
|
11
|
+
date: 2022-08-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -16,7 +16,7 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: '0.
|
19
|
+
version: '0.7'
|
20
20
|
- - "<"
|
21
21
|
- !ruby/object:Gem::Version
|
22
22
|
version: 2.a
|
@@ -26,16 +26,16 @@ dependencies:
|
|
26
26
|
requirements:
|
27
27
|
- - ">="
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
version: '0.
|
29
|
+
version: '0.7'
|
30
30
|
- - "<"
|
31
31
|
- !ruby/object:Gem::Version
|
32
32
|
version: 2.a
|
33
|
-
description: This is the simple REST client for Blogger API
|
33
|
+
description: This is the simple REST client for Blogger API V3. Simple REST clients
|
34
34
|
are Ruby client libraries that provide access to Google services via their HTTP
|
35
35
|
REST API endpoints. These libraries are generated and updated automatically based
|
36
36
|
on the discovery documents published by the service, and they handle most concerns
|
37
37
|
such as authentication, pagination, retry, timeouts, and logging. You can use this
|
38
|
-
client to access the Blogger API
|
38
|
+
client to access the Blogger API, but note that some services may provide a separate
|
39
39
|
modern client that is easier to use.
|
40
40
|
email: googleapis-packages@google.com
|
41
41
|
executables: []
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-blogger_v3/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-blogger_v3/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-blogger_v3/v0.11.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-blogger_v3
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|
@@ -78,5 +78,5 @@ requirements: []
|
|
78
78
|
rubygems_version: 3.3.14
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
|
-
summary: Simple REST client for Blogger API
|
81
|
+
summary: Simple REST client for Blogger API V3
|
82
82
|
test_files: []
|