Author: fmantek
Date: Wed Sep  5 02:56:32 2007
New Revision: 230

Modified:
   trunk/clients/cs/samples/execrequest/main.cs

Log:
Added more comments

Modified: trunk/clients/cs/samples/execrequest/main.cs
==============================================================================
--- trunk/clients/cs/samples/execrequest/main.cs        (original)
+++ trunk/clients/cs/samples/execrequest/main.cs        Wed Sep  5 02:56:32 2007
@@ -27,7 +27,16 @@
 namespace Google.GData.Client.Samples
 {
     /// <summary>
-    /// simple pull app for a calendar
+    /// simple pull app for a GData Feed
+    ///   Usage is 
+    ///         ExecRequest <service> <cmd> <uri> <username> <password>, where 
cmd is QUERY, UPDATE, INSERT, DELETE 
+    ///   or 
+    ///         ExecRequest <service> <cmd> <uri> /a <authsubtoken> - to use a 
session token
+    ///   or
+    ///         ExecRequest <service> <cmd> <uri> /e <authsubtoken> - to 
exchance a one time token for a session token
+    /// 
+    ///     To upload data you can use a syntax like this:
+    ///         ExecRequest myService POST http://whereever [EMAIL PROTECTED] 
secret < uploadfile.xml
     /// </summary>
     class ExecRequest
     {

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Data API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/google-help-dataapi?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to