[GH-ISSUE #354] Type-safe searching #110

Closed
opened 2026-02-27 20:23:11 +03:00 by kerem · 1 comment
Owner

Originally created by @marioortizmanero on GitHub (Jul 28, 2022).
Original GitHub issue: https://github.com/ramsayleung/rspotify/issues/354

Is your feature request related to a problem? Please describe.

The search endpoint requires specifying parameters and similars. We currently only require a q string, and the user has to build it themselves, which is pretty barebones.

Describe the solution you'd like

It'd be great to have a builder pattern or any data structure that would make said step easier.

Describe alternatives you've considered

Leaving it as it is, but usability isn't good.

Additional context

See the troubles found in #351

Originally created by @marioortizmanero on GitHub (Jul 28, 2022). Original GitHub issue: https://github.com/ramsayleung/rspotify/issues/354 **Is your feature request related to a problem? Please describe.** The [search endpoint](https://developer.spotify.com/documentation/web-api/reference/#/operations/search) requires specifying parameters and similars. We currently only require a `q` string, and the user has to build it themselves, which is pretty barebones. **Describe the solution you'd like** It'd be great to have a builder pattern or any data structure that would make said step easier. **Describe alternatives you've considered** Leaving it as it is, but usability isn't good. **Additional context** See the troubles found in #351
Author
Owner

@github-actions[bot] commented on GitHub (Jun 24, 2023):

Message to comment on stale issues. If none provided, will not mark issues stale

<!-- gh-comment-id:1605241335 --> @github-actions[bot] commented on GitHub (Jun 24, 2023): Message to comment on stale issues. If none provided, will not mark issues stale
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/rspotify#110
No description provided.