Create an object with the following interface:
(void function(["", "", "", ...])) Remote.set("[target]")
This function should send a request to the attached Hub.
(promise function(["", "", "", ...])) Remote.get("[target]")
This function should send a request to the attached Hub. It should also attache a handler to the hub that license to a return value.
Requirements
[explain the concrete changes to the project needed for your feature, example below]
Other thoughts
[explain any other ideas or thoughts you have about this feature.]
Create an object with the following interface:
Requirements
[explain the concrete changes to the project needed for your feature, example below]
Other thoughts
[explain any other ideas or thoughts you have about this feature.]