tasque r176 - in trunk: . RtmNet



Author: sharm
Date: Tue Dec 23 05:35:53 2008
New Revision: 176
URL: http://svn.gnome.org/viewvc/tasque?rev=176&view=rev

Log:
* tasque/RtmNet/Rtm.cs: Update REST URL base. Beginning of fix for bug
  #562026.

Modified:
   trunk/ChangeLog
   trunk/RtmNet/Rtm.cs

Modified: trunk/RtmNet/Rtm.cs
==============================================================================
--- trunk/RtmNet/Rtm.cs	(original)
+++ trunk/RtmNet/Rtm.cs	Tue Dec 23 05:35:53 2008
@@ -26,7 +26,7 @@
 	{
 #region [ Private Variables ]
 		private const string AuthUrl = "http://api.rememberthemilk.com/services/auth/";;
-		private const string BaseUrl = "http://api.rememberthemilk.com/services/rest";;
+		private const string BaseUrl = "http://api.rememberthemilk.com/services/rest/";;
 
 		private string apiKey;
 		private string apiToken;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]