##// END OF EJS Templates
auth-token: expose fetched token in unified way into request attribute....
auth-token: expose fetched token in unified way into request attribute. - This will allow re-using exposed access token for HTTP views in single place - We will support also exposing tokens from url if special _auth_token will be used as url param - We'll no longer require double logic for extraction of URL/HEADER auth-tokens and have a single place to extract it.

File last commit:

r645:c8c27324 default
r4002:5f150e86 default
Show More
hipchat.rst
13 lines | 425 B | text/x-rst | RstLexer

Hipchat integration

In order to set a Hipchat integration up, it is necessary to obtain the Hipchat service url by:

  1. Log into Hipchat (https://your-hipchat.hipchat.com/)
  2. Go to Integrations -> Build your own
  3. Select a room to post notifications to and save it

Hipchat will create a URL for you to use in your integration as outlined in :ref:`creating-integrations`.