Github API - Test Config

PackageType [enum]

The possible types of a package.

Possible values
DEBIAN

A debian package.

DOCKER

A docker image.

Deprecated: DOCKER will be removed from this enum as this type will be migrated to only be used by the Packages REST API. Removal on 2021-06-21 UTC.
MAVEN

A maven package.

Deprecated: MAVEN will be removed from this enum as this type will be migrated to only be used by the Packages REST API. Removal on 2023-02-10 UTC.
NPM

An npm package.

Deprecated: NPM will be removed from this enum as this type will be migrated to only be used by the Packages REST API. Removal on 2022-11-21 UTC.
NUGET

A nuget package.

Deprecated: NUGET will be removed from this enum as this type will be migrated to only be used by the Packages REST API. Removal on 2022-11-21 UTC.
PYPI

A python package.

RUBYGEMS

A rubygems package.

Deprecated: RUBYGEMS will be removed from this enum as this type will be migrated to only be used by the Packages REST API. Removal on 2022-12-28 UTC.
API:
Github GraphQL API