Home | History | Annotate | Download | only in service_account

Lines Matching refs:http

10 #      http://www.apache.org/licenses/LICENSE-2.0
48 # Create an httplib2.Http object to handle our HTTP requests and authorize
50 http = httplib2.Http()
51 http = credentials.authorize(http)
53 service = build("tasks", "v1", http=http)
56 lists = service.tasklists().list().execute(http=http)