plumber (version 1.0.0)

validate_api_spec: Validate OpenAPI Spec

Description

Validate an OpenAPI Spec using Swagger CLI which calls Swagger Parser.

Usage

validate_api_spec(pr, verbose = TRUE)

Arguments

pr

A Plumber API

verbose

Logical that determines if a "is valid" statement is displayed. Defaults to TRUE

Details

If the api is deemed invalid, an error will be thrown.

This function is VERY experimental and may be altered, changed, or removed in the future.

Examples

Run this code
# NOT RUN {
pr <- plumb_api("plumber", "01-append")
validate_api_spec(pr)
# }

Run the code above in your browser using DataCamp Workspace