C# Class Drey.Server.Modules.NugetUploadModule

Mimic's the Nuget API for syndication of packages
Inheritance: Nancy.NancyModule
Afficher le fichier Open project: dealproc/Drey

Méthodes publiques

Méthode Description
NugetUploadModule ( IPackageService packageService, INugetApiClaimsValidator claimsValidator ) : Drey.Server.Logging

Initializes a new instance of the NugetUploadModule class.

Private Methods

Méthode Description
DeleteReleaseAsync ( dynamic args, CancellationToken ct ) : Task

Deletes a release from the package store.

ParseAndStorePackage ( dynamic _, CancellationToken ct ) : Task

Receives a nuget package; parses it, and stores the package to a persistent storage for later retrieval.

Method Details

NugetUploadModule() public méthode

Initializes a new instance of the NugetUploadModule class.
public NugetUploadModule ( IPackageService packageService, INugetApiClaimsValidator claimsValidator ) : Drey.Server.Logging
packageService IPackageService The package service.
claimsValidator INugetApiClaimsValidator
Résultat Drey.Server.Logging