-
Notifications
You must be signed in to change notification settings - Fork 0
OpenAPI スキーマファイル #3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Signed-off-by: 卜部 昌平 <s-urabe@sakura.ad.jp>
…encoded", "multipart/form-data"])' openapi/openapi.json | sponge openapi/openapi.json Signed-off-by: 卜部 昌平 <s-urabe@sakura.ad.jp>
Signed-off-by: 卜部 昌平 <s-urabe@sakura.ad.jp>
…g.yml ./openapi/openapi.json Signed-off-by: 卜部 昌平 <s-urabe@sakura.ad.jp>
Signed-off-by: 卜部 昌平 <s-urabe@sakura.ad.jp>
Signed-off-by: 卜部 昌平 <s-urabe@sakura.ad.jp>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
このPRは、OpenAPIスキーマファイルから ogen を使用してGoのAPIクライアントコードを生成する機能を追加します。
- OpenAPIスキーマファイルの取得とogenコード生成の設定
- 必要な依存関係の追加とその設定
- 生成されたコードの管理とgit属性の設定
Reviewed Changes
Copilot reviewed 10 out of 17 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| openapi/README.md | OpenAPIスキーマファイルの取得と変更方法の説明を追加 |
| go.mod | ogenと関連依存関係を直接的な依存として追加し、testify等も追加 |
| apis/v1/*.go | ogenによって生成されたAPIクライアントコードファイル群 |
| .gitattributes | 生成されたコードファイルをlinguist-generatedとして設定 |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
…go into feature/shyouhei/schema Signed-off-by: 卜部 昌平 <s-urabe@sakura.ad.jp>
repeatedly
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
このPRはどういう変更を行いますか?
OpenAPI スキーマファイルを取得し、
ogenでコード生成していますドキュメントの変更は必要ですか?
必要ありません