We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
compute summary
Currently it computes a histogram of MIME types:
shell:/# registry get artifacts/summary -o yaml apiVersion: apigeeregistry/v1 kind: Summary metadata: name: summary data: apis: 724 versions: 1234 specs: 1452 mimetypes: application/x.awsconfig+zip: 360 application/x.discovery+gzip: 410 application/x.graphql+gzip: 1 application/x.openapi+gzip;version=2.0: 324 application/x.openapi+gzip;version=3: 15 application/x.openapi+gzip;version=3.0.0: 2 application/x.openapi+gzip;version=3.0.1: 42 application/x.openapi+gzip;version=3.0.3: 2 application/x.protobuf+zip: 296
Let's do the same for the provider label, shown below in a sample API:
provider
shell:/# registry get apis/google.com-apigeeregistry -o yaml apiVersion: apigeeregistry/v1 kind: API metadata: name: google.com-apigeeregistry labels: provider: google-com source: import-google-protos updated: "2023-05-18" data: displayName: Google Apigee Registry API
We could "just" add a provider field similar to this one for mimeTypes.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently it computes a histogram of MIME types:
Let's do the same for the
provider
label, shown below in a sample API:We could "just" add a provider field similar to this one for mimeTypes.
The text was updated successfully, but these errors were encountered: