req_rigma_agent {Rigma} | R Documentation |
Add metadata to Rigma request
Description
Extra metadata attached to httr2 request object before performing the request.
Usage
req_rigma_agent(
req,
token = NULL,
user_agent = "Rigma https://github.com/AleKoure/Rigma"
)
Arguments
req |
httr2_request object |
token |
Figma API access token. If |
user_agent |
string with user agent. Defaults to "Rigma https://github.com/AleKoure/Rigma" |
Value
httr2_request object with Figma token heater, user agent and retry specifications.
[Package Rigma version 0.3.0 Index]