my_api_client 0.22.0 → 0.23.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.
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: ../..
3
3
  specs:
4
- my_api_client (0.20.0)
4
+ my_api_client (0.22.0)
5
5
  activesupport (>= 5.2.0)
6
6
  faraday (>= 0.17.1)
7
7
  jsonpath
@@ -10,60 +10,60 @@ PATH
10
10
  GEM
11
11
  remote: https://rubygems.org/
12
12
  specs:
13
- actioncable (6.1.3.2)
14
- actionpack (= 6.1.3.2)
15
- activesupport (= 6.1.3.2)
13
+ actioncable (6.1.5.1)
14
+ actionpack (= 6.1.5.1)
15
+ activesupport (= 6.1.5.1)
16
16
  nio4r (~> 2.0)
17
17
  websocket-driver (>= 0.6.1)
18
- actionmailbox (6.1.3.2)
19
- actionpack (= 6.1.3.2)
20
- activejob (= 6.1.3.2)
21
- activerecord (= 6.1.3.2)
22
- activestorage (= 6.1.3.2)
23
- activesupport (= 6.1.3.2)
18
+ actionmailbox (6.1.5.1)
19
+ actionpack (= 6.1.5.1)
20
+ activejob (= 6.1.5.1)
21
+ activerecord (= 6.1.5.1)
22
+ activestorage (= 6.1.5.1)
23
+ activesupport (= 6.1.5.1)
24
24
  mail (>= 2.7.1)
25
- actionmailer (6.1.3.2)
26
- actionpack (= 6.1.3.2)
27
- actionview (= 6.1.3.2)
28
- activejob (= 6.1.3.2)
29
- activesupport (= 6.1.3.2)
25
+ actionmailer (6.1.5.1)
26
+ actionpack (= 6.1.5.1)
27
+ actionview (= 6.1.5.1)
28
+ activejob (= 6.1.5.1)
29
+ activesupport (= 6.1.5.1)
30
30
  mail (~> 2.5, >= 2.5.4)
31
31
  rails-dom-testing (~> 2.0)
32
- actionpack (6.1.3.2)
33
- actionview (= 6.1.3.2)
34
- activesupport (= 6.1.3.2)
32
+ actionpack (6.1.5.1)
33
+ actionview (= 6.1.5.1)
34
+ activesupport (= 6.1.5.1)
35
35
  rack (~> 2.0, >= 2.0.9)
36
36
  rack-test (>= 0.6.3)
37
37
  rails-dom-testing (~> 2.0)
38
38
  rails-html-sanitizer (~> 1.0, >= 1.2.0)
39
- actiontext (6.1.3.2)
40
- actionpack (= 6.1.3.2)
41
- activerecord (= 6.1.3.2)
42
- activestorage (= 6.1.3.2)
43
- activesupport (= 6.1.3.2)
39
+ actiontext (6.1.5.1)
40
+ actionpack (= 6.1.5.1)
41
+ activerecord (= 6.1.5.1)
42
+ activestorage (= 6.1.5.1)
43
+ activesupport (= 6.1.5.1)
44
44
  nokogiri (>= 1.8.5)
45
- actionview (6.1.3.2)
46
- activesupport (= 6.1.3.2)
45
+ actionview (6.1.5.1)
46
+ activesupport (= 6.1.5.1)
47
47
  builder (~> 3.1)
48
48
  erubi (~> 1.4)
49
49
  rails-dom-testing (~> 2.0)
50
50
  rails-html-sanitizer (~> 1.1, >= 1.2.0)
51
- activejob (6.1.3.2)
52
- activesupport (= 6.1.3.2)
51
+ activejob (6.1.5.1)
52
+ activesupport (= 6.1.5.1)
53
53
  globalid (>= 0.3.6)
54
- activemodel (6.1.3.2)
55
- activesupport (= 6.1.3.2)
56
- activerecord (6.1.3.2)
57
- activemodel (= 6.1.3.2)
58
- activesupport (= 6.1.3.2)
59
- activestorage (6.1.3.2)
60
- actionpack (= 6.1.3.2)
61
- activejob (= 6.1.3.2)
62
- activerecord (= 6.1.3.2)
63
- activesupport (= 6.1.3.2)
64
- marcel (~> 1.0.0)
65
- mini_mime (~> 1.0.2)
66
- activesupport (6.1.3.2)
54
+ activemodel (6.1.5.1)
55
+ activesupport (= 6.1.5.1)
56
+ activerecord (6.1.5.1)
57
+ activemodel (= 6.1.5.1)
58
+ activesupport (= 6.1.5.1)
59
+ activestorage (6.1.5.1)
60
+ actionpack (= 6.1.5.1)
61
+ activejob (= 6.1.5.1)
62
+ activerecord (= 6.1.5.1)
63
+ activesupport (= 6.1.5.1)
64
+ marcel (~> 1.0)
65
+ mini_mime (>= 1.1.0)
66
+ activesupport (6.1.5.1)
67
67
  concurrent-ruby (~> 1.0, >= 1.0.2)
68
68
  i18n (>= 1.6, < 2)
69
69
  minitest (>= 5.1)
@@ -73,81 +73,71 @@ GEM
73
73
  public_suffix (>= 2.0.2, < 5.0)
74
74
  builder (3.2.4)
75
75
  byebug (11.1.3)
76
- concurrent-ruby (1.1.9)
76
+ concurrent-ruby (1.1.10)
77
77
  crass (1.0.6)
78
78
  diff-lcs (1.4.4)
79
79
  erubi (1.10.0)
80
- faraday (1.4.2)
81
- faraday-em_http (~> 1.0)
82
- faraday-em_synchrony (~> 1.0)
83
- faraday-excon (~> 1.1)
84
- faraday-net_http (~> 1.0)
85
- faraday-net_http_persistent (~> 1.1)
86
- multipart-post (>= 1.2, < 3)
80
+ faraday (2.3.0)
81
+ faraday-net_http (~> 2.0)
87
82
  ruby2_keywords (>= 0.0.4)
88
- faraday-em_http (1.0.0)
89
- faraday-em_synchrony (1.0.0)
90
- faraday-excon (1.1.0)
91
- faraday-net_http (1.0.1)
92
- faraday-net_http_persistent (1.1.0)
83
+ faraday-net_http (2.0.2)
93
84
  ffi (1.14.2)
94
- globalid (0.4.2)
95
- activesupport (>= 4.2.0)
96
- i18n (1.8.10)
85
+ globalid (1.0.0)
86
+ activesupport (>= 5.0)
87
+ i18n (1.10.0)
97
88
  concurrent-ruby (~> 1.0)
98
- jsonpath (1.1.0)
89
+ jsonpath (1.1.2)
99
90
  multi_json
100
91
  listen (3.3.3)
101
92
  rb-fsevent (~> 0.10, >= 0.10.3)
102
93
  rb-inotify (~> 0.9, >= 0.9.10)
103
- loofah (2.10.0)
94
+ loofah (2.17.0)
104
95
  crass (~> 1.0.2)
105
96
  nokogiri (>= 1.5.9)
106
97
  mail (2.7.1)
107
98
  mini_mime (>= 0.1.1)
108
- marcel (1.0.1)
99
+ marcel (1.0.2)
109
100
  method_source (1.0.0)
110
- mini_mime (1.0.3)
111
- mini_portile2 (2.6.1)
112
- minitest (5.14.4)
101
+ mini_mime (1.1.2)
102
+ mini_portile2 (2.8.0)
103
+ minitest (5.15.0)
113
104
  multi_json (1.15.0)
114
- multipart-post (2.1.1)
115
- nio4r (2.5.7)
116
- nokogiri (1.12.5)
117
- mini_portile2 (~> 2.6.1)
105
+ nio4r (2.5.8)
106
+ nokogiri (1.13.6)
107
+ mini_portile2 (~> 2.8.0)
118
108
  racc (~> 1.4)
119
- public_suffix (4.0.6)
120
- racc (1.5.2)
121
- rack (2.2.3)
109
+ public_suffix (4.0.7)
110
+ racc (1.6.0)
111
+ rack (2.2.3.1)
122
112
  rack-test (1.1.0)
123
113
  rack (>= 1.0, < 3)
124
- rails (6.1.3.2)
125
- actioncable (= 6.1.3.2)
126
- actionmailbox (= 6.1.3.2)
127
- actionmailer (= 6.1.3.2)
128
- actionpack (= 6.1.3.2)
129
- actiontext (= 6.1.3.2)
130
- actionview (= 6.1.3.2)
131
- activejob (= 6.1.3.2)
132
- activemodel (= 6.1.3.2)
133
- activerecord (= 6.1.3.2)
134
- activestorage (= 6.1.3.2)
135
- activesupport (= 6.1.3.2)
114
+ rails (6.1.5.1)
115
+ actioncable (= 6.1.5.1)
116
+ actionmailbox (= 6.1.5.1)
117
+ actionmailer (= 6.1.5.1)
118
+ actionpack (= 6.1.5.1)
119
+ actiontext (= 6.1.5.1)
120
+ actionview (= 6.1.5.1)
121
+ activejob (= 6.1.5.1)
122
+ activemodel (= 6.1.5.1)
123
+ activerecord (= 6.1.5.1)
124
+ activestorage (= 6.1.5.1)
125
+ activesupport (= 6.1.5.1)
136
126
  bundler (>= 1.15.0)
137
- railties (= 6.1.3.2)
127
+ railties (= 6.1.5.1)
138
128
  sprockets-rails (>= 2.0.0)
139
129
  rails-dom-testing (2.0.3)
140
130
  activesupport (>= 4.2.0)
141
131
  nokogiri (>= 1.6)
142
- rails-html-sanitizer (1.3.0)
132
+ rails-html-sanitizer (1.4.2)
143
133
  loofah (~> 2.3)
144
- railties (6.1.3.2)
145
- actionpack (= 6.1.3.2)
146
- activesupport (= 6.1.3.2)
134
+ railties (6.1.5.1)
135
+ actionpack (= 6.1.5.1)
136
+ activesupport (= 6.1.5.1)
147
137
  method_source
148
- rake (>= 0.8.7)
138
+ rake (>= 12.2)
149
139
  thor (~> 1.0)
150
- rake (13.0.3)
140
+ rake (13.0.6)
151
141
  rb-fsevent (0.10.4)
152
142
  rb-inotify (0.10.1)
153
143
  ffi (~> 1.0)
@@ -168,25 +158,25 @@ GEM
168
158
  rspec-mocks (~> 3.9)
169
159
  rspec-support (~> 3.9)
170
160
  rspec-support (3.10.0)
171
- ruby2_keywords (0.0.4)
172
- sawyer (0.8.2)
161
+ ruby2_keywords (0.0.5)
162
+ sawyer (0.9.1)
173
163
  addressable (>= 2.3.5)
174
- faraday (> 0.8, < 2.0)
175
- sprockets (4.0.2)
164
+ faraday (>= 0.17.3, < 3)
165
+ sprockets (4.0.3)
176
166
  concurrent-ruby (~> 1.0)
177
167
  rack (> 1, < 3)
178
- sprockets-rails (3.2.2)
179
- actionpack (>= 4.0)
180
- activesupport (>= 4.0)
168
+ sprockets-rails (3.4.2)
169
+ actionpack (>= 5.2)
170
+ activesupport (>= 5.2)
181
171
  sprockets (>= 3.0.0)
182
172
  sqlite3 (1.4.2)
183
- thor (1.1.0)
173
+ thor (1.2.1)
184
174
  tzinfo (2.0.4)
185
175
  concurrent-ruby (~> 1.0)
186
- websocket-driver (0.7.4)
176
+ websocket-driver (0.7.5)
187
177
  websocket-extensions (>= 0.1.0)
188
178
  websocket-extensions (0.1.5)
189
- zeitwerk (2.4.2)
179
+ zeitwerk (2.5.4)
190
180
 
191
181
  PLATFORMS
192
182
  ruby
@@ -200,4 +190,4 @@ DEPENDENCIES
200
190
  sqlite3 (~> 1.4)
201
191
 
202
192
  BUNDLED WITH
203
- 2.2.4
193
+ 2.3.11
@@ -1,80 +1,105 @@
1
+ PATH
2
+ remote: ../..
3
+ specs:
4
+ my_api_client (0.22.0)
5
+ activesupport (>= 5.2.0)
6
+ faraday (>= 0.17.1)
7
+ jsonpath
8
+ sawyer (>= 0.8.2)
9
+
1
10
  GEM
2
11
  remote: https://rubygems.org/
3
12
  specs:
4
- actioncable (7.0.0)
5
- actionpack (= 7.0.0)
6
- activesupport (= 7.0.0)
13
+ actioncable (7.0.2.4)
14
+ actionpack (= 7.0.2.4)
15
+ activesupport (= 7.0.2.4)
7
16
  nio4r (~> 2.0)
8
17
  websocket-driver (>= 0.6.1)
9
- actionmailbox (7.0.0)
10
- actionpack (= 7.0.0)
11
- activejob (= 7.0.0)
12
- activerecord (= 7.0.0)
13
- activestorage (= 7.0.0)
14
- activesupport (= 7.0.0)
18
+ actionmailbox (7.0.2.4)
19
+ actionpack (= 7.0.2.4)
20
+ activejob (= 7.0.2.4)
21
+ activerecord (= 7.0.2.4)
22
+ activestorage (= 7.0.2.4)
23
+ activesupport (= 7.0.2.4)
15
24
  mail (>= 2.7.1)
16
- actionmailer (7.0.0)
17
- actionpack (= 7.0.0)
18
- actionview (= 7.0.0)
19
- activejob (= 7.0.0)
20
- activesupport (= 7.0.0)
25
+ net-imap
26
+ net-pop
27
+ net-smtp
28
+ actionmailer (7.0.2.4)
29
+ actionpack (= 7.0.2.4)
30
+ actionview (= 7.0.2.4)
31
+ activejob (= 7.0.2.4)
32
+ activesupport (= 7.0.2.4)
21
33
  mail (~> 2.5, >= 2.5.4)
34
+ net-imap
35
+ net-pop
36
+ net-smtp
22
37
  rails-dom-testing (~> 2.0)
23
- actionpack (7.0.0)
24
- actionview (= 7.0.0)
25
- activesupport (= 7.0.0)
38
+ actionpack (7.0.2.4)
39
+ actionview (= 7.0.2.4)
40
+ activesupport (= 7.0.2.4)
26
41
  rack (~> 2.0, >= 2.2.0)
27
42
  rack-test (>= 0.6.3)
28
43
  rails-dom-testing (~> 2.0)
29
44
  rails-html-sanitizer (~> 1.0, >= 1.2.0)
30
- actiontext (7.0.0)
31
- actionpack (= 7.0.0)
32
- activerecord (= 7.0.0)
33
- activestorage (= 7.0.0)
34
- activesupport (= 7.0.0)
45
+ actiontext (7.0.2.4)
46
+ actionpack (= 7.0.2.4)
47
+ activerecord (= 7.0.2.4)
48
+ activestorage (= 7.0.2.4)
49
+ activesupport (= 7.0.2.4)
35
50
  globalid (>= 0.6.0)
36
51
  nokogiri (>= 1.8.5)
37
- actionview (7.0.0)
38
- activesupport (= 7.0.0)
52
+ actionview (7.0.2.4)
53
+ activesupport (= 7.0.2.4)
39
54
  builder (~> 3.1)
40
55
  erubi (~> 1.4)
41
56
  rails-dom-testing (~> 2.0)
42
57
  rails-html-sanitizer (~> 1.1, >= 1.2.0)
43
- activejob (7.0.0)
44
- activesupport (= 7.0.0)
58
+ activejob (7.0.2.4)
59
+ activesupport (= 7.0.2.4)
45
60
  globalid (>= 0.3.6)
46
- activemodel (7.0.0)
47
- activesupport (= 7.0.0)
48
- activerecord (7.0.0)
49
- activemodel (= 7.0.0)
50
- activesupport (= 7.0.0)
51
- activestorage (7.0.0)
52
- actionpack (= 7.0.0)
53
- activejob (= 7.0.0)
54
- activerecord (= 7.0.0)
55
- activesupport (= 7.0.0)
61
+ activemodel (7.0.2.4)
62
+ activesupport (= 7.0.2.4)
63
+ activerecord (7.0.2.4)
64
+ activemodel (= 7.0.2.4)
65
+ activesupport (= 7.0.2.4)
66
+ activestorage (7.0.2.4)
67
+ actionpack (= 7.0.2.4)
68
+ activejob (= 7.0.2.4)
69
+ activerecord (= 7.0.2.4)
70
+ activesupport (= 7.0.2.4)
56
71
  marcel (~> 1.0)
57
72
  mini_mime (>= 1.1.0)
58
- activesupport (7.0.0)
73
+ activesupport (7.0.2.4)
59
74
  concurrent-ruby (~> 1.0, >= 1.0.2)
60
75
  i18n (>= 1.6, < 2)
61
76
  minitest (>= 5.1)
62
77
  tzinfo (~> 2.0)
78
+ addressable (2.8.0)
79
+ public_suffix (>= 2.0.2, < 5.0)
63
80
  builder (3.2.4)
64
- concurrent-ruby (1.1.9)
81
+ concurrent-ruby (1.1.10)
65
82
  crass (1.0.6)
66
83
  debug (1.4.0)
67
84
  irb (>= 1.3.6)
68
85
  reline (>= 0.2.7)
86
+ diff-lcs (1.5.0)
87
+ digest (3.1.0)
69
88
  erubi (1.10.0)
89
+ faraday (2.3.0)
90
+ faraday-net_http (~> 2.0)
91
+ ruby2_keywords (>= 0.0.4)
92
+ faraday-net_http (2.0.2)
70
93
  globalid (1.0.0)
71
94
  activesupport (>= 5.0)
72
- i18n (1.8.11)
95
+ i18n (1.10.0)
73
96
  concurrent-ruby (~> 1.0)
74
97
  io-console (0.5.9)
75
98
  irb (1.4.1)
76
99
  reline (>= 0.3.0)
77
- loofah (2.13.0)
100
+ jsonpath (1.1.2)
101
+ multi_json
102
+ loofah (2.17.0)
78
103
  crass (~> 1.0.2)
79
104
  nokogiri (>= 1.5.9)
80
105
  mail (2.7.1)
@@ -83,37 +108,53 @@ GEM
83
108
  method_source (1.0.0)
84
109
  mini_mime (1.1.2)
85
110
  minitest (5.15.0)
111
+ multi_json (1.15.0)
112
+ net-imap (0.2.3)
113
+ digest
114
+ net-protocol
115
+ strscan
116
+ net-pop (0.1.1)
117
+ digest
118
+ net-protocol
119
+ timeout
120
+ net-protocol (0.1.3)
121
+ timeout
122
+ net-smtp (0.3.1)
123
+ digest
124
+ net-protocol
125
+ timeout
86
126
  nio4r (2.5.8)
87
- nokogiri (1.12.5-x86_64-darwin)
127
+ nokogiri (1.13.6-x86_64-darwin)
88
128
  racc (~> 1.4)
89
- puma (5.5.2)
90
- nio4r (~> 2.0)
129
+ nokogiri (1.13.6-x86_64-linux)
130
+ racc (~> 1.4)
131
+ public_suffix (4.0.7)
91
132
  racc (1.6.0)
92
- rack (2.2.3)
133
+ rack (2.2.3.1)
93
134
  rack-test (1.1.0)
94
135
  rack (>= 1.0, < 3)
95
- rails (7.0.0)
96
- actioncable (= 7.0.0)
97
- actionmailbox (= 7.0.0)
98
- actionmailer (= 7.0.0)
99
- actionpack (= 7.0.0)
100
- actiontext (= 7.0.0)
101
- actionview (= 7.0.0)
102
- activejob (= 7.0.0)
103
- activemodel (= 7.0.0)
104
- activerecord (= 7.0.0)
105
- activestorage (= 7.0.0)
106
- activesupport (= 7.0.0)
136
+ rails (7.0.2.4)
137
+ actioncable (= 7.0.2.4)
138
+ actionmailbox (= 7.0.2.4)
139
+ actionmailer (= 7.0.2.4)
140
+ actionpack (= 7.0.2.4)
141
+ actiontext (= 7.0.2.4)
142
+ actionview (= 7.0.2.4)
143
+ activejob (= 7.0.2.4)
144
+ activemodel (= 7.0.2.4)
145
+ activerecord (= 7.0.2.4)
146
+ activestorage (= 7.0.2.4)
147
+ activesupport (= 7.0.2.4)
107
148
  bundler (>= 1.15.0)
108
- railties (= 7.0.0)
149
+ railties (= 7.0.2.4)
109
150
  rails-dom-testing (2.0.3)
110
151
  activesupport (>= 4.2.0)
111
152
  nokogiri (>= 1.6)
112
153
  rails-html-sanitizer (1.4.2)
113
154
  loofah (~> 2.3)
114
- railties (7.0.0)
115
- actionpack (= 7.0.0)
116
- activesupport (= 7.0.0)
155
+ railties (7.0.2.4)
156
+ actionpack (= 7.0.2.4)
157
+ activesupport (= 7.0.2.4)
117
158
  method_source
118
159
  rake (>= 12.2)
119
160
  thor (~> 1.0)
@@ -121,27 +162,49 @@ GEM
121
162
  rake (13.0.6)
122
163
  reline (0.3.0)
123
164
  io-console (~> 0.5)
165
+ rspec-core (3.11.0)
166
+ rspec-support (~> 3.11.0)
167
+ rspec-expectations (3.11.0)
168
+ diff-lcs (>= 1.2.0, < 2.0)
169
+ rspec-support (~> 3.11.0)
170
+ rspec-mocks (3.11.1)
171
+ diff-lcs (>= 1.2.0, < 2.0)
172
+ rspec-support (~> 3.11.0)
173
+ rspec-rails (5.1.2)
174
+ actionpack (>= 5.2)
175
+ activesupport (>= 5.2)
176
+ railties (>= 5.2)
177
+ rspec-core (~> 3.10)
178
+ rspec-expectations (~> 3.10)
179
+ rspec-mocks (~> 3.10)
180
+ rspec-support (~> 3.10)
181
+ rspec-support (3.11.0)
182
+ ruby2_keywords (0.0.5)
183
+ sawyer (0.9.1)
184
+ addressable (>= 2.3.5)
185
+ faraday (>= 0.17.3, < 3)
124
186
  sqlite3 (1.4.2)
125
- thor (1.1.0)
187
+ strscan (3.0.1)
188
+ thor (1.2.1)
189
+ timeout (0.2.0)
126
190
  tzinfo (2.0.4)
127
191
  concurrent-ruby (~> 1.0)
128
192
  websocket-driver (0.7.5)
129
193
  websocket-extensions (>= 0.1.0)
130
194
  websocket-extensions (0.1.5)
131
- zeitwerk (2.5.1)
195
+ zeitwerk (2.5.4)
132
196
 
133
197
  PLATFORMS
134
198
  x86_64-darwin-19
199
+ x86_64-darwin-20
200
+ x86_64-linux
135
201
 
136
202
  DEPENDENCIES
137
203
  debug
138
- puma (~> 5.0)
204
+ my_api_client!
139
205
  rails (~> 7.0.0)
206
+ rspec-rails
140
207
  sqlite3 (~> 1.4)
141
- tzinfo-data
142
-
143
- RUBY VERSION
144
- ruby 3.0.0p0
145
208
 
146
209
  BUNDLED WITH
147
- 2.2.4
210
+ 2.3.11
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: my_api_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.22.0
4
+ version: 0.23.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - ryz310
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-12-26 00:00:00.000000000 Z
11
+ date: 2022-06-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -480,14 +480,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
480
480
  requirements:
481
481
  - - ">="
482
482
  - !ruby/object:Gem::Version
483
- version: 2.6.0
483
+ version: 2.7.0
484
484
  required_rubygems_version: !ruby/object:Gem::Requirement
485
485
  requirements:
486
486
  - - ">="
487
487
  - !ruby/object:Gem::Version
488
488
  version: '0'
489
489
  requirements: []
490
- rubygems_version: 3.2.32
490
+ rubygems_version: 3.3.11
491
491
  signing_key:
492
492
  specification_version: 4
493
493
  summary: The framework of Web API Client