mirror of
https://github.com/jwilsson/spotify-web-api-php.git
synced 2026-04-27 07:55:49 +03:00
[GH-ISSUE #104] the function 'getMyTop' does not work. a lot of error. #59
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#59
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 @quentingosset on GitHub (Nov 3, 2017).
Original GitHub issue: https://github.com/jwilsson/spotify-web-api-php/issues/104
Hello, After correctly integrating the API, I see that everything works fine except a few things that after seeking a lot of time blocks me ... This happens in the function 'getMyTop' after copying / pasting the code of example, I get error message: 'Message: Call to undefined function get_fixture ()'. I also try to use the basic method without adding the
stub but nothing makes it. I think that we should improve this method to allow to make like all the others a direct call via 'response =api-> getMyTop (' artists ',options);' I think that if we could simplify the method without having to initialize the stub it would be simpler. For now I use curl to recover the top but it would vachemet useful to have a proper function.Good to you.
@quentingosset commented on GitHub (Nov 3, 2017):
My bad, forget 1 parametre .... Thanks :-)