Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hakanensari/bezos

A utility library that signs requests to various Amazon APIs
https://github.com/hakanensari/bezos

Last synced: 23 days ago
JSON representation

A utility library that signs requests to various Amazon APIs

Awesome Lists containing this project

README

        

# Bezos

[![Build Status] [status]] [travis]

![bezos] [bezos]

## Description

Bezos timestamps and signs requests to various Amazon APIs.

## Installation

```bash
npm install bezos
```

## Usage

```coffee
Bezos = require 'bezos'

bezos = new Bezos 'secret'
bezos.sign 'GET'
, 'example.com'
, '/path'
, { foo: 1 }

[status]: https://secure.travis-ci.org/hakanensari/bezos.png
[travis]: http://travis-ci.org/hakanensari/bezos
[bezos]: http://f.cl.ly/items/0v1h130h3Q181s3W312e/bezos.png