Пример #1
0
 //Use custom BaseURL
 public FNAPI(string _APIKey, string _BaseURL, FNLanguage _Language = FNLanguage.EN)
 {
     APIKey             = _APIKey;
     Language           = _Language;
     restClient.BaseUrl = new Uri(_BaseURL);
 }
Пример #2
0
 public FNAPI(string _APIKey, FNLanguage _Language = FNLanguage.EN)
 {
     APIKey   = _APIKey;
     Language = _Language;
 }