mirror of
https://github.com/ramsayleung/rspotify.git
synced 2026-04-26 07:55:55 +03:00
[PR #201] [MERGED] Finish the pagination implementation #310
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#310
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/201
Author: @marioortizmanero
Created: 4/19/2021
Status: ✅ Merged
Merged: 4/22/2021
Merged by: @ramsayleung
Base:
master← Head:finish-pagination📝 Commits (10+)
9191013change naming to _manual6733e08base implementations4ef0fa8docs improvements and more progressd9ffe17manually implemented all the endpoints8a95212fix docsa68137bfix tests & examples60f5610fix changelogb0a4bf7add pagination_chunks2e5da23mention pagination_chunks in the changelog42cabe7use pagination_chunks in tests and fix generics📊 Changes
9 files changed (+280 additions, -94 deletions)
View changed files
📝
CHANGELOG.md(+6 -1)📝
examples/pagination_async.rs(+2 -2)📝
examples/pagination_manual.rs(+1 -1)📝
examples/pagination_sync.rs(+1 -1)📝
src/client.rs(+242 -46)📝
src/pagination/iter.rs(+2 -6)📝
src/pagination/stream.rs(+4 -4)📝
tests/test_with_credential.rs(+11 -22)📝
tests/test_with_oauth.rs(+11 -11)📄 Description
Description
This finishes what was left at #166
Closes #124
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
with_refresh_tokenexample #391