Class CliUrls
Assembly: Volo.Abp.Cli.Core.dll
Syntax
public static class CliUrls
Fields
AccountAbpIo
Declaration
public const string AccountAbpIo = "https://account.abp.io/"
Field Value
AccountAbpIoDevelopment
Declaration
public const string AccountAbpIoDevelopment = "https://localhost:44333/"
Field Value
AccountAbpIoProduction
Declaration
public const string AccountAbpIoProduction = "https://account.abp.io/"
Field Value
LatestVersionCheckFullPath
Declaration
public const string LatestVersionCheckFullPath = "https://raw.githubusercontent.com/abpframework/abp/dev/latest-versions.json"
Field Value
NuGetRootPath
Declaration
public const string NuGetRootPath = "https://nuget.abp.io/"
Field Value
NuGetRootPathDevelopment
Declaration
public const string NuGetRootPathDevelopment = "https://localhost:44373/"
Field Value
NuGetRootPathProduction
Declaration
public const string NuGetRootPathProduction = "https://nuget.abp.io/"
Field Value
WwwAbpIo
Declaration
public const string WwwAbpIo = "https://abp.io/"
Field Value
WwwAbpIoDevelopment
Declaration
public const string WwwAbpIoDevelopment = "https://localhost:44328/"
Field Value
WwwAbpIoProduction
Declaration
public const string WwwAbpIoProduction = "https://abp.io/"
Field Value
Methods
GetApiDefinitionUrl(string, ApplicationApiDescriptionModelRequestDto)
Declaration
public static string GetApiDefinitionUrl(string url, ApplicationApiDescriptionModelRequestDto model = null)
Parameters
Returns
GetNuGetPackageInfoUrl(string, string)
Declaration
public static string GetNuGetPackageInfoUrl(string apiKey, string packageId)
Parameters
Returns
GetNuGetPackageSearchUrl(string, string)
Declaration
public static string GetNuGetPackageSearchUrl(string apiKey, string packageId)
Parameters
Returns
GetNuGetServiceIndexUrl(string)
Declaration
public static string GetNuGetServiceIndexUrl(string apiKey)
Parameters
Type |
Name |
Description |
string |
apiKey |
|
Returns