Function openapi_version

Source
pub fn openapi_version() -> &'static str
Expand description

§Returns the version of the openapi spec

Version number of the openapi file that the crate has been generated from.

§Example

assert_eq!(dsh_api::openapi_version(), "1.9.0");