harkal18 / yuthi

Send HTTP GET/POST request to an API using node CLI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Now you can send GET/POST request to an API simply using node cli using this module

#1 : INSTALL MODULE

npm i yuthi -g

#2 : SEND GET REQUEST

yuthi get http://yourdomain.com/address?param=value

#3 : SEND POST REQUEST

yuthi post http://yourdomain.com/address param1=val1,param2=val2

no need to use browser or any other app ;)

well,

there is lot more that can be done to this but for now this much is sufficient for me so i m leaving it here.

if you are intrested in developing furture get the code from github = > https://github.com/harkal18/yuthi

About

Send HTTP GET/POST request to an API using node CLI

License:Other


Languages

Language:JavaScript 50.6%Language:TypeScript 49.4%