-
Notifications
You must be signed in to change notification settings - Fork 33
Home
Tim Burks edited this page Oct 4, 2022
·
18 revisions
Welcome to the registry wiki! This is home for documentation of new features, work-in-progress, and discussion of general project goals.
- Analyzing APIs at Scale: Why do we need an API registry?
- Analyzing APIs in Public API Collections: Where can we find collections of API descriptions?
-
apigee/registry is the main project repository. It contains the
registry-server
API server and theregistry
command-line tool. -
apigee/registry-experimental contains experimental projects based on the registry. These include:
-
registry-experimental
, a similar command-line tool toregistry
that contains experimental subcommands. -
registry-graphql
, a demonstration of a GraphQL API based on the Registry API. -
apigee-export
, a command-line tool to pull information from an Apigee instance into registry deployment resources.
For more, see the cmd directory.
-
-
apigee/registry-viewer contains an experimental viewer for a registry, written using Flutter.
-
apigee/apigee-registry-maven-plugin contains a Maven plugin that can be used to upload API information to a registry.