gbizinfo 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (61) hide show
  1. checksums.yaml +7 -0
  2. data/.openapi-generator/FILES +48 -0
  3. data/.openapi-generator/VERSION +1 -0
  4. data/.openapi-generator-ignore +30 -0
  5. data/.rspec +3 -0
  6. data/.rubocop.yml +13 -0
  7. data/CHANGELOG.md +3 -0
  8. data/CODE_OF_CONDUCT.md +84 -0
  9. data/Gemfile +12 -0
  10. data/Gemfile.lock +64 -0
  11. data/LICENSE.txt +21 -0
  12. data/README.md +121 -0
  13. data/Rakefile +12 -0
  14. data/bin/console +15 -0
  15. data/bin/setup +8 -0
  16. data/docs/ApiError.md +20 -0
  17. data/docs/CertificationInfo.md +30 -0
  18. data/docs/CommendationInfo.md +26 -0
  19. data/docs/CompatibilityOfChildcareAndWork.md +24 -0
  20. data/docs/Finance.md +24 -0
  21. data/docs/GBizINFORESTAPIApi.md +678 -0
  22. data/docs/GBizINFORESTAPIPeriodSpecifiedSearchApi.md +591 -0
  23. data/docs/HojinInfo.md +76 -0
  24. data/docs/HojinInfoResponse.md +24 -0
  25. data/docs/HojinInfoUpdateInfoResponse.md +30 -0
  26. data/docs/MajorShareholders.md +20 -0
  27. data/docs/ManagementIndex.md +66 -0
  28. data/docs/PatentInfo.md +26 -0
  29. data/docs/ProcurementInfo.md +26 -0
  30. data/docs/SubsidyInfo.md +32 -0
  31. data/docs/WomenActivityInfos.md +28 -0
  32. data/docs/WorkplaceBaseInfos.md +28 -0
  33. data/docs/WorkplaceInfoBean.md +22 -0
  34. data/gbizinfo.gemspec +37 -0
  35. data/git_push.sh +57 -0
  36. data/lib/gbizinfo/api/g_biz_inforestapi_api.rb +748 -0
  37. data/lib/gbizinfo/api/g_biz_inforestapi_period_specified_search_api.rb +670 -0
  38. data/lib/gbizinfo/api_client.rb +391 -0
  39. data/lib/gbizinfo/api_error.rb +58 -0
  40. data/lib/gbizinfo/configuration.rb +290 -0
  41. data/lib/gbizinfo/models/api_error.rb +225 -0
  42. data/lib/gbizinfo/models/certification_info.rb +275 -0
  43. data/lib/gbizinfo/models/commendation_info.rb +255 -0
  44. data/lib/gbizinfo/models/compatibility_of_childcare_and_work.rb +245 -0
  45. data/lib/gbizinfo/models/finance.rb +249 -0
  46. data/lib/gbizinfo/models/hojin_info.rb +515 -0
  47. data/lib/gbizinfo/models/hojin_info_response.rb +249 -0
  48. data/lib/gbizinfo/models/hojin_info_update_info_response.rb +279 -0
  49. data/lib/gbizinfo/models/major_shareholders.rb +225 -0
  50. data/lib/gbizinfo/models/management_index.rb +455 -0
  51. data/lib/gbizinfo/models/patent_info.rb +257 -0
  52. data/lib/gbizinfo/models/procurement_info.rb +257 -0
  53. data/lib/gbizinfo/models/subsidy_info.rb +287 -0
  54. data/lib/gbizinfo/models/women_activity_infos.rb +265 -0
  55. data/lib/gbizinfo/models/workplace_base_infos.rb +265 -0
  56. data/lib/gbizinfo/models/workplace_info_bean.rb +232 -0
  57. data/lib/gbizinfo/version.rb +15 -0
  58. data/lib/gbizinfo.rb +57 -0
  59. data/openapi/root.yaml +1377 -0
  60. data/sig/gbizinfo.rbs +4 -0
  61. metadata +105 -0
@@ -0,0 +1,591 @@
1
+ # Gbizinfo::GBizINFORESTAPIPeriodSpecifiedSearchApi
2
+
3
+ All URIs are relative to *https://info.gbiz.go.jp/hojin*
4
+
5
+ | Method | HTTP request | Description |
6
+ | ------ | ------------ | ----------- |
7
+ | [**get_certification_update_info_using_get**](GBizINFORESTAPIPeriodSpecifiedSearchApi.md#get_certification_update_info_using_get) | **GET** /v1/hojin/updateInfo/certification | gBizINFOから期間内に追加/更新された届出・認定情報を取得します. |
8
+ | [**get_commendation_update_info_using_get**](GBizINFORESTAPIPeriodSpecifiedSearchApi.md#get_commendation_update_info_using_get) | **GET** /v1/hojin/updateInfo/commendation | gBizINFOから期間内に追加/更新された表彰情報を取得します. |
9
+ | [**get_finance_update_info_using_get**](GBizINFORESTAPIPeriodSpecifiedSearchApi.md#get_finance_update_info_using_get) | **GET** /v1/hojin/updateInfo/finance | gBizINFOから期間内に追加/更新された財務情報を取得します. |
10
+ | [**get_patent_update_info_using_get**](GBizINFORESTAPIPeriodSpecifiedSearchApi.md#get_patent_update_info_using_get) | **GET** /v1/hojin/updateInfo/patent | gBizINFOから期間内に追加/更新された特許情報を取得します. |
11
+ | [**get_procurement_update_info_using_get**](GBizINFORESTAPIPeriodSpecifiedSearchApi.md#get_procurement_update_info_using_get) | **GET** /v1/hojin/updateInfo/procurement | gBizINFOから期間内に追加/更新された調達情報を取得します. |
12
+ | [**get_subsidy_update_info_using_get**](GBizINFORESTAPIPeriodSpecifiedSearchApi.md#get_subsidy_update_info_using_get) | **GET** /v1/hojin/updateInfo/subsidy | gBizINFOから期間内に追加/更新された補助金情報を取得します. |
13
+ | [**get_update_info_using_get**](GBizINFORESTAPIPeriodSpecifiedSearchApi.md#get_update_info_using_get) | **GET** /v1/hojin/updateInfo | gBizINFOから期間内に追加/更新された法人基本情報を取得します. |
14
+ | [**get_workplace_information_update_info_using_get**](GBizINFORESTAPIPeriodSpecifiedSearchApi.md#get_workplace_information_update_info_using_get) | **GET** /v1/hojin/updateInfo/workplace | gBizINFOから期間内に追加/更新された職場情報を取得します. |
15
+
16
+
17
+ ## get_certification_update_info_using_get
18
+
19
+ > <HojinInfoResponse> get_certification_update_info_using_get(x_hojin_info_api_token, from, to, opts)
20
+
21
+ gBizINFOから期間内に追加/更新された届出・認定情報を取得します.
22
+
23
+ 指定された期間内に追加/更新された情報を取得します。
24
+
25
+ ### Examples
26
+
27
+ ```ruby
28
+ require 'time'
29
+ require 'gbizinfo'
30
+
31
+ api_instance = Gbizinfo::GBizINFORESTAPIPeriodSpecifiedSearchApi.new
32
+ x_hojin_info_api_token = 'x_hojin_info_api_token_example' # String | APIトークン
33
+ from = 'from_example' # String | 検索対象期間の開始日:yyyyMMdd形式を設定。
34
+ to = 'to_example' # String | 検索対象期間の終了日:yyyyMMdd形式を設定。
35
+ opts = {
36
+ page: 'page_example' # String | 検索結果のページ番号:正の整数を設定。 下限値1。
37
+ }
38
+
39
+ begin
40
+ # gBizINFOから期間内に追加/更新された届出・認定情報を取得します.
41
+ result = api_instance.get_certification_update_info_using_get(x_hojin_info_api_token, from, to, opts)
42
+ p result
43
+ rescue Gbizinfo::ApiError => e
44
+ puts "Error when calling GBizINFORESTAPIPeriodSpecifiedSearchApi->get_certification_update_info_using_get: #{e}"
45
+ end
46
+ ```
47
+
48
+ #### Using the get_certification_update_info_using_get_with_http_info variant
49
+
50
+ This returns an Array which contains the response data, status code and headers.
51
+
52
+ > <Array(<HojinInfoResponse>, Integer, Hash)> get_certification_update_info_using_get_with_http_info(x_hojin_info_api_token, from, to, opts)
53
+
54
+ ```ruby
55
+ begin
56
+ # gBizINFOから期間内に追加/更新された届出・認定情報を取得します.
57
+ data, status_code, headers = api_instance.get_certification_update_info_using_get_with_http_info(x_hojin_info_api_token, from, to, opts)
58
+ p status_code # => 2xx
59
+ p headers # => { ... }
60
+ p data # => <HojinInfoResponse>
61
+ rescue Gbizinfo::ApiError => e
62
+ puts "Error when calling GBizINFORESTAPIPeriodSpecifiedSearchApi->get_certification_update_info_using_get_with_http_info: #{e}"
63
+ end
64
+ ```
65
+
66
+ ### Parameters
67
+
68
+ | Name | Type | Description | Notes |
69
+ | ---- | ---- | ----------- | ----- |
70
+ | **x_hojin_info_api_token** | **String** | APIトークン | |
71
+ | **from** | **String** | 検索対象期間の開始日:yyyyMMdd形式を設定。 | |
72
+ | **to** | **String** | 検索対象期間の終了日:yyyyMMdd形式を設定。 | |
73
+ | **page** | **String** | 検索結果のページ番号:正の整数を設定。 下限値1。 | [optional][default to &#39;1&#39;] |
74
+
75
+ ### Return type
76
+
77
+ [**HojinInfoResponse**](HojinInfoResponse.md)
78
+
79
+ ### Authorization
80
+
81
+ No authorization required
82
+
83
+ ### HTTP request headers
84
+
85
+ - **Content-Type**: Not defined
86
+ - **Accept**: application/json
87
+
88
+
89
+ ## get_commendation_update_info_using_get
90
+
91
+ > <HojinInfoResponse> get_commendation_update_info_using_get(x_hojin_info_api_token, from, to, opts)
92
+
93
+ gBizINFOから期間内に追加/更新された表彰情報を取得します.
94
+
95
+ 指定された期間内に追加/更新された情報を取得します。
96
+
97
+ ### Examples
98
+
99
+ ```ruby
100
+ require 'time'
101
+ require 'gbizinfo'
102
+
103
+ api_instance = Gbizinfo::GBizINFORESTAPIPeriodSpecifiedSearchApi.new
104
+ x_hojin_info_api_token = 'x_hojin_info_api_token_example' # String | APIトークン
105
+ from = 'from_example' # String | 検索対象期間の開始日:yyyyMMdd形式を設定。
106
+ to = 'to_example' # String | 検索対象期間の終了日:yyyyMMdd形式を設定。
107
+ opts = {
108
+ page: 'page_example' # String | 検索結果のページ番号:正の整数を設定。 下限値1。
109
+ }
110
+
111
+ begin
112
+ # gBizINFOから期間内に追加/更新された表彰情報を取得します.
113
+ result = api_instance.get_commendation_update_info_using_get(x_hojin_info_api_token, from, to, opts)
114
+ p result
115
+ rescue Gbizinfo::ApiError => e
116
+ puts "Error when calling GBizINFORESTAPIPeriodSpecifiedSearchApi->get_commendation_update_info_using_get: #{e}"
117
+ end
118
+ ```
119
+
120
+ #### Using the get_commendation_update_info_using_get_with_http_info variant
121
+
122
+ This returns an Array which contains the response data, status code and headers.
123
+
124
+ > <Array(<HojinInfoResponse>, Integer, Hash)> get_commendation_update_info_using_get_with_http_info(x_hojin_info_api_token, from, to, opts)
125
+
126
+ ```ruby
127
+ begin
128
+ # gBizINFOから期間内に追加/更新された表彰情報を取得します.
129
+ data, status_code, headers = api_instance.get_commendation_update_info_using_get_with_http_info(x_hojin_info_api_token, from, to, opts)
130
+ p status_code # => 2xx
131
+ p headers # => { ... }
132
+ p data # => <HojinInfoResponse>
133
+ rescue Gbizinfo::ApiError => e
134
+ puts "Error when calling GBizINFORESTAPIPeriodSpecifiedSearchApi->get_commendation_update_info_using_get_with_http_info: #{e}"
135
+ end
136
+ ```
137
+
138
+ ### Parameters
139
+
140
+ | Name | Type | Description | Notes |
141
+ | ---- | ---- | ----------- | ----- |
142
+ | **x_hojin_info_api_token** | **String** | APIトークン | |
143
+ | **from** | **String** | 検索対象期間の開始日:yyyyMMdd形式を設定。 | |
144
+ | **to** | **String** | 検索対象期間の終了日:yyyyMMdd形式を設定。 | |
145
+ | **page** | **String** | 検索結果のページ番号:正の整数を設定。 下限値1。 | [optional][default to &#39;1&#39;] |
146
+
147
+ ### Return type
148
+
149
+ [**HojinInfoResponse**](HojinInfoResponse.md)
150
+
151
+ ### Authorization
152
+
153
+ No authorization required
154
+
155
+ ### HTTP request headers
156
+
157
+ - **Content-Type**: Not defined
158
+ - **Accept**: application/json
159
+
160
+
161
+ ## get_finance_update_info_using_get
162
+
163
+ > <HojinInfoResponse> get_finance_update_info_using_get(x_hojin_info_api_token, from, to, opts)
164
+
165
+ gBizINFOから期間内に追加/更新された財務情報を取得します.
166
+
167
+ 指定された期間内に追加/更新された情報を取得します。
168
+
169
+ ### Examples
170
+
171
+ ```ruby
172
+ require 'time'
173
+ require 'gbizinfo'
174
+
175
+ api_instance = Gbizinfo::GBizINFORESTAPIPeriodSpecifiedSearchApi.new
176
+ x_hojin_info_api_token = 'x_hojin_info_api_token_example' # String | APIトークン
177
+ from = 'from_example' # String | 検索対象期間の開始日:yyyyMMdd形式を設定。
178
+ to = 'to_example' # String | 検索対象期間の終了日:yyyyMMdd形式を設定。
179
+ opts = {
180
+ page: 'page_example' # String | 検索結果のページ番号:正の整数を設定。 下限値1。
181
+ }
182
+
183
+ begin
184
+ # gBizINFOから期間内に追加/更新された財務情報を取得します.
185
+ result = api_instance.get_finance_update_info_using_get(x_hojin_info_api_token, from, to, opts)
186
+ p result
187
+ rescue Gbizinfo::ApiError => e
188
+ puts "Error when calling GBizINFORESTAPIPeriodSpecifiedSearchApi->get_finance_update_info_using_get: #{e}"
189
+ end
190
+ ```
191
+
192
+ #### Using the get_finance_update_info_using_get_with_http_info variant
193
+
194
+ This returns an Array which contains the response data, status code and headers.
195
+
196
+ > <Array(<HojinInfoResponse>, Integer, Hash)> get_finance_update_info_using_get_with_http_info(x_hojin_info_api_token, from, to, opts)
197
+
198
+ ```ruby
199
+ begin
200
+ # gBizINFOから期間内に追加/更新された財務情報を取得します.
201
+ data, status_code, headers = api_instance.get_finance_update_info_using_get_with_http_info(x_hojin_info_api_token, from, to, opts)
202
+ p status_code # => 2xx
203
+ p headers # => { ... }
204
+ p data # => <HojinInfoResponse>
205
+ rescue Gbizinfo::ApiError => e
206
+ puts "Error when calling GBizINFORESTAPIPeriodSpecifiedSearchApi->get_finance_update_info_using_get_with_http_info: #{e}"
207
+ end
208
+ ```
209
+
210
+ ### Parameters
211
+
212
+ | Name | Type | Description | Notes |
213
+ | ---- | ---- | ----------- | ----- |
214
+ | **x_hojin_info_api_token** | **String** | APIトークン | |
215
+ | **from** | **String** | 検索対象期間の開始日:yyyyMMdd形式を設定。 | |
216
+ | **to** | **String** | 検索対象期間の終了日:yyyyMMdd形式を設定。 | |
217
+ | **page** | **String** | 検索結果のページ番号:正の整数を設定。 下限値1。 | [optional][default to &#39;1&#39;] |
218
+
219
+ ### Return type
220
+
221
+ [**HojinInfoResponse**](HojinInfoResponse.md)
222
+
223
+ ### Authorization
224
+
225
+ No authorization required
226
+
227
+ ### HTTP request headers
228
+
229
+ - **Content-Type**: Not defined
230
+ - **Accept**: application/json
231
+
232
+
233
+ ## get_patent_update_info_using_get
234
+
235
+ > <HojinInfoResponse> get_patent_update_info_using_get(x_hojin_info_api_token, from, to, opts)
236
+
237
+ gBizINFOから期間内に追加/更新された特許情報を取得します.
238
+
239
+ 指定された期間内に追加/更新された情報を取得します。
240
+
241
+ ### Examples
242
+
243
+ ```ruby
244
+ require 'time'
245
+ require 'gbizinfo'
246
+
247
+ api_instance = Gbizinfo::GBizINFORESTAPIPeriodSpecifiedSearchApi.new
248
+ x_hojin_info_api_token = 'x_hojin_info_api_token_example' # String | APIトークン
249
+ from = 'from_example' # String | 検索対象期間の開始日:yyyyMMdd形式を設定。
250
+ to = 'to_example' # String | 検索対象期間の終了日:yyyyMMdd形式を設定。
251
+ opts = {
252
+ page: 'page_example' # String | 検索結果のページ番号:正の整数を設定。 下限値1。
253
+ }
254
+
255
+ begin
256
+ # gBizINFOから期間内に追加/更新された特許情報を取得します.
257
+ result = api_instance.get_patent_update_info_using_get(x_hojin_info_api_token, from, to, opts)
258
+ p result
259
+ rescue Gbizinfo::ApiError => e
260
+ puts "Error when calling GBizINFORESTAPIPeriodSpecifiedSearchApi->get_patent_update_info_using_get: #{e}"
261
+ end
262
+ ```
263
+
264
+ #### Using the get_patent_update_info_using_get_with_http_info variant
265
+
266
+ This returns an Array which contains the response data, status code and headers.
267
+
268
+ > <Array(<HojinInfoResponse>, Integer, Hash)> get_patent_update_info_using_get_with_http_info(x_hojin_info_api_token, from, to, opts)
269
+
270
+ ```ruby
271
+ begin
272
+ # gBizINFOから期間内に追加/更新された特許情報を取得します.
273
+ data, status_code, headers = api_instance.get_patent_update_info_using_get_with_http_info(x_hojin_info_api_token, from, to, opts)
274
+ p status_code # => 2xx
275
+ p headers # => { ... }
276
+ p data # => <HojinInfoResponse>
277
+ rescue Gbizinfo::ApiError => e
278
+ puts "Error when calling GBizINFORESTAPIPeriodSpecifiedSearchApi->get_patent_update_info_using_get_with_http_info: #{e}"
279
+ end
280
+ ```
281
+
282
+ ### Parameters
283
+
284
+ | Name | Type | Description | Notes |
285
+ | ---- | ---- | ----------- | ----- |
286
+ | **x_hojin_info_api_token** | **String** | APIトークン | |
287
+ | **from** | **String** | 検索対象期間の開始日:yyyyMMdd形式を設定。 | |
288
+ | **to** | **String** | 検索対象期間の終了日:yyyyMMdd形式を設定。 | |
289
+ | **page** | **String** | 検索結果のページ番号:正の整数を設定。 下限値1。 | [optional][default to &#39;1&#39;] |
290
+
291
+ ### Return type
292
+
293
+ [**HojinInfoResponse**](HojinInfoResponse.md)
294
+
295
+ ### Authorization
296
+
297
+ No authorization required
298
+
299
+ ### HTTP request headers
300
+
301
+ - **Content-Type**: Not defined
302
+ - **Accept**: application/json
303
+
304
+
305
+ ## get_procurement_update_info_using_get
306
+
307
+ > <HojinInfoResponse> get_procurement_update_info_using_get(x_hojin_info_api_token, from, to, opts)
308
+
309
+ gBizINFOから期間内に追加/更新された調達情報を取得します.
310
+
311
+ 指定された期間内に追加/更新された情報を取得します。
312
+
313
+ ### Examples
314
+
315
+ ```ruby
316
+ require 'time'
317
+ require 'gbizinfo'
318
+
319
+ api_instance = Gbizinfo::GBizINFORESTAPIPeriodSpecifiedSearchApi.new
320
+ x_hojin_info_api_token = 'x_hojin_info_api_token_example' # String | APIトークン
321
+ from = 'from_example' # String | 検索対象期間の開始日:yyyyMMdd形式を設定。
322
+ to = 'to_example' # String | 検索対象期間の終了日:yyyyMMdd形式を設定。
323
+ opts = {
324
+ page: 'page_example' # String | 検索結果のページ番号:正の整数を設定。 下限値1。
325
+ }
326
+
327
+ begin
328
+ # gBizINFOから期間内に追加/更新された調達情報を取得します.
329
+ result = api_instance.get_procurement_update_info_using_get(x_hojin_info_api_token, from, to, opts)
330
+ p result
331
+ rescue Gbizinfo::ApiError => e
332
+ puts "Error when calling GBizINFORESTAPIPeriodSpecifiedSearchApi->get_procurement_update_info_using_get: #{e}"
333
+ end
334
+ ```
335
+
336
+ #### Using the get_procurement_update_info_using_get_with_http_info variant
337
+
338
+ This returns an Array which contains the response data, status code and headers.
339
+
340
+ > <Array(<HojinInfoResponse>, Integer, Hash)> get_procurement_update_info_using_get_with_http_info(x_hojin_info_api_token, from, to, opts)
341
+
342
+ ```ruby
343
+ begin
344
+ # gBizINFOから期間内に追加/更新された調達情報を取得します.
345
+ data, status_code, headers = api_instance.get_procurement_update_info_using_get_with_http_info(x_hojin_info_api_token, from, to, opts)
346
+ p status_code # => 2xx
347
+ p headers # => { ... }
348
+ p data # => <HojinInfoResponse>
349
+ rescue Gbizinfo::ApiError => e
350
+ puts "Error when calling GBizINFORESTAPIPeriodSpecifiedSearchApi->get_procurement_update_info_using_get_with_http_info: #{e}"
351
+ end
352
+ ```
353
+
354
+ ### Parameters
355
+
356
+ | Name | Type | Description | Notes |
357
+ | ---- | ---- | ----------- | ----- |
358
+ | **x_hojin_info_api_token** | **String** | APIトークン | |
359
+ | **from** | **String** | 検索対象期間の開始日:yyyyMMdd形式を設定。 | |
360
+ | **to** | **String** | 検索対象期間の終了日:yyyyMMdd形式を設定。 | |
361
+ | **page** | **String** | 検索結果のページ番号:正の整数を設定。 下限値1。 | [optional][default to &#39;1&#39;] |
362
+
363
+ ### Return type
364
+
365
+ [**HojinInfoResponse**](HojinInfoResponse.md)
366
+
367
+ ### Authorization
368
+
369
+ No authorization required
370
+
371
+ ### HTTP request headers
372
+
373
+ - **Content-Type**: Not defined
374
+ - **Accept**: application/json
375
+
376
+
377
+ ## get_subsidy_update_info_using_get
378
+
379
+ > <HojinInfoResponse> get_subsidy_update_info_using_get(x_hojin_info_api_token, from, to, opts)
380
+
381
+ gBizINFOから期間内に追加/更新された補助金情報を取得します.
382
+
383
+ 指定された期間内に追加/更新された情報を取得します。
384
+
385
+ ### Examples
386
+
387
+ ```ruby
388
+ require 'time'
389
+ require 'gbizinfo'
390
+
391
+ api_instance = Gbizinfo::GBizINFORESTAPIPeriodSpecifiedSearchApi.new
392
+ x_hojin_info_api_token = 'x_hojin_info_api_token_example' # String | APIトークン
393
+ from = 'from_example' # String | 検索対象期間の開始日:yyyyMMdd形式を設定。
394
+ to = 'to_example' # String | 検索対象期間の終了日:yyyyMMdd形式を設定。
395
+ opts = {
396
+ page: 'page_example' # String | 検索結果のページ番号:正の整数を設定。 下限値1。
397
+ }
398
+
399
+ begin
400
+ # gBizINFOから期間内に追加/更新された補助金情報を取得します.
401
+ result = api_instance.get_subsidy_update_info_using_get(x_hojin_info_api_token, from, to, opts)
402
+ p result
403
+ rescue Gbizinfo::ApiError => e
404
+ puts "Error when calling GBizINFORESTAPIPeriodSpecifiedSearchApi->get_subsidy_update_info_using_get: #{e}"
405
+ end
406
+ ```
407
+
408
+ #### Using the get_subsidy_update_info_using_get_with_http_info variant
409
+
410
+ This returns an Array which contains the response data, status code and headers.
411
+
412
+ > <Array(<HojinInfoResponse>, Integer, Hash)> get_subsidy_update_info_using_get_with_http_info(x_hojin_info_api_token, from, to, opts)
413
+
414
+ ```ruby
415
+ begin
416
+ # gBizINFOから期間内に追加/更新された補助金情報を取得します.
417
+ data, status_code, headers = api_instance.get_subsidy_update_info_using_get_with_http_info(x_hojin_info_api_token, from, to, opts)
418
+ p status_code # => 2xx
419
+ p headers # => { ... }
420
+ p data # => <HojinInfoResponse>
421
+ rescue Gbizinfo::ApiError => e
422
+ puts "Error when calling GBizINFORESTAPIPeriodSpecifiedSearchApi->get_subsidy_update_info_using_get_with_http_info: #{e}"
423
+ end
424
+ ```
425
+
426
+ ### Parameters
427
+
428
+ | Name | Type | Description | Notes |
429
+ | ---- | ---- | ----------- | ----- |
430
+ | **x_hojin_info_api_token** | **String** | APIトークン | |
431
+ | **from** | **String** | 検索対象期間の開始日:yyyyMMdd形式を設定。 | |
432
+ | **to** | **String** | 検索対象期間の終了日:yyyyMMdd形式を設定。 | |
433
+ | **page** | **String** | 検索結果のページ番号:正の整数を設定。 下限値1。 | [optional][default to &#39;1&#39;] |
434
+
435
+ ### Return type
436
+
437
+ [**HojinInfoResponse**](HojinInfoResponse.md)
438
+
439
+ ### Authorization
440
+
441
+ No authorization required
442
+
443
+ ### HTTP request headers
444
+
445
+ - **Content-Type**: Not defined
446
+ - **Accept**: application/json
447
+
448
+
449
+ ## get_update_info_using_get
450
+
451
+ > <HojinInfoResponse> get_update_info_using_get(x_hojin_info_api_token, from, to, opts)
452
+
453
+ gBizINFOから期間内に追加/更新された法人基本情報を取得します.
454
+
455
+ 指定された期間内に追加/更新された情報を取得します。
456
+
457
+ ### Examples
458
+
459
+ ```ruby
460
+ require 'time'
461
+ require 'gbizinfo'
462
+
463
+ api_instance = Gbizinfo::GBizINFORESTAPIPeriodSpecifiedSearchApi.new
464
+ x_hojin_info_api_token = 'x_hojin_info_api_token_example' # String | APIトークン
465
+ from = 'from_example' # String | 検索対象期間の開始日:yyyyMMdd形式を設定。
466
+ to = 'to_example' # String | 検索対象期間の終了日:yyyyMMdd形式を設定。
467
+ opts = {
468
+ page: 'page_example' # String | 検索結果のページ番号:正の整数を設定。 下限値1。
469
+ }
470
+
471
+ begin
472
+ # gBizINFOから期間内に追加/更新された法人基本情報を取得します.
473
+ result = api_instance.get_update_info_using_get(x_hojin_info_api_token, from, to, opts)
474
+ p result
475
+ rescue Gbizinfo::ApiError => e
476
+ puts "Error when calling GBizINFORESTAPIPeriodSpecifiedSearchApi->get_update_info_using_get: #{e}"
477
+ end
478
+ ```
479
+
480
+ #### Using the get_update_info_using_get_with_http_info variant
481
+
482
+ This returns an Array which contains the response data, status code and headers.
483
+
484
+ > <Array(<HojinInfoResponse>, Integer, Hash)> get_update_info_using_get_with_http_info(x_hojin_info_api_token, from, to, opts)
485
+
486
+ ```ruby
487
+ begin
488
+ # gBizINFOから期間内に追加/更新された法人基本情報を取得します.
489
+ data, status_code, headers = api_instance.get_update_info_using_get_with_http_info(x_hojin_info_api_token, from, to, opts)
490
+ p status_code # => 2xx
491
+ p headers # => { ... }
492
+ p data # => <HojinInfoResponse>
493
+ rescue Gbizinfo::ApiError => e
494
+ puts "Error when calling GBizINFORESTAPIPeriodSpecifiedSearchApi->get_update_info_using_get_with_http_info: #{e}"
495
+ end
496
+ ```
497
+
498
+ ### Parameters
499
+
500
+ | Name | Type | Description | Notes |
501
+ | ---- | ---- | ----------- | ----- |
502
+ | **x_hojin_info_api_token** | **String** | APIトークン | |
503
+ | **from** | **String** | 検索対象期間の開始日:yyyyMMdd形式を設定。 | |
504
+ | **to** | **String** | 検索対象期間の終了日:yyyyMMdd形式を設定。 | |
505
+ | **page** | **String** | 検索結果のページ番号:正の整数を設定。 下限値1。 | [optional][default to &#39;1&#39;] |
506
+
507
+ ### Return type
508
+
509
+ [**HojinInfoResponse**](HojinInfoResponse.md)
510
+
511
+ ### Authorization
512
+
513
+ No authorization required
514
+
515
+ ### HTTP request headers
516
+
517
+ - **Content-Type**: Not defined
518
+ - **Accept**: application/json
519
+
520
+
521
+ ## get_workplace_information_update_info_using_get
522
+
523
+ > <HojinInfoResponse> get_workplace_information_update_info_using_get(x_hojin_info_api_token, from, to, opts)
524
+
525
+ gBizINFOから期間内に追加/更新された職場情報を取得します.
526
+
527
+ 指定された期間内に追加/更新された情報を取得します。
528
+
529
+ ### Examples
530
+
531
+ ```ruby
532
+ require 'time'
533
+ require 'gbizinfo'
534
+
535
+ api_instance = Gbizinfo::GBizINFORESTAPIPeriodSpecifiedSearchApi.new
536
+ x_hojin_info_api_token = 'x_hojin_info_api_token_example' # String | APIトークン
537
+ from = 'from_example' # String | 検索対象期間の開始日:yyyyMMdd形式を設定。
538
+ to = 'to_example' # String | 検索対象期間の終了日:yyyyMMdd形式を設定。
539
+ opts = {
540
+ page: 'page_example' # String | 検索結果のページ番号:正の整数を設定。 下限値1。
541
+ }
542
+
543
+ begin
544
+ # gBizINFOから期間内に追加/更新された職場情報を取得します.
545
+ result = api_instance.get_workplace_information_update_info_using_get(x_hojin_info_api_token, from, to, opts)
546
+ p result
547
+ rescue Gbizinfo::ApiError => e
548
+ puts "Error when calling GBizINFORESTAPIPeriodSpecifiedSearchApi->get_workplace_information_update_info_using_get: #{e}"
549
+ end
550
+ ```
551
+
552
+ #### Using the get_workplace_information_update_info_using_get_with_http_info variant
553
+
554
+ This returns an Array which contains the response data, status code and headers.
555
+
556
+ > <Array(<HojinInfoResponse>, Integer, Hash)> get_workplace_information_update_info_using_get_with_http_info(x_hojin_info_api_token, from, to, opts)
557
+
558
+ ```ruby
559
+ begin
560
+ # gBizINFOから期間内に追加/更新された職場情報を取得します.
561
+ data, status_code, headers = api_instance.get_workplace_information_update_info_using_get_with_http_info(x_hojin_info_api_token, from, to, opts)
562
+ p status_code # => 2xx
563
+ p headers # => { ... }
564
+ p data # => <HojinInfoResponse>
565
+ rescue Gbizinfo::ApiError => e
566
+ puts "Error when calling GBizINFORESTAPIPeriodSpecifiedSearchApi->get_workplace_information_update_info_using_get_with_http_info: #{e}"
567
+ end
568
+ ```
569
+
570
+ ### Parameters
571
+
572
+ | Name | Type | Description | Notes |
573
+ | ---- | ---- | ----------- | ----- |
574
+ | **x_hojin_info_api_token** | **String** | APIトークン | |
575
+ | **from** | **String** | 検索対象期間の開始日:yyyyMMdd形式を設定。 | |
576
+ | **to** | **String** | 検索対象期間の終了日:yyyyMMdd形式を設定。 | |
577
+ | **page** | **String** | 検索結果のページ番号:正の整数を設定。 下限値1。 | [optional][default to &#39;1&#39;] |
578
+
579
+ ### Return type
580
+
581
+ [**HojinInfoResponse**](HojinInfoResponse.md)
582
+
583
+ ### Authorization
584
+
585
+ No authorization required
586
+
587
+ ### HTTP request headers
588
+
589
+ - **Content-Type**: Not defined
590
+ - **Accept**: application/json
591
+
data/docs/HojinInfo.md ADDED
@@ -0,0 +1,76 @@
1
+ # Gbizinfo::HojinInfo
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **business_items** | **Array&lt;String&gt;** | 全省庁統一資格の営業品目 | [optional] |
8
+ | **business_summary** | **String** | 事業概要 | [optional] |
9
+ | **capital_stock** | **Integer** | 資本金 | [optional] |
10
+ | **certification** | [**Array&lt;CertificationInfo&gt;**](CertificationInfo.md) | 届出・認定情報 | [optional] |
11
+ | **close_cause** | **String** | 登記記録の閉鎖等の事由 | [optional] |
12
+ | **close_date** | **String** | 登記記録の閉鎖等年月日 | [optional] |
13
+ | **commendation** | [**Array&lt;CommendationInfo&gt;**](CommendationInfo.md) | 表彰情報 | [optional] |
14
+ | **company_size_female** | **Integer** | 企業規模詳細(女) | [optional] |
15
+ | **company_size_male** | **Integer** | 企業規模詳細(男) | [optional] |
16
+ | **company_url** | **String** | 企業ホームページ | [optional] |
17
+ | **corporate_number** | **String** | 法人番号 | [optional] |
18
+ | **date_of_establishment** | **String** | 設立年月日 | [optional] |
19
+ | **employee_number** | **Integer** | 従業員数 | [optional] |
20
+ | **finance** | [**Finance**](Finance.md) | | [optional] |
21
+ | **founding_year** | **Integer** | 創業年 | [optional] |
22
+ | **kana** | **String** | 法人名フリガナ | [optional] |
23
+ | **location** | **String** | 本社所在地 | [optional] |
24
+ | **name** | **String** | 法人名 | [optional] |
25
+ | **name_en** | **String** | 法人名英語 | [optional] |
26
+ | **number_of_activity** | **String** | 法人活動情報件数 | [optional] |
27
+ | **patent** | [**Array&lt;PatentInfo&gt;**](PatentInfo.md) | 特許情報 | [optional] |
28
+ | **postal_code** | **String** | 郵便番号 | [optional] |
29
+ | **procurement** | [**Array&lt;ProcurementInfo&gt;**](ProcurementInfo.md) | 調達情報 | [optional] |
30
+ | **qualification_grade** | **String** | 全省庁統一資格の資格等級(物品の製造、物品の販売、役務の提供等、物品の買受け) | [optional] |
31
+ | **representative_name** | **String** | 法人代表者名 | [optional] |
32
+ | **representative_position** | **String** | 法人代表者役職 | [optional] |
33
+ | **status** | **String** | ステータス | [optional] |
34
+ | **subsidy** | [**Array&lt;SubsidyInfo&gt;**](SubsidyInfo.md) | 補助金情報 | [optional] |
35
+ | **update_date** | **String** | 最終更新日 | [optional] |
36
+ | **workplace_info** | [**WorkplaceInfoBean**](WorkplaceInfoBean.md) | | [optional] |
37
+
38
+ ## Example
39
+
40
+ ```ruby
41
+ require 'gbizinfo'
42
+
43
+ instance = Gbizinfo::HojinInfo.new(
44
+ business_items: null,
45
+ business_summary: null,
46
+ capital_stock: null,
47
+ certification: null,
48
+ close_cause: null,
49
+ close_date: null,
50
+ commendation: null,
51
+ company_size_female: null,
52
+ company_size_male: null,
53
+ company_url: null,
54
+ corporate_number: null,
55
+ date_of_establishment: null,
56
+ employee_number: null,
57
+ finance: null,
58
+ founding_year: null,
59
+ kana: null,
60
+ location: null,
61
+ name: null,
62
+ name_en: null,
63
+ number_of_activity: null,
64
+ patent: null,
65
+ postal_code: null,
66
+ procurement: null,
67
+ qualification_grade: null,
68
+ representative_name: null,
69
+ representative_position: null,
70
+ status: null,
71
+ subsidy: null,
72
+ update_date: null,
73
+ workplace_info: null
74
+ )
75
+ ```
76
+
@@ -0,0 +1,24 @@
1
+ # Gbizinfo::HojinInfoResponse
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **errors** | [**Array&lt;ApiError&gt;**](ApiError.md) | エラー情報(エラーがある場合に出力します。) | [optional] |
8
+ | **hojin_infos** | [**Array&lt;HojinInfo&gt;**](HojinInfo.md) | gBizINFOデータ | [optional] |
9
+ | **id** | **String** | リクエストid | [optional] |
10
+ | **message** | **String** | メッセージ | [optional] |
11
+
12
+ ## Example
13
+
14
+ ```ruby
15
+ require 'gbizinfo'
16
+
17
+ instance = Gbizinfo::HojinInfoResponse.new(
18
+ errors: null,
19
+ hojin_infos: null,
20
+ id: null,
21
+ message: null
22
+ )
23
+ ```
24
+