#100DaysOfCode in Python Transcripts
Chapter: Days 97-99: Building JSON APIs
Lecture: Your turn: Day 3
Login or
purchase this course
to watch this video and the rest of the course contents.
0:00
On the second day, you'll create the web services.
0:03
What are the various operations
0:06
you're going to need to do? You'll probably have a create and find user,
0:08
a game status, top scores, play round,
0:12
that kind of seems like it, but think
0:14
about how you want that game to play
0:16
if you chose something other than Hi-Low,
0:18
well, then I can't really guess, I can't really help you.
0:20
You don't need to write any client code,
0:22
you can just use Postman right here
0:24
then you can get it right there.
0:25
Of course, you use Postman like we did
0:28
to get it entirely working.
0:29
Remember, by the time we even created
0:31
our client code, we never touched
0:33
the web app again, it was totally working,
0:36
and that's partly 'cause I had prepared
0:38
a few of the tricky bits beforehand,
0:40
and that's also to a large degree
0:42
'cause we tested it out with Postman.