Description Usage Arguments Value
Construct the URL for the API call
1 2 3 4 5 6 | create_mc_url(
endpoint,
path = NULL,
parameters = NULL,
key = Sys.getenv("MEDIACLOUD_API_KEY")
)
|
endpoint |
MediaCloud API endpoint (without /api/v2) |
path |
Additional path to add to the endpoint |
parameters |
A named list with query parameters |
key |
MediaCloud API key |
A string with the call URL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.