Skip to content

Latest commit

 

History

History
64 lines (38 loc) · 1.25 KB

File metadata and controls

64 lines (38 loc) · 1.25 KB

Requitty

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.

Usage/Examples

requitty -r get -u https://api.com
response with a status 200

Screenshots

App Screenshot

Commands

Request

  requitty -r http-method -u url
Parameter arg Description
--request -r Required http method GET
--url -u Required Direction from request or path

Options

  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

Deployment

git clone https://github.com/daliondev/requitty.git
cd .\requitty\
pip install -r requirements.txt