Example #1
0
 public QaseAPI(string url, string api_token)
 {
     _apiUrl    = url;
     _api_token = api_token;
     _api       = QaseServiceWebApiFactory.CreateWebApi(_apiUrl);
 }
Example #2
0
 public QaseAPI()
 {
     _api = QaseServiceWebApiFactory.CreateWebApi(_apiUrl);
 }