Skip to content

bereilhp/novix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

novix

Script and trigger API requests from the command line.

Install

npm install -g novix

Usage

Create a test.novix file:

{
  "method": "GET",
  "url": "https://swapi.dev/api/people/3/",
  "headers": {
    "Content-Type": "application/json"
  }
}

Run it:

novix test.novix

About

Script and trigger API requests

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors