powered by
Create API object from Swagger specification
get_api(url, config = NULL)
Api url (can be json or yaml format)
httr::config() curl options.
API object
See also get_operations and get_schemas
get_operations
get_schemas
# NOT RUN { # create operation and schema functions api <- get_api(api_url) operations <- get_operations(api) schemas <- get_schemas(api) # }
Run the code above in your browser using DataLab