Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hakanensari/bezos
- Owner: hakanensari
- License: mit
- Created: 2012-02-18T15:50:50.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-02-21T00:21:37.000Z (over 12 years ago)
- Last Synced: 2024-10-09T16:46:32.037Z (about 1 month ago)
- Language: CoffeeScript
- Homepage:
- Size: 92.8 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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