mirror of
https://github.com/ramsayleung/rspotify.git
synced 2026-04-26 07:55:55 +03:00
[PR #432] [MERGED] Add missing optional market field to some APIs #452
Labels
No labels
Stale
bug
discussion
enhancement
good first issue
good first issue
help wanted
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/rspotify#452
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/ramsayleung/rspotify/pull/432
Author: @aome510
Created: 7/15/2023
Status: ✅ Merged
Merged: 7/15/2023
Merged by: @ramsayleung
Base:
master← Head:master📝 Commits (6)
3b67dcaadd optionalmarketparameter to album-related APIs andtrackAPIfb7fdebmakemarketparameter inartist_top_tracksoptional4ebf67eUpdateCHANGELOGe35116bfix clippy error6a16ab9updatealbumusage inexamples/folderbfdfe80remove redundantmut📊 Changes
7 files changed (+43 additions, -22 deletions)
View changed files
📝
CHANGELOG.md(+1 -0)📝
examples/client_creds.rs(+1 -1)📝
examples/tasks.rs(+1 -1)📝
examples/ureq/threading.rs(+1 -1)📝
examples/with_auto_reauth.rs(+2 -2)📝
src/clients/base.rs(+30 -10)📝
tests/test_with_credential.rs(+7 -7)📄 Description
Description
Resolves #423
marketfield to following APIs:trackalbumalbumsalbum_trackalbum_track_manualmarketfield inartist_top_tracksAPI optional instead of requiredContext
Required for https://github.com/aome510/spotify-player/pull/207
Type of change
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.