Makes a GET request to the Pluto API and downloads a file via signed url
Usage
pluto_download(url_path, dest_filename, api_token = NULL)
Arguments
- url_path
URL path (e.g. "lab/projects/?limit=10")
- dest_filename
Filename for the downloaded file
- api_token
Optional API token, otherwise the PLUTO_API_TOKEN environment variable will be used