fortnite_request | R Documentation |
Create request for Fortnite Ecosystem API
fortnite_request(endpoint = "")
endpoint |
API endpoint (appended to base URL) |
An httr2 request object
# Example showing request structure
endpoint <- "islands"
# This would construct an httr2 request object
## Not run:
req <- fortnite_request("islands")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.