novix
v1.0.0
Published
Script and trigger API requests from the command line.
Downloads
11
Maintainers
Readme
novix
Script and trigger API requests from the command line.
Install
npm install -g novixUsage
Create a test.novix file:
{
"method": "GET",
"url": "https://swapi.dev/api/people/3/",
"headers": {
"Content-Type": "application/json"
}
}Run it:
novix test.novix