(version)
| 121 | ) |
| 122 | |
| 123 | export function isApiVersioned(version) { |
| 124 | return allVersions[version] && allVersions[version].apiVersions.length > 0 |
| 125 | } |
| 126 | |
| 127 | // Currently the versions from the OpenAPI do not match the versions on Docs. |
| 128 | // There is a mapping between the version names. This gets the Docs version from |
no outgoing calls
no test coverage detected