1.0.1 • Published 7 years ago

apigateway v1.0.1

Weekly downloads
1
License
ISC
Repository
-
Last release
7 years ago

Prepare configure files under some directory

{
  "uri": "/applepen/:id",
  "method": "get",
  "req": {
    "pen": {
      "url": "https://chaus.herokuapp.com/apis/apigateway/pens/:params.id",
      "req": {
        "name": "query.name",
        "token": "cookies.token"
      }
    },
    "apple": {
      "url": "https://chaus.herokuapp.com/apis/apigateway/apples/:params.id"
    }
  },
  "res": {
    "id": "pen.id",
    "pen": "pen.name",
    "apple": "apple.name",
    "taste": "apple.taste"
  }
}

Setup server

specify directory and port

apigateway config 3000