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 Authentication and Authorization, before performing requests.

Previous topic

Google Documents List API

Next topic

Authentication and Authorization

This Page