mirror of
https://github.com/ramsayleung/rspotify.git
synced 2026-04-26 07:55:55 +03:00
[GH-ISSUE #35] Bubble up more detailed error data #14
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#14
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?
Originally created by @hrkfdn on GitHub (Mar 12, 2019).
Original GitHub issue: https://github.com/ramsayleung/rspotify/issues/35
It'd be nice if the API provided access to more detailed error data, such as the HTTP status code and headers.
This is necessary to implement rate limiting on the client side imposed by the Spotify API servers. Alternatively, an implementation in
rspotifythat respects Spotify's rate limits would be great, as well.I'm currently encountering this in https://github.com/hrkfdn/ncspot/issues/29 and am not sure how to handle this.