Skip to content

Instantly share code, notes, and snippets.

@triceam
Created December 14, 2016 21:40
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 triceam/f34eb2d23bccaa4b7d4cfc17912b036c to your computer and use it in GitHub Desktop.
Save triceam/f34eb2d23bccaa4b7d4cfc17912b036c to your computer and use it in GitHub Desktop.
var openwhisk = require('openwhisk’);
function main(params) {
var wsk = openwhisk({ignore_certs: true})
//do stuff
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment