Constructs a base request with auth, user-agent, retry policy, and throttle.
Usage
air_req(endpoint, token = NULL, host = c("api", "content"))Arguments
- endpoint
Path appended to the host root (e.g.,
"meta/bases"or"appXXX/TableName").- token
Personal access token (resolved via
air_token()ifNULL).- host
Which Airtable host to target:
"api"(the default REST API athttps://api.airtable.com/v0) or"content"(the attachment-upload host athttps://content.airtable.com/v0).