mirror of
https://github.com/ramsayleung/rspotify.git
synced 2026-04-26 07:55:55 +03:00
[PR #241] [CLOSED] Fix IDs #334
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#334
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/241
Author: @marioortizmanero
Created: 8/20/2021
Status: ❌ Closed
Base:
master← Head:fix-ids📝 Commits (5)
c2046c7Add UnknownId and some testsd5d2812Proper docs thanks to reworked macro5a52393Module-level documentation1ab8ad1Now with an example!3b66b9aStuck fighting compiler error about Deserialize📊 Changes
17 files changed (+293 additions, -130 deletions)
View changed files
📝
rspotify-model/src/album.rs(+6 -10)📝
rspotify-model/src/artist.rs(+4 -7)📝
rspotify-model/src/audio.rs(+4 -3)📝
rspotify-model/src/category.rs(+2 -2)📝
rspotify-model/src/context.rs(+12 -11)📝
rspotify-model/src/enums/types.rs(+1 -0)📝
rspotify-model/src/idtypes.rs(+209 -29)📝
rspotify-model/src/lib.rs(+2 -2)📝
rspotify-model/src/playing.rs(+2 -3)📝
rspotify-model/src/playlist.rs(+4 -8)📝
rspotify-model/src/recommend.rs(+3 -3)📝
rspotify-model/src/search.rs(+5 -6)📝
rspotify-model/src/show.rs(+7 -11)📝
rspotify-model/src/track.rs(+6 -19)📝
rspotify-model/src/user.rs(+3 -6)📝
src/clients/oauth.rs(+20 -6)📝
tests/test_with_oauth.rs(+3 -4)📄 Description
Description
This closes #203. It also includes a few more changes about IDs, like using them in
rspotify-model, more tests and documenting them thoroughly.Motivation and Context
I've fixed some of the issues I found about IDs. I still need to figure out :
Deserialize<'_>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.