mirror of
https://github.com/jwilsson/spotify-web-api-php.git
synced 2026-04-27 07:55:49 +03:00
[GH-ISSUE #231] Question about method getTrack #165
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#165
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 @yoqueseya on GitHub (May 22, 2021).
Original GitHub issue: https://github.com/jwilsson/spotify-web-api-php/issues/231
Hi,
This is my first commment, I've just signed up. Im not sure if I should ask this here but:
Is there a method like getTrack('URI') but using NAME TRACK or ARTIST as parameters? URI is what I need to get in json.
I've just tried in Spotify Web Console API and it works but I don't know if I can with this repository.
Thanks!
@jwilsson commented on GitHub (May 23, 2021):
Hey!
Did you find an answer since you closed the issue? If not, it sounds like the
SpotifyWebAPI::search()method could be useful to you. Or if you point me to the endpoints you've used in the Spotify Web Console I could point you to the corresponding method in this library.@yoqueseya commented on GitHub (May 24, 2021):
Hi,
Yes! I found the search method minutes after writing it. Sorry for the inconvenience.
Thanks for answering.