You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to make searches in the SpotifyAPI-NET, so I use the Search.Item(new SearchRequest(Types type, string query)) function.
It is working to some points, but I simply couldn't figure out how to contsruct the query string to set the limit and offset value, or even how to make to query field work simoultaneously (for example it's working with years and artist separated with comma, but not working with year and genre). I am getting tired of these random problems, and I couldn't find anywhere else informations about the order or the rules of constructing the string. I would be really glad, if someone could help me out with this:)))
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I would like to make searches in the SpotifyAPI-NET, so I use the Search.Item(new SearchRequest(Types type, string query)) function.
It is working to some points, but I simply couldn't figure out how to contsruct the query string to set the limit and offset value, or even how to make to query field work simoultaneously (for example it's working with years and artist separated with comma, but not working with year and genre). I am getting tired of these random problems, and I couldn't find anywhere else informations about the order or the rules of constructing the string. I would be really glad, if someone could help me out with this:)))
Thank you very much in advance!!
Beta Was this translation helpful? Give feedback.
All reactions