View source: R/faasr_client_api_openwhisk.R
faasr_ow_httr_request | R Documentation |
the help function to send the curl request to the openwhisk by using the "httr" library.
faasr_ow_httr_request(
faasr,
server,
action,
type,
body = list(),
ssl = TRUE,
namespace = NULL
)
faasr |
a list form of the JSON file |
server |
a string for the target server |
action |
a string for the target action: /actions, /triggers, /rules |
type |
REST API values; GET/PUT/DELETE/PATCH/POST |
body |
a list of body |
ssl |
SSL CA check; for the SSL certificate: FALSE |
namespace |
a string for the specific namespace e.g., /whisk.system |
an integer value for the response
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.