What is the different between gdata.client and gdata.service inside gdata-python-client? -
when reading both, seems targeting same thing , written same author. different between two?
thanks
the service.py
module used v1
implementation of library, improved introducing client.py
v2
implementation. (if not all) of remaining gdata apis use only client
implementation.
from source of client.py
:
"""provides client interact google data api servers. module used version 2 of google data apis. primary class in module gdclient. gdclient: handles auth , crud operations when communicating servers. gdataclient: deprecated client version 1 services. removed. """
Comments
Post a Comment