4 Commits

Author SHA1 Message Date
erbrown2
bd266cc4dc I added code into api.py so client.py works now!!! super cool and fun!
1. Tik Tok is one service I use on my phone. A feature is new posts load automatically when I keep scrolling. Tik tok makes a GET request to Tik Tok users asking for the next set of posts. the requests includes headers with different parameterss then the server responds with 200 OK and sends back a JSON containing data. When I post, the app sends a POST request with the post ID and the servers responds confirming it was registered.
2. This lab was pretty fun! I think a bit differently on how apps and websites are created and used. I am more aware of how much data is being sent back and forth for a server to work successfully! In the end, it was really cool to be able to just enter a number for the riddle and guess the riddle.
2026-05-09 14:54:37 -04:00
erbrown2
820476587a I answered checkpoint 1 questions about the meaning of the lines and why each line is useful to know and understand!
I will answer questions 1 and 2 after checkpoint 2 of this lab!
2026-05-09 12:12:32 -04:00
erbrown2
12878ecce8 testing 2026-03-06 17:14:47 -05:00
2c37ce807a Initial commit 2026-02-21 19:41:41 +00:00