mirror of
https://github.com/jwilsson/spotify-web-api-php.git
synced 2026-04-27 07:55:49 +03:00
[PR #19] [MERGED] Renamed refreshToken() and requestToken() to more descriptive names #224
Labels
No labels
bug
docs
enhancement
enhancement
enhancement
feedback wanted
good first issue
help wanted
help wanted
help wanted
invalid
pull-request
question
question
upstream
upstream
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-web-api-php#224
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/jwilsson/spotify-web-api-php/pull/19
Author: @hvt
Created: 12/23/2014
Status: ✅ Merged
Merged: 3/22/2015
Merged by: @jwilsson
Base:
master← Head:consistent_function_names📝 Commits (4)
7b6f31aRenamed Session::refreshToken() and Session::requestToken() to more descriptive names141d9c9Clarified Session::requestRefreshAndAccessToken() parameter name plus updated some method descriptions2795f20oops98c4a2aSession::requestRefreshAndAccessToken() -> Session::requestAccessToken()📊 Changes
6 files changed (+96 additions, -59 deletions)
View changed files
📝
README.md(+4 -7)📝
demo.php(+6 -2)📝
src/Request.php(+1 -1)📝
src/Session.php(+39 -20)📝
src/SpotifyWebAPI.php(+45 -28)📝
src/SpotifyWebAPIException.php(+1 -1)📄 Description
Renamed refreshToken() and requestToken() to more descriptive names
Updated the demo + docs accordingly
Fixed some CS
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.