Beispiel #1
0
 public DataSourcesServerLess(IHttpService httpService, SingletonServices settings)
 {
     this.httpService = httpService;
     baseUrl          = settings.BaseUrl;
     apiKey           = settings.ApiKey;
 }
Beispiel #2
0
 public Rules(IHttpService httpService, SingletonServices settings)
 {
     this.httpService = httpService;
     baseUrl          = settings.BaseUrl;
     apiKey           = settings.ApiKey;
 }
Beispiel #3
0
 public void InitSettings(SingletonServices settings)
 {
     baseUrl = settings.BaseUrl;
     apiKey  = settings.ApiKey;
 }
 public DataModelCreate(IHttpService httpService, SingletonServices settings)
 {
     this.httpService = httpService;
     baseUrl          = settings.BaseUrl;
     apiKey           = settings.ApiKey;
 }
Beispiel #5
0
 public DataIndexer(IHttpService httpService, SingletonServices settings)
 {
     this.httpService = httpService;
     baseUrl          = settings.BaseUrl;
     apiKey           = settings.ApiKey;
 }