Skip to content
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

Add 'name' Parameter to Streamer API for Search Functionality #60

Closed
curvesy opened this issue Jul 21, 2023 · 0 comments · Fixed by #61
Closed

Add 'name' Parameter to Streamer API for Search Functionality #60

curvesy opened this issue Jul 21, 2023 · 0 comments · Fixed by #61
Assignees

Comments

@curvesy
Copy link
Contributor

curvesy commented Jul 21, 2023

Description

When using the player's search bar to search for the name of a profile, collection, or audio, an error message is returned from
the Streamer API's gateway. The error message states: "Unknown input parameter(s): name". To improve user experience
and enable more effective searches, we need to add four new search parameters to the Streamer API's gateway.

Acceptance Criteria

The issue will be considered resolved when the following conditions are met:

Four new search parameters are successfully added to the Streamer API's gateway:

  • For Collections: "collection_name"
  • For Audios: "audio_name"
  • For Profiles: "profile_name" and "profile_nickname"

Please verify that these parameters do not already exist.

Additional Information

@curvesy curvesy self-assigned this Jul 21, 2023
@curvesy curvesy linked a pull request Jul 22, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant