没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
oss.trustie.net/open_source_projects | 主页 > 开源项目社区 > base4r |
base4r
|
0 | 0 | 3 |
贡献者 | 讨论 | 代码提交 |
Client for the Google Base API implemented in RubyBase4R is currently able to create and update Google Base items. Support for querying the Base API could be added in the future, contributions are welcome.
2009-05-28I have exported the code to github for anyone that prefers to use git http://github.com/doooks/base4r/tree/master ==
2008-08-18 API docs updated.2008-08-17 Updated to v0.2Add a required "unique_id" attribute to Item, as this is now required for all Base items see http://base.google.com/support/bin/answer.py?answer=78170#id. Workaround xml formatting weirdness that has appeared since I last ran the unit tests by removing inter-tag whitespace in unit tests. Remove the default values for "target_country" and "item_lang" in the constructor for UniversalItem and ProductItem to make the code a little less Brit-centric.