service_client 0.1.4 → 0.1.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (71) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +1 -1
  3. data/doc/ServiceClient/Base.html +781 -0
  4. data/doc/ServiceClient/Errors/BadGatewayError.html +159 -0
  5. data/doc/ServiceClient/Errors/BadRequestError.html +159 -0
  6. data/doc/ServiceClient/Errors/BaseError.html +359 -0
  7. data/doc/ServiceClient/Errors/BlockedByWindowsParentalControlsError.html +159 -0
  8. data/doc/ServiceClient/Errors/ClientClosedRequestError.html +159 -0
  9. data/doc/ServiceClient/Errors/ConflictError.html +159 -0
  10. data/doc/ServiceClient/Errors/EnhanceYourCalmError.html +159 -0
  11. data/doc/ServiceClient/Errors/ExpectationFailedError.html +159 -0
  12. data/doc/ServiceClient/Errors/FailedDependencyError.html +159 -0
  13. data/doc/ServiceClient/Errors/ForbiddenError.html +159 -0
  14. data/doc/ServiceClient/Errors/GatewayTimeoutError.html +159 -0
  15. data/doc/ServiceClient/Errors/GoneError.html +159 -0
  16. data/doc/ServiceClient/Errors/HTTPVersionNotSupportedError.html +159 -0
  17. data/doc/ServiceClient/Errors/InsufficientStorageError.html +159 -0
  18. data/doc/ServiceClient/Errors/InternalServerError.html +159 -0
  19. data/doc/ServiceClient/Errors/LengthRequiredError.html +159 -0
  20. data/doc/ServiceClient/Errors/LockedError.html +159 -0
  21. data/doc/ServiceClient/Errors/LoopDetectedError.html +159 -0
  22. data/doc/ServiceClient/Errors/MethodNotAllowedError.html +159 -0
  23. data/doc/ServiceClient/Errors/NetworkAuthenticationRequiredError.html +159 -0
  24. data/doc/ServiceClient/Errors/NetworkConnectTimeoutError.html +159 -0
  25. data/doc/ServiceClient/Errors/NetworkReadTimeoutError.html +159 -0
  26. data/doc/ServiceClient/Errors/NoResponseError.html +159 -0
  27. data/doc/ServiceClient/Errors/NotAcceptableError.html +159 -0
  28. data/doc/ServiceClient/Errors/NotExtendedError.html +159 -0
  29. data/doc/ServiceClient/Errors/NotFoundError.html +159 -0
  30. data/doc/ServiceClient/Errors/NotImplementedError.html +159 -0
  31. data/doc/ServiceClient/Errors/PaymentRequiredError.html +159 -0
  32. data/doc/ServiceClient/Errors/PreconditionFailedError.html +159 -0
  33. data/doc/ServiceClient/Errors/PreconditionRequiredError.html +159 -0
  34. data/doc/ServiceClient/Errors/ProxyAuthenticationRequiredError.html +159 -0
  35. data/doc/ServiceClient/Errors/RequestEntityTooLargeError.html +159 -0
  36. data/doc/ServiceClient/Errors/RequestHeaderFieldsTooLargeError.html +159 -0
  37. data/doc/ServiceClient/Errors/RequestTimeoutError.html +159 -0
  38. data/doc/ServiceClient/Errors/RequestURITooLongError.html +159 -0
  39. data/doc/ServiceClient/Errors/RequestedRangeNotSatisfiableError.html +159 -0
  40. data/doc/ServiceClient/Errors/RetryWithError.html +159 -0
  41. data/doc/ServiceClient/Errors/ServiceUnavailableError.html +159 -0
  42. data/doc/ServiceClient/Errors/TooManyRequestsError.html +159 -0
  43. data/doc/ServiceClient/Errors/UnauthorizedError.html +159 -0
  44. data/doc/ServiceClient/Errors/UnavailableForLegalReasonsError.html +159 -0
  45. data/doc/ServiceClient/Errors/UnprocessableEntityError.html +159 -0
  46. data/doc/ServiceClient/Errors/UnsupportedMediaTypeError.html +159 -0
  47. data/doc/ServiceClient/Errors/UpgradeRequiredError.html +159 -0
  48. data/doc/ServiceClient/Errors/VariantAlsoNegotiatesError.html +159 -0
  49. data/doc/ServiceClient/Errors.html +325 -0
  50. data/doc/ServiceClient/ParamsRequired.html +147 -0
  51. data/doc/ServiceClient/Response.html +793 -0
  52. data/doc/ServiceClient.html +146 -0
  53. data/doc/_index.html +576 -0
  54. data/doc/class_list.html +51 -0
  55. data/doc/css/common.css +1 -0
  56. data/doc/css/full_list.css +58 -0
  57. data/doc/css/style.css +497 -0
  58. data/doc/file.README.html +243 -0
  59. data/doc/file_list.html +56 -0
  60. data/doc/frames.html +17 -0
  61. data/doc/index.html +216 -233
  62. data/doc/js/app.js +314 -0
  63. data/doc/js/full_list.js +216 -0
  64. data/doc/js/jquery.js +4 -0
  65. data/doc/method_list.html +171 -0
  66. data/doc/top-level-namespace.html +110 -0
  67. data/lib/service_client/base.rb +83 -23
  68. data/lib/service_client/errors.rb +18 -6
  69. data/lib/service_client/response.rb +24 -7
  70. data/lib/service_client/version.rb +1 -1
  71. metadata +65 -2
data/doc/index.html CHANGED
@@ -1,24 +1,23 @@
1
1
  <!DOCTYPE html>
2
2
  <html>
3
-
4
- <head>
5
- <meta charset="UTF-8">
6
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
7
- <title>
8
- File: README
9
-
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>
7
+ File: README
8
+
10
9
  &mdash; Documentation by YARD 0.9.28
11
-
12
- </title>
10
+
11
+ </title>
13
12
 
14
13
  <link rel="stylesheet" href="css/style.css" type="text/css" />
15
14
 
16
15
  <link rel="stylesheet" href="css/common.css" type="text/css" />
17
16
 
18
- <script type="text/javascript">
19
- pathId = "README";
20
- relpath = '';
21
- </script>
17
+ <script type="text/javascript">
18
+ pathId = "README";
19
+ relpath = '';
20
+ </script>
22
21
 
23
22
 
24
23
  <script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
@@ -26,241 +25,225 @@
26
25
  <script type="text/javascript" charset="utf-8" src="js/app.js"></script>
27
26
 
28
27
 
29
- </head>
30
-
31
- <body>
32
- <div class="nav_wrap">
33
- <iframe id="nav" src="class_list.html?1"></iframe>
34
- <div id="resizer"></div>
35
- </div>
36
-
37
- <div id="main" tabindex="-1">
38
- <div id="header">
39
- <div id="menu">
40
-
41
- <a href="_index.html">Index</a> &raquo;
42
- <span class="title">File: README</span>
43
-
44
- </div>
45
-
46
- <div id="search">
47
-
48
- <a class="full_list_link" id="class_list_link" href="class_list.html">
49
-
50
- <svg width="24" height="24">
51
- <rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect>
52
- <rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect>
53
- <rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect>
54
- </svg>
55
- </a>
28
+ </head>
29
+ <body>
30
+ <div class="nav_wrap">
31
+ <iframe id="nav" src="class_list.html?1"></iframe>
32
+ <div id="resizer"></div>
33
+ </div>
56
34
 
35
+ <div id="main" tabindex="-1">
36
+ <div id="header">
37
+ <div id="menu">
38
+
39
+ <a href="_index.html">Index</a> &raquo;
40
+ <span class="title">File: README</span>
41
+
42
+ </div>
43
+
44
+ <div id="search">
45
+
46
+ <a class="full_list_link" id="class_list_link"
47
+ href="class_list.html">
48
+
49
+ <svg width="24" height="24">
50
+ <rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect>
51
+ <rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect>
52
+ <rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect>
53
+ </svg>
54
+ </a>
55
+
56
+ </div>
57
+ <div class="clear"></div>
57
58
  </div>
58
- <div class="clear"></div>
59
- </div>
60
59
 
61
- <div id="content">
62
- <div id='filecontents'>
63
- <h1 id="serviceclient">ServiceClient</h1>
60
+ <div id="content"><div id='filecontents'><h1 id="serviceclient">ServiceClient</h1>
64
61
 
65
- <p>Welcome to your new gem! In this directory, you’ll find the files you need to be able to package up your Ruby
66
- library into a gem. Put your Ruby code in the file <code>lib/service_client</code>. To experiment with that
67
- code, run <code>bin/console</code> for an interactive prompt.</p>
62
+ <p>Welcome to your new gem! In this directory, you’ll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file <code>lib/service_client</code>. To experiment with that code, run <code>bin/console</code> for an interactive prompt.</p>
68
63
 
69
- <h2 id="installation">Installation</h2>
64
+ <h2 id="installation">Installation</h2>
70
65
 
71
- <p>Add this line to your application’s Gemfile:</p>
66
+ <p>Add this line to your application’s Gemfile:</p>
72
67
 
73
- <p><code>ruby
68
+ <p><code>ruby
74
69
  gem 'service_client'
75
70
  </code></p>
76
71
 
77
- <p>And then execute:</p>
72
+ <p>And then execute:</p>
78
73
 
79
- <p><code>bash
74
+ <p><code>bash
80
75
  bundle install
81
76
  </code></p>
82
77
 
83
- <p>Or install it yourself as:</p>
84
-
85
- <p><code>bash
86
- gem install service_client
87
- </code></p>
88
-
89
- <h2 id="usage">Usage</h2>
90
-
91
- <p>Basic usage example:</p>
92
-
93
- <pre>
94
- class CustomerClient < ServiceClient::Base
95
- def find(id)
96
- response = get(“https://api.com/customers/#id”)
97
-
98
- response.data
99
- rescue ServiceClient::Errors::NoDataFoundError => e
100
- puts e.response.code # 404
101
- puts e.response.headers
102
- puts e.response.data
103
- rescue ServiceClient::Errors::InternalServerError => e
104
- puts e.response.code # 500
105
- puts e.response.headers
106
- puts e.response.data
107
- # All errors of HTTP status code
108
- end
109
-
110
- def all
111
- get(nil)
112
- rescue ServiceClient::ParamsRequired => e
113
- puts e.message
114
- end
115
- </pre>
116
-
117
- <h2 id="methods-of-class">Methods of class</h2>
118
-
119
- <h1 id="get">GET</h1>
120
- <code>
121
- ServiceClient::Base.get(url, headers:)
122
- </code>
123
-
124
- <h1 id="post">POST</h1>
125
- <code>
126
- ServiceClient::Base.post(url, headers:, body:)
127
- </code>
128
-
129
- <h1 id="put">PUT</h1>
130
- <code>
131
- ServiceClient::Base.put(url, headers:, body:)
132
- </code>
133
-
134
- <h1 id="delete">DELETE</h1>
135
- <code>
136
- ServiceClient::Base.delete(url, headers:, body:)
137
- </code>
138
-
139
- <h2 id="classes-of-errors">Classes of errors</h2>
140
-
141
- <pre>
142
- # 400 – Bad Request
143
- ServiceClient::Errors::BadRequestError
144
- # 401 – Unauthorized
145
- ServiceClient::Errors::UnauthorizedError
146
- # 402 – Payment Required
147
- ServiceClient::Errors::PaymentRequiredError
148
- # 403 – Forbidden
149
- ServiceClient::Errors::ForbiddenError
150
- # 404 – Not Found
151
- ServiceClient::Errors::NotFoundError
152
- # 405 – Method Not Allowed
153
- ServiceClient::Errors::MethodNotAllowedError
154
- # 406 – Not Acceptable
155
- ServiceClient::Errors::NotAcceptableError
156
- # 407 – Proxy Authentication Required
157
- ServiceClient::Errors::ProxyAuthenticationRequiredError
158
- # 408 – Request Timeout
159
- ServiceClient::Errors::RequestTimeoutError
160
- # 409 – Conflict
161
- ServiceClient::Errors::ConflictError
162
- # 410 – Gone
163
- ServiceClient::Errors::GoneError
164
- # 411 – Length Required
165
- ServiceClient::Errors::LengthRequiredError
166
- # 412 – Precondition Failed
167
- ServiceClient::Errors::PreconditionFailedError
168
- # 413 – Request Entity Too Large
169
- ServiceClient::Errors::RequestEntityTooLargeError
170
- # 414 – Request-URI Too Long
171
- ServiceClient::Errors::RequestURITooLongError
172
- # 415 – Unsupported Media Type
173
- ServiceClient::Errors::UnsupportedMediaTypeError
174
- # 416 – Requested Range Not Satisfiable
175
- ServiceClient::Errors::RequestedRangeNotSatisfiableError
176
- # 417 – Expectation Failed
177
- ServiceClient::Errors::ExpectationFailedError
178
- # 420 – Enhance Your Calm
179
- ServiceClient::Errors::EnhanceYourCalmError
180
- # 422 – Unprocessable Entity
181
- ServiceClient::Errors::UnprocessableEntityError
182
- # 423 – Locked
183
- ServiceClient::Errors::LockedError
184
- # 424 – Failed Dependency
185
- ServiceClient::Errors::FailedDependencyError
186
- # 426 – Upgrade Required
187
- ServiceClient::Errors::UpgradeRequiredError
188
- # 428 – Precondition Required
189
- ServiceClient::Errors::PreconditionRequiredError
190
- # 429 – Too Many Requests
191
- ServiceClient::Errors::TooManyRequestsError
192
- # 431 – Request Header Fields Too Large
193
- ServiceClient::Errors::RequestHeaderFieldsTooLargeError
194
- # 444 – No Response
195
- ServiceClient::Errors::NoResponseError
196
- # 449 – Retry With
197
- ServiceClient::Errors::RetryWithError
198
- # 450 – Bllocked by Windows Parental Controls
199
- ServiceClient::Errors::BlockedByWindowsParentalControlsError
200
- # 451 – Unavailable For Legal Reasons
201
- ServiceClient::Errors::UnavailableForLegalReasonsError
202
- # 499 – Client Closed Request
203
- ServiceClient::Errors::ClientClosedRequestError
204
- # 500 – Internal Server Error
205
- ServiceClient::Errors::InternalServerError
206
- # 501 – Not Implemented
207
- ServiceClient::Errors::NotImplementedError
208
- # 502 – Bad Gateway
209
- ServiceClient::Errors::BadGatewayError
210
- # 503 – Service Unavailable
211
- ServiceClient::Errors::ServiceUnavailableError
212
- # 504 – Gateway Timeout
213
- ServiceClient::Errors::GatewayTimeoutError
214
- # 505 – HTTP Version Not Supported
215
- ServiceClient::Errors::HTTPVersionNotSupportedError
216
- # 506 – Variant Also Negotiates
217
- ServiceClient::Errors::VariantAlsoNegotiatesError
218
- # 507 – Insufficient Storage
219
- ServiceClient::Errors::InsufficientStorageError
220
- # 508 – Loop Detected
221
- ServiceClient::Errors::LoopDetectedError
222
- # 510 – Not Extended
223
- ServiceClient::Errors::NotExtendedError
224
- # 511 – Network Authentication Required
225
- ServiceClient::Errors::NetworkAuthenticationRequiredError
226
- # 598 – Network Read Timeout Error
227
- ServiceClient::Errors::NetworkReadTimeoutError
228
- # 599 – Network Connect Timeout Error
229
- ServiceClient::Errors::NetworkConnectTimeoutError
230
- </pre>
231
-
232
-
233
- <h2 id="development">Development</h2>
234
-
235
- <p>After checking out the repo, run <code>bin/setup</code> to install dependencies. Then, run
236
- <code>rake spec</code> to run the tests. You can also run <code>bin/console</code> for an interactive prompt
237
- that will allow you to experiment.
238
- </p>
239
-
240
- <p>To install this gem onto your local machine, run <code>bundle exec rake install</code>. To release a new
241
- version, update the version number in <code>version.rb</code>, and then run
242
- <code>bundle exec rake release</code>, which will create a git tag for the version, push git commits and tags,
243
- and push the <code>.gem</code> file to <a href="https://rubygems.org">rubygems.org</a>.
244
- </p>
245
-
246
- <h2 id="contributing">Contributing</h2>
247
-
248
- <p>Bug reports and pull requests are welcome on GitHub at https://github.com/nemuba/service_client.</p>
249
-
250
- <h2 id="license">License</h2>
251
-
252
- <p>The gem is available as open source under the terms of the <a href="https://opensource.org/licenses/MIT">MIT
253
- License</a>.</p>
254
- </div>
255
- </div>
78
+ <p>Or install it yourself as:</p>
256
79
 
257
- <div id="footer">
258
- Generated on Wed Feb 22 21:05:55 2023 by
259
- <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
260
- 0.9.28 (ruby-2.7.1).
261
- </div>
80
+ <p><code>bash
81
+ gem install service_client
82
+ </code></p>
262
83
 
263
- </div>
264
- </body>
84
+ <h2 id="usage">Usage</h2>
85
+
86
+ <p>Basic usage example:</p>
87
+
88
+ <pre>
89
+ class CustomerClient < ServiceClient::Base
90
+ def find(id)
91
+ response = get(“https://api.com/customers/#id”)
92
+
93
+ response.data
94
+ rescue ServiceClient::Errors::NoDataFoundError => e
95
+ puts e.response.code # 404
96
+ puts e.response.headers
97
+ puts e.response.data
98
+ rescue ServiceClient::Errors::InternalServerError => e
99
+ puts e.response.code # 500
100
+ puts e.response.headers
101
+ puts e.response.data
102
+ # All errors of HTTP status code
103
+ end
104
+
105
+ def all
106
+ get(nil)
107
+ rescue ServiceClient::ParamsRequired => e
108
+ puts e.message
109
+ end
110
+ </pre>
111
+
112
+ <h2 id="methods-of-class">Methods of class</h2>
113
+
114
+ <h1 id="get">GET</h1>
115
+ <code>
116
+ ServiceClient::Base.get(url, headers:)
117
+ </code>
118
+
119
+ <h1 id="post">POST</h1>
120
+ <code>
121
+ ServiceClient::Base.post(url, headers:, body:)
122
+ </code>
123
+
124
+ <h1 id="put">PUT</h1>
125
+ <code>
126
+ ServiceClient::Base.put(url, headers:, body:)
127
+ </code>
128
+
129
+ <h1 id="delete">DELETE</h1>
130
+ <code>
131
+ ServiceClient::Base.delete(url, headers:, body:)
132
+ </code>
133
+
134
+ <h2 id="classes-of-errors">Classes of errors</h2>
135
+ <pre>
136
+ # 400 – Bad Request
137
+ ServiceClient::Errors::BadRequestError
138
+ # 401 – Unauthorized
139
+ ServiceClient::Errors::UnauthorizedError
140
+ # 402 – Payment Required
141
+ ServiceClient::Errors::PaymentRequiredError
142
+ # 403 – Forbidden
143
+ ServiceClient::Errors::ForbiddenError
144
+ # 404 – Not Found
145
+ ServiceClient::Errors::NotFoundError
146
+ # 405 – Method Not Allowed
147
+ ServiceClient::Errors::MethodNotAllowedError
148
+ # 406 – Not Acceptable
149
+ ServiceClient::Errors::NotAcceptableError
150
+ # 407 – Proxy Authentication Required
151
+ ServiceClient::Errors::ProxyAuthenticationRequiredError
152
+ # 408 – Request Timeout
153
+ ServiceClient::Errors::RequestTimeoutError
154
+ # 409 – Conflict
155
+ ServiceClient::Errors::ConflictError
156
+ # 410 – Gone
157
+ ServiceClient::Errors::GoneError
158
+ # 411 – Length Required
159
+ ServiceClient::Errors::LengthRequiredError
160
+ # 412 – Precondition Failed
161
+ ServiceClient::Errors::PreconditionFailedError
162
+ # 413 – Request Entity Too Large
163
+ ServiceClient::Errors::RequestEntityTooLargeError
164
+ # 414 – Request-URI Too Long
165
+ ServiceClient::Errors::RequestURITooLongError
166
+ # 415 – Unsupported Media Type
167
+ ServiceClient::Errors::UnsupportedMediaTypeError
168
+ # 416 – Requested Range Not Satisfiable
169
+ ServiceClient::Errors::RequestedRangeNotSatisfiableError
170
+ # 417 – Expectation Failed
171
+ ServiceClient::Errors::ExpectationFailedError
172
+ # 420 – Enhance Your Calm
173
+ ServiceClient::Errors::EnhanceYourCalmError
174
+ # 422 – Unprocessable Entity
175
+ ServiceClient::Errors::UnprocessableEntityError
176
+ # 423 – Locked
177
+ ServiceClient::Errors::LockedError
178
+ # 424 – Failed Dependency
179
+ ServiceClient::Errors::FailedDependencyError
180
+ # 426 – Upgrade Required
181
+ ServiceClient::Errors::UpgradeRequiredError
182
+ # 428 – Precondition Required
183
+ ServiceClient::Errors::PreconditionRequiredError
184
+ # 429 – Too Many Requests
185
+ ServiceClient::Errors::TooManyRequestsError
186
+ # 431 – Request Header Fields Too Large
187
+ ServiceClient::Errors::RequestHeaderFieldsTooLargeError
188
+ # 444 – No Response
189
+ ServiceClient::Errors::NoResponseError
190
+ # 449 – Retry With
191
+ ServiceClient::Errors::RetryWithError
192
+ # 450 – Bllocked by Windows Parental Controls
193
+ ServiceClient::Errors::BlockedByWindowsParentalControlsError
194
+ # 451 – Unavailable For Legal Reasons
195
+ ServiceClient::Errors::UnavailableForLegalReasonsError
196
+ # 499 – Client Closed Request
197
+ ServiceClient::Errors::ClientClosedRequestError
198
+ # 500 – Internal Server Error
199
+ ServiceClient::Errors::InternalServerError
200
+ # 501 – Not Implemented
201
+ ServiceClient::Errors::NotImplementedError
202
+ # 502 – Bad Gateway
203
+ ServiceClient::Errors::BadGatewayError
204
+ # 503 – Service Unavailable
205
+ ServiceClient::Errors::ServiceUnavailableError
206
+ # 504 – Gateway Timeout
207
+ ServiceClient::Errors::GatewayTimeoutError
208
+ # 505 – HTTP Version Not Supported
209
+ ServiceClient::Errors::HTTPVersionNotSupportedError
210
+ # 506 – Variant Also Negotiates
211
+ ServiceClient::Errors::VariantAlsoNegotiatesError
212
+ # 507 – Insufficient Storage
213
+ ServiceClient::Errors::InsufficientStorageError
214
+ # 508 – Loop Detected
215
+ ServiceClient::Errors::LoopDetectedError
216
+ # 510 – Not Extended
217
+ ServiceClient::Errors::NotExtendedError
218
+ # 511 – Network Authentication Required
219
+ ServiceClient::Errors::NetworkAuthenticationRequiredError
220
+ # 598 – Network Read Timeout Error
221
+ ServiceClient::Errors::NetworkReadTimeoutError
222
+ # 599 – Network Connect Timeout Error
223
+ ServiceClient::Errors::NetworkConnectTimeoutError
224
+ </pre>
225
+
226
+ <h2 id="development">Development</h2>
227
+
228
+ <p>After checking out the repo, run <code>bin/setup</code> to install dependencies. Then, run <code>rake spec</code> to run the tests. You can also run <code>bin/console</code> for an interactive prompt that will allow you to experiment.</p>
229
+
230
+ <p>To install this gem onto your local machine, run <code>bundle exec rake install</code>. To release a new version, update the version number in <code>version.rb</code>, and then run <code>bundle exec rake release</code>, which will create a git tag for the version, push git commits and tags, and push the <code>.gem</code> file to <a href="https://rubygems.org">rubygems.org</a>.</p>
231
+
232
+ <h2 id="contributing">Contributing</h2>
233
+
234
+ <p>Bug reports and pull requests are welcome on GitHub at https://github.com/nemuba/service_client.</p>
235
+
236
+ <h2 id="license">License</h2>
237
+
238
+ <p>The gem is available as open source under the terms of the <a href="https://opensource.org/licenses/MIT">MIT License</a>.</p>
239
+ </div></div>
240
+
241
+ <div id="footer">
242
+ Generated on Thu Feb 23 08:38:58 2023 by
243
+ <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
244
+ 0.9.28 (ruby-2.7.1).
245
+ </div>
265
246
 
247
+ </div>
248
+ </body>
266
249
  </html>