mirror of
https://github.com/ramsayleung/rspotify.git
synced 2026-04-26 07:55:55 +03:00
[GH-ISSUE #118] Environmental variables should have the prefix SPOTIFY_ #37
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#37
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 @marioortizmanero on GitHub (Aug 17, 2020).
Original GitHub issue: https://github.com/ramsayleung/rspotify/issues/118
The environmental variable names currently are
CLIENT_ID,CLIENT_SECRETandREFRESH_TOKEN. I think it would be a better idea to use these same names with the prefixSPOTIFY_to avoid name collisions with other programs/libraries that use OAuth2, likeSPOTIFY_CLIENT_ID.By the way, I'll leave for 3-4 days so I won't be able to respond to issues/PRs.
@ramsayleung commented on GitHub (Aug 18, 2020):
I think it will be better to have the prefix
RSPOTIFY_just avoid name collisions with other Spotify libraries.@marioortizmanero commented on GitHub (Aug 20, 2020):
That's not a bad idea either. I think collisions with other Spotify libraries aren't that bad because you can share the credentials, but I'd rather keep it trouble-free with RSPOTIFY-