Module: EAAL

Defined in:
lib/eaal/eaal_result.rb,
lib/eaal/eaal.rb,
lib/eaal/eaal_cache.rb,
lib/eaal/eaal_rowset.rb,
lib/eaal/eaal_exception.rb

Overview

– EAAL by Peter Petermann <[email protected]> This library is licensed under the terms found in the LICENSE file distributed with it ++

Defined Under Namespace

Modules: Cache, Exception, Result, Rowset Classes: API

Constant Summary collapse

@@version =
"0.1.4"
@@version_string =

the version string, used as client name in http requests

"EAAL" +  EAAL.version
@@api_base =

the url used as basis for all requests, you might want to use gatecamper url or a personal proxy instead

"http://api.eve-online.com/"
@@additional_request_parameters =

hash, if :key => value pairs are added those will be added to each request

{}
@@cache =

caching object, see EAAL::Cache::FileCache for an Example

EAAL::Cache::NoCache.new