Skip to contents

List all APIs in the directory. Returns links to the OpenAPI definitions for each API in the directory. If API exist in multiple versions preferred one is explicitly marked. Some basic info from the OpenAPI definition is cached inside each object. This allows you to generate some simple views without needing to fetch the OpenAPI definition for each API.

Usage

list_apis()

Value

A schema_apis() tibble.

Examples

if (FALSE) { # interactive()
list_apis()
}