1.5.4 • Published 3 years ago

zap-client v1.5.4

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

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

1.5.4

3 years ago

1.5.3

3 years ago

1.5.2

3 years ago

1.5.1

3 years ago

1.5.0

3 years ago

1.4.3

3 years ago

1.4.2

3 years ago

1.4.1

3 years ago

1.4.0

3 years ago

1.3.3

3 years ago

1.3.2

3 years ago

1.3.1

3 years ago

1.3.0

3 years ago

1.1.5

3 years ago