request_figma {Rigma} | R Documentation |
Create a request for the Figma API with an optional method
Description
Use httr2::request()
to create a request with error handling an optionally
specified method.
Usage
request_figma(base_url = "https://api.figma.com", method = NULL, token = NULL)
Arguments
base_url |
Base URL for request. Defaults to |
method |
Custom HTTP method |
token |
Figma API access token. If |
[Package Rigma version 0.3.0 Index]