Module: NicAr

Defined in:
lib/nic_ar.rb,
lib/nic_ar/client.rb,
lib/nic_ar/version.rb

Overview

NicAr is the official Ruby gem for accessing the nic!alert API. See the README.rdoc

Defined Under Namespace

Classes: CaptchaError, Client, ExpectationError, NoContent, NotFound, PreconditionError, RequestError, ServiceError, TimeoutError, UnavailableError

Constant Summary collapse

API_URI =

The base URI for the nic!alert API

'http://api.nicalert.me/v1'
VERSION =

This Gem version does not map the API version in any way.

'0.4.1'