↗️api

A library for working with HTTP Clients and APIs.

What is requests?

Requests is an elegant and simple HTTP library for Python, built for human beings.

requests official documentation

Two Ways to Use it

  • api fixture - A fixture of requests for any tests

  • import requests - Simply use the import statement to bring it into any file!

Syntax

Usage

CRUD

Requests provides everything you need out of the box, but these are probably the actions you want :)

GET

POST

DELETE

PATCH

PUT

Last updated