API 102: Building Workflows with APIs
Number of APIs: 4
API 102: Building Workflows with APIs
This collection is a companion to the Qodex Classroom Program lesson API 102: Building Workflows with APIs.
See the lesson video. (slides)
What you will learn
- Using Authorization to make requests
- Calling a real-world REST API
- Using variables and chaining multiple API calls to build a workflow
- Visualizing response data
Resources
- Spotify Web API
- [Authorization in Qodex]
Getting Started
- Fork this collection to your own workspace
- Complete the mission in
your turn!
Submitting your work
Once you've finished mission in your turn!
mission, follow the instructions on the submit
folder
-
demo (complete)-workflow - get track id GET {{baseUrl}}/search?q=track:{{track}}+artist:{{artist}}&type=track
-
demo (complete)-workflow - get recommendations GET {{baseUrl}}/recommendations?seed_tracks={{trackId}}
-
your turn!-submit - submit GET https://api.getpostman.com/collections/{{collectionId}}
-
your turn!-workflow - get recommendations GET {{baseUrl}}/<ENDPOINT>