C# Class Warehouse.Api.REST.RestAPI

Mostrar archivo Open project: Starcounter/Warehouse

Public Methods

Method Description
Register ( ) : void

Register

Private Methods

Method Description
GetAllSuiteContentVersion ( Suite suite, string starcounterVersion = null ) : IList

Get All software Content Versions of an suite

GetSoftwareVersions ( Software software, IList result, string starcounterVersion = null ) : bool

Get All Software versions, compatible with a starcounter version or the latest. If a Suite then the result will contain it's content's versions

Method Details

Register() public static method

Register
public static Register ( ) : void
return void