Esempio n. 1
0
        /// <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);
        }
Esempio n. 2
0
 public RequestExecutor(ServerAPIRequest parent)
 {
     this.Parent = parent;
 }