zap-client

1.5.4 • Public • Published

Discord

Zap!

A light-weight Terminal API Client. built with Node.js

Installation

npm

npm install -g zap-client

Features

  • Get
  • Post
    • json (default)
    • xml
    • text
    • form
  • Delete
  • Verboosity
  • Put
    • json (default)
    • xml
    • text
    • form
  • Formatted Outputs and Errors
  • Downloading Outputs and Files

Demo

demo

Examples

A simple get request

npx zap-client get https://jsonplaceholder.typicode.com/posts/100

Another simple post request

npx zap-client post https://jsonplaceholder.typicode.com/posts/ json '{\"title\":\"Hello\",\"body\":\"World!\"}'

Documentation

Documentation

Badges

MIT License NPM Install Last Commit

License

MIT

Authors

Readme

Keywords

Package Sidebar

Install

npm i zap-client

Weekly Downloads

199

Version

1.5.4

License

MIT

Unpacked Size

150 MB

Total Files

24551

Last publish

Collaborators

  • sas2k