Sha256: 78372b9b74afdd17e864ada5c43ba770666fcb27b2aedb69f0a77919d5787836

Contents?: true

Size: 676 Bytes

Versions: 4

Compression:

Stored size: 676 Bytes

Contents

#dlink - Deep Link Service
The **deep_link** service requires the `dlink` module to function. It implements the function `dlink_notify_handler` which is called by the `dlink` 
module. All controllers that include this service will receive the `dlink_req` event with the parameters `{url: url, params: params}` via a
asynchronous event. An example of the `url` and `params` in `http://google.com/test?foo=bar` would be `{url: "http://google.com/test", {foo: "bar"}}`

##Spec behaviours
When a request is made to the `dlink` port, see the `dlink` module for the port, any controllers registered to
this service should receive the `dlink:reqeust` with the appropriate parameters

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
flok-0.0.105 docs/services/dlink.md
flok-0.0.103 docs/services/dlink.md
flok-0.0.102 docs/services/dlink.md
flok-0.0.101 docs/services/dlink.md