|
|
|
|
using isn.abst;
|
|
|
|
|
|
|
|
|
|
namespace isnd.Entities
|
|
|
|
|
{
|
|
|
|
|
public static class ApiConfig
|
|
|
|
|
{
|
|
|
|
|
public const string Index = "/index.json";
|
|
|
|
|
public const string Catalog = "/catalog";
|
|
|
|
|
public const string Package = "/package";
|
|
|
|
|
public const string Search = "/search";
|
|
|
|
|
public const string AutoComplete = "/autocomplete";
|
|
|
|
|
public const string Registration = "/registration";
|
|
|
|
|
|
|
|
|
|
public const string Nuspec = "/nuspec";
|
|
|
|
|
public const string Content = "/content";
|
|
|
|
|
public const string Nuget = "/nuget";
|
|
|
|
|
|
|
|
|
|
public const string Find = "/index/FindPackagesById()"; // /FindPackagesById()?id='isn.abst'&semVerLevel=2.0.0
|
|
|
|
|
}
|
|
|
|
|
}
|