View source: R/faasr_client_api_openwhisk.R
faasr_register_workflow_openwhisk_check_exists | R Documentation |
Check the remote repository is existing on the openwhisk by sending the GET request. If it exists, return TRUE, doesn't exist, return FALSE
faasr_register_workflow_openwhisk_check_exists(ssl, action, server, faasr)
ssl |
SSL CA check; for the SSL certificate: FALSE |
action |
a string for the target action: /actions, /triggers, /rules |
server |
a string for the target server |
faasr |
a list form of the JSON file |
a logical value; if exists, return TRUE, doesn't exist, return FALSE
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.