unrestjs

1.0.0 • Public • Published

unREST

unREST is Node.js CLI application for testing REST services. It provides command line interface for most common operations involved in testing REST services, such as invoking endpoints, viewing and processing output, creating custom configuration for most commonly used operations etc.

Why another REST client?

There are a lot of nice looking GUI clients with a lot of useful features, so why would I use some weird command line utility? This sounds like a legitimate question. After all, GUIs are much prettier and easy to work with.

To answer this question, only two words: scripting and automation. unREST allows you to create custom configurations and workflows to streamline common tasks involved intesting your services. For examples, you can parametrize service invocations, extract and process output, parametrize request content and much more. Please read on for samples of application usage.

Installation

npm install unrestjs

For documentation, please visit the wiki.

/unrestjs/

    Package Sidebar

    Install

    npm i unrestjs

    Weekly Downloads

    0

    Version

    1.0.0

    License

    MIT

    Last publish

    Collaborators

    • vdjurovic