-
Notifications
You must be signed in to change notification settings - Fork 130
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
Start to implement code generation based on LINE OpenAPI specification #292
Comments
(Memo: How to generate sdk in each repository)
|
Hello @4geru We've also identified that a simple OpenAPI generator standard Ruby client does not meet the requirements for a bot SDK, which is why the initial PR was closed. There are currently over 40 requirements that need to be met for automatically generating the line-bot-sdk-ruby. If you're interested in a bot SDK for Ruby that meets the latest Messaging API specifications, you can use https://github.com/line/line-openapi to create your own client. Alternatively, you're welcome to contribute to the issues in this repository. While we plan to phase out old code(= a code that is not generated by openapi generator) in 1-2 years, there's still plenty of opportunity for contributions in the meantime. |
Reminder for @mokuzon
|
Some features(#283, #282, #255, #252, #251, #244, #232, #191) have not been implemented yet in the line-bot-sdk-ruby. The repository https://github.com/line/line-openapi publishes API schemas, which we could utilize by using the OpenAPI generator. This would allow SDK users to always access the latest features in the LINE API.
2.x
version will contain tons of 💣 Breaking Changes 💣.However, we plan to keep the
1.x
code within2.x
, as we understand the challenges for SDK users to immediately transition from a1.x
library to a2.x
library.The text was updated successfully, but these errors were encountered: