↗️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.
Two Ways to Use it
api fixture
- A fixture of requests for any testsimport requests
- Simply use the import statement to bring it into any file!
Syntax
Usage
api fixture
Recommended
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