0.0
No release in over 3 years
Low commit activity in last 3 years
ESI utility classes to partner with esi-client-bvv.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.14
~> 5.0
~> 10.0

Runtime

>= 1.9.24
 Project Readme

esi-client-bvv

ESI - the Ruby gem for the EVE Swagger Interface

An OpenAPI for EVE Online

This SDK is automatically generated by the Swagger Codegen project:

  • API version: 0.8.6
  • Package version: 1.0.5
  • Build package: io.swagger.codegen.languages.RubyClientCodegen

Installation

Build a gem

To build the Ruby code into a gem:

gem build esi-client-bvv.gemspec

Then either install the gem locally:

gem install ./esi-client-bvv-1.0.5.gem

(for development, run gem install --dev ./esi-client-bvv-1.0.5.gem to install the development dependencies)

or publish the gem to a gem hosting service, e.g. RubyGems.

Finally add this to the Gemfile:

gem 'esi-client-bvv', '~> 1.0.5'

Install from Git

If the Ruby gem is hosted at a git repository: https://github.com/BoraVyvorant/esi-client-ruby, then add the following in the Gemfile:

gem 'esi-client-bvv', :git => 'https://github.com/BoraVyvorant/esi-client-ruby.git'

Include the Ruby code directly

Include the Ruby code directly using -I as follows:

ruby -Ilib script.rb

Getting Started

Please follow the installation procedure and then run the following code:

# Load the gem
require 'esi-client-bvv'

api_instance = ESI::AllianceApi.new

opts = { 
  datasource: "tranquility", # String | The server name you would like data from
  if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
}

begin
  #List all alliances
  result = api_instance.get_alliances(opts)
  p result
rescue ESI::ApiError => e
  puts "Exception when calling AllianceApi->get_alliances: #{e}"
end

Documentation for API Endpoints

All URIs are relative to https://esi.evetech.net

Class Method HTTP request Description
ESI::AllianceApi get_alliances GET /v1/alliances/ List all alliances
ESI::AllianceApi get_alliances_alliance_id GET /v3/alliances/{alliance_id}/ Get alliance information
ESI::AllianceApi get_alliances_alliance_id_corporations GET /v1/alliances/{alliance_id}/corporations/ List alliance's corporations
ESI::AllianceApi get_alliances_alliance_id_icons GET /v1/alliances/{alliance_id}/icons/ Get alliance icon
ESI::AssetsApi get_characters_character_id_assets GET /v3/characters/{character_id}/assets/ Get character assets
ESI::AssetsApi get_corporations_corporation_id_assets GET /v3/corporations/{corporation_id}/assets/ Get corporation assets
ESI::AssetsApi post_characters_character_id_assets_locations POST /v2/characters/{character_id}/assets/locations/ Get character asset locations
ESI::AssetsApi post_characters_character_id_assets_names POST /v1/characters/{character_id}/assets/names/ Get character asset names
ESI::AssetsApi post_corporations_corporation_id_assets_locations POST /v2/corporations/{corporation_id}/assets/locations/ Get corporation asset locations
ESI::AssetsApi post_corporations_corporation_id_assets_names POST /v1/corporations/{corporation_id}/assets/names/ Get corporation asset names
ESI::BookmarksApi get_characters_character_id_bookmarks GET /v2/characters/{character_id}/bookmarks/ List bookmarks
ESI::BookmarksApi get_characters_character_id_bookmarks_folders GET /v2/characters/{character_id}/bookmarks/folders/ List bookmark folders
ESI::BookmarksApi get_corporations_corporation_id_bookmarks GET /v1/corporations/{corporation_id}/bookmarks/ List corporation bookmarks
ESI::BookmarksApi get_corporations_corporation_id_bookmarks_folders GET /v1/corporations/{corporation_id}/bookmarks/folders/ List corporation bookmark folders
ESI::CalendarApi get_characters_character_id_calendar GET /v1/characters/{character_id}/calendar/ List calendar event summaries
ESI::CalendarApi get_characters_character_id_calendar_event_id GET /v3/characters/{character_id}/calendar/{event_id}/ Get an event
ESI::CalendarApi get_characters_character_id_calendar_event_id_attendees GET /v1/characters/{character_id}/calendar/{event_id}/attendees/ Get attendees
ESI::CalendarApi put_characters_character_id_calendar_event_id PUT /v3/characters/{character_id}/calendar/{event_id}/ Respond to an event
ESI::CharacterApi get_characters_character_id GET /v4/characters/{character_id}/ Get character's public information
ESI::CharacterApi get_characters_character_id_agents_research GET /v1/characters/{character_id}/agents_research/ Get agents research
ESI::CharacterApi get_characters_character_id_blueprints GET /v2/characters/{character_id}/blueprints/ Get blueprints
ESI::CharacterApi get_characters_character_id_corporationhistory GET /v1/characters/{character_id}/corporationhistory/ Get corporation history
ESI::CharacterApi get_characters_character_id_fatigue GET /v1/characters/{character_id}/fatigue/ Get jump fatigue
ESI::CharacterApi get_characters_character_id_medals GET /v1/characters/{character_id}/medals/ Get medals
ESI::CharacterApi get_characters_character_id_notifications GET /v4/characters/{character_id}/notifications/ Get character notifications
ESI::CharacterApi get_characters_character_id_notifications_contacts GET /v1/characters/{character_id}/notifications/contacts/ Get new contact notifications
ESI::CharacterApi get_characters_character_id_portrait GET /v2/characters/{character_id}/portrait/ Get character portraits
ESI::CharacterApi get_characters_character_id_roles GET /v2/characters/{character_id}/roles/ Get character corporation roles
ESI::CharacterApi get_characters_character_id_standings GET /v1/characters/{character_id}/standings/ Get standings
ESI::CharacterApi get_characters_character_id_stats GET /v2/characters/{character_id}/stats/ Yearly aggregate stats
ESI::CharacterApi get_characters_character_id_titles GET /v1/characters/{character_id}/titles/ Get character corporation titles
ESI::CharacterApi post_characters_affiliation POST /v1/characters/affiliation/ Character affiliation
ESI::CharacterApi post_characters_character_id_cspa POST /v4/characters/{character_id}/cspa/ Calculate a CSPA charge cost
ESI::ClonesApi get_characters_character_id_clones GET /v3/characters/{character_id}/clones/ Get clones
ESI::ClonesApi get_characters_character_id_implants GET /v1/characters/{character_id}/implants/ Get active implants
ESI::ContactsApi delete_characters_character_id_contacts DELETE /v2/characters/{character_id}/contacts/ Delete contacts
ESI::ContactsApi get_alliances_alliance_id_contacts GET /v2/alliances/{alliance_id}/contacts/ Get alliance contacts
ESI::ContactsApi get_alliances_alliance_id_contacts_labels GET /v1/alliances/{alliance_id}/contacts/labels/ Get alliance contact labels
ESI::ContactsApi get_characters_character_id_contacts GET /v2/characters/{character_id}/contacts/ Get contacts
ESI::ContactsApi get_characters_character_id_contacts_labels GET /v1/characters/{character_id}/contacts/labels/ Get contact labels
ESI::ContactsApi get_corporations_corporation_id_contacts GET /v2/corporations/{corporation_id}/contacts/ Get corporation contacts
ESI::ContactsApi get_corporations_corporation_id_contacts_labels GET /v1/corporations/{corporation_id}/contacts/labels/ Get corporation contact labels
ESI::ContactsApi post_characters_character_id_contacts POST /v2/characters/{character_id}/contacts/ Add contacts
ESI::ContactsApi put_characters_character_id_contacts PUT /v2/characters/{character_id}/contacts/ Edit contacts
ESI::ContractsApi get_characters_character_id_contracts GET /v1/characters/{character_id}/contracts/ Get contracts
ESI::ContractsApi get_characters_character_id_contracts_contract_id_bids GET /v1/characters/{character_id}/contracts/{contract_id}/bids/ Get contract bids
ESI::ContractsApi get_characters_character_id_contracts_contract_id_items GET /v1/characters/{character_id}/contracts/{contract_id}/items/ Get contract items
ESI::ContractsApi get_contracts_public_bids_contract_id GET /v1/contracts/public/bids/{contract_id}/ Get public contract bids
ESI::ContractsApi get_contracts_public_items_contract_id GET /v1/contracts/public/items/{contract_id}/ Get public contract items
ESI::ContractsApi get_contracts_public_region_id GET /v1/contracts/public/{region_id}/ Get public contracts
ESI::ContractsApi get_corporations_corporation_id_contracts GET /v1/corporations/{corporation_id}/contracts/ Get corporation contracts
ESI::ContractsApi get_corporations_corporation_id_contracts_contract_id_bids GET /v1/corporations/{corporation_id}/contracts/{contract_id}/bids/ Get corporation contract bids
ESI::ContractsApi get_corporations_corporation_id_contracts_contract_id_items GET /v1/corporations/{corporation_id}/contracts/{contract_id}/items/ Get corporation contract items
ESI::CorporationApi get_corporations_corporation_id GET /v4/corporations/{corporation_id}/ Get corporation information
ESI::CorporationApi get_corporations_corporation_id_alliancehistory GET /v2/corporations/{corporation_id}/alliancehistory/ Get alliance history
ESI::CorporationApi get_corporations_corporation_id_blueprints GET /v2/corporations/{corporation_id}/blueprints/ Get corporation blueprints
ESI::CorporationApi get_corporations_corporation_id_containers_logs GET /v2/corporations/{corporation_id}/containers/logs/ Get all corporation ALSC logs
ESI::CorporationApi get_corporations_corporation_id_divisions GET /v1/corporations/{corporation_id}/divisions/ Get corporation divisions
ESI::CorporationApi get_corporations_corporation_id_facilities GET /v1/corporations/{corporation_id}/facilities/ Get corporation facilities
ESI::CorporationApi get_corporations_corporation_id_icons GET /v1/corporations/{corporation_id}/icons/ Get corporation icon
ESI::CorporationApi get_corporations_corporation_id_medals GET /v1/corporations/{corporation_id}/medals/ Get corporation medals
ESI::CorporationApi get_corporations_corporation_id_medals_issued GET /v1/corporations/{corporation_id}/medals/issued/ Get corporation issued medals
ESI::CorporationApi get_corporations_corporation_id_members GET /v3/corporations/{corporation_id}/members/ Get corporation members
ESI::CorporationApi get_corporations_corporation_id_members_limit GET /v1/corporations/{corporation_id}/members/limit/ Get corporation member limit
ESI::CorporationApi get_corporations_corporation_id_members_titles GET /v1/corporations/{corporation_id}/members/titles/ Get corporation's members' titles
ESI::CorporationApi get_corporations_corporation_id_membertracking GET /v1/corporations/{corporation_id}/membertracking/ Track corporation members
ESI::CorporationApi get_corporations_corporation_id_roles GET /v1/corporations/{corporation_id}/roles/ Get corporation member roles
ESI::CorporationApi get_corporations_corporation_id_roles_history GET /v1/corporations/{corporation_id}/roles/history/ Get corporation member roles history
ESI::CorporationApi get_corporations_corporation_id_shareholders GET /v1/corporations/{corporation_id}/shareholders/ Get corporation shareholders
ESI::CorporationApi get_corporations_corporation_id_standings GET /v1/corporations/{corporation_id}/standings/ Get corporation standings
ESI::CorporationApi get_corporations_corporation_id_starbases GET /v1/corporations/{corporation_id}/starbases/ Get corporation starbases (POSes)
ESI::CorporationApi get_corporations_corporation_id_starbases_starbase_id GET /v1/corporations/{corporation_id}/starbases/{starbase_id}/ Get starbase (POS) detail
ESI::CorporationApi get_corporations_corporation_id_structures GET /v3/corporations/{corporation_id}/structures/ Get corporation structures
ESI::CorporationApi get_corporations_corporation_id_titles GET /v1/corporations/{corporation_id}/titles/ Get corporation titles
ESI::CorporationApi get_corporations_npccorps GET /v1/corporations/npccorps/ Get npc corporations
ESI::DogmaApi get_dogma_attributes GET /v1/dogma/attributes/ Get attributes
ESI::DogmaApi get_dogma_attributes_attribute_id GET /v1/dogma/attributes/{attribute_id}/ Get attribute information
ESI::DogmaApi get_dogma_dynamic_items_type_id_item_id GET /v1/dogma/dynamic/items/{type_id}/{item_id}/ Get dynamic item information
ESI::DogmaApi get_dogma_effects GET /v1/dogma/effects/ Get effects
ESI::DogmaApi get_dogma_effects_effect_id GET /v2/dogma/effects/{effect_id}/ Get effect information
ESI::FactionWarfareApi get_characters_character_id_fw_stats GET /v1/characters/{character_id}/fw/stats/ Overview of a character involved in faction warfare
ESI::FactionWarfareApi get_corporations_corporation_id_fw_stats GET /v1/corporations/{corporation_id}/fw/stats/ Overview of a corporation involved in faction warfare
ESI::FactionWarfareApi get_fw_leaderboards GET /v1/fw/leaderboards/ List of the top factions in faction warfare
ESI::FactionWarfareApi get_fw_leaderboards_characters GET /v1/fw/leaderboards/characters/ List of the top pilots in faction warfare
ESI::FactionWarfareApi get_fw_leaderboards_corporations GET /v1/fw/leaderboards/corporations/ List of the top corporations in faction warfare
ESI::FactionWarfareApi get_fw_stats GET /v1/fw/stats/ An overview of statistics about factions involved in faction warfare
ESI::FactionWarfareApi get_fw_systems GET /v2/fw/systems/ Ownership of faction warfare systems
ESI::FactionWarfareApi get_fw_wars GET /v1/fw/wars/ Data about which NPC factions are at war
ESI::FittingsApi delete_characters_character_id_fittings_fitting_id DELETE /v1/characters/{character_id}/fittings/{fitting_id}/ Delete fitting
ESI::FittingsApi get_characters_character_id_fittings GET /v1/characters/{character_id}/fittings/ Get fittings
ESI::FittingsApi post_characters_character_id_fittings POST /v1/characters/{character_id}/fittings/ Create fitting
ESI::FleetsApi delete_fleets_fleet_id_members_member_id DELETE /v1/fleets/{fleet_id}/members/{member_id}/ Kick fleet member
ESI::FleetsApi delete_fleets_fleet_id_squads_squad_id DELETE /v1/fleets/{fleet_id}/squads/{squad_id}/ Delete fleet squad
ESI::FleetsApi delete_fleets_fleet_id_wings_wing_id DELETE /v1/fleets/{fleet_id}/wings/{wing_id}/ Delete fleet wing
ESI::FleetsApi get_characters_character_id_fleet GET /v1/characters/{character_id}/fleet/ Get character fleet info
ESI::FleetsApi get_fleets_fleet_id GET /v1/fleets/{fleet_id}/ Get fleet information
ESI::FleetsApi get_fleets_fleet_id_members GET /v1/fleets/{fleet_id}/members/ Get fleet members
ESI::FleetsApi get_fleets_fleet_id_wings GET /v1/fleets/{fleet_id}/wings/ Get fleet wings
ESI::FleetsApi post_fleets_fleet_id_members POST /v1/fleets/{fleet_id}/members/ Create fleet invitation
ESI::FleetsApi post_fleets_fleet_id_wings POST /v1/fleets/{fleet_id}/wings/ Create fleet wing
ESI::FleetsApi post_fleets_fleet_id_wings_wing_id_squads POST /v1/fleets/{fleet_id}/wings/{wing_id}/squads/ Create fleet squad
ESI::FleetsApi put_fleets_fleet_id PUT /v1/fleets/{fleet_id}/ Update fleet
ESI::FleetsApi put_fleets_fleet_id_members_member_id PUT /v1/fleets/{fleet_id}/members/{member_id}/ Move fleet member
ESI::FleetsApi put_fleets_fleet_id_squads_squad_id PUT /v1/fleets/{fleet_id}/squads/{squad_id}/ Rename fleet squad
ESI::FleetsApi put_fleets_fleet_id_wings_wing_id PUT /v1/fleets/{fleet_id}/wings/{wing_id}/ Rename fleet wing
ESI::IncursionsApi get_incursions GET /v1/incursions/ List incursions
ESI::IndustryApi get_characters_character_id_industry_jobs GET /v1/characters/{character_id}/industry/jobs/ List character industry jobs
ESI::IndustryApi get_characters_character_id_mining GET /v1/characters/{character_id}/mining/ Character mining ledger
ESI::IndustryApi get_corporation_corporation_id_mining_extractions GET /v1/corporation/{corporation_id}/mining/extractions/ Moon extraction timers
ESI::IndustryApi get_corporation_corporation_id_mining_observers GET /v1/corporation/{corporation_id}/mining/observers/ Corporation mining observers
ESI::IndustryApi get_corporation_corporation_id_mining_observers_observer_id GET /v1/corporation/{corporation_id}/mining/observers/{observer_id}/ Observed corporation mining
ESI::IndustryApi get_corporations_corporation_id_industry_jobs GET /v1/corporations/{corporation_id}/industry/jobs/ List corporation industry jobs
ESI::IndustryApi get_industry_facilities GET /v1/industry/facilities/ List industry facilities
ESI::IndustryApi get_industry_systems GET /v1/industry/systems/ List solar system cost indices
ESI::InsuranceApi get_insurance_prices GET /v1/insurance/prices/ List insurance levels
ESI::KillmailsApi get_characters_character_id_killmails_recent GET /v1/characters/{character_id}/killmails/recent/ Get a character's recent kills and losses
ESI::KillmailsApi get_corporations_corporation_id_killmails_recent GET /v1/corporations/{corporation_id}/killmails/recent/ Get a corporation's recent kills and losses
ESI::KillmailsApi get_killmails_killmail_id_killmail_hash GET /v1/killmails/{killmail_id}/{killmail_hash}/ Get a single killmail
ESI::LocationApi get_characters_character_id_location GET /v1/characters/{character_id}/location/ Get character location
ESI::LocationApi get_characters_character_id_online GET /v2/characters/{character_id}/online/ Get character online
ESI::LocationApi get_characters_character_id_ship GET /v1/characters/{character_id}/ship/ Get current ship
ESI::LoyaltyApi get_characters_character_id_loyalty_points GET /v1/characters/{character_id}/loyalty/points/ Get loyalty points
ESI::LoyaltyApi get_loyalty_stores_corporation_id_offers GET /v1/loyalty/stores/{corporation_id}/offers/ List loyalty store offers
ESI::MailApi delete_characters_character_id_mail_labels_label_id DELETE /v1/characters/{character_id}/mail/labels/{label_id}/ Delete a mail label
ESI::MailApi delete_characters_character_id_mail_mail_id DELETE /v1/characters/{character_id}/mail/{mail_id}/ Delete a mail
ESI::MailApi get_characters_character_id_mail GET /v1/characters/{character_id}/mail/ Return mail headers
ESI::MailApi get_characters_character_id_mail_labels GET /v3/characters/{character_id}/mail/labels/ Get mail labels and unread counts
ESI::MailApi get_characters_character_id_mail_lists GET /v1/characters/{character_id}/mail/lists/ Return mailing list subscriptions
ESI::MailApi get_characters_character_id_mail_mail_id GET /v1/characters/{character_id}/mail/{mail_id}/ Return a mail
ESI::MailApi post_characters_character_id_mail POST /v1/characters/{character_id}/mail/ Send a new mail
ESI::MailApi post_characters_character_id_mail_labels POST /v2/characters/{character_id}/mail/labels/ Create a mail label
ESI::MailApi put_characters_character_id_mail_mail_id PUT /v1/characters/{character_id}/mail/{mail_id}/ Update metadata about a mail
ESI::MarketApi get_characters_character_id_orders GET /v2/characters/{character_id}/orders/ List open orders from a character
ESI::MarketApi get_characters_character_id_orders_history GET /v1/characters/{character_id}/orders/history/ List historical orders by a character
ESI::MarketApi get_corporations_corporation_id_orders GET /v3/corporations/{corporation_id}/orders/ List open orders from a corporation
ESI::MarketApi get_corporations_corporation_id_orders_history GET /v2/corporations/{corporation_id}/orders/history/ List historical orders from a corporation
ESI::MarketApi get_markets_groups GET /v1/markets/groups/ Get item groups
ESI::MarketApi get_markets_groups_market_group_id GET /v1/markets/groups/{market_group_id}/ Get item group information
ESI::MarketApi get_markets_prices GET /v1/markets/prices/ List market prices
ESI::MarketApi get_markets_region_id_history GET /v1/markets/{region_id}/history/ List historical market statistics in a region
ESI::MarketApi get_markets_region_id_orders GET /v1/markets/{region_id}/orders/ List orders in a region
ESI::MarketApi get_markets_region_id_types GET /v1/markets/{region_id}/types/ List type IDs relevant to a market
ESI::MarketApi get_markets_structures_structure_id GET /v1/markets/structures/{structure_id}/ List orders in a structure
ESI::OpportunitiesApi get_characters_character_id_opportunities GET /v1/characters/{character_id}/opportunities/ Get a character's completed tasks
ESI::OpportunitiesApi get_opportunities_groups GET /v1/opportunities/groups/ Get opportunities groups
ESI::OpportunitiesApi get_opportunities_groups_group_id GET /v1/opportunities/groups/{group_id}/ Get opportunities group
ESI::OpportunitiesApi get_opportunities_tasks GET /v1/opportunities/tasks/ Get opportunities tasks
ESI::OpportunitiesApi get_opportunities_tasks_task_id GET /v1/opportunities/tasks/{task_id}/ Get opportunities task
ESI::PlanetaryInteractionApi get_characters_character_id_planets GET /v1/characters/{character_id}/planets/ Get colonies
ESI::PlanetaryInteractionApi get_characters_character_id_planets_planet_id GET /v3/characters/{character_id}/planets/{planet_id}/ Get colony layout
ESI::PlanetaryInteractionApi get_corporations_corporation_id_customs_offices GET /v1/corporations/{corporation_id}/customs_offices/ List corporation customs offices
ESI::PlanetaryInteractionApi get_universe_schematics_schematic_id GET /v1/universe/schematics/{schematic_id}/ Get schematic information
ESI::RoutesApi get_route_origin_destination GET /v1/route/{origin}/{destination}/ Get route
ESI::SearchApi get_characters_character_id_search GET /v3/characters/{character_id}/search/ Search on a string
ESI::SearchApi get_search GET /v2/search/ Search on a string
ESI::SkillsApi get_characters_character_id_attributes GET /v1/characters/{character_id}/attributes/ Get character attributes
ESI::SkillsApi get_characters_character_id_skillqueue GET /v2/characters/{character_id}/skillqueue/ Get character's skill queue
ESI::SkillsApi get_characters_character_id_skills GET /v4/characters/{character_id}/skills/ Get character skills
ESI::SovereigntyApi get_sovereignty_campaigns GET /v1/sovereignty/campaigns/ List sovereignty campaigns
ESI::SovereigntyApi get_sovereignty_map GET /v1/sovereignty/map/ List sovereignty of systems
ESI::SovereigntyApi get_sovereignty_structures GET /v1/sovereignty/structures/ List sovereignty structures
ESI::StatusApi get_status GET /v1/status/ Retrieve the uptime and player counts
ESI::UniverseApi get_universe_ancestries GET /v1/universe/ancestries/ Get ancestries
ESI::UniverseApi get_universe_asteroid_belts_asteroid_belt_id GET /v1/universe/asteroid_belts/{asteroid_belt_id}/ Get asteroid belt information
ESI::UniverseApi get_universe_bloodlines GET /v1/universe/bloodlines/ Get bloodlines
ESI::UniverseApi get_universe_categories GET /v1/universe/categories/ Get item categories
ESI::UniverseApi get_universe_categories_category_id GET /v1/universe/categories/{category_id}/ Get item category information
ESI::UniverseApi get_universe_constellations GET /v1/universe/constellations/ Get constellations
ESI::UniverseApi get_universe_constellations_constellation_id GET /v1/universe/constellations/{constellation_id}/ Get constellation information
ESI::UniverseApi get_universe_factions GET /v2/universe/factions/ Get factions
ESI::UniverseApi get_universe_graphics GET /v1/universe/graphics/ Get graphics
ESI::UniverseApi get_universe_graphics_graphic_id GET /v1/universe/graphics/{graphic_id}/ Get graphic information
ESI::UniverseApi get_universe_groups GET /v1/universe/groups/ Get item groups
ESI::UniverseApi get_universe_groups_group_id GET /v1/universe/groups/{group_id}/ Get item group information
ESI::UniverseApi get_universe_moons_moon_id GET /v1/universe/moons/{moon_id}/ Get moon information
ESI::UniverseApi get_universe_planets_planet_id GET /v1/universe/planets/{planet_id}/ Get planet information
ESI::UniverseApi get_universe_races GET /v1/universe/races/ Get character races
ESI::UniverseApi get_universe_regions GET /v1/universe/regions/ Get regions
ESI::UniverseApi get_universe_regions_region_id GET /v1/universe/regions/{region_id}/ Get region information
ESI::UniverseApi get_universe_stargates_stargate_id GET /v1/universe/stargates/{stargate_id}/ Get stargate information
ESI::UniverseApi get_universe_stars_star_id GET /v1/universe/stars/{star_id}/ Get star information
ESI::UniverseApi get_universe_stations_station_id GET /v2/universe/stations/{station_id}/ Get station information
ESI::UniverseApi get_universe_structures GET /v1/universe/structures/ List all public structures
ESI::UniverseApi get_universe_structures_structure_id GET /v2/universe/structures/{structure_id}/ Get structure information
ESI::UniverseApi get_universe_system_jumps GET /v1/universe/system_jumps/ Get system jumps
ESI::UniverseApi get_universe_system_kills GET /v2/universe/system_kills/ Get system kills
ESI::UniverseApi get_universe_systems GET /v1/universe/systems/ Get solar systems
ESI::UniverseApi get_universe_systems_system_id GET /v4/universe/systems/{system_id}/ Get solar system information
ESI::UniverseApi get_universe_types GET /v1/universe/types/ Get types
ESI::UniverseApi get_universe_types_type_id GET /v3/universe/types/{type_id}/ Get type information
ESI::UniverseApi post_universe_ids POST /v1/universe/ids/ Bulk names to IDs
ESI::UniverseApi post_universe_names POST /v2/universe/names/ Get names and categories for a set of ID's
ESI::UserInterfaceApi post_ui_autopilot_waypoint POST /v2/ui/autopilot/waypoint/ Set Autopilot Waypoint
ESI::UserInterfaceApi post_ui_openwindow_contract POST /v1/ui/openwindow/contract/ Open Contract Window
ESI::UserInterfaceApi post_ui_openwindow_information POST /v1/ui/openwindow/information/ Open Information Window
ESI::UserInterfaceApi post_ui_openwindow_marketdetails POST /v1/ui/openwindow/marketdetails/ Open Market Details
ESI::UserInterfaceApi post_ui_openwindow_newmail POST /v1/ui/openwindow/newmail/ Open New Mail Window
ESI::WalletApi get_characters_character_id_wallet GET /v1/characters/{character_id}/wallet/ Get a character's wallet balance
ESI::WalletApi get_characters_character_id_wallet_journal GET /v5/characters/{character_id}/wallet/journal/ Get character wallet journal
ESI::WalletApi get_characters_character_id_wallet_transactions GET /v1/characters/{character_id}/wallet/transactions/ Get wallet transactions
ESI::WalletApi get_corporations_corporation_id_wallets GET /v1/corporations/{corporation_id}/wallets/ Returns a corporation's wallet balance
ESI::WalletApi get_corporations_corporation_id_wallets_division_journal GET /v4/corporations/{corporation_id}/wallets/{division}/journal/ Get corporation wallet journal
ESI::WalletApi get_corporations_corporation_id_wallets_division_transactions GET /v1/corporations/{corporation_id}/wallets/{division}/transactions/ Get corporation wallet transactions
ESI::WarsApi get_wars GET /v1/wars/ List wars
ESI::WarsApi get_wars_war_id GET /v1/wars/{war_id}/ Get war information
ESI::WarsApi get_wars_war_id_killmails GET /v1/wars/{war_id}/killmails/ List kills for a war

Documentation for Models

Documentation for Authorization

evesso

  • Type: OAuth
  • Flow: implicit
  • Authorization URL: https://login.eveonline.com/v2/oauth/authorize
  • Scopes:
    • esi-alliances.read_contacts.v1: EVE SSO scope esi-alliances.read_contacts.v1
    • esi-assets.read_assets.v1: EVE SSO scope esi-assets.read_assets.v1
    • esi-assets.read_corporation_assets.v1: EVE SSO scope esi-assets.read_corporation_assets.v1
    • esi-bookmarks.read_character_bookmarks.v1: EVE SSO scope esi-bookmarks.read_character_bookmarks.v1
    • esi-bookmarks.read_corporation_bookmarks.v1: EVE SSO scope esi-bookmarks.read_corporation_bookmarks.v1
    • esi-calendar.read_calendar_events.v1: EVE SSO scope esi-calendar.read_calendar_events.v1
    • esi-calendar.respond_calendar_events.v1: EVE SSO scope esi-calendar.respond_calendar_events.v1
    • esi-characters.read_agents_research.v1: EVE SSO scope esi-characters.read_agents_research.v1
    • esi-characters.read_blueprints.v1: EVE SSO scope esi-characters.read_blueprints.v1
    • esi-characters.read_contacts.v1: EVE SSO scope esi-characters.read_contacts.v1
    • esi-characters.read_corporation_roles.v1: EVE SSO scope esi-characters.read_corporation_roles.v1
    • esi-characters.read_fatigue.v1: EVE SSO scope esi-characters.read_fatigue.v1
    • esi-characters.read_fw_stats.v1: EVE SSO scope esi-characters.read_fw_stats.v1
    • esi-characters.read_loyalty.v1: EVE SSO scope esi-characters.read_loyalty.v1
    • esi-characters.read_medals.v1: EVE SSO scope esi-characters.read_medals.v1
    • esi-characters.read_notifications.v1: EVE SSO scope esi-characters.read_notifications.v1
    • esi-characters.read_opportunities.v1: EVE SSO scope esi-characters.read_opportunities.v1
    • esi-characters.read_standings.v1: EVE SSO scope esi-characters.read_standings.v1
    • esi-characters.read_titles.v1: EVE SSO scope esi-characters.read_titles.v1
    • esi-characters.write_contacts.v1: EVE SSO scope esi-characters.write_contacts.v1
    • esi-characterstats.read.v1: EVE SSO scope esi-characterstats.read.v1
    • esi-clones.read_clones.v1: EVE SSO scope esi-clones.read_clones.v1
    • esi-clones.read_implants.v1: EVE SSO scope esi-clones.read_implants.v1
    • esi-contracts.read_character_contracts.v1: EVE SSO scope esi-contracts.read_character_contracts.v1
    • esi-contracts.read_corporation_contracts.v1: EVE SSO scope esi-contracts.read_corporation_contracts.v1
    • esi-corporations.read_blueprints.v1: EVE SSO scope esi-corporations.read_blueprints.v1
    • esi-corporations.read_contacts.v1: EVE SSO scope esi-corporations.read_contacts.v1
    • esi-corporations.read_container_logs.v1: EVE SSO scope esi-corporations.read_container_logs.v1
    • esi-corporations.read_corporation_membership.v1: EVE SSO scope esi-corporations.read_corporation_membership.v1
    • esi-corporations.read_divisions.v1: EVE SSO scope esi-corporations.read_divisions.v1
    • esi-corporations.read_facilities.v1: EVE SSO scope esi-corporations.read_facilities.v1
    • esi-corporations.read_fw_stats.v1: EVE SSO scope esi-corporations.read_fw_stats.v1
    • esi-corporations.read_medals.v1: EVE SSO scope esi-corporations.read_medals.v1
    • esi-corporations.read_standings.v1: EVE SSO scope esi-corporations.read_standings.v1
    • esi-corporations.read_starbases.v1: EVE SSO scope esi-corporations.read_starbases.v1
    • esi-corporations.read_structures.v1: EVE SSO scope esi-corporations.read_structures.v1
    • esi-corporations.read_titles.v1: EVE SSO scope esi-corporations.read_titles.v1
    • esi-corporations.track_members.v1: EVE SSO scope esi-corporations.track_members.v1
    • esi-fittings.read_fittings.v1: EVE SSO scope esi-fittings.read_fittings.v1
    • esi-fittings.write_fittings.v1: EVE SSO scope esi-fittings.write_fittings.v1
    • esi-fleets.read_fleet.v1: EVE SSO scope esi-fleets.read_fleet.v1
    • esi-fleets.write_fleet.v1: EVE SSO scope esi-fleets.write_fleet.v1
    • esi-industry.read_character_jobs.v1: EVE SSO scope esi-industry.read_character_jobs.v1
    • esi-industry.read_character_mining.v1: EVE SSO scope esi-industry.read_character_mining.v1
    • esi-industry.read_corporation_jobs.v1: EVE SSO scope esi-industry.read_corporation_jobs.v1
    • esi-industry.read_corporation_mining.v1: EVE SSO scope esi-industry.read_corporation_mining.v1
    • esi-killmails.read_corporation_killmails.v1: EVE SSO scope esi-killmails.read_corporation_killmails.v1
    • esi-killmails.read_killmails.v1: EVE SSO scope esi-killmails.read_killmails.v1
    • esi-location.read_location.v1: EVE SSO scope esi-location.read_location.v1
    • esi-location.read_online.v1: EVE SSO scope esi-location.read_online.v1
    • esi-location.read_ship_type.v1: EVE SSO scope esi-location.read_ship_type.v1
    • esi-mail.organize_mail.v1: EVE SSO scope esi-mail.organize_mail.v1
    • esi-mail.read_mail.v1: EVE SSO scope esi-mail.read_mail.v1
    • esi-mail.send_mail.v1: EVE SSO scope esi-mail.send_mail.v1
    • esi-markets.read_character_orders.v1: EVE SSO scope esi-markets.read_character_orders.v1
    • esi-markets.read_corporation_orders.v1: EVE SSO scope esi-markets.read_corporation_orders.v1
    • esi-markets.structure_markets.v1: EVE SSO scope esi-markets.structure_markets.v1
    • esi-planets.manage_planets.v1: EVE SSO scope esi-planets.manage_planets.v1
    • esi-planets.read_customs_offices.v1: EVE SSO scope esi-planets.read_customs_offices.v1
    • esi-search.search_structures.v1: EVE SSO scope esi-search.search_structures.v1
    • esi-skills.read_skillqueue.v1: EVE SSO scope esi-skills.read_skillqueue.v1
    • esi-skills.read_skills.v1: EVE SSO scope esi-skills.read_skills.v1
    • esi-ui.open_window.v1: EVE SSO scope esi-ui.open_window.v1
    • esi-ui.write_waypoint.v1: EVE SSO scope esi-ui.write_waypoint.v1
    • esi-universe.read_structures.v1: EVE SSO scope esi-universe.read_structures.v1
    • esi-wallet.read_character_wallet.v1: EVE SSO scope esi-wallet.read_character_wallet.v1
    • esi-wallet.read_corporation_wallets.v1: EVE SSO scope esi-wallet.read_corporation_wallets.v1