-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
APIクライアントを追加 #1
APIクライアントを追加 #1
Conversation
descriptionが見辛い件、issueをたてた 📝 (追記) |
#!/bin/bash | ||
|
||
docker run --rm -v ${PWD}:/local openapitools/openapi-generator-cli generate \ | ||
-DmodelTests=false -DapiTests=false \ |
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.
見辛い件はおいておいて、レビューをお願いしよう 🙏 |
コードはよさそうです! ただ、1点確認です。
これってもうやってます?? |
レビュー :azs: ! まだやってないです! |
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.
良さそうです。
ありがとうございます〜 ₍₍ (ง ˘ω˘ )ว ⁾⁾ |
なるほどです! |
https://github.com/OpenAPITools/openapi-generator で生成したAPIクライアントを追加します 👷
📝
-DmodelTests=false -DapiTests=false
を指定しているgenerate.sh で生成する
旨をどこに書いておこう 🤔カラーミーショップAPIのRubyクライアントです 💎
カラーミーショップAPIのRubyクライアントです 💎 generate.sh で生成しています