requitty is a command console program which is responsible for providing solutions to different day-to-day problems, seeking to efficiently create commands which facilitate the repetitive tasks of the developer.
requitty -r get -u https://api.com
response with a status 200

requitty -r http-method -u url
| Parameter |
arg |
Description |
--request |
-r |
Required http method GET |
--url |
-u |
Required Direction from request or path |
requitty -r http-method -u url [options]
| Parameter |
Type |
Description |
--verbose |
bool |
optional. show the response of the request |
--save |
string |
optional. save the response in json file |
git clone https://github.com/daliondev/requitty.git
pip install -r requirements.txt