@leansdk/leanrc
Version:
LeanRC is a MVC framework for creating graceful applications
22 lines (16 loc) • 410 B
text/coffeescript
module.exports = (Module) ->
{
NilT
FuncG
NotificationInterface
RequestProxy
SimpleCommand
} = Module.NS
class SendRequestCommand extends SimpleCommand
Module
execute: FuncG(NotificationInterface, NilT),
default: ->
proxy = .retrieveProxy RequestProxy::REQUEST_PROXY
proxy.request {}