2013-04-05 6 views

답변

2

service.py 모듈 크게 v2 구현 client.py을 도입함으로써 개선 된 라이브러리의 v1 구현에 사용 하였다. 나머지 GData API의 대부분 (전부는 아님)은 client 구현 만 사용합니다. sourceclient.py의에서

:

"""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. 
"""