robbanw / hateoas-explorer

Explorer of RESTful APIs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Explorer of RESTful APIs

License:MIT License


Languages

Language:CoffeeScript 85.5%Language:HTML 14.5%