Skip to content

Instantly share code, notes, and snippets.

@makyo
Last active February 17, 2017 00:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save makyo/1891a234921a886b6b9ec309e5f00b54 to your computer and use it in GitHub Desktop.
Save makyo/1891a234921a886b6b9ec309e5f00b54 to your computer and use it in GitHub Desktop.
this.controllerAPI.getDefaultCloudName((error, name) => {
this.controllerAPI.getClouds([name], (error, data) => {
debugger;
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment