Skip to contents

Build a cache path for an API spec

Usage

bunddev_spec_path(id)

Arguments

id

Registry id.

Value

File path where the API specification is cached (character scalar).

Details

Determines the cache file name based on the spec URL extension (.yaml/.json).

Examples

if (FALSE) { # \dontrun{
bunddev_spec_path("smard")
} # }