# Functions
DeletePackage deletes a package.
DownloadPackageFile serves the content of a package.
EnumeratePackages serves the package list.
EnumeratePackagesLatest serves the list of the latest version of every package.
EnumeratePackagesPreRelease is not supported and serves an empty list.
GetAllPackagesVersions returns a custom text based format containing information about all versions of all rubygems.
GetPackageInfo returns a custom text based format for the single rubygem with a line for each version of the rubygem ref: https://guides.rubygems.org/rubygems-org-compact-index-api/.
ServePackageSpecification serves the compressed Gemspec file of a package.
UploadPackageFile adds a file to the package.