A Koa.js library for building Atlassian Connect HipChat add-ons
Homepage Repository npm JavaScript Download
npm install ac-koa-hipchat@0.1.6
A Node.js and Koa.js-based library for building HipChat Connect add-ons.
While this is still a pre-1.0 release, the API has mostly stabilized. Future versions may still include backward-incompatible changes, but the risk of that now is relatively low.
To create and install a simple HipChat add-on, please see our Getting Started guide.
The example illustrated in the Getting Started guide comes from the following example project:
See these additional add-ons for more complete examples:
This library provides help with many aspects of add-on development, such as:
In these documentation pages, we use the terms ctx
and 'Koa context' interchangeably to refer to the context object that contains both standard Koa request/response data and objects and this library's request objects and services.
Frequently asked questions, helpers and tips: FAQ