/// <summary> /// /// </summary> private ServerAPIManager() { #if DEBUG //Uri serviceUrl = new Uri("https://ringo-server.f-secure.com"); Uri serviceUrl = new Uri("https://ringo-test-environment.herokuapp.com"); #else Uri serviceUrl = new Uri("https://ringo-server.f-secure.com"); #endif Request = new ServerAPIRequest(serviceUrl, SettingsManager.CurrentUser.BackendId, SettingsManager.AuthToken); }
public RequestExecutor(ServerAPIRequest parent) { this.Parent = parent; }