This directory contains scripts that demonstrate some possible uses of the Registry API.
- openapi.sh builds and analyzes a collection of APIs from the OpenAPI Directory, a curated collection of OpenAPI descriptions of public APIs.
- disco.sh builds and analyzes a collection of APIs described by the Google API Discovery Service.
- protos.sh builds and analyzes a collection of APIs described by Protocol Buffer files distributed with the googleapis repo.
These scripts expect that the PROJECT
is set to the id of the registry
project. For self-hosted (open source) installations, you can set this variable
by sourcing setup-project.sh as follows:
. setup-project.sh
This creates a project named sample
.