requesters

0.0.7 • Public • Published

Install

$ npm install -g requesters

alt tag

REQUESTER

Description: With requester you can send data and get data from your backend-end. You can use the methods POST, GET, PUT and DELETE

$ requester <param_key>:<param_value>

post, get, put, delete the url <param_key>:<param_value> the params for post and put methods, example name:Christos lastname:Papidas age:22

EXAMPLE

Request for GET method

$ requesters get localhost/index.html

Request for POST method

$ requesters post localhost/users name:Christos lastname:Papidas

Request for DELETE method

$ requesters post localhost/users/1

Request for PUT method

$ requesters post localhost/users/1 name:Christos lastname:Papidas

Package Sidebar

Install

npm i requesters

Weekly Downloads

0

Version

0.0.7

License

ISC

Last publish

Collaborators

  • cpapidas