Did you know ... | Search Documentation: |
Packs (add-ons) for SWI-Prolog |
Title: | Interface to Amazon APIs |
---|---|
Rating: | Not rated. Create the first rating! |
Latest version: | 0.0.3 |
SHA1 sum: | 677ac59972cee84a22dee73d2d4571acc5cc2f32 |
Author: | Michael Hendricks <michael@ndrix.org> |
Maintainer: | Michael Hendricks <michael@ndrix.org> |
Packager: | Michael Hendricks <michael@ndrix.org> |
Home page: | http://packs.ndrix.com/amazon_api/index.html |
Download URL: | http://packs.ndrix.com/amazon_api/amazon_api-0.0.3.tgz |
Requires: | func |
uri_qq |
No reviews. Create the first review!.
Version | SHA1 | #Downloads | URL |
---|---|---|---|
0.0.1 | 62cd2cefd6582cc937e2753a31b35d86046cf120 | 3 | http://packs.ndrix.com/amazon_api/amazon_api-0.0.1.tgz |
0.0.2 | 6370382eb4f14bc81cb9e0d8cff38cd5903ca6b9 | 4 | http://packs.ndrix.com/amazon_api/amazon_api-0.0.2.tgz |
0.0.3 | 677ac59972cee84a22dee73d2d4571acc5cc2f32 | 81 | http://packs.ndrix.com/amazon_api/amazon_api-0.0.3.tgz |
:- use_module(library(amazon_api)). ?- build_agent(Agent, ...), item_lookup(Agent, 'B00000DMAX', Item), title(Item, Title). Title = 'Mario Kart 64'.
Make API calls to Amazon Web Services. This version has been tested with Amazon's Product Advertising API, but request/5 should work with other Amazon APIs too.
Using SWI-Prolog 6.3 or later:
?- pack_install(amazon_api).
This module uses semantic versioning.
Source code available and pull requests accepted at http://github.com/mndrix/amazon_api
Pack contains 4 files holding a total of 9.6K bytes.