当我读到这两篇文章时,他们似乎都是针对同一件事,而且都是同一个作者写的。那么这两者之间有什么不同呢?
谢谢
发布于 2013-04-06 08:04:04
service.py模块用于库的v1实现,通过引入用于v2实现的client.py大大改进了该模块。大多数(如果不是全部)剩余的GData API只使用 client实现。
来自client.py的source
"""Provides a client to interact with Google Data API servers.
This module is used for version 2 of the Google Data APIs. The primary class
in this module is GDClient.
GDClient: handles auth and CRUD operations when communicating with servers.
GDataClient: deprecated client for version one services. Will be removed.
"""https://stackoverflow.com/questions/15829914
复制相似问题