GithubHelp home page GithubHelp logo

mharris717 / api-explorer Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mb21/api-explorer

0.0 1.0 0.0 5.69 MB

GUI tool to map any JSON-based Web API, plus node server to access it as if it were a HAL Hypermedia API

License: Apache License 2.0

JavaScript 98.76% CSS 0.15% HTML 1.09%

api-explorer's Introduction

API Explorer

This is a tool which provides a web-based GUI to map any JSON-based REST-like API within minutes, and subsequently access the mapped APIs through a HAL-compliant wrapper hypermedia API, and thus in a uniform manner.

Read the whole thesis: HTML, PDF.

Screenshot

Getting started

  1. Install:
    1. Node.js
    2. MongoDB.
    3. OpenResty โ€“ Nginx with modules: used as a proxy server to circumvent the browser's same-origin policy
  2. Start mongod
  3. Start OpenResty with the provided config: openresty -c /absolute/path/to/openresty.conf
  4. Have a look at config.js and see whether the settings match your setup.
  5. If you have made any changes: npm install and npm compile.
  6. Finally: npm start
  7. Point your web browser to http://localhost:3000, map an existing legacy Web API through the GUI and click the "Save API" button.
  8. Point your HAL-browser to http://localhost:3000/api/ to access the legacy API as if it were a HAL Hypermedia API.

api-explorer's People

Contributors

mb21 avatar

Watchers

 avatar

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.