gemini_api_call | R Documentation |
gemini_api_call
gemini_api_call(key, secret, path, method, timeout_seconds = 60)
key |
your API key for Gemini |
secret |
your secret key for Gemini |
path |
your API endpoint |
method |
"GET" or "POST" |
timeout_seconds |
seconds until the query times out. Default is 60. |
returns data from your Gemini API call
## Not run:
key <- "..."
secret <- "..."
path <- "/v1/mytrades"
method <- "POST"
data <- gemini_api_call(key, secret, path, method)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.