Beispiel #1
0
 public void OnPost()
 {
     AvModel = AlphaVantageHelper.GetAvSectorPerf(avKey.ApiKey);
 }
Beispiel #2
0
 public AvSectorModel(IOptions <ApiKeySettings.AlphaVantage> alpha)
 {
     avKey   = alpha.Value;
     AvModel = AlphaVantageHelper.GetAvSectorPerf(avKey.ApiKey);
 }