mirror of
https://github.com/ramsayleung/rspotify.git
synced 2026-04-26 07:55:55 +03:00
[PR #222] [CLOSED] Fix feature conflicts #324
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#324
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/222
Author: @marioortizmanero
Created: 7/7/2021
Status: ❌ Closed
Base:
master← Head:fix-conflicts📝 Commits (8)
47f1979Clean up rspotify_http122f981Clients generic over the HTTP client699c498Some basic examplesda3bb25Fix conflicting from_responsef2d83a6This actually simplifies the CI93d7ad6Formatting52119c0Also simplify CI for docs192c67eDocument http-clients📊 Changes
14 files changed (+84 additions, -65 deletions)
View changed files
📝
.github/workflows/ci.yml(+3 -8)📝
Cargo.toml(+5 -0)📝
examples/client_creds.rs(+2 -2)➕
examples/http_clients.rs(+35 -0)📝
examples/oauth_tokens.rs(+2 -2)📝
examples/pagination_async.rs(+2 -2)📝
rspotify-http/src/lib.rs(+2 -22)📝
rspotify-http/src/reqwest.rs(+2 -2)📝
rspotify-http/src/ureq.rs(+2 -2)📝
src/auth_code.rs(+7 -7)📝
src/auth_code_pkce.rs(+7 -7)📝
src/client_creds.rs(+6 -6)📝
src/clients/base.rs(+4 -3)📝
src/clients/oauth.rs(+5 -2)📄 Description
Closes #221
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.