0.0.2 • Published 10 years ago
hubot-mashery v0.0.2
Hubot Mashery

This script is designed to be used with a Hubot to interact with the Mashery API.
Adding to Your Hubot
See full instructions here.
npm install hubot-mashery --save(updates yourpackage.jsonfile)- Open the
external-scripts.jsonfile in the root directory (you may need to create this file) and add an entry to the array (e.g.[ 'hubot-mashery' ]).
Commands
hubot mashery services- Show list of serviceshubot mashery endpoints <serviceId>- Show list of endpoints for a given service
Suggested Setup
- The form fields presented there are, in order, the following Hubot environment variables:
MASHERY_UNMASHERY_PWMASHERY_API_KEYMASHERY_SECRETMASHERY_AREA_UUID- Register the five values as environment variables when starting your bot (as usual with Hubot scripts) using
exportorheroku config:setor whatever applies to your Hubot hosting environment.
0.0.2
10 years ago