Creating a client ================= To perform any operation, a client must be created. This is simply performed, first by importing the required libraries, then instantiating the client:: import gdata.docs.client import gdata.docs.data client = client.DocsClient() The client should then be authorized, see :ref:`docs-auth`, before performing requests.