Get Recommendations with Target/Min/Max #799
-
Hello everyone, |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
this is the documentation of spotify api: In this picture you can see an example for a https request (this is working): |
Beta Was this translation helpful? Give feedback.
-
You can use the var request = new RecommendationsRequest();
request.Target.Add("energy", "0.9");
request.Target.Add("instrumentalness", "0.75"); |
Beta Was this translation helpful? Give feedback.
-
Awesome! This works, thank you so much! |
Beta Was this translation helpful? Give feedback.
You can use the
Add
methods on the dictionary, e.g: