Broke out the moderator and buzz samples into their own directories. Also added more functionality to the buzz sample.
diff --git a/apiclient/discovery.py b/apiclient/discovery.py
index 954ad6c..e71e990 100644
--- a/apiclient/discovery.py
+++ b/apiclient/discovery.py
@@ -99,7 +99,7 @@
       return (headers, path_params, query, simplejson.dumps(model))
 
   def build_query(self, params):
-    params.update({'alt': 'json', 'prettyprint': 'true'})
+    params.update({'alt': 'json'})
     astuples = []
     for key, value in params.iteritems():
       if getattr(value, 'encode', False) and callable(value.encode):