Did you know ... Search Documentation:
Packs (add-ons) for SWI-Prolog

Package "amazon_api"

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

Reviews

No reviews. Create the first review!.

Details by download location

VersionSHA1#DownloadsURL
0.0.162cd2cefd6582cc937e2753a31b35d86046cf1203http://packs.ndrix.com/amazon_api/amazon_api-0.0.1.tgz
0.0.26370382eb4f14bc81cb9e0d8cff38cd5903ca6b94http://packs.ndrix.com/amazon_api/amazon_api-0.0.2.tgz
0.0.3677ac59972cee84a22dee73d2d4571acc5cc2f3277http://packs.ndrix.com/amazon_api/amazon_api-0.0.3.tgz

Synopsis

:- use_module(library(amazon_api)).
?- build_agent(Agent, ...),
   item_lookup(Agent, 'B00000DMAX', Item),
   title(Item, Title).
Title = 'Mario Kart 64'.

Description

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.

Changes in this Version

  • Remove redundant URI encoding in V7.1.13 and later

Installation

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

author
- Michael Hendricks <michael@ndrix.org>
license
- BSD

Contents of pack "amazon_api"

Pack contains 4 files holding a total of 9.6K bytes.