google-apis-tasks_v1 0.15.0 → 0.17.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8373e42a8c456b90dbadaa95e04a99fd7afcf9c1ebe69185516d825c81a99c0c
4
- data.tar.gz: 124ec079d03a7d2b8e6b46b8f90a3900a3821c97ef4e8375ef0dad4c10428442
3
+ metadata.gz: 7b136cc5184bdedaeaab8049c71554b9f5883496779ca34c53cdca4605c8e2e8
4
+ data.tar.gz: 3b94864072810d6d129d2d8d61cb08a81db37c641e7b50a70aecbc5cb8b13381
5
5
  SHA512:
6
- metadata.gz: 04c8edb1aeadd0342da84e6f638862a7184496f40896ca7ce1a680024d11ba47e3bf28b486f977f2c97bf3bc7c9d737a104ef7a5b9ad89c105b1cfd71cf294a9
7
- data.tar.gz: 876ac239f898971b01c2a2234ebbec102a1afd3d44426be7eb92270dc4541314013dfe818ce81037e9f1a48c8b65cb2e6739c2bbe7381212048094c33bf31879
6
+ metadata.gz: 65094bf66426e9ffe69940170c25fcc925d978d8abda2f1fea94f72e885f19ff2f1ab22ff7841d4349e615d4e6177c65b13b503210d5d69801953b3772dce057
7
+ data.tar.gz: 6784f1e75d4258d5f5646cf5c16202c1163049b697eadca71b1c0a642b37b789a4a3e6e8aa34680e5531525985ee97b6f12453b64d38273c1692754055e5f9d0
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-tasks_v1
2
2
 
3
+ ### v0.17.0 (2024-01-23)
4
+
5
+ * Regenerated using generator version 0.13.0
6
+
7
+ ### v0.16.0 (2023-04-16)
8
+
9
+ * Regenerated from discovery document revision 20230401
10
+
3
11
  ### v0.15.0 (2023-02-15)
4
12
 
5
13
  * Regenerated using generator version 0.12.0
data/OVERVIEW.md CHANGED
@@ -1,6 +1,6 @@
1
- # Simple REST client for version V1 of the Tasks API
1
+ # Simple REST client for version V1 of the Google Tasks API
2
2
 
3
- This is a simple client library for version V1 of the Tasks API. It provides:
3
+ This is a simple client library for version V1 of the Google Tasks 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 Tasks service in particular.)
67
67
 
68
- For reference information on specific calls in the Tasks API, see the {Google::Apis::TasksV1::TasksService class reference docs}.
68
+ For reference information on specific calls in the Google Tasks API, see the {Google::Apis::TasksV1::TasksService class reference docs}.
69
69
 
70
70
  ## Which client should I use?
71
71
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module TasksV1
18
18
  # Version of the google-apis-tasks_v1 gem
19
- GEM_VERSION = "0.15.0"
19
+ GEM_VERSION = "0.17.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.12.0"
22
+ GENERATOR_VERSION = "0.13.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210709"
25
+ REVISION = "20230401"
26
26
  end
27
27
  end
28
28
  end
@@ -20,7 +20,7 @@ require 'google/apis/errors'
20
20
  module Google
21
21
  module Apis
22
22
  module TasksV1
23
- # Tasks API
23
+ # Google Tasks API
24
24
  #
25
25
  # The Google Tasks API lets you manage your tasks and task lists.
26
26
  #
@@ -32,6 +32,8 @@ module Google
32
32
  #
33
33
  # @see https://developers.google.com/tasks/
34
34
  class TasksService < Google::Apis::Core::BaseService
35
+ DEFAULT_ENDPOINT_TEMPLATE = "https://tasks.$UNIVERSE_DOMAIN$/"
36
+
35
37
  # @return [String]
36
38
  # API key. Your API key identifies your project and provides you with API access,
37
39
  # quota, and reports. Required unless you provide an OAuth 2.0 token.
@@ -43,7 +45,7 @@ module Google
43
45
  attr_accessor :quota_user
44
46
 
45
47
  def initialize
46
- super('https://tasks.googleapis.com/', '',
48
+ super(DEFAULT_ENDPOINT_TEMPLATE, '',
47
49
  client_name: 'google-apis-tasks_v1',
48
50
  client_version: Google::Apis::TasksV1::GEM_VERSION)
49
51
  @batch_path = 'batch'
@@ -19,13 +19,13 @@ require 'google/apis/tasks_v1/gem_version.rb'
19
19
 
20
20
  module Google
21
21
  module Apis
22
- # Tasks API
22
+ # Google Tasks API
23
23
  #
24
24
  # The Google Tasks API lets you manage your tasks and task lists.
25
25
  #
26
26
  # @see https://developers.google.com/tasks/
27
27
  module TasksV1
28
- # Version of the Tasks API this client connects to.
28
+ # Version of the Google Tasks API this client connects to.
29
29
  # This is NOT the gem version.
30
30
  VERSION = 'V1'
31
31
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-tasks_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.15.0
4
+ version: 0.17.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: 2023-02-19 00:00:00.000000000 Z
11
+ date: 2024-01-23 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.11.0
19
+ version: 0.12.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,17 +26,17 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.11.0
29
+ version: 0.12.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
33
- description: This is the simple REST client for Tasks API V1. Simple REST clients
33
+ description: This is the simple REST client for Google Tasks API V1. 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 Tasks API, but note that some services may provide a separate
39
- modern client that is easier to use.
38
+ client to access the Google Tasks API, but note that some services may provide a
39
+ separate modern client that is easier to use.
40
40
  email: googleapis-packages@google.com
41
41
  executables: []
42
42
  extensions: []
@@ -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-tasks_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-tasks_v1/v0.15.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-tasks_v1/v0.17.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-tasks_v1
63
63
  post_install_message:
64
64
  rdoc_options: []
@@ -75,8 +75,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.4.2
78
+ rubygems_version: 3.5.3
79
79
  signing_key:
80
80
  specification_version: 4
81
- summary: Simple REST client for Tasks API V1
81
+ summary: Simple REST client for Google Tasks API V1
82
82
  test_files: []