View source: R/faasr_client_api_github-actions.R
faasr_httr_request | R Documentation |
the help function to send the curl request to the github by using the "httr" library.
faasr_httr_request(token, url, body = list(), type)
token |
a string for the github token |
url |
a string of url |
body |
a list of body |
type |
REST API values; GET/PUT/DELETE/PATCH/POST |
response: response status; 200/202/204/400/etc
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.