#3 - API Testing with requests
Python requests Module
requests is a high-level HTTP client for Python that lets you talk to APIs using simple, readable code instead of low-level networking.
What Really Happens When You Call requests.get()
Below is get call with params - requests.g...
subodhsingh.hashnode.dev3 min read