Quickstart¶

Eager to get started? This page gives a good introduction in how to get started with Requests. This assumes you already have Requests installed. If you do not, head over to the Installation section.

First, make sure that:

Lets gets started with some simple use cases and examples.

Make a GET Request¶

Making a standard request with Requests is very simple.

Let’s get GitHub’s public timeline

发表回复