From 072393b7d7fad4ccc763732bb27ff7934b6de78d Mon Sep 17 00:00:00 2001 From: uichi <37263474+uichi@users.noreply.github.com> Date: Tue, 13 Jun 2023 21:18:03 +0900 Subject: [PATCH] =?UTF-8?q?API=E3=81=AE=E8=AA=AC=E6=98=8E=E6=96=87?= =?UTF-8?q?=E3=82=92=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- lib/kendama.rb | 2 +- lib/kendama/api/v1_api.rb | 2 +- lib/kendama/api_client.rb | 2 +- lib/kendama/api_error.rb | 2 +- lib/kendama/configuration.rb | 2 +- lib/kendama/models/announcement.rb | 2 +- lib/kendama/models/response_body.rb | 2 +- spec/api_client_spec.rb | 2 +- spec/configuration_spec.rb | 2 +- spec/spec_helper.rb | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 346f242..8eae729 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Kendama - the Ruby gem for the 国税庁API -No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) +国税庁が提供するインボイス制度適格請求書発行事業者公表システムWeb-APIを使用するためのクライアントAPI(https://www.invoice-kohyo.nta.go.jp/web-api/index.html) This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: diff --git a/lib/kendama.rb b/lib/kendama.rb index 4ed4873..5b849b5 100644 --- a/lib/kendama.rb +++ b/lib/kendama.rb @@ -1,7 +1,7 @@ =begin #国税庁API -#No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) +#国税庁が提供するインボイス制度適格請求書発行事業者公表システムWeb-APIを使用するためのクライアントAPI(https://www.invoice-kohyo.nta.go.jp/web-api/index.html) The version of the OpenAPI document: 1.0.0 diff --git a/lib/kendama/api/v1_api.rb b/lib/kendama/api/v1_api.rb index 728811c..1c24494 100644 --- a/lib/kendama/api/v1_api.rb +++ b/lib/kendama/api/v1_api.rb @@ -1,7 +1,7 @@ =begin #国税庁API -#No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) +#国税庁が提供するインボイス制度適格請求書発行事業者公表システムWeb-APIを使用するためのクライアントAPI(https://www.invoice-kohyo.nta.go.jp/web-api/index.html) The version of the OpenAPI document: 1.0.0 diff --git a/lib/kendama/api_client.rb b/lib/kendama/api_client.rb index 0c70ebb..aa62869 100644 --- a/lib/kendama/api_client.rb +++ b/lib/kendama/api_client.rb @@ -1,7 +1,7 @@ =begin #国税庁API -#No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) +#国税庁が提供するインボイス制度適格請求書発行事業者公表システムWeb-APIを使用するためのクライアントAPI(https://www.invoice-kohyo.nta.go.jp/web-api/index.html) The version of the OpenAPI document: 1.0.0 diff --git a/lib/kendama/api_error.rb b/lib/kendama/api_error.rb index 1847d0e..3d6ae99 100644 --- a/lib/kendama/api_error.rb +++ b/lib/kendama/api_error.rb @@ -1,7 +1,7 @@ =begin #国税庁API -#No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) +#国税庁が提供するインボイス制度適格請求書発行事業者公表システムWeb-APIを使用するためのクライアントAPI(https://www.invoice-kohyo.nta.go.jp/web-api/index.html) The version of the OpenAPI document: 1.0.0 diff --git a/lib/kendama/configuration.rb b/lib/kendama/configuration.rb index 55c1d7c..f8aca20 100644 --- a/lib/kendama/configuration.rb +++ b/lib/kendama/configuration.rb @@ -1,7 +1,7 @@ =begin #国税庁API -#No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) +#国税庁が提供するインボイス制度適格請求書発行事業者公表システムWeb-APIを使用するためのクライアントAPI(https://www.invoice-kohyo.nta.go.jp/web-api/index.html) The version of the OpenAPI document: 1.0.0 diff --git a/lib/kendama/models/announcement.rb b/lib/kendama/models/announcement.rb index 228f218..3315809 100644 --- a/lib/kendama/models/announcement.rb +++ b/lib/kendama/models/announcement.rb @@ -1,7 +1,7 @@ =begin #国税庁API -#No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) +#国税庁が提供するインボイス制度適格請求書発行事業者公表システムWeb-APIを使用するためのクライアントAPI(https://www.invoice-kohyo.nta.go.jp/web-api/index.html) The version of the OpenAPI document: 1.0.0 diff --git a/lib/kendama/models/response_body.rb b/lib/kendama/models/response_body.rb index 7056235..fad2cf5 100644 --- a/lib/kendama/models/response_body.rb +++ b/lib/kendama/models/response_body.rb @@ -1,7 +1,7 @@ =begin #国税庁API -#No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) +#国税庁が提供するインボイス制度適格請求書発行事業者公表システムWeb-APIを使用するためのクライアントAPI(https://www.invoice-kohyo.nta.go.jp/web-api/index.html) The version of the OpenAPI document: 1.0.0 diff --git a/spec/api_client_spec.rb b/spec/api_client_spec.rb index b533040..7b82f50 100644 --- a/spec/api_client_spec.rb +++ b/spec/api_client_spec.rb @@ -1,7 +1,7 @@ =begin #国税庁API -#No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) +#国税庁が提供するインボイス制度適格請求書発行事業者公表システムWeb-APIを使用するためのクライアントAPI(https://www.invoice-kohyo.nta.go.jp/web-api/index.html) The version of the OpenAPI document: 1.0.0 diff --git a/spec/configuration_spec.rb b/spec/configuration_spec.rb index 65b8b7e..5055a62 100644 --- a/spec/configuration_spec.rb +++ b/spec/configuration_spec.rb @@ -1,7 +1,7 @@ =begin #国税庁API -#No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) +#国税庁が提供するインボイス制度適格請求書発行事業者公表システムWeb-APIを使用するためのクライアントAPI(https://www.invoice-kohyo.nta.go.jp/web-api/index.html) The version of the OpenAPI document: 1.0.0 diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index b04d2b6..d6b4ff0 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -1,7 +1,7 @@ =begin #国税庁API -#No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) +#国税庁が提供するインボイス制度適格請求書発行事業者公表システムWeb-APIを使用するためのクライアントAPI(https://www.invoice-kohyo.nta.go.jp/web-api/index.html) The version of the OpenAPI document: 1.0.0