mojio-js-sdk
Version:
Mojio javascript REST client.
11 lines (7 loc) • 339 B
text/coffeescript
# @nodoc
module.exports = class SignalRNodeWrapper
constructor: () ->
subscribe: (hubName, method, observerId, subject, futureCallback, callback) ->
throw new Error("Not implemented")
unsubscribe: (hubName, method, observerId, subject, pastCallback, callback) ->
throw new Error("Not implemented")