Closed HERUESTA closed 3 weeks ago
ゲーム名検索を実装するために、TwitchAPIにGETリクエストを送れるgames_contoroller.rbを作成する
games_contoroller.rb
app/controller/seach/games_controller.rb
games_controller.rb
show
https://api.twitch.tv/helix/games?name={game_name}
https://api.twitch.tv/helix/games?name=fortnite
Summary(概要)
ゲーム名検索を実装するために、TwitchAPIにGETリクエストを送れる
games_contoroller.rb
を作成するpath
app/controller/seach/games_controller.rb
実装
games_controller.rb
を作成し、show
アクションを定義するhttps://api.twitch.tv/helix/games?name={game_name}
へGETリクエストを送るロジックを追加Goals
https://api.twitch.tv/helix/games?name=fortnite
にGETリクエストを送信し、ステータス200が返ってくること関連Issue
9 ゲーム名検索[Controller]