Skip to content

Spotifyの設定項目

Tatsuya Koishi edited this page Nov 14, 2021 · 7 revisions

設定例

spotify:
  client:
    id: hoge
    secret: fuga
  language: ja,en-US;q=0.9,en;q=0.8

詳細

/spotify/client/id

  • SpotifyのClient IDを指定。

/spotify/client/secret

  • SpotifyのClient Secretを指定。

/spotify/language

  • SpotifyのAPIにリクエストヘッダ Accept-Language として送信される値。
  • デフォルトはja,en-US;q=0.9,en;q=0.8。日本国内の通常の用途では指定不要。
Clone this wiki locally