Giter Site home page Giter Site logo

requestbin-cli's Introduction

Request Bin CLI

codecov Build Status

NPM

Purpose

Request Bin is a pretty cool service - wouldn't it be great to get bin and request details in the command line?

Installation

Install via NPM

npm install requestbin-cli

Usage

Create a Bin

rb create [-c / --copy] [-p / --private]

  • Use the -c or --copy flag to have the bin id copied to your clipboard.
  • Use the p or --private flag to create a "private" Request Bin.

alt-text

  • Note that there are four required fields:
    • Bin Id - this is Request Bin's id for some bin
    • Requests - the request count for a given bin
    • Private - indicates if a particular bin is private (or not)
    • Colors - I don't know what this is but it's part of the response

Get Bin Details

rb bin {requestBinId}

alt-text

Get Requests Details

rb requests {requestBinId}

alt-text

  • Note that there are three required fields:

    • Request ID - this is Request Bin's id for each request in a given bin
    • Method - this is the HTTP verb associated with a given request
    • Executed At - timestamp associated with a given request
  • There are also two optional fields:

    • Query Parameters - If a request has any query parameters, they will be listed here
    • Form Data - If a request has any form information, they will be listed here

Get Request Details

rb request {requestBinId} {requestId}

alt-text

requestbin-cli's People

Contributors

jaebradley avatar

Watchers

 avatar  avatar  avatar

requestbin-cli's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.