google-apis-androidpublisher_v3 0.1.0 → 0.15.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +58 -0
- data/OVERVIEW.md +3 -3
- data/lib/google/apis/androidpublisher_v3/classes.rb +612 -7
- data/lib/google/apis/androidpublisher_v3/gem_version.rb +3 -3
- data/lib/google/apis/androidpublisher_v3/representations.rb +299 -0
- data/lib/google/apis/androidpublisher_v3/service.rb +408 -9
- metadata +17 -11
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 54a51e71e70b175bf9820c59ea0bbbd47b9ecb73ea4f03439cda23878fc2af5a
|
4
|
+
data.tar.gz: a2c2fb19f5e1d20cccfb74e8e76f0e81494a6d2b44b9fd2fb3f38013c1a90eb5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ae8860880865743a6d9bc0aa4c5735607f58b344c9c84dd7ad816418ca14c8cd7f536ff460fedd97ef9ffec77664d47db59e7a7292d469adc1f82f9cf46114d0
|
7
|
+
data.tar.gz: e5b12c9ed2a175e3a5cb0de4217378650630ff048668f4d4db80318a5cee202647a061cd703ffff93fbac83d03c84a233eb42011b7578b292ad8c88aad21366f
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,63 @@
|
|
1
1
|
# Release history for google-apis-androidpublisher_v3
|
2
2
|
|
3
|
+
### v0.15.0 (2021-12-14)
|
4
|
+
|
5
|
+
* Unspecified changes
|
6
|
+
|
7
|
+
### v0.14.0 (2021-11-30)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20211125
|
10
|
+
|
11
|
+
### v0.13.0 (2021-10-22)
|
12
|
+
|
13
|
+
* Regenerated from discovery document revision 20211021
|
14
|
+
|
15
|
+
### v0.12.0 (2021-10-07)
|
16
|
+
|
17
|
+
* Regenerated from discovery document revision 20211006
|
18
|
+
|
19
|
+
### v0.11.0 (2021-09-01)
|
20
|
+
|
21
|
+
* Regenerated from discovery document revision 20210901
|
22
|
+
|
23
|
+
### v0.10.0 (2021-07-30)
|
24
|
+
|
25
|
+
* Regenerated from discovery document revision 20210728
|
26
|
+
|
27
|
+
### v0.9.0 (2021-07-21)
|
28
|
+
|
29
|
+
* Regenerated from discovery document revision 20210720
|
30
|
+
|
31
|
+
### v0.8.0 (2021-06-29)
|
32
|
+
|
33
|
+
* Regenerated using generator version 0.4.0
|
34
|
+
|
35
|
+
### v0.7.0 (2021-06-24)
|
36
|
+
|
37
|
+
* Unspecified changes
|
38
|
+
|
39
|
+
### v0.6.0 (2021-06-08)
|
40
|
+
|
41
|
+
* Regenerated from discovery document revision 20210605
|
42
|
+
* Regenerated using generator version 0.3.0
|
43
|
+
|
44
|
+
### v0.5.0 (2021-05-28)
|
45
|
+
|
46
|
+
* Regenerated from discovery document revision 20210527
|
47
|
+
|
48
|
+
### v0.4.0 (2021-05-19)
|
49
|
+
|
50
|
+
* Unspecified changes
|
51
|
+
|
52
|
+
### v0.3.0 (2021-04-30)
|
53
|
+
|
54
|
+
* Regenerated from discovery document revision 20210429
|
55
|
+
* Regenerated using generator version 0.2.0
|
56
|
+
|
57
|
+
### v0.2.0 (2021-03-04)
|
58
|
+
|
59
|
+
* Regenerated using generator version 0.1.2
|
60
|
+
|
3
61
|
### v0.1.0 (2021-01-07)
|
4
62
|
|
5
63
|
* Regenerated using generator version 0.1.1
|
data/OVERVIEW.md
CHANGED
@@ -51,7 +51,7 @@ require "google/apis/androidpublisher_v3"
|
|
51
51
|
client = Google::Apis::AndroidpublisherV3::AndroidPublisherService.new
|
52
52
|
|
53
53
|
# Authenticate calls
|
54
|
-
client.
|
54
|
+
client.authorization = # ... use the googleauth gem to create credentials
|
55
55
|
```
|
56
56
|
|
57
57
|
See the class reference docs for information on the methods you can call from a client.
|
@@ -60,8 +60,8 @@ See the class reference docs for information on the methods you can call from a
|
|
60
60
|
|
61
61
|
More detailed descriptions of the Google simple REST clients are available in two documents.
|
62
62
|
|
63
|
-
* The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/
|
64
|
-
* The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/
|
63
|
+
* The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
|
64
|
+
* The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
|
65
65
|
|
66
66
|
(Note: the above documents are written for the simple REST clients in general, and their examples may not reflect the Androidpublisher service in particular.)
|
67
67
|
|