Updating Python AdX Buyer REST Samples to v1.3

Reviewed in https://codereview.appspot.com/13568043/.
This commit is contained in:
Joe Gregorio
2013-09-05 12:53:31 -04:00
parent 65a0806dbc
commit 959d241c71
5 changed files with 5 additions and 5 deletions

View File

@@ -31,7 +31,7 @@ from oauth2client import client
def main(argv):
# Authenticate and construct service.
service, flags = sample_tools.init(
argv, 'adexchangebuyer', 'v1.2', __doc__, __file__,
argv, 'adexchangebuyer', 'v1.3', __doc__, __file__,
scope='https://www.googleapis.com/auth/adexchange.buyer')
try:

View File

@@ -40,7 +40,7 @@ argparser.add_argument('buyer_creative_id',
def main(argv):
# Authenticate and construct service.
service, flags = sample_tools.init(
argv, 'adexchangebuyer', 'v1.2', __doc__, __file__, parents=[argparser],
argv, 'adexchangebuyer', 'v1.3', __doc__, __file__, parents=[argparser],
scope='https://www.googleapis.com/auth/adexchange.buyer')
account_id = flags.account_id

View File

@@ -31,7 +31,7 @@ from oauth2client import client
def main(argv):
# Authenticate and construct service.
service, flags = sample_tools.init(
argv, 'adexchangebuyer', 'v1.2', __doc__, __file__,
argv, 'adexchangebuyer', 'v1.3', __doc__, __file__,
scope='https://www.googleapis.com/auth/adexchange.buyer')
try:

View File

@@ -43,7 +43,7 @@ argparser.add_argument('agency_id', type=int,
def main(argv):
# Authenticate and construct service.
service, flags = sample_tools.init(
argv, 'adexchangebuyer', 'v1.2', __doc__, __file__, parents=[argparser],
argv, 'adexchangebuyer', 'v1.3', __doc__, __file__, parents=[argparser],
scope='https://www.googleapis.com/auth/adexchange.buyer')
account_id = flags.account_id

View File

@@ -39,7 +39,7 @@ argparser.add_argument('cookie_matching_url',
def main(argv):
# Authenticate and construct service.
service, flags = sample_tools.init(
argv, 'adexchangebuyer', 'v1.2', __doc__, __file__, parents=[argparser],
argv, 'adexchangebuyer', 'v1.3', __doc__, __file__, parents=[argparser],
scope='https://www.googleapis.com/auth/adexchange.buyer')
account_id = flags.account_id