deps.end
file need specify aidbox-sdk
as a reference to git.aidbox-sdk
in the main mailgun.core
fileaidbox/call
method send them information about the location of Aidbox and your application.aidbox/start
method, aidbox-sdk
try to connect to Aidbox
with given env.box.host
, env.app.id
and env.app.secret
credentials and then, if the connection is successful, register your app in Aidbox. After that, aidbox/sdk
create local web server running on env.app.port
port, in our case is 8989
.