nocurl
v1.0.1
Published
This is a CLI tool to make API requests from terminal over the web and supports Authorisation, Custom Payloads and headers out of the box.
Downloads
8
Readme
nocurl
This is a CLI tool for sending API requests over the web from a terminal without needing to remember complex commands.
Installation
Open terminal in root directory
Install the NPM package
npm i -g nocurl
In windows might need to run
Set-ExecutionPolicy RemoteSigned -Scope Process
Initialise the package
nocurl -i
And it is ready to use
Features
Supported in All Systems and Terminals (CMD, PS, bash, sh, zsh)
Supports Basic auth and OAuth2.0 with client credentials
Save Requests and Use them later
Use Auth Mechanism of other saved request in new request
HTTP methods: GET POST PUT PATCH DELETE
Body Type: JSON XML Text
Headers: Any number of headers as key value pairs
See the full description of Request or Auth mechanism in the terminal
Sample commands
Send a new Request
nocurl -r
Execute an existing request
nocurl -n <name>
List a saved Request
nocurl -lr
List a saved Auth mechanism
nocurl -la