Giter Club home page Giter Club logo

blueprint-dynamic-mock's Introduction

Apiary Dynamic API Mock Server

Creates a mock server from a Blueprint API file with the posibility to dynamically bind Javascript function to API routes for dynamic content.

Installing

    git clone https://github.com/nicupavel/blueprint-dynamic-mock.git
    cd blueprint-dynamic-mock
    npm install

Using

  1. Add or download your Apiary/Blueprint API file (usually with .apib or .md extension)
  2. Edit config.json and set the path to the above API file
  3. Start mock server: npm run start
  4. Test: curl -X GET http://127.0.0.1:19090/api/4/machine/time

Customising

  1. Edit user/aliases.json and create any aliases for api routes if needed
  2. Edit user/responses.json and add any dynamic responses that you need for API calls. If none defined the static response from API file is returned. See responses.json for an example.

In depth example

This project is used in RainMachine Web UI Demo to mock the entire RainMachine API. rainmachine branch has the entire example that is used live. To run RainMachine example:

git checkout origin/rainmachine -b rainmachine
git submodule update --init --recursive
npm run start

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.