Perform a GET request to the FlowFabric API
flowfabric_get.RdPerform a GET request to the FlowFabric API
Examples
if (FALSE) { # \dontrun{
# GET request to a FlowFabric endpoint
resp <- flowfabric_get("/datasets", token = flowfabric_get_token())
} # }