google-apis-chat_v1 0.1.0 → 0.2.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 +5 -0
- data/OVERVIEW.md +3 -3
- data/lib/google/apis/chat_v1.rb +3 -3
- data/lib/google/apis/chat_v1/gem_version.rb +3 -3
- data/lib/google/apis/chat_v1/service.rb +2 -2
- metadata +12 -12
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2f1ac00438ca8c160484e04244f72960b83d498fe38dafed7089ec1e36885c0f
|
|
4
|
+
data.tar.gz: 291c1e86a2710d7270d59f662807a9553e23ae03029e63de75e8acfa4c18abf3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9f92735041162b4d57e6c7f292d9f4619f964d4d6110f6ecd944ffea79a6b3d67a0d163b96e93bd5669b7f843c2168402a33bd330c956bfa838ed8d088ac33ff
|
|
7
|
+
data.tar.gz: 49a3ecfd75e927b73897c482ede391a9ffc40bada2247febcef15be0ff8ddd6c4802c32cffb93896930bdd68c15b5446f9b66e0edc0eb99f8b2a02d24e32aab7
|
data/CHANGELOG.md
CHANGED
data/OVERVIEW.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
# Simple REST client for version V1 of the
|
|
1
|
+
# Simple REST client for version V1 of the Google Chat API
|
|
2
2
|
|
|
3
|
-
This is a simple client library for version V1 of the
|
|
3
|
+
This is a simple client library for version V1 of the Google Chat 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 Chat service in particular.)
|
|
67
67
|
|
|
68
|
-
For reference information on specific calls in the
|
|
68
|
+
For reference information on specific calls in the Google Chat API, see the {Google::Apis::ChatV1::HangoutsChatService class reference docs}.
|
|
69
69
|
|
|
70
70
|
## Which client should I use?
|
|
71
71
|
|
data/lib/google/apis/chat_v1.rb
CHANGED
|
@@ -19,13 +19,13 @@ require 'google/apis/chat_v1/gem_version.rb'
|
|
|
19
19
|
|
|
20
20
|
module Google
|
|
21
21
|
module Apis
|
|
22
|
-
#
|
|
22
|
+
# Google Chat API
|
|
23
23
|
#
|
|
24
|
-
# Enables bots to fetch information and perform actions in
|
|
24
|
+
# Enables bots to fetch information and perform actions in Google Chat.
|
|
25
25
|
#
|
|
26
26
|
# @see https://developers.google.com/hangouts/chat
|
|
27
27
|
module ChatV1
|
|
28
|
-
# Version of the
|
|
28
|
+
# Version of the Google Chat API this client connects to.
|
|
29
29
|
# This is NOT the gem version.
|
|
30
30
|
VERSION = 'V1'
|
|
31
31
|
end
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module ChatV1
|
|
18
18
|
# Version of the google-apis-chat_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.2.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
|
-
GENERATOR_VERSION = "0.1.
|
|
22
|
+
GENERATOR_VERSION = "0.1.2"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20210127"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -20,9 +20,9 @@ require 'google/apis/errors'
|
|
|
20
20
|
module Google
|
|
21
21
|
module Apis
|
|
22
22
|
module ChatV1
|
|
23
|
-
#
|
|
23
|
+
# Google Chat API
|
|
24
24
|
#
|
|
25
|
-
# Enables bots to fetch information and perform actions in
|
|
25
|
+
# Enables bots to fetch information and perform actions in Google Chat.
|
|
26
26
|
#
|
|
27
27
|
# @example
|
|
28
28
|
# require 'google/apis/chat_v1'
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-chat_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.2.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: 2021-
|
|
11
|
+
date: 2021-02-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -24,13 +24,13 @@ dependencies:
|
|
|
24
24
|
- - "~>"
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
26
|
version: '0.1'
|
|
27
|
-
description: This is the simple REST client for
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
27
|
+
description: This is the simple REST client for Google Chat API V1. Simple REST clients
|
|
28
|
+
are Ruby client libraries that provide access to Google services via their HTTP
|
|
29
|
+
REST API endpoints. These libraries are generated and updated automatically based
|
|
30
|
+
on the discovery documents published by the service, and they handle most concerns
|
|
31
|
+
such as authentication, pagination, retry, timeouts, and logging. You can use this
|
|
32
|
+
client to access the Google Chat API, but note that some services may provide a
|
|
33
|
+
separate modern client that is easier to use.
|
|
34
34
|
email: googleapis-packages@google.com
|
|
35
35
|
executables: []
|
|
36
36
|
extensions: []
|
|
@@ -52,7 +52,7 @@ licenses:
|
|
|
52
52
|
metadata:
|
|
53
53
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
54
54
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-chat_v1/CHANGELOG.md
|
|
55
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-chat_v1/v0.
|
|
55
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-chat_v1/v0.2.0
|
|
56
56
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-chat_v1
|
|
57
57
|
post_install_message:
|
|
58
58
|
rdoc_options: []
|
|
@@ -69,8 +69,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
69
69
|
- !ruby/object:Gem::Version
|
|
70
70
|
version: '0'
|
|
71
71
|
requirements: []
|
|
72
|
-
rubygems_version: 3.
|
|
72
|
+
rubygems_version: 3.2.6
|
|
73
73
|
signing_key:
|
|
74
74
|
specification_version: 4
|
|
75
|
-
summary: Simple REST client for
|
|
75
|
+
summary: Simple REST client for Google Chat API V1
|
|
76
76
|
test_files: []
|