Skip to content

paulbowler/amazon-ecs-clj

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# amazon.product

Clojure function to create correctly formatted and signed HTTP requests for use with Amazon Product API (formerly ECS)
See: http://docs.amazonwebservices.com/AWSECommerceService/latest/DG/ for API

Solution based on Amazon Java example
See: http://docs.amazonwebservices.com/AWSECommerceService/latest/DG/index.html?AuthJavaSampleSig2.html

## Usage

get-amazon-url <domain> <access-key> <secret-key> <associate-id> {parameter map}

See tests for more examples.

## Installation

Download and then add the following to your ns declaration: 
	(:use [amazon.product])	

## License

Copyright (C) 2010 Paul Bowler

Distributed under the Eclipse Public License, the same as Clojure.

About

Clojure wrapper for Amazon Advertising API (ECS )

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published