Learn R Programming

fortniteR (version 0.1.0)

fortnite_request: Create request for Fortnite Ecosystem API

Description

Create request for Fortnite Ecosystem API

Usage

fortnite_request(endpoint = "")

Value

An httr2 request object

Arguments

endpoint

API endpoint (appended to base URL)

Examples

Run this code
# Example showing request structure
endpoint <- "islands"
# This would construct an httr2 request object

if (FALSE) {
req <- fortnite_request("islands")
}

Run the code above in your browser using DataLab