Todo.txt in adwords4r-0.5 vs Todo.txt in adwords4r-0.6
- old
+ new
@@ -1,7 +1,19 @@
adwords4r todo list
---
- use XSD::CodeGen::GenSupport.capitalize and unCapitalize instead of my own methods
+- use SOAP::Property.loadproperty
+0% ruby -rpp -rsoap/property -e 'pp
+SOAP::Property.loadproperty("adwords.properties")'
+#<SOAP::Property:0xb7ebd5b8
+ @hook={},
+ @locked=false,
+ @self_hook=[],
+ @store=
+ {"password"=>"my_very_secret_password",
+ "useragent"=>"P@ playing with the API from ruby",
+ "token"=>"my_token",
+ "email"=>"toto@example.com"}>
- fix the bug in reports
- handling quota management in the driver
- pass in a hash for complex objects
- comments everywhere, rdoc
- documentation