We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
That would be nice to be able to quickly save a song to Liked.
something like sp like or sp .
Make a GET request to /v1/me/player/currently-playing
Extract the 'id' of the currently playing track from the response.
Make a PUT request to /v1/me/tracks
The text was updated successfully, but these errors were encountered:
I would most likely use ShopifySharp's API rather than raw HTTP requests, as the plugin relies on it for all functionalities.
Feel free to submit a PR to add this feature!
Sorry, something went wrong.
No branches or pull requests
That would be nice to be able to quickly save a song to Liked.
something like sp like or sp .
Make a GET request to /v1/me/player/currently-playing
Extract the 'id' of the currently playing track from the response.
Make a PUT request to /v1/me/tracks
{
"ids": ["{track_id}"]
}
The text was updated successfully, but these errors were encountered: