Unleash v0.2.0 API Reference
Modules
Used to get all available strategies in the client. You can add your strategies to the client by extending this module
Used to extend the client and create custom strategies. To do so, use
this
module within your custom strategy and implmenent enabled?/2
. Provide a
name that is human-readable, as it is logged.
Requires :user_id
in Unleash.context/0
Does not require anything in Unleash.context/0
Does not require anything in Unleash.context/0
Does not require anything in Unleash.context/0
Requires :session_id
in Unleash.context/0
Requires :user_id
in Unleash.context/0
Requires :remote_address
in Unleash.context/0
Utilities that might help you create your own strategies.