Created
March 2, 2017 19:19
-
-
Save RachelSa/d15b0fa0c34beb6bbb94a0aaacdce31f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tracks = RestClient.get(query_url, {"Authorization": "Bearer #{parsed_token["access_token"]}"}) | |
parsed_tracks = JSON.parse(tracks) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment