AllegroApiClient

TODO: Just a wrapper around httparty to make our lives easier

Installation

Add this line to your application's Gemfile:

gem 'allegro_api_client'

And then execute:

$ bundle

Or install it yourself as:

$ gem install allegro_api_client

Usage

require 'allegro_api_client'

api_client = ApiClient.new response = api_client.get(path:"/companies?key=id&value=Allegro Networks Ltd")