mirror of
https://github.com/foss42/apidash.git
synced 2025-06-19 21:39:14 +08:00
Merge pull request #534 from AffanShaikhsurab/patch-4
Add instructions for running API Dash code in Python http.client
This commit is contained in:
@ -202,7 +202,16 @@ python api_test.py
|
||||
|
||||
## Python (http.client)
|
||||
|
||||
TODO
|
||||
Here are the detailed instructions for running the generated API Dash code in Python using `http.client`:
|
||||
|
||||
### 1. Install Python:
|
||||
Check out the instructions [here](#1-install-python) for detailed steps on how to install Python on macOS, Windows, or Linux.
|
||||
|
||||
### 2. `http.client` is a built-in library:
|
||||
Unlike other Python libraries (like `requests`), `http.client` is part of Python's standard library. You can directly use it without any additional installation steps.
|
||||
|
||||
### 3. Execute the generated code:
|
||||
Check out the instructions [here](#3-execute-the-generated-code) for detailed steps on how to run the code.
|
||||
|
||||
## Ruby (faraday)
|
||||
|
||||
|
Reference in New Issue
Block a user