Artifact Hub Packages API
Search and retrieve cloud-native packages
Operations 75
GET
/packages/knative-client-plugin/{repoName}/{packageName}/{version}
Get package version details
#
GET
/packages/{repoKindParam}/{repoName}/{packageName}/changelog.md
Get package's changelog in markdown format
#
GET
/packages/{repoKindParam}/{repoName}/{packageName}/production-usage
Get a summary of which of the organizations the user belongs to are using the package in production
#
POST
/packages/{repoKindParam}/{repoName}/{packageName}/production-usage/${orgName}
Add organization to package's production users list
#
DELETE
/packages/{repoKindParam}/{repoName}/{packageName}/production-usage/${orgName}
Delete organization from package's production usage list
#