#100DaysOfCode in Python Transcripts
Chapter: Days 55-57: Structured API clients with uplink
Lecture: Your turn: Day 3
Login or
purchase this course
to watch this video and the rest of the course contents.
0:00
Third day, you have your API client built. You've got your program ready. Now you need to use it. So just fill out program.py.
0:09
Add a simple UI that just asks the user a questions like, hey, what, or how do you want to search for your movie? By director, by keyword, and so on.
0:18
And then just use your client to do that search and then present the results to the user, right? Should be pretty straightforward.
0:26
Remember, you get the response back, you have to make sure that it's valid and then you call json to actually get the data, right?
0:32
That's it, so hope you enjoyed learning about uplink. It's a really unique and interesting way to models APIs.