Consuming HTTP Services in Python Transcripts
Chapter: Consuming RESTful HTTP services
Lecture: Introduction to modifying data via HTTP
Login or
purchase this course
to watch this video and the rest of the course contents.
0:02
Now we've come to the part of the course
0:04
where we are talking about http clients doing non trivial service work.
0:08
So, as we've seen with requests, it's really quite easy to do a basic get,
0:13
against an open public url.
0:16
However, if we want to modify data,
0:19
if we want to access authenticated request, things like that get more interesting,
0:24
so right now we are going to focus in on modifying data using the http verbs.