lore-hook-connections

Allows you to describe the APIs your application will be consuming

Installation

First install the hook:

npm install lore-hook-connections --save

Then add the hook to your index.js file.

// index.js
import connections from 'lore-hook-connections';

lore.summon({
  hooks: {
    connections
  }
});