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 where we are talking about http clients doing non trivial service work.
0:09
So, as we've seen with requests, it's really quite easy to do a basic get, against an open public url. However, if we want to modify data,
0:20
if we want to access authenticated request, things like that get more interesting,
0:25
so right now we are going to focus in on modifying data using the http verbs.