Module: UnderFire

Included in:
CLI, Client
Defined in:
lib/under_fire.rb,
lib/under_fire/cli.rb,
lib/under_fire/client.rb,
lib/under_fire/version.rb,
lib/under_fire/base_query.rb,
lib/under_fire/album_fetch.rb,
lib/under_fire/api_request.rb,
lib/under_fire/album_search.rb,
lib/under_fire/api_response.rb,
lib/under_fire/registration.rb,
lib/under_fire/configuration.rb,
lib/under_fire/album_toc_search.rb

Overview

A wrapper library for the Gracenote web API that also provides a command line executable (under-fire).

Defined Under Namespace

Classes: APIRequest, APIResponse, AlbumFetch, AlbumSearch, AlbumTOCSearch, BaseQuery, CLI, Client, Configuration, Registration

Constant Summary collapse

VERSION =

Because I always forget:

Given a version number MAJOR.MINOR.PATCH, increment the:

MAJOR version when you make incompatible API changes,
MINOR version when you add functionality in a backwards-compatible manner, and
PATCH version when you make backwards-compatible bug fixes.
Refer to: http://semver.org/
"0.7.0"