We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
2023/1/1現在、シャイニーカラーズのライブイベント一覧画面に以下のイベントが表示されていません。
シャイニーカラーズのライブイベントは、ライブ名に「shiny colors」のキーワードが含まれるかどうかを条件にして、ふじわらはじめAPIより取得しています。 上記のイベントが表示されない理由は、ライブ名にキーワード「shiny colors」が含まれておらず、APIから取得する条件にマッチしていないことが挙げられます。
上記のイベントを表示できるように、ふじわらはじめAPIから取得する条件などを再考する必要があります。
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
feat: ブランド名を冠しないライブに対応 #15
7d282df
9430e1d
556e82a
fix: ふじわらはじめ API で イベントの member 情報が空になっている場合も扱えるように #15
b0ed8dd
mugiply
rairus00
No branches or pull requests
2023/1/1現在、シャイニーカラーズのライブイベント一覧画面に以下のイベントが表示されていません。
シャイニーカラーズのライブイベントは、ライブ名に「shiny colors」のキーワードが含まれるかどうかを条件にして、ふじわらはじめAPIより取得しています。
上記のイベントが表示されない理由は、ライブ名にキーワード「shiny colors」が含まれておらず、APIから取得する条件にマッチしていないことが挙げられます。
上記のイベントを表示できるように、ふじわらはじめAPIから取得する条件などを再考する必要があります。
メモ
https://api.fujiwarahaji.me/v2/list?type=live&search=shiny%20colors
https://api.fujiwarahaji.me/v2/list?type=live&search=setsuna
The text was updated successfully, but these errors were encountered: