You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace old url with new url, show client urls (#592)
This change updates the document URL and introduces multiple clients in
the README.
The document has switched to using GitHub Pages, moving from
https://rubydoc.info/gems/line-bot-api to
https://line.github.io/line-bot-sdk-ruby/.
Additionally, since finding the various clients without any explanation
can be challenging, an introduction has been added in the README.
There's no absolute need to add this to the migration guide, as the
correct link to v2 code is already provided in the comments of v1 code.
related to: #588
|[Line::Bot::V2::ChannelAccessToken::ApiClient](https://line.github.io/line-bot-sdk-ruby/Line/Bot/V2/ChannelAccessToken/ApiClient.html)|https://api.line.me/** (related to oauth) |https://developers.line.biz/en/reference/messaging-api/#channel-access-token|
|[Line::Bot::V2::Module::ApiClient](https://line.github.io/line-bot-sdk-ruby/Line/Bot/V2/Module/ApiClient.html)|https://api.line.me/v2/bot/** (related to module) |https://developers.line.biz/en/reference/partner-docs/#module|
0 commit comments