Module: ComicVine

Defined in:
lib/comic_vine.rb,
lib/comic_vine/cv_list.rb,
lib/comic_vine/version.rb,
lib/comic_vine/cv_object.rb

Overview

A simple Ruby interface to the ComicVine API (https://comicvine.gamespot.com/api/).

Set API.key and call resource methods on API:

ComicVine::API.key = "your-api-key"
ComicVine::API.volume 766
ComicVine::API.characters(limit: 5)
ComicVine::API.search "volume", "batman"

Defined Under Namespace

Classes: API, CVAPIError, CVConnectionError, CVError, CVHTTPError, CVList, CVObject, CVObjectList, CVParseError, CVRateLimitError, CVSearchList

Constant Summary collapse

VERSION =

The version of the comic_vine gem.

"1.0.0"