Go to file
Danielle Tear 6de3b3ab61 Completed Checkpoints 2 and 3.
One Internet-enabled service that I use regularly
is Life360. You can get a record of a family
member's location history which seems like an HTTP
get request. Creating a family group seems like an
HTTP post.

Yes, this lab has caused me to think differently
about the tech interactions in my daily life. I
never really considered before how different
applications and devices communicate with info
that is stored on a server. Of course I understood
that all the information could not possibly be
stored on a phone or laptop, but I was not
completely aware of what was actually going on
behind the scenes. I think I will be a lot more
concious of the presence of HTTP requests now in
my daily life.
2024-03-11 15:55:16 -04:00
__pycache__ Completed Checkpoints 2 and 3. 2024-03-11 15:55:16 -04:00
.commit_template Initial commit 2024-03-06 00:05:59 +00:00
api.py Completed Checkpoints 2 and 3. 2024-03-11 15:55:16 -04:00
client.py Initial commit 2024-03-06 00:05:59 +00:00
notes.md Completed Checkpoint 1 2024-03-08 22:41:27 -05:00
poetry.lock Initial commit 2024-03-06 00:05:59 +00:00
pyproject.toml Initial commit 2024-03-06 00:05:59 +00:00