Creates a properly conigured instance of the KerbalDataManager class
Namespace: KerbalDataAssembly: KerbalData (in KerbalData.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static T Create<T>( string baseUri, ApiConfig config ) where T : class, IKerbalDataManager
Parameters
- baseUri
- Type:
System String
root Uri for the manager
- config
- Type: KerbalData.Configuration ApiConfig
configuration data to use
Type Parameters
- T
- model type handled by the manager
Return Value
configured instanceSee Also