Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding code templates for users #25

Closed
stephnr opened this issue Jan 31, 2014 · 1 comment
Closed

Adding code templates for users #25

stephnr opened this issue Jan 31, 2014 · 1 comment
Assignees

Comments

@stephnr
Copy link
Contributor

stephnr commented Jan 31, 2014

This is a continuation from a previous post. #24

The goal is to create sample templates that users can download for accessing the Amazon API.

In addition, I believe we could streamline the process of data retrieval by creating methods that return json formatted data (or XML formatted). <-- perhaps have that as an option.

Examples:

import bottlenose

response = amazon.ItemLookup(ItemId="1449372422", ResponseGroup="Images")

images = bottlenose.parseImages(response)

for image in images:
    print image.URL
@ghost ghost assigned dlo Jan 31, 2014
@stephnr
Copy link
Contributor Author

stephnr commented Sep 10, 2014

Any progress on this feature?

@stephnr stephnr closed this as completed Dec 12, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants