mirror of
https://github.com/ramsayleung/rspotify.git
synced 2026-04-26 07:55:55 +03:00
[PR #319] [MERGED] Improve example docs and minimal features #394
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#394
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/319
Author: @marioortizmanero
Created: 5/25/2022
Status: ✅ Merged
Merged: 5/25/2022
Merged by: @marioortizmanero
Base:
master← Head:tidy-examples📝 Commits (1)
e516e4aImprove example docs and minimal features📊 Changes
16 files changed (+45 additions, -13 deletions)
View changed files
📝
Cargo.toml(+4 -4)📝
examples/auth_code.rs(+3 -2)📝
examples/auth_code_pkce.rs(+3 -1)📝
examples/client_creds.rs(+2 -2)📝
examples/oauth_tokens.rs(+3 -2)📝
examples/pagination_async.rs(+3 -0)📝
examples/pagination_manual.rs(+3 -0)📝
examples/pagination_sync.rs(+3 -0)📝
examples/tasks.rs(+2 -0)📝
examples/ureq/device.rs(+3 -0)📝
examples/ureq/me.rs(+3 -0)📝
examples/ureq/search.rs(+2 -0)📝
examples/ureq/seek_track.rs(+3 -0)📝
examples/ureq/threading.rs(+2 -0)📝
examples/with_auto_reauth.rs(+3 -1)📝
examples/with_refresh_token.rs(+3 -1)📄 Description
Description
This updates the docs in the examples so that users like @Staninna don't go through the same issues as #318. This library is quite high level, so I imagine it will be used by not-so-experienced users. Making it as easy to use as possible is a good idea.
I also noticed that some examples don't need the
clifeature enabled, so I removed it from ourCargo.toml.Dependencies
None
Type of change
Please delete options that are not relevant.
How has this been tested?
The tests still run just fine
Is this change properly documented?
Yes
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.