Hedwig v1.0.1 Hedwig View Source

Hedwig Application

Starting a robot

{:ok, pid} = Hedwig.start_robot(MyApp.Robot, name: "alfred")

Stopping a robot

Hedwig.stop_client(pid)

Link to this section Summary

Functions

Starts a robot with the given configuration

Stops a robot with the given PID

List all robots

Link to this section Functions

Link to this function start_robot(robot, opts \\ []) View Source

Starts a robot with the given configuration.

Stops a robot with the given PID.

List all robots.