Module: EVEApi
- Defined in:
- lib/eveapi.rb,
lib/eveapi/util.rb,
lib/eveapi/crest.rb,
lib/eveapi/client.rb,
lib/eveapi/request.rb,
lib/eveapi/version.rb,
lib/eveapi/alliance.rb,
lib/eveapi/character.rb
Overview
EVEApi namespace
Defined Under Namespace
Modules: Util Classes: Alliance, Character, Client, Crest, Request
Constant Summary collapse
- CREST_ENDPOINT =
CREST API endpoint
'https://public-crest.eveonline.com/'
- API_ENDPOINT =
v2 API endpoint
'https://api.eveonline.com'
- WORKING_METHODS =
Client methods implemented
[ :account_status, :server_status, :characters, :api_methods, :key_info, :call_list ]
- VERSION =
eveapi version
'0.1.3'