/hateoas-explorer

Explorer of RESTful APIs

Primary LanguageCoffeeScriptMIT LicenseMIT

HATEOAS Explorer

This small application is a tool for parsing links in JSON responses from a RESTful service. By making HTTP OPTIONS requests the tool will also present and allow interactions with resources.

Currently the tool supports the link formats that Spring HATEOAS uses. Atom and HAL.

Installing

Before running, you must install and configure the following one-time dependencies:

$ npm install -g gulp

Once the dependencies have been installed, enter the following in the terminal:

$ git clone git@github.com:robbanw/hateoas-explorer.git
$ cd hateoas-explorer
$ npm install

Running

Enter the following in the terminal:

$ gulp

Credit To