Skip to content

Instantly share code, notes, and snippets.

@andymckay
Created October 17, 2011 22:00
Show Gist options
  • Save andymckay/1293961 to your computer and use it in GitHub Desktop.
Save andymckay/1293961 to your computer and use it in GitHub Desktop.
amo = AMOOAuth(domain="addons.mozilla.org", port=443,
protocol='https', prefix='z')
amo.set_consumer(consumer_key='xxx',
consumer_secret='xxx')
versions = amo.get_versions(212428)
print versions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment