blob: c88756b5714124b938ec539445233b8e768ee3bb [file] [log] [blame]
Joe Gregorio41cf7972010-08-18 15:21:06 -04001TODO
2====
Joe Gregoriofbf9d0d2010-08-18 16:50:47 -04003
Joe Gregorio41cf7972010-08-18 15:21:06 -04004 - Unit tests against copies of current discovery docs
5
6 - Flag required parameters
7
8 - Check the regex when accepting values
9
10 - OAuth cmdline sample should start local http server to catch response.
11
Joe Gregoriofbf9d0d2010-08-18 16:50:47 -040012 - Caching of discovery doc
13
Joe Gregoriofbf9d0d2010-08-18 16:50:47 -040014
15 - Layered user-agent header, ala 'my-buzz-client/1.0 google-api-python-client/0.2 httplib2/0.6'
Joe Gregorio41cf7972010-08-18 15:21:06 -040016
Joe Gregorio41cf7972010-08-18 15:21:06 -040017
18 - Requests for multiple APIs at one time.
19
20 - 2.x and 3.x compatible
21
22
23
ade@google.com6a05e7d2010-10-05 00:29:51 -070024DONE
25====
26
27 - Implement requests as Command objects, either for immediate
28 execution, or for batching.
29
30 - Add in 'Extra Discovery' for pagination