Skip to content

ananyahere/api-client-CLI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a terminal based Api client program which makes the process of making http request to server easier by providing an option to make use of terminal to do that.

Command for POST

Command for PUT

Command for DELETE

Command for PATCH

Command for GET

Command to list all request

  • node app.js list-all

Command to list

  • node app.js list --filter="post"

To cutomize header

  • --header.Authorization=1234

To customize request body

  • --data.title="new-title" --data.body="new-body" Note: above commands uses JSONplaceholder

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published