Skip to content
This repository was archived by the owner on Mar 8, 2019. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,14 @@ Otherwise it will use `multi_json`'s bundled json parser.
## Basic usage

The gem has been implemented with the idea that requests can be done in
parallel using [Typhoeus](https://github.com/dbalatero/typhoeus).
parallel using [Typhoeus](https://github.com/typhoeus/typhoeus).

First the API key and base URL need to be configured properly:

Amiando.base_url = 'https://www.amiando.com'
Amiando.api_key = 'your API key'

To get API key use this [link](http://developers.amiando.com/index.php/How_to_get_your_API_key).

You can query multiple requests and run then like this:

Expand Down