Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

nocurl

Package Overview
Dependencies
Maintainers
0
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nocurl

This is a CLI tool to make API requests from terminal over the web and supports Authorisation, Custom Payloads and headers out of the box.

  • 1.0.0
  • npm
  • Socket score

Version published
Weekly downloads
3
Maintainers
0
Weekly downloads
 
Created
Source

nocurl

This is a CLI tool for sending API requests over the web from a terminal without needing to remember complex commands.

Installation

  1. Open terminal in root directory

  2. Install the NPM package

    npm i -g nocurl
    
  3. Initialise the package

    nocurl -i
    

And it is ready to use

Features

  • Supported in All Systems and Terminals (CMD, PS, bash, sh, zsh)

  • Supports Basic auth and OAuth2.0 with client credentials

  • Save Requests and Use them later

  • Use Auth Mechanism of other saved request in new request

  • HTTP methods: GET POST PUT PATCH DELETE

  • Body Type: JSON XML Text

  • Headers: Any number of headers as key value pairs

  • See the full description of Request or Auth mechanism in the terminal

Sample commands

  • Send a new Request

    nocurl -r
    
  • Execute an existing request

    nocurl -n <name>
    
  • List a saved Request

    nocurl -lr
    
  • List a saved Auth mechanism

    nocurl -la
    

FAQs

Package last updated on 29 Sep 2024

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc