Articles tagged with #api




Properly processing requests in your views is important, and one of the most important things is knowing what HTTP verb is being used. There are few ways to determine whether you are getting a GET or POST. The two most common ways people determine this...



Let's face it using urrlib is hard, and is not really fun at all. Using it to call your own api's or 3rd party api's is an exercise in frustration. Let's take a look at...



In an age of web services being able to interact with them is almost a necessity for any developer. Unfortunately, if you are a new’ish python developer it might be a bit hard to figure out how to do it since...