-
Notifications
You must be signed in to change notification settings - Fork 313
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Fixing #607 + Refactoring #608
Conversation
Added me/episodes and done some refactoring
Fixing the remove of epsides.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good except those 2 things, thank you! 👍🏼
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
^request changes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Found two more small things, I think then we should be good to go! 👍🏼
/// </summary> | ||
/// <value></value> | ||
[QueryParam("uris")] | ||
public IList<string> URIs { get; } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this should be ids
instead of uris
. See: https://developer.spotify.com/documentation/web-api/reference/#endpoint-save-episodes-user
namespace SpotifyAPI.Web | ||
{ | ||
public class LibraryEpisodesRequest : RequestParams | ||
{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The parameter market
is missing here, see https://developer.spotify.com/documentation/web-api/reference/#endpoint-get-users-saved-episodes
@JohnnyCrazy should be OK now :) Sorry for the delay! |
Looks good! I will have one more detailed look and run some tests this week :) No worries regarding the delay, I'm happy you contributed! 👍🏼 |
Sorry for the delay here, looks very good! Thank you for your contribution 🙏 👍🏼 |
Added me/episodes and done some refactoring