[PR #119] [MERGED] Rename environmental variables with prefix RSPOTIFY_ #255

Closed
opened 2026-02-27 20:23:59 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ramsayleung/rspotify/pull/119
Author: @marioortizmanero
Created: 8/28/2020
Status: Merged
Merged: 8/28/2020
Merged by: @ramsayleung

Base: masterHead: rename-env


📝 Commits (2)

📊 Changes

14 files changed (+58 additions, -57 deletions)

View changed files

📝 .env (+3 -3)
📝 CHANGELOG.md (+6 -5)
📝 examples/album.rs (+2 -2)
📝 examples/blocking/device.rs (+3 -3)
📝 examples/blocking/me.rs (+3 -3)
📝 examples/blocking/search.rs (+3 -3)
📝 examples/blocking/seek_track.rs (+3 -3)
📝 examples/current_user_recently_played.rs (+3 -3)
📝 examples/track.rs (+2 -2)
📝 examples/tracks.rs (+2 -2)
📝 src/blocking/oauth2.rs (+11 -11)
📝 src/lib.rs (+4 -4)
📝 src/oauth2.rs (+11 -11)
📝 tests/test_with_credential.rs (+2 -2)

📄 Description

This PR closes #118, which suggested renaming the environmental variables to RSPOTIFY_CLIENT_ID and so on.

I've ran this command and it returned nothing, so I think I've covered all the cases:

$ grep -Er '[^_](CLIENT_ID|CLIENT_SECRET|REDIRECT_URI)'

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ramsayleung/rspotify/pull/119 **Author:** [@marioortizmanero](https://github.com/marioortizmanero) **Created:** 8/28/2020 **Status:** ✅ Merged **Merged:** 8/28/2020 **Merged by:** [@ramsayleung](https://github.com/ramsayleung) **Base:** `master` ← **Head:** `rename-env` --- ### 📝 Commits (2) - [`15a2ade`](https://github.com/ramsayleung/rspotify/commit/15a2aded8f80b8b26ff6b4c15c3f878e204c87d4) Rename environmental variables - [`cde2d89`](https://github.com/ramsayleung/rspotify/commit/cde2d896893a26cf848a064a2a0860e9c8f4d8fa) Updated changelog ### 📊 Changes **14 files changed** (+58 additions, -57 deletions) <details> <summary>View changed files</summary> 📝 `.env` (+3 -3) 📝 `CHANGELOG.md` (+6 -5) 📝 `examples/album.rs` (+2 -2) 📝 `examples/blocking/device.rs` (+3 -3) 📝 `examples/blocking/me.rs` (+3 -3) 📝 `examples/blocking/search.rs` (+3 -3) 📝 `examples/blocking/seek_track.rs` (+3 -3) 📝 `examples/current_user_recently_played.rs` (+3 -3) 📝 `examples/track.rs` (+2 -2) 📝 `examples/tracks.rs` (+2 -2) 📝 `src/blocking/oauth2.rs` (+11 -11) 📝 `src/lib.rs` (+4 -4) 📝 `src/oauth2.rs` (+11 -11) 📝 `tests/test_with_credential.rs` (+2 -2) </details> ### 📄 Description This PR closes #118, which suggested renaming the environmental variables to `RSPOTIFY_CLIENT_ID` and so on. I've ran this command and it returned nothing, so I think I've covered all the cases: ```bash $ grep -Er '[^_](CLIENT_ID|CLIENT_SECRET|REDIRECT_URI)' ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 20:23:59 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/rspotify#255
No description provided.