New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

zap-client

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zap-client

A terminal api client

latest
npmnpm
Version
1.5.4
Version published
Maintainers
1
Created
Source

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

Keywords

zap

FAQs

Package last updated on 04 Aug 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts