메소드 | 설명 | |
---|---|---|
CreatePackagePost ( string apiKey ) : System.Web.Mvc.ActionResult | ||
CreatePackagePut ( string apiKey ) : System.Web.Mvc.ActionResult | ||
DeletePackage ( string apiKey, string id, string version ) : System.Web.Mvc.ActionResult | ||
GetNuGetExe ( ) : System.Web.Mvc.ActionResult | ||
GetPackage ( string id, string version ) : System.Web.Mvc.ActionResult | ||
GetPackageIds ( string partialId, bool includePrerelease ) : System.Web.Mvc.ActionResult | ||
GetPackageVersions ( string id, bool includePrerelease ) : System.Web.Mvc.ActionResult | ||
PublishPackage ( string apiKey, string id, string version ) : System.Web.Mvc.ActionResult | ||
T4MVC_ApiController ( ) : System | ||
VerifyPackageKey ( string apiKey, string id, string version ) : System.Web.Mvc.ActionResult |
public CreatePackagePost ( string apiKey ) : System.Web.Mvc.ActionResult | ||
apiKey | string | |
리턴 | System.Web.Mvc.ActionResult |
public CreatePackagePut ( string apiKey ) : System.Web.Mvc.ActionResult | ||
apiKey | string | |
리턴 | System.Web.Mvc.ActionResult |
public DeletePackage ( string apiKey, string id, string version ) : System.Web.Mvc.ActionResult | ||
apiKey | string | |
id | string | |
version | string | |
리턴 | System.Web.Mvc.ActionResult |
public GetNuGetExe ( ) : System.Web.Mvc.ActionResult | ||
리턴 | System.Web.Mvc.ActionResult |
public GetPackage ( string id, string version ) : System.Web.Mvc.ActionResult | ||
id | string | |
version | string | |
리턴 | System.Web.Mvc.ActionResult |
public GetPackageIds ( string partialId, bool includePrerelease ) : System.Web.Mvc.ActionResult | ||
partialId | string | |
includePrerelease | bool | |
리턴 | System.Web.Mvc.ActionResult |
public GetPackageVersions ( string id, bool includePrerelease ) : System.Web.Mvc.ActionResult | ||
id | string | |
includePrerelease | bool | |
리턴 | System.Web.Mvc.ActionResult |
public PublishPackage ( string apiKey, string id, string version ) : System.Web.Mvc.ActionResult | ||
apiKey | string | |
id | string | |
version | string | |
리턴 | System.Web.Mvc.ActionResult |
public VerifyPackageKey ( string apiKey, string id, string version ) : System.Web.Mvc.ActionResult | ||
apiKey | string | |
id | string | |
version | string | |
리턴 | System.Web.Mvc.ActionResult |