Support cookbook in connectapi
: Viewing Execution Environment Runtimes
#313
Labels
cookbook
Supporting recipes in the Connect Cookbook
The code below imagines a basic / bare-bones approach, but execution environments are a resource class with CRUD methods, so — thinking about it, that should be our approach.
So, this looks like
Viewing Execution Environment Runtimes
Notes
The subsetting looks kinda janky. I'm assuming here that(3) a list of environments, each an object with multiple fields including runtimes;environments
is a list of environments with more than just runtimes, but if all we care about here is runtimes, I guess I could imagine a few return formats: (1) a data frame with a column for environment name; (2) a list of environments, each a list with multiple fields including runtimes;(4) a list of runtime tibbles.[Update] We should do number (3).The text was updated successfully, but these errors were encountered: