ruby-esi 0.2.0 → 0.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +223 -212
- data/docs/AllianceApi.md +17 -17
- data/docs/AssetsApi.md +31 -31
- data/docs/BookmarksApi.md +25 -25
- data/docs/CalendarApi.md +22 -22
- data/docs/CharacterApi.md +73 -73
- data/docs/ClonesApi.md +11 -11
- data/docs/ContactsApi.md +46 -46
- data/docs/ContractsApi.md +202 -34
- data/docs/CorporationApi.md +118 -118
- data/docs/DogmaApi.md +21 -21
- data/docs/FactionWarfareApi.md +35 -35
- data/docs/FittingsApi.md +14 -14
- data/docs/FleetsApi.md +65 -65
- data/docs/GetCharactersCharacterIdBlueprints200Ok.md +1 -1
- data/docs/GetCharactersCharacterIdContractsContractIdItems200Ok.md +1 -1
- data/docs/GetCharactersCharacterIdFittingsItem.md +1 -1
- data/docs/GetCharactersCharacterIdMailLabelsLabel.md +1 -1
- data/docs/GetCharactersCharacterIdOk.md +1 -0
- data/docs/GetCharactersCharacterIdSkillqueue200Ok.md +1 -1
- data/docs/GetCharactersCharacterIdWalletJournal200Ok.md +1 -1
- data/docs/GetContractsPublicBidsContractId200Ok.md +10 -0
- data/docs/GetContractsPublicBidsContractIdForbidden.md +8 -0
- data/docs/GetContractsPublicBidsContractIdNotFound.md +8 -0
- data/docs/GetContractsPublicItemsContractId200Ok.md +16 -0
- data/docs/GetContractsPublicItemsContractIdForbidden.md +8 -0
- data/docs/GetContractsPublicItemsContractIdNotFound.md +8 -0
- data/docs/GetContractsPublicRegionId200Ok.md +23 -0
- data/docs/GetContractsPublicRegionIdNotFound.md +8 -0
- data/docs/GetCorporationsCorporationIdBlueprints200Ok.md +1 -1
- data/docs/GetCorporationsCorporationIdContractsContractIdItems200Ok.md +1 -1
- data/docs/GetCorporationsCorporationIdOk.md +1 -0
- data/docs/GetCorporationsCorporationIdStructures200Ok.md +5 -5
- data/docs/GetCorporationsCorporationIdWalletsDivisionJournal200Ok.md +1 -1
- data/docs/GetFwLeaderboardsCharactersKills.md +1 -1
- data/docs/GetFwLeaderboardsCharactersVictoryPoints.md +1 -1
- data/docs/GetFwLeaderboardsCorporationsKills.md +1 -1
- data/docs/GetFwLeaderboardsCorporationsVictoryPoints.md +1 -1
- data/docs/GetFwLeaderboardsKills.md +1 -1
- data/docs/GetFwLeaderboardsVictoryPoints.md +1 -1
- data/docs/IncursionsApi.md +5 -5
- data/docs/IndustryApi.md +48 -48
- data/docs/InsuranceApi.md +7 -7
- data/docs/KillmailsApi.md +18 -18
- data/docs/LocationApi.md +16 -16
- data/docs/LoyaltyApi.md +10 -10
- data/docs/MailApi.md +41 -41
- data/docs/MarketApi.md +60 -60
- data/docs/OpportunitiesApi.md +24 -24
- data/docs/PlanetaryInteractionApi.md +21 -21
- data/docs/PostCharactersCharacterIdFittingsItem.md +1 -1
- data/docs/PostCharactersCharacterIdMailLabelsLabel.md +1 -1
- data/docs/RoutesApi.md +6 -6
- data/docs/SearchApi.md +18 -18
- data/docs/SkillsApi.md +16 -16
- data/docs/SovereigntyApi.md +13 -13
- data/docs/StatusApi.md +5 -5
- data/docs/UniverseApi.md +148 -146
- data/docs/UserInterfaceApi.md +21 -21
- data/docs/WalletApi.md +33 -33
- data/docs/WarsApi.md +16 -16
- data/lib/ruby-esi.rb +10 -2
- data/lib/ruby-esi/api/alliance_api.rb +31 -35
- data/lib/ruby-esi/api/assets_api.rb +47 -53
- data/lib/ruby-esi/api/bookmarks_api.rb +31 -35
- data/lib/ruby-esi/api/calendar_api.rb +33 -37
- data/lib/ruby-esi/api/character_api.rb +110 -125
- data/lib/ruby-esi/api/clones_api.rb +17 -19
- data/lib/ruby-esi/api/contacts_api.rb +66 -75
- data/lib/ruby-esi/api/contracts_api.rb +254 -50
- data/lib/ruby-esi/api/corporation_api.rb +161 -183
- data/lib/ruby-esi/api/dogma_api.rb +38 -43
- data/lib/ruby-esi/api/faction_warfare_api.rb +59 -67
- data/lib/ruby-esi/api/fittings_api.rb +24 -27
- data/lib/ruby-esi/api/fleets_api.rb +109 -123
- data/lib/ruby-esi/api/incursions_api.rb +10 -11
- data/lib/ruby-esi/api/industry_api.rb +63 -71
- data/lib/ruby-esi/api/insurance_api.rb +14 -15
- data/lib/ruby-esi/api/killmails_api.rb +24 -27
- data/lib/ruby-esi/api/location_api.rb +24 -27
- data/lib/ruby-esi/api/loyalty_api.rb +17 -19
- data/lib/ruby-esi/api/mail_api.rb +66 -75
- data/lib/ruby-esi/api/market_api.rb +86 -97
- data/lib/ruby-esi/api/opportunities_api.rb +42 -47
- data/lib/ruby-esi/api/planetary_interaction_api.rb +31 -35
- data/lib/ruby-esi/api/routes_api.rb +10 -11
- data/lib/ruby-esi/api/search_api.rb +25 -27
- data/lib/ruby-esi/api/skills_api.rb +24 -27
- data/lib/ruby-esi/api/sovereignty_api.rb +24 -27
- data/lib/ruby-esi/api/status_api.rb +10 -11
- data/lib/ruby-esi/api/universe_api.rb +265 -289
- data/lib/ruby-esi/api/user_interface_api.rb +38 -43
- data/lib/ruby-esi/api/wallet_api.rb +45 -51
- data/lib/ruby-esi/api/wars_api.rb +26 -29
- data/lib/ruby-esi/api_client.rb +12 -10
- data/lib/ruby-esi/api_error.rb +2 -2
- data/lib/ruby-esi/configuration.rb +4 -4
- data/lib/ruby-esi/models/bad_request.rb +9 -12
- data/lib/ruby-esi/models/delete_characters_character_id_mail_labels_label_id_unprocessable_entity.rb +8 -11
- data/lib/ruby-esi/models/delete_fleets_fleet_id_members_member_id_not_found.rb +8 -11
- data/lib/ruby-esi/models/delete_fleets_fleet_id_squads_squad_id_not_found.rb +8 -11
- data/lib/ruby-esi/models/delete_fleets_fleet_id_wings_wing_id_not_found.rb +8 -11
- data/lib/ruby-esi/models/error_limited.rb +9 -12
- data/lib/ruby-esi/models/forbidden.rb +9 -12
- data/lib/ruby-esi/models/gateway_timeout.rb +9 -12
- data/lib/ruby-esi/models/get_alliances_alliance_id_contacts_200_ok.rb +14 -16
- data/lib/ruby-esi/models/get_alliances_alliance_id_contacts_labels_200_ok.rb +10 -13
- data/lib/ruby-esi/models/get_alliances_alliance_id_icons_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_alliances_alliance_id_icons_ok.rb +8 -11
- data/lib/ruby-esi/models/get_alliances_alliance_id_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_alliances_alliance_id_ok.rb +13 -16
- data/lib/ruby-esi/models/get_characters_character_id_agents_research_200_ok.rb +13 -16
- data/lib/ruby-esi/models/get_characters_character_id_assets_200_ok.rb +21 -23
- data/lib/ruby-esi/models/get_characters_character_id_attributes_ok.rb +13 -16
- data/lib/ruby-esi/models/get_characters_character_id_blueprints_200_ok.rb +36 -38
- data/lib/ruby-esi/models/get_characters_character_id_bookmarks_200_ok.rb +14 -17
- data/lib/ruby-esi/models/get_characters_character_id_bookmarks_coordinates.rb +11 -14
- data/lib/ruby-esi/models/get_characters_character_id_bookmarks_folders_200_ok.rb +10 -13
- data/lib/ruby-esi/models/get_characters_character_id_bookmarks_item.rb +10 -13
- data/lib/ruby-esi/models/get_characters_character_id_calendar_200_ok.rb +11 -13
- data/lib/ruby-esi/models/get_characters_character_id_calendar_event_id_attendees_200_ok.rb +11 -13
- data/lib/ruby-esi/models/get_characters_character_id_calendar_event_id_attendees_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_characters_character_id_calendar_event_id_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_characters_character_id_calendar_event_id_ok.rb +21 -23
- data/lib/ruby-esi/models/get_characters_character_id_clones_home_location.rb +11 -13
- data/lib/ruby-esi/models/get_characters_character_id_clones_jump_clone.rb +15 -17
- data/lib/ruby-esi/models/get_characters_character_id_clones_ok.rb +9 -12
- data/lib/ruby-esi/models/get_characters_character_id_contacts_200_ok.rb +14 -16
- data/lib/ruby-esi/models/get_characters_character_id_contacts_labels_200_ok.rb +10 -13
- data/lib/ruby-esi/models/get_characters_character_id_contracts_200_ok.rb +28 -30
- data/lib/ruby-esi/models/get_characters_character_id_contracts_contract_id_bids_200_ok.rb +12 -15
- data/lib/ruby-esi/models/get_characters_character_id_contracts_contract_id_bids_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_characters_character_id_contracts_contract_id_items_200_ok.rb +14 -17
- data/lib/ruby-esi/models/get_characters_character_id_contracts_contract_id_items_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_characters_character_id_corporationhistory_200_ok.rb +11 -14
- data/lib/ruby-esi/models/get_characters_character_id_fatigue_ok.rb +8 -11
- data/lib/ruby-esi/models/get_characters_character_id_fittings_200_ok.rb +13 -16
- data/lib/ruby-esi/models/get_characters_character_id_fittings_item.rb +46 -15
- data/lib/ruby-esi/models/get_characters_character_id_fleet_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_characters_character_id_fleet_ok.rb +15 -17
- data/lib/ruby-esi/models/get_characters_character_id_fw_stats_kills.rb +11 -14
- data/lib/ruby-esi/models/get_characters_character_id_fw_stats_ok.rb +18 -23
- data/lib/ruby-esi/models/get_characters_character_id_fw_stats_victory_points.rb +11 -14
- data/lib/ruby-esi/models/get_characters_character_id_industry_jobs_200_ok.rb +25 -27
- data/lib/ruby-esi/models/get_characters_character_id_killmails_recent_200_ok.rb +10 -13
- data/lib/ruby-esi/models/get_characters_character_id_location_ok.rb +9 -12
- data/lib/ruby-esi/models/get_characters_character_id_loyalty_points_200_ok.rb +10 -13
- data/lib/ruby-esi/models/get_characters_character_id_mail_200_ok.rb +8 -11
- data/lib/ruby-esi/models/get_characters_character_id_mail_labels_label.rb +18 -23
- data/lib/ruby-esi/models/get_characters_character_id_mail_labels_ok.rb +10 -14
- data/lib/ruby-esi/models/get_characters_character_id_mail_lists_200_ok.rb +10 -13
- data/lib/ruby-esi/models/get_characters_character_id_mail_mail_id_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_characters_character_id_mail_mail_id_ok.rb +8 -11
- data/lib/ruby-esi/models/get_characters_character_id_mail_mail_id_recipient.rb +13 -15
- data/lib/ruby-esi/models/get_characters_character_id_mail_recipient.rb +13 -15
- data/lib/ruby-esi/models/get_characters_character_id_medals_200_ok.rb +20 -22
- data/lib/ruby-esi/models/get_characters_character_id_medals_graphic.rb +11 -14
- data/lib/ruby-esi/models/get_characters_character_id_mining_200_ok.rb +12 -15
- data/lib/ruby-esi/models/get_characters_character_id_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_characters_character_id_notifications_200_ok.rb +19 -21
- data/lib/ruby-esi/models/get_characters_character_id_notifications_contacts_200_ok.rb +13 -16
- data/lib/ruby-esi/models/get_characters_character_id_ok.rb +34 -27
- data/lib/ruby-esi/models/get_characters_character_id_online_ok.rb +9 -12
- data/lib/ruby-esi/models/get_characters_character_id_opportunities_200_ok.rb +10 -13
- data/lib/ruby-esi/models/get_characters_character_id_orders_200_ok.rb +22 -24
- data/lib/ruby-esi/models/get_characters_character_id_orders_history_200_ok.rb +26 -28
- data/lib/ruby-esi/models/get_characters_character_id_planets_200_ok.rb +26 -28
- data/lib/ruby-esi/models/get_characters_character_id_planets_planet_id_content.rb +10 -13
- data/lib/ruby-esi/models/get_characters_character_id_planets_planet_id_extractor_details.rb +9 -12
- data/lib/ruby-esi/models/get_characters_character_id_planets_planet_id_factory_details.rb +9 -12
- data/lib/ruby-esi/models/get_characters_character_id_planets_planet_id_head.rb +16 -19
- data/lib/ruby-esi/models/get_characters_character_id_planets_planet_id_link.rb +16 -19
- data/lib/ruby-esi/models/get_characters_character_id_planets_planet_id_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_characters_character_id_planets_planet_id_ok.rb +11 -14
- data/lib/ruby-esi/models/get_characters_character_id_planets_planet_id_pin.rb +12 -15
- data/lib/ruby-esi/models/get_characters_character_id_planets_planet_id_route.rb +13 -16
- data/lib/ruby-esi/models/get_characters_character_id_portrait_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_characters_character_id_portrait_ok.rb +8 -11
- data/lib/ruby-esi/models/get_characters_character_id_roles_ok.rb +8 -10
- data/lib/ruby-esi/models/get_characters_character_id_search_ok.rb +8 -11
- data/lib/ruby-esi/models/get_characters_character_id_ship_ok.rb +11 -14
- data/lib/ruby-esi/models/get_characters_character_id_skillqueue_200_ok.rb +17 -20
- data/lib/ruby-esi/models/get_characters_character_id_skills_ok.rb +10 -13
- data/lib/ruby-esi/models/get_characters_character_id_skills_skill.rb +12 -15
- data/lib/ruby-esi/models/get_characters_character_id_standings_200_ok.rb +14 -16
- data/lib/ruby-esi/models/get_characters_character_id_stats_200_ok.rb +9 -12
- data/lib/ruby-esi/models/get_characters_character_id_stats_character.rb +8 -11
- data/lib/ruby-esi/models/get_characters_character_id_stats_combat.rb +8 -11
- data/lib/ruby-esi/models/get_characters_character_id_stats_industry.rb +8 -11
- data/lib/ruby-esi/models/get_characters_character_id_stats_inventory.rb +8 -11
- data/lib/ruby-esi/models/get_characters_character_id_stats_isk.rb +8 -11
- data/lib/ruby-esi/models/get_characters_character_id_stats_market.rb +8 -11
- data/lib/ruby-esi/models/get_characters_character_id_stats_mining.rb +8 -11
- data/lib/ruby-esi/models/get_characters_character_id_stats_module.rb +8 -11
- data/lib/ruby-esi/models/get_characters_character_id_stats_orbital.rb +8 -11
- data/lib/ruby-esi/models/get_characters_character_id_stats_pve.rb +8 -11
- data/lib/ruby-esi/models/get_characters_character_id_stats_social.rb +8 -11
- data/lib/ruby-esi/models/get_characters_character_id_stats_travel.rb +8 -11
- data/lib/ruby-esi/models/get_characters_character_id_titles_200_ok.rb +8 -11
- data/lib/ruby-esi/models/get_characters_character_id_wallet_journal_200_ok.rb +19 -21
- data/lib/ruby-esi/models/get_characters_character_id_wallet_transactions_200_ok.rb +18 -21
- data/lib/ruby-esi/models/get_contracts_public_bids_contract_id_200_ok.rb +221 -0
- data/lib/ruby-esi/models/get_contracts_public_bids_contract_id_forbidden.rb +186 -0
- data/lib/ruby-esi/models/get_contracts_public_bids_contract_id_not_found.rb +186 -0
- data/lib/ruby-esi/models/get_contracts_public_items_contract_id_200_ok.rb +349 -0
- data/lib/ruby-esi/models/get_contracts_public_items_contract_id_forbidden.rb +186 -0
- data/lib/ruby-esi/models/get_contracts_public_items_contract_id_not_found.rb +186 -0
- data/lib/ruby-esi/models/get_contracts_public_region_id_200_ok.rb +400 -0
- data/lib/ruby-esi/models/get_contracts_public_region_id_not_found.rb +186 -0
- data/lib/ruby-esi/models/get_corporation_corporation_id_mining_extractions_200_ok.rb +13 -16
- data/lib/ruby-esi/models/get_corporation_corporation_id_mining_observers_200_ok.rb +14 -16
- data/lib/ruby-esi/models/get_corporation_corporation_id_mining_observers_observer_id_200_ok.rb +13 -16
- data/lib/ruby-esi/models/get_corporations_corporation_id_alliancehistory_200_ok.rb +10 -13
- data/lib/ruby-esi/models/get_corporations_corporation_id_assets_200_ok.rb +21 -23
- data/lib/ruby-esi/models/get_corporations_corporation_id_blueprints_200_ok.rb +36 -38
- data/lib/ruby-esi/models/get_corporations_corporation_id_bookmarks_200_ok.rb +14 -17
- data/lib/ruby-esi/models/get_corporations_corporation_id_bookmarks_coordinates.rb +11 -14
- data/lib/ruby-esi/models/get_corporations_corporation_id_bookmarks_folders_200_ok.rb +10 -13
- data/lib/ruby-esi/models/get_corporations_corporation_id_bookmarks_item.rb +10 -13
- data/lib/ruby-esi/models/get_corporations_corporation_id_contacts_200_ok.rb +14 -16
- data/lib/ruby-esi/models/get_corporations_corporation_id_contacts_labels_200_ok.rb +10 -13
- data/lib/ruby-esi/models/get_corporations_corporation_id_containers_logs_200_ok.rb +24 -26
- data/lib/ruby-esi/models/get_corporations_corporation_id_contracts_200_ok.rb +28 -30
- data/lib/ruby-esi/models/get_corporations_corporation_id_contracts_contract_id_bids_200_ok.rb +12 -15
- data/lib/ruby-esi/models/get_corporations_corporation_id_contracts_contract_id_bids_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_corporations_corporation_id_contracts_contract_id_items_200_ok.rb +14 -17
- data/lib/ruby-esi/models/get_corporations_corporation_id_contracts_contract_id_items_error_520.rb +8 -11
- data/lib/ruby-esi/models/get_corporations_corporation_id_contracts_contract_id_items_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_corporations_corporation_id_customs_offices_200_ok.rb +27 -29
- data/lib/ruby-esi/models/get_corporations_corporation_id_divisions_hangar_hangar.rb +14 -19
- data/lib/ruby-esi/models/get_corporations_corporation_id_divisions_ok.rb +8 -11
- data/lib/ruby-esi/models/get_corporations_corporation_id_divisions_wallet_wallet.rb +14 -19
- data/lib/ruby-esi/models/get_corporations_corporation_id_facilities_200_ok.rb +11 -14
- data/lib/ruby-esi/models/get_corporations_corporation_id_fw_stats_kills.rb +11 -14
- data/lib/ruby-esi/models/get_corporations_corporation_id_fw_stats_ok.rb +10 -13
- data/lib/ruby-esi/models/get_corporations_corporation_id_fw_stats_victory_points.rb +11 -14
- data/lib/ruby-esi/models/get_corporations_corporation_id_icons_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_corporations_corporation_id_icons_ok.rb +8 -11
- data/lib/ruby-esi/models/get_corporations_corporation_id_industry_jobs_200_ok.rb +25 -27
- data/lib/ruby-esi/models/get_corporations_corporation_id_killmails_recent_200_ok.rb +10 -13
- data/lib/ruby-esi/models/get_corporations_corporation_id_medals_200_ok.rb +19 -22
- data/lib/ruby-esi/models/get_corporations_corporation_id_medals_issued_200_ok.rb +20 -22
- data/lib/ruby-esi/models/get_corporations_corporation_id_members_titles_200_ok.rb +10 -13
- data/lib/ruby-esi/models/get_corporations_corporation_id_membertracking_200_ok.rb +9 -12
- data/lib/ruby-esi/models/get_corporations_corporation_id_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_corporations_corporation_id_ok.rb +31 -24
- data/lib/ruby-esi/models/get_corporations_corporation_id_orders_200_ok.rb +28 -30
- data/lib/ruby-esi/models/get_corporations_corporation_id_orders_history_200_ok.rb +31 -33
- data/lib/ruby-esi/models/get_corporations_corporation_id_roles_200_ok.rb +9 -11
- data/lib/ruby-esi/models/get_corporations_corporation_id_roles_history_200_ok.rb +17 -19
- data/lib/ruby-esi/models/get_corporations_corporation_id_shareholders_200_ok.rb +14 -16
- data/lib/ruby-esi/models/get_corporations_corporation_id_standings_200_ok.rb +14 -16
- data/lib/ruby-esi/models/get_corporations_corporation_id_starbases_200_ok.rb +14 -16
- data/lib/ruby-esi/models/get_corporations_corporation_id_starbases_starbase_id_fuel.rb +10 -13
- data/lib/ruby-esi/models/get_corporations_corporation_id_starbases_starbase_id_ok.rb +37 -39
- data/lib/ruby-esi/models/get_corporations_corporation_id_structures_200_ok.rb +46 -59
- data/lib/ruby-esi/models/get_corporations_corporation_id_structures_service.rb +13 -15
- data/lib/ruby-esi/models/get_corporations_corporation_id_titles_200_ok.rb +8 -10
- data/lib/ruby-esi/models/get_corporations_corporation_id_wallets_200_ok.rb +15 -18
- data/lib/ruby-esi/models/get_corporations_corporation_id_wallets_division_journal_200_ok.rb +19 -21
- data/lib/ruby-esi/models/get_corporations_corporation_id_wallets_division_transactions_200_ok.rb +17 -20
- data/lib/ruby-esi/models/get_dogma_attributes_attribute_id_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_dogma_attributes_attribute_id_ok.rb +9 -12
- data/lib/ruby-esi/models/get_dogma_dynamic_items_type_id_item_id_dogma_attribute.rb +10 -13
- data/lib/ruby-esi/models/get_dogma_dynamic_items_type_id_item_id_dogma_effect.rb +10 -13
- data/lib/ruby-esi/models/get_dogma_dynamic_items_type_id_item_id_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_dogma_dynamic_items_type_id_item_id_ok.rb +13 -16
- data/lib/ruby-esi/models/get_dogma_effects_effect_id_modifier.rb +9 -12
- data/lib/ruby-esi/models/get_dogma_effects_effect_id_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_dogma_effects_effect_id_ok.rb +9 -12
- data/lib/ruby-esi/models/get_fleets_fleet_id_members_200_ok.rb +20 -22
- data/lib/ruby-esi/models/get_fleets_fleet_id_members_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_fleets_fleet_id_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_fleets_fleet_id_ok.rb +12 -15
- data/lib/ruby-esi/models/get_fleets_fleet_id_wings_200_ok.rb +11 -14
- data/lib/ruby-esi/models/get_fleets_fleet_id_wings_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_fleets_fleet_id_wings_squad.rb +10 -13
- data/lib/ruby-esi/models/get_fw_leaderboards_active_total_active_total.rb +8 -11
- data/lib/ruby-esi/models/get_fw_leaderboards_active_total_active_total_1.rb +8 -11
- data/lib/ruby-esi/models/get_fw_leaderboards_characters_active_total_active_total.rb +8 -11
- data/lib/ruby-esi/models/get_fw_leaderboards_characters_active_total_active_total_1.rb +8 -11
- data/lib/ruby-esi/models/get_fw_leaderboards_characters_kills.rb +13 -16
- data/lib/ruby-esi/models/get_fw_leaderboards_characters_last_week_last_week.rb +8 -11
- data/lib/ruby-esi/models/get_fw_leaderboards_characters_last_week_last_week_1.rb +8 -11
- data/lib/ruby-esi/models/get_fw_leaderboards_characters_ok.rb +10 -13
- data/lib/ruby-esi/models/get_fw_leaderboards_characters_victory_points.rb +12 -15
- data/lib/ruby-esi/models/get_fw_leaderboards_characters_yesterday_yesterday.rb +8 -11
- data/lib/ruby-esi/models/get_fw_leaderboards_characters_yesterday_yesterday_1.rb +8 -11
- data/lib/ruby-esi/models/get_fw_leaderboards_corporations_active_total_active_total.rb +8 -11
- data/lib/ruby-esi/models/get_fw_leaderboards_corporations_active_total_active_total_1.rb +8 -11
- data/lib/ruby-esi/models/get_fw_leaderboards_corporations_kills.rb +13 -16
- data/lib/ruby-esi/models/get_fw_leaderboards_corporations_last_week_last_week.rb +8 -11
- data/lib/ruby-esi/models/get_fw_leaderboards_corporations_last_week_last_week_1.rb +8 -11
- data/lib/ruby-esi/models/get_fw_leaderboards_corporations_ok.rb +10 -13
- data/lib/ruby-esi/models/get_fw_leaderboards_corporations_victory_points.rb +12 -15
- data/lib/ruby-esi/models/get_fw_leaderboards_corporations_yesterday_yesterday.rb +8 -11
- data/lib/ruby-esi/models/get_fw_leaderboards_corporations_yesterday_yesterday_1.rb +8 -11
- data/lib/ruby-esi/models/get_fw_leaderboards_kills.rb +13 -16
- data/lib/ruby-esi/models/get_fw_leaderboards_last_week_last_week.rb +8 -11
- data/lib/ruby-esi/models/get_fw_leaderboards_last_week_last_week_1.rb +8 -11
- data/lib/ruby-esi/models/get_fw_leaderboards_ok.rb +10 -13
- data/lib/ruby-esi/models/get_fw_leaderboards_victory_points.rb +12 -15
- data/lib/ruby-esi/models/get_fw_leaderboards_yesterday_yesterday.rb +8 -11
- data/lib/ruby-esi/models/get_fw_leaderboards_yesterday_yesterday_1.rb +8 -11
- data/lib/ruby-esi/models/get_fw_stats_200_ok.rb +13 -16
- data/lib/ruby-esi/models/get_fw_stats_kills.rb +11 -14
- data/lib/ruby-esi/models/get_fw_stats_victory_points.rb +11 -14
- data/lib/ruby-esi/models/get_fw_systems_200_ok.rb +17 -19
- data/lib/ruby-esi/models/get_fw_wars_200_ok.rb +10 -13
- data/lib/ruby-esi/models/get_incursions_200_ok.rb +19 -21
- data/lib/ruby-esi/models/get_industry_facilities_200_ok.rb +13 -16
- data/lib/ruby-esi/models/get_industry_systems_200_ok.rb +10 -13
- data/lib/ruby-esi/models/get_industry_systems_cost_indice.rb +13 -15
- data/lib/ruby-esi/models/get_insurance_prices_200_ok.rb +10 -13
- data/lib/ruby-esi/models/get_insurance_prices_level.rb +11 -14
- data/lib/ruby-esi/models/get_killmails_killmail_id_killmail_hash_attacker.rb +11 -14
- data/lib/ruby-esi/models/get_killmails_killmail_id_killmail_hash_item.rb +11 -14
- data/lib/ruby-esi/models/get_killmails_killmail_id_killmail_hash_items_item.rb +11 -14
- data/lib/ruby-esi/models/get_killmails_killmail_id_killmail_hash_ok.rb +13 -16
- data/lib/ruby-esi/models/get_killmails_killmail_id_killmail_hash_position.rb +11 -14
- data/lib/ruby-esi/models/get_killmails_killmail_id_killmail_hash_unprocessable_entity.rb +8 -11
- data/lib/ruby-esi/models/get_killmails_killmail_id_killmail_hash_victim.rb +10 -13
- data/lib/ruby-esi/models/get_loyalty_stores_corporation_id_offers_200_ok.rb +14 -17
- data/lib/ruby-esi/models/get_loyalty_stores_corporation_id_offers_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_loyalty_stores_corporation_id_offers_required_item.rb +10 -13
- data/lib/ruby-esi/models/get_markets_groups_market_group_id_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_markets_groups_market_group_id_ok.rb +12 -15
- data/lib/ruby-esi/models/get_markets_prices_200_ok.rb +9 -12
- data/lib/ruby-esi/models/get_markets_region_id_history_200_ok.rb +14 -17
- data/lib/ruby-esi/models/get_markets_region_id_history_error_520.rb +8 -11
- data/lib/ruby-esi/models/get_markets_region_id_history_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_markets_region_id_history_unprocessable_entity.rb +8 -11
- data/lib/ruby-esi/models/get_markets_region_id_orders_200_ok.rb +23 -25
- data/lib/ruby-esi/models/get_markets_region_id_orders_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_markets_region_id_orders_unprocessable_entity.rb +8 -11
- data/lib/ruby-esi/models/get_markets_structures_structure_id_200_ok.rb +22 -24
- data/lib/ruby-esi/models/get_opportunities_groups_group_id_ok.rb +14 -17
- data/lib/ruby-esi/models/get_opportunities_tasks_task_id_ok.rb +12 -15
- data/lib/ruby-esi/models/get_route_origin_destination_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_search_ok.rb +8 -11
- data/lib/ruby-esi/models/get_sovereignty_campaigns_200_ok.rb +17 -19
- data/lib/ruby-esi/models/get_sovereignty_campaigns_participant.rb +10 -13
- data/lib/ruby-esi/models/get_sovereignty_map_200_ok.rb +9 -12
- data/lib/ruby-esi/models/get_sovereignty_structures_200_ok.rb +12 -15
- data/lib/ruby-esi/models/get_status_ok.rb +11 -14
- data/lib/ruby-esi/models/get_universe_ancestries_200_ok.rb +12 -15
- data/lib/ruby-esi/models/get_universe_asteroid_belts_asteroid_belt_id_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_universe_asteroid_belts_asteroid_belt_id_ok.rb +11 -14
- data/lib/ruby-esi/models/get_universe_asteroid_belts_asteroid_belt_id_position.rb +11 -14
- data/lib/ruby-esi/models/get_universe_bloodlines_200_ok.rb +19 -22
- data/lib/ruby-esi/models/get_universe_categories_category_id_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_universe_categories_category_id_ok.rb +12 -15
- data/lib/ruby-esi/models/get_universe_constellations_constellation_id_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_universe_constellations_constellation_id_ok.rb +13 -16
- data/lib/ruby-esi/models/get_universe_constellations_constellation_id_position.rb +11 -14
- data/lib/ruby-esi/models/get_universe_factions_200_ok.rb +15 -18
- data/lib/ruby-esi/models/get_universe_graphics_graphic_id_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_universe_graphics_graphic_id_ok.rb +9 -12
- data/lib/ruby-esi/models/get_universe_groups_group_id_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_universe_groups_group_id_ok.rb +13 -16
- data/lib/ruby-esi/models/get_universe_moons_moon_id_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_universe_moons_moon_id_ok.rb +12 -15
- data/lib/ruby-esi/models/get_universe_moons_moon_id_position.rb +11 -14
- data/lib/ruby-esi/models/get_universe_planets_planet_id_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_universe_planets_planet_id_ok.rb +13 -16
- data/lib/ruby-esi/models/get_universe_planets_planet_id_position.rb +11 -14
- data/lib/ruby-esi/models/get_universe_races_200_ok.rb +12 -15
- data/lib/ruby-esi/models/get_universe_regions_region_id_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_universe_regions_region_id_ok.rb +11 -14
- data/lib/ruby-esi/models/get_universe_schematics_schematic_id_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_universe_schematics_schematic_id_ok.rb +10 -13
- data/lib/ruby-esi/models/get_universe_stargates_stargate_id_destination.rb +10 -13
- data/lib/ruby-esi/models/get_universe_stargates_stargate_id_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_universe_stargates_stargate_id_ok.rb +14 -17
- data/lib/ruby-esi/models/get_universe_stargates_stargate_id_position.rb +11 -14
- data/lib/ruby-esi/models/get_universe_stars_star_id_ok.rb +19 -21
- data/lib/ruby-esi/models/get_universe_stations_station_id_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_universe_stations_station_id_ok.rb +18 -20
- data/lib/ruby-esi/models/get_universe_stations_station_id_position.rb +11 -14
- data/lib/ruby-esi/models/get_universe_structures_structure_id_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_universe_structures_structure_id_ok.rb +11 -14
- data/lib/ruby-esi/models/get_universe_structures_structure_id_position.rb +11 -14
- data/lib/ruby-esi/models/get_universe_system_jumps_200_ok.rb +10 -13
- data/lib/ruby-esi/models/get_universe_system_kills_200_ok.rb +12 -15
- data/lib/ruby-esi/models/get_universe_systems_system_id_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_universe_systems_system_id_ok.rb +13 -16
- data/lib/ruby-esi/models/get_universe_systems_system_id_planet.rb +9 -12
- data/lib/ruby-esi/models/get_universe_systems_system_id_position.rb +11 -14
- data/lib/ruby-esi/models/get_universe_types_type_id_dogma_attribute.rb +10 -13
- data/lib/ruby-esi/models/get_universe_types_type_id_dogma_effect.rb +10 -13
- data/lib/ruby-esi/models/get_universe_types_type_id_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_universe_types_type_id_ok.rb +13 -16
- data/lib/ruby-esi/models/get_wars_war_id_aggressor.rb +10 -13
- data/lib/ruby-esi/models/get_wars_war_id_ally.rb +8 -11
- data/lib/ruby-esi/models/get_wars_war_id_defender.rb +10 -13
- data/lib/ruby-esi/models/get_wars_war_id_killmails_200_ok.rb +10 -13
- data/lib/ruby-esi/models/get_wars_war_id_killmails_unprocessable_entity.rb +8 -11
- data/lib/ruby-esi/models/get_wars_war_id_ok.rb +14 -17
- data/lib/ruby-esi/models/get_wars_war_id_unprocessable_entity.rb +8 -11
- data/lib/ruby-esi/models/internal_server_error.rb +9 -12
- data/lib/ruby-esi/models/post_characters_affiliation_200_ok.rb +10 -13
- data/lib/ruby-esi/models/post_characters_affiliation_not_found.rb +8 -11
- data/lib/ruby-esi/models/post_characters_character_id_assets_locations_200_ok.rb +10 -13
- data/lib/ruby-esi/models/post_characters_character_id_assets_locations_position.rb +11 -14
- data/lib/ruby-esi/models/post_characters_character_id_assets_names_200_ok.rb +10 -13
- data/lib/ruby-esi/models/post_characters_character_id_contacts_error_520.rb +8 -11
- data/lib/ruby-esi/models/post_characters_character_id_fittings_created.rb +9 -12
- data/lib/ruby-esi/models/post_characters_character_id_fittings_fitting.rb +22 -25
- data/lib/ruby-esi/models/post_characters_character_id_fittings_item.rb +46 -15
- data/lib/ruby-esi/models/post_characters_character_id_mail_error_520.rb +8 -11
- data/lib/ruby-esi/models/post_characters_character_id_mail_labels_label.rb +18 -20
- data/lib/ruby-esi/models/post_characters_character_id_mail_mail.rb +17 -20
- data/lib/ruby-esi/models/post_characters_character_id_mail_recipient.rb +13 -15
- data/lib/ruby-esi/models/post_corporations_corporation_id_assets_locations_200_ok.rb +10 -13
- data/lib/ruby-esi/models/post_corporations_corporation_id_assets_locations_not_found.rb +8 -11
- data/lib/ruby-esi/models/post_corporations_corporation_id_assets_locations_position.rb +11 -14
- data/lib/ruby-esi/models/post_corporations_corporation_id_assets_names_200_ok.rb +10 -13
- data/lib/ruby-esi/models/post_corporations_corporation_id_assets_names_not_found.rb +8 -11
- data/lib/ruby-esi/models/post_fleets_fleet_id_members_invitation.rb +17 -21
- data/lib/ruby-esi/models/post_fleets_fleet_id_members_not_found.rb +8 -11
- data/lib/ruby-esi/models/post_fleets_fleet_id_members_unprocessable_entity.rb +8 -11
- data/lib/ruby-esi/models/post_fleets_fleet_id_wings_created.rb +9 -12
- data/lib/ruby-esi/models/post_fleets_fleet_id_wings_not_found.rb +8 -11
- data/lib/ruby-esi/models/post_fleets_fleet_id_wings_wing_id_squads_created.rb +9 -12
- data/lib/ruby-esi/models/post_fleets_fleet_id_wings_wing_id_squads_not_found.rb +8 -11
- data/lib/ruby-esi/models/post_ui_openwindow_newmail_new_mail.rb +17 -20
- data/lib/ruby-esi/models/post_ui_openwindow_newmail_unprocessable_entity.rb +8 -11
- data/lib/ruby-esi/models/post_universe_ids_agent.rb +8 -11
- data/lib/ruby-esi/models/post_universe_ids_alliance.rb +8 -11
- data/lib/ruby-esi/models/post_universe_ids_character.rb +8 -11
- data/lib/ruby-esi/models/post_universe_ids_constellation.rb +8 -11
- data/lib/ruby-esi/models/post_universe_ids_corporation.rb +8 -11
- data/lib/ruby-esi/models/post_universe_ids_faction.rb +8 -11
- data/lib/ruby-esi/models/post_universe_ids_inventory_type.rb +8 -11
- data/lib/ruby-esi/models/post_universe_ids_ok.rb +8 -11
- data/lib/ruby-esi/models/post_universe_ids_region.rb +8 -11
- data/lib/ruby-esi/models/post_universe_ids_station.rb +8 -11
- data/lib/ruby-esi/models/post_universe_ids_system.rb +8 -11
- data/lib/ruby-esi/models/post_universe_names_200_ok.rb +14 -16
- data/lib/ruby-esi/models/post_universe_names_not_found.rb +8 -11
- data/lib/ruby-esi/models/put_characters_character_id_calendar_event_id_response.rb +12 -14
- data/lib/ruby-esi/models/put_characters_character_id_mail_mail_id_contents.rb +8 -11
- data/lib/ruby-esi/models/put_fleets_fleet_id_members_member_id_movement.rb +16 -20
- data/lib/ruby-esi/models/put_fleets_fleet_id_members_member_id_not_found.rb +8 -11
- data/lib/ruby-esi/models/put_fleets_fleet_id_members_member_id_unprocessable_entity.rb +8 -11
- data/lib/ruby-esi/models/put_fleets_fleet_id_new_settings.rb +8 -11
- data/lib/ruby-esi/models/put_fleets_fleet_id_not_found.rb +8 -11
- data/lib/ruby-esi/models/put_fleets_fleet_id_squads_squad_id_naming.rb +12 -15
- data/lib/ruby-esi/models/put_fleets_fleet_id_squads_squad_id_not_found.rb +8 -11
- data/lib/ruby-esi/models/put_fleets_fleet_id_wings_wing_id_naming.rb +12 -15
- data/lib/ruby-esi/models/put_fleets_fleet_id_wings_wing_id_not_found.rb +8 -11
- data/lib/ruby-esi/models/service_unavailable.rb +9 -12
- data/lib/ruby-esi/models/unauthorized.rb +9 -12
- data/lib/ruby-esi/version.rb +3 -3
- data/ruby-esi.gemspec +5 -5
- data/spec/api/alliance_api_spec.rb +10 -10
- data/spec/api/assets_api_spec.rb +15 -15
- data/spec/api/bookmarks_api_spec.rb +10 -10
- data/spec/api/calendar_api_spec.rb +11 -11
- data/spec/api/character_api_spec.rb +33 -33
- data/spec/api/clones_api_spec.rb +6 -6
- data/spec/api/contacts_api_spec.rb +20 -20
- data/spec/api/contracts_api_spec.rb +59 -14
- data/spec/api/corporation_api_spec.rb +46 -46
- data/spec/api/dogma_api_spec.rb +12 -12
- data/spec/api/faction_warfare_api_spec.rb +18 -18
- data/spec/api/fittings_api_spec.rb +8 -8
- data/spec/api/fleets_api_spec.rb +30 -30
- data/spec/api/incursions_api_spec.rb +4 -4
- data/spec/api/industry_api_spec.rb +20 -20
- data/spec/api/insurance_api_spec.rb +4 -4
- data/spec/api/killmails_api_spec.rb +8 -8
- data/spec/api/location_api_spec.rb +8 -8
- data/spec/api/loyalty_api_spec.rb +6 -6
- data/spec/api/mail_api_spec.rb +20 -20
- data/spec/api/market_api_spec.rb +25 -25
- data/spec/api/opportunities_api_spec.rb +12 -12
- data/spec/api/planetary_interaction_api_spec.rb +10 -10
- data/spec/api/routes_api_spec.rb +4 -4
- data/spec/api/search_api_spec.rb +6 -6
- data/spec/api/skills_api_spec.rb +8 -8
- data/spec/api/sovereignty_api_spec.rb +8 -8
- data/spec/api/status_api_spec.rb +4 -4
- data/spec/api/universe_api_spec.rb +64 -63
- data/spec/api/user_interface_api_spec.rb +12 -12
- data/spec/api/wallet_api_spec.rb +14 -14
- data/spec/api/wars_api_spec.rb +9 -9
- data/spec/api_client_spec.rb +53 -36
- data/spec/configuration_spec.rb +10 -10
- data/spec/models/bad_request_spec.rb +3 -4
- data/spec/models/delete_characters_character_id_mail_labels_label_id_unprocessable_entity_spec.rb +3 -4
- data/spec/models/delete_fleets_fleet_id_members_member_id_not_found_spec.rb +3 -4
- data/spec/models/delete_fleets_fleet_id_squads_squad_id_not_found_spec.rb +3 -4
- data/spec/models/delete_fleets_fleet_id_wings_wing_id_not_found_spec.rb +3 -4
- data/spec/models/error_limited_spec.rb +3 -4
- data/spec/models/forbidden_spec.rb +4 -5
- data/spec/models/gateway_timeout_spec.rb +4 -5
- data/spec/models/get_alliances_alliance_id_contacts_200_ok_spec.rb +10 -11
- data/spec/models/get_alliances_alliance_id_contacts_labels_200_ok_spec.rb +4 -5
- data/spec/models/get_alliances_alliance_id_icons_not_found_spec.rb +3 -4
- data/spec/models/get_alliances_alliance_id_icons_ok_spec.rb +4 -5
- data/spec/models/get_alliances_alliance_id_not_found_spec.rb +3 -4
- data/spec/models/get_alliances_alliance_id_ok_spec.rb +9 -10
- data/spec/models/get_characters_character_id_agents_research_200_ok_spec.rb +7 -8
- data/spec/models/get_characters_character_id_assets_200_ok_spec.rb +18 -19
- data/spec/models/get_characters_character_id_attributes_ok_spec.rb +10 -11
- data/spec/models/get_characters_character_id_blueprints_200_ok_spec.rb +14 -15
- data/spec/models/get_characters_character_id_bookmarks_200_ok_spec.rb +11 -12
- data/spec/models/get_characters_character_id_bookmarks_coordinates_spec.rb +5 -6
- data/spec/models/get_characters_character_id_bookmarks_folders_200_ok_spec.rb +4 -5
- data/spec/models/get_characters_character_id_bookmarks_item_spec.rb +4 -5
- data/spec/models/get_characters_character_id_calendar_200_ok_spec.rb +11 -12
- data/spec/models/get_characters_character_id_calendar_event_id_attendees_200_ok_spec.rb +8 -9
- data/spec/models/get_characters_character_id_calendar_event_id_attendees_not_found_spec.rb +3 -4
- data/spec/models/get_characters_character_id_calendar_event_id_not_found_spec.rb +3 -4
- data/spec/models/get_characters_character_id_calendar_event_id_ok_spec.rb +16 -17
- data/spec/models/get_characters_character_id_clones_home_location_spec.rb +8 -9
- data/spec/models/get_characters_character_id_clones_jump_clone_spec.rb +11 -12
- data/spec/models/get_characters_character_id_clones_ok_spec.rb +6 -7
- data/spec/models/get_characters_character_id_contacts_200_ok_spec.rb +12 -13
- data/spec/models/get_characters_character_id_contacts_labels_200_ok_spec.rb +4 -5
- data/spec/models/get_characters_character_id_contracts_200_ok_spec.rb +36 -37
- data/spec/models/get_characters_character_id_contracts_contract_id_bids_200_ok_spec.rb +6 -7
- data/spec/models/get_characters_character_id_contracts_contract_id_bids_not_found_spec.rb +3 -4
- data/spec/models/get_characters_character_id_contracts_contract_id_items_200_ok_spec.rb +8 -9
- data/spec/models/get_characters_character_id_contracts_contract_id_items_not_found_spec.rb +3 -4
- data/spec/models/get_characters_character_id_corporationhistory_200_ok_spec.rb +6 -7
- data/spec/models/get_characters_character_id_fatigue_ok_spec.rb +5 -6
- data/spec/models/get_characters_character_id_fittings_200_ok_spec.rb +7 -8
- data/spec/models/get_characters_character_id_fittings_item_spec.rb +9 -6
- data/spec/models/get_characters_character_id_fleet_not_found_spec.rb +3 -4
- data/spec/models/get_characters_character_id_fleet_ok_spec.rb +10 -11
- data/spec/models/get_characters_character_id_fw_stats_kills_spec.rb +5 -6
- data/spec/models/get_characters_character_id_fw_stats_ok_spec.rb +8 -9
- data/spec/models/get_characters_character_id_fw_stats_victory_points_spec.rb +5 -6
- data/spec/models/get_characters_character_id_industry_jobs_200_ok_spec.rb +28 -29
- data/spec/models/get_characters_character_id_killmails_recent_200_ok_spec.rb +4 -5
- data/spec/models/get_characters_character_id_location_ok_spec.rb +5 -6
- data/spec/models/get_characters_character_id_loyalty_points_200_ok_spec.rb +4 -5
- data/spec/models/get_characters_character_id_mail_200_ok_spec.rb +9 -10
- data/spec/models/get_characters_character_id_mail_labels_label_spec.rb +10 -11
- data/spec/models/get_characters_character_id_mail_labels_ok_spec.rb +4 -5
- data/spec/models/get_characters_character_id_mail_lists_200_ok_spec.rb +4 -5
- data/spec/models/get_characters_character_id_mail_mail_id_not_found_spec.rb +3 -4
- data/spec/models/get_characters_character_id_mail_mail_id_ok_spec.rb +9 -10
- data/spec/models/get_characters_character_id_mail_mail_id_recipient_spec.rb +8 -9
- data/spec/models/get_characters_character_id_mail_recipient_spec.rb +8 -9
- data/spec/models/get_characters_character_id_medals_200_ok_spec.rb +15 -16
- data/spec/models/get_characters_character_id_medals_graphic_spec.rb +6 -7
- data/spec/models/get_characters_character_id_mining_200_ok_spec.rb +6 -7
- data/spec/models/get_characters_character_id_not_found_spec.rb +3 -4
- data/spec/models/get_characters_character_id_notifications_200_ok_spec.rb +17 -18
- data/spec/models/get_characters_character_id_notifications_contacts_200_ok_spec.rb +7 -8
- data/spec/models/get_characters_character_id_ok_spec.rb +23 -18
- data/spec/models/get_characters_character_id_online_ok_spec.rb +6 -7
- data/spec/models/get_characters_character_id_opportunities_200_ok_spec.rb +4 -5
- data/spec/models/get_characters_character_id_orders_200_ok_spec.rb +20 -21
- data/spec/models/get_characters_character_id_orders_history_200_ok_spec.rb +25 -26
- data/spec/models/get_characters_character_id_planets_200_ok_spec.rb +13 -14
- data/spec/models/get_characters_character_id_planets_planet_id_content_spec.rb +4 -5
- data/spec/models/get_characters_character_id_planets_planet_id_extractor_details_spec.rb +7 -8
- data/spec/models/get_characters_character_id_planets_planet_id_factory_details_spec.rb +3 -4
- data/spec/models/get_characters_character_id_planets_planet_id_head_spec.rb +5 -6
- data/spec/models/get_characters_character_id_planets_planet_id_link_spec.rb +5 -6
- data/spec/models/get_characters_character_id_planets_planet_id_not_found_spec.rb +3 -4
- data/spec/models/get_characters_character_id_planets_planet_id_ok_spec.rb +5 -6
- data/spec/models/get_characters_character_id_planets_planet_id_pin_spec.rb +13 -14
- data/spec/models/get_characters_character_id_planets_planet_id_route_spec.rb +8 -9
- data/spec/models/get_characters_character_id_portrait_not_found_spec.rb +3 -4
- data/spec/models/get_characters_character_id_portrait_ok_spec.rb +6 -7
- data/spec/models/get_characters_character_id_roles_ok_spec.rb +22 -23
- data/spec/models/get_characters_character_id_search_ok_spec.rb +13 -14
- data/spec/models/get_characters_character_id_ship_ok_spec.rb +5 -6
- data/spec/models/get_characters_character_id_skillqueue_200_ok_spec.rb +10 -11
- data/spec/models/get_characters_character_id_skills_ok_spec.rb +5 -6
- data/spec/models/get_characters_character_id_skills_skill_spec.rb +6 -7
- data/spec/models/get_characters_character_id_standings_200_ok_spec.rb +9 -10
- data/spec/models/get_characters_character_id_stats_200_ok_spec.rb +15 -16
- data/spec/models/get_characters_character_id_stats_character_spec.rb +5 -6
- data/spec/models/get_characters_character_id_stats_combat_spec.rb +96 -97
- data/spec/models/get_characters_character_id_stats_industry_spec.rb +38 -39
- data/spec/models/get_characters_character_id_stats_inventory_spec.rb +4 -5
- data/spec/models/get_characters_character_id_stats_isk_spec.rb +4 -5
- data/spec/models/get_characters_character_id_stats_market_spec.rb +15 -16
- data/spec/models/get_characters_character_id_stats_mining_spec.rb +21 -22
- data/spec/models/get_characters_character_id_stats_module_spec.rb +71 -72
- data/spec/models/get_characters_character_id_stats_orbital_spec.rb +5 -6
- data/spec/models/get_characters_character_id_stats_pve_spec.rb +6 -7
- data/spec/models/get_characters_character_id_stats_social_spec.rb +27 -28
- data/spec/models/get_characters_character_id_stats_travel_spec.rb +23 -24
- data/spec/models/get_characters_character_id_titles_200_ok_spec.rb +4 -5
- data/spec/models/get_characters_character_id_wallet_journal_200_ok_spec.rb +23 -24
- data/spec/models/get_characters_character_id_wallet_transactions_200_ok_spec.rb +12 -13
- data/spec/models/get_contracts_public_bids_contract_id_200_ok_spec.rb +53 -0
- data/spec/models/get_contracts_public_bids_contract_id_forbidden_spec.rb +41 -0
- data/spec/models/get_contracts_public_bids_contract_id_not_found_spec.rb +41 -0
- data/spec/models/get_contracts_public_items_contract_id_200_ok_spec.rb +89 -0
- data/spec/models/get_contracts_public_items_contract_id_forbidden_spec.rb +41 -0
- data/spec/models/get_contracts_public_items_contract_id_not_found_spec.rb +41 -0
- data/spec/models/get_contracts_public_region_id_200_ok_spec.rb +135 -0
- data/spec/models/get_contracts_public_region_id_not_found_spec.rb +41 -0
- data/spec/models/get_corporation_corporation_id_mining_extractions_200_ok_spec.rb +7 -8
- data/spec/models/get_corporation_corporation_id_mining_observers_200_ok_spec.rb +9 -10
- data/spec/models/get_corporation_corporation_id_mining_observers_observer_id_200_ok_spec.rb +7 -8
- data/spec/models/get_corporations_corporation_id_alliancehistory_200_ok_spec.rb +6 -7
- data/spec/models/get_corporations_corporation_id_assets_200_ok_spec.rb +18 -19
- data/spec/models/get_corporations_corporation_id_blueprints_200_ok_spec.rb +14 -15
- data/spec/models/get_corporations_corporation_id_bookmarks_200_ok_spec.rb +11 -12
- data/spec/models/get_corporations_corporation_id_bookmarks_coordinates_spec.rb +5 -6
- data/spec/models/get_corporations_corporation_id_bookmarks_folders_200_ok_spec.rb +5 -6
- data/spec/models/get_corporations_corporation_id_bookmarks_item_spec.rb +4 -5
- data/spec/models/get_corporations_corporation_id_contacts_200_ok_spec.rb +11 -12
- data/spec/models/get_corporations_corporation_id_contacts_labels_200_ok_spec.rb +4 -5
- data/spec/models/get_corporations_corporation_id_containers_logs_200_ok_spec.rb +26 -27
- data/spec/models/get_corporations_corporation_id_contracts_200_ok_spec.rb +36 -37
- data/spec/models/get_corporations_corporation_id_contracts_contract_id_bids_200_ok_spec.rb +6 -7
- data/spec/models/get_corporations_corporation_id_contracts_contract_id_bids_not_found_spec.rb +3 -4
- data/spec/models/get_corporations_corporation_id_contracts_contract_id_items_200_ok_spec.rb +8 -9
- data/spec/models/get_corporations_corporation_id_contracts_contract_id_items_error_520_spec.rb +3 -4
- data/spec/models/get_corporations_corporation_id_contracts_contract_id_items_not_found_spec.rb +3 -4
- data/spec/models/get_corporations_corporation_id_customs_offices_200_ok_spec.rb +20 -21
- data/spec/models/get_corporations_corporation_id_divisions_hangar_hangar_spec.rb +4 -5
- data/spec/models/get_corporations_corporation_id_divisions_ok_spec.rb +4 -5
- data/spec/models/get_corporations_corporation_id_divisions_wallet_wallet_spec.rb +4 -5
- data/spec/models/get_corporations_corporation_id_facilities_200_ok_spec.rb +5 -6
- data/spec/models/get_corporations_corporation_id_fw_stats_kills_spec.rb +5 -6
- data/spec/models/get_corporations_corporation_id_fw_stats_ok_spec.rb +7 -8
- data/spec/models/get_corporations_corporation_id_fw_stats_victory_points_spec.rb +5 -6
- data/spec/models/get_corporations_corporation_id_icons_not_found_spec.rb +3 -4
- data/spec/models/get_corporations_corporation_id_icons_ok_spec.rb +5 -6
- data/spec/models/get_corporations_corporation_id_industry_jobs_200_ok_spec.rb +28 -29
- data/spec/models/get_corporations_corporation_id_killmails_recent_200_ok_spec.rb +4 -5
- data/spec/models/get_corporations_corporation_id_medals_200_ok_spec.rb +7 -8
- data/spec/models/get_corporations_corporation_id_medals_issued_200_ok_spec.rb +12 -13
- data/spec/models/get_corporations_corporation_id_members_titles_200_ok_spec.rb +4 -5
- data/spec/models/get_corporations_corporation_id_membertracking_200_ok_spec.rb +9 -10
- data/spec/models/get_corporations_corporation_id_not_found_spec.rb +3 -4
- data/spec/models/get_corporations_corporation_id_ok_spec.rb +21 -16
- data/spec/models/get_corporations_corporation_id_orders_200_ok_spec.rb +21 -22
- data/spec/models/get_corporations_corporation_id_orders_history_200_ok_spec.rb +26 -27
- data/spec/models/get_corporations_corporation_id_roles_200_ok_spec.rb +43 -44
- data/spec/models/get_corporations_corporation_id_roles_history_200_ok_spec.rb +20 -21
- data/spec/models/get_corporations_corporation_id_shareholders_200_ok_spec.rb +9 -10
- data/spec/models/get_corporations_corporation_id_standings_200_ok_spec.rb +9 -10
- data/spec/models/get_corporations_corporation_id_starbases_200_ok_spec.rb +14 -15
- data/spec/models/get_corporations_corporation_id_starbases_starbase_id_fuel_spec.rb +4 -5
- data/spec/models/get_corporations_corporation_id_starbases_starbase_id_ok_spec.rb +40 -41
- data/spec/models/get_corporations_corporation_id_structures_200_ok_spec.rb +22 -23
- data/spec/models/get_corporations_corporation_id_structures_service_spec.rb +8 -9
- data/spec/models/get_corporations_corporation_id_titles_200_ok_spec.rb +44 -45
- data/spec/models/get_corporations_corporation_id_wallets_200_ok_spec.rb +4 -5
- data/spec/models/get_corporations_corporation_id_wallets_division_journal_200_ok_spec.rb +23 -24
- data/spec/models/get_corporations_corporation_id_wallets_division_transactions_200_ok_spec.rb +11 -12
- data/spec/models/get_dogma_attributes_attribute_id_not_found_spec.rb +3 -4
- data/spec/models/get_dogma_attributes_attribute_id_ok_spec.rb +12 -13
- data/spec/models/get_dogma_dynamic_items_type_id_item_id_dogma_attribute_spec.rb +4 -5
- data/spec/models/get_dogma_dynamic_items_type_id_item_id_dogma_effect_spec.rb +4 -5
- data/spec/models/get_dogma_dynamic_items_type_id_item_id_not_found_spec.rb +3 -4
- data/spec/models/get_dogma_dynamic_items_type_id_item_id_ok_spec.rb +7 -8
- data/spec/models/get_dogma_effects_effect_id_modifier_spec.rb +8 -9
- data/spec/models/get_dogma_effects_effect_id_not_found_spec.rb +3 -4
- data/spec/models/get_dogma_effects_effect_id_ok_spec.rb +23 -24
- data/spec/models/get_fleets_fleet_id_members_200_ok_spec.rb +16 -17
- data/spec/models/get_fleets_fleet_id_members_not_found_spec.rb +3 -4
- data/spec/models/get_fleets_fleet_id_not_found_spec.rb +3 -4
- data/spec/models/get_fleets_fleet_id_ok_spec.rb +6 -7
- data/spec/models/get_fleets_fleet_id_wings_200_ok_spec.rb +5 -6
- data/spec/models/get_fleets_fleet_id_wings_not_found_spec.rb +3 -4
- data/spec/models/get_fleets_fleet_id_wings_squad_spec.rb +4 -5
- data/spec/models/get_fw_leaderboards_active_total_active_total_1_spec.rb +4 -5
- data/spec/models/get_fw_leaderboards_active_total_active_total_spec.rb +4 -5
- data/spec/models/get_fw_leaderboards_characters_active_total_active_total_1_spec.rb +4 -5
- data/spec/models/get_fw_leaderboards_characters_active_total_active_total_spec.rb +4 -5
- data/spec/models/get_fw_leaderboards_characters_kills_spec.rb +5 -6
- data/spec/models/get_fw_leaderboards_characters_last_week_last_week_1_spec.rb +4 -5
- data/spec/models/get_fw_leaderboards_characters_last_week_last_week_spec.rb +4 -5
- data/spec/models/get_fw_leaderboards_characters_ok_spec.rb +4 -5
- data/spec/models/get_fw_leaderboards_characters_victory_points_spec.rb +5 -6
- data/spec/models/get_fw_leaderboards_characters_yesterday_yesterday_1_spec.rb +4 -5
- data/spec/models/get_fw_leaderboards_characters_yesterday_yesterday_spec.rb +4 -5
- data/spec/models/get_fw_leaderboards_corporations_active_total_active_total_1_spec.rb +4 -5
- data/spec/models/get_fw_leaderboards_corporations_active_total_active_total_spec.rb +4 -5
- data/spec/models/get_fw_leaderboards_corporations_kills_spec.rb +5 -6
- data/spec/models/get_fw_leaderboards_corporations_last_week_last_week_1_spec.rb +4 -5
- data/spec/models/get_fw_leaderboards_corporations_last_week_last_week_spec.rb +4 -5
- data/spec/models/get_fw_leaderboards_corporations_ok_spec.rb +4 -5
- data/spec/models/get_fw_leaderboards_corporations_victory_points_spec.rb +5 -6
- data/spec/models/get_fw_leaderboards_corporations_yesterday_yesterday_1_spec.rb +4 -5
- data/spec/models/get_fw_leaderboards_corporations_yesterday_yesterday_spec.rb +4 -5
- data/spec/models/get_fw_leaderboards_kills_spec.rb +5 -6
- data/spec/models/get_fw_leaderboards_last_week_last_week_1_spec.rb +4 -5
- data/spec/models/get_fw_leaderboards_last_week_last_week_spec.rb +4 -5
- data/spec/models/get_fw_leaderboards_ok_spec.rb +4 -5
- data/spec/models/get_fw_leaderboards_victory_points_spec.rb +5 -6
- data/spec/models/get_fw_leaderboards_yesterday_yesterday_1_spec.rb +4 -5
- data/spec/models/get_fw_leaderboards_yesterday_yesterday_spec.rb +4 -5
- data/spec/models/get_fw_stats_200_ok_spec.rb +7 -8
- data/spec/models/get_fw_stats_kills_spec.rb +5 -6
- data/spec/models/get_fw_stats_victory_points_spec.rb +5 -6
- data/spec/models/get_fw_systems_200_ok_spec.rb +12 -13
- data/spec/models/get_fw_wars_200_ok_spec.rb +4 -5
- data/spec/models/get_incursions_200_ok_spec.rb +14 -15
- data/spec/models/get_industry_facilities_200_ok_spec.rb +8 -9
- data/spec/models/get_industry_systems_200_ok_spec.rb +4 -5
- data/spec/models/get_industry_systems_cost_indice_spec.rb +8 -9
- data/spec/models/get_insurance_prices_200_ok_spec.rb +4 -5
- data/spec/models/get_insurance_prices_level_spec.rb +5 -6
- data/spec/models/get_killmails_killmail_id_killmail_hash_attacker_spec.rb +11 -12
- data/spec/models/get_killmails_killmail_id_killmail_hash_item_spec.rb +8 -9
- data/spec/models/get_killmails_killmail_id_killmail_hash_items_item_spec.rb +7 -8
- data/spec/models/get_killmails_killmail_id_killmail_hash_ok_spec.rb +9 -10
- data/spec/models/get_killmails_killmail_id_killmail_hash_position_spec.rb +5 -6
- data/spec/models/get_killmails_killmail_id_killmail_hash_unprocessable_entity_spec.rb +3 -4
- data/spec/models/get_killmails_killmail_id_killmail_hash_victim_spec.rb +10 -11
- data/spec/models/get_loyalty_stores_corporation_id_offers_200_ok_spec.rb +9 -10
- data/spec/models/get_loyalty_stores_corporation_id_offers_not_found_spec.rb +3 -4
- data/spec/models/get_loyalty_stores_corporation_id_offers_required_item_spec.rb +4 -5
- data/spec/models/get_markets_groups_market_group_id_not_found_spec.rb +3 -4
- data/spec/models/get_markets_groups_market_group_id_ok_spec.rb +7 -8
- data/spec/models/get_markets_prices_200_ok_spec.rb +5 -6
- data/spec/models/get_markets_region_id_history_200_ok_spec.rb +8 -9
- data/spec/models/get_markets_region_id_history_error_520_spec.rb +3 -4
- data/spec/models/get_markets_region_id_history_not_found_spec.rb +3 -4
- data/spec/models/get_markets_region_id_history_unprocessable_entity_spec.rb +3 -4
- data/spec/models/get_markets_region_id_orders_200_ok_spec.rb +18 -19
- data/spec/models/get_markets_region_id_orders_not_found_spec.rb +3 -4
- data/spec/models/get_markets_region_id_orders_unprocessable_entity_spec.rb +3 -4
- data/spec/models/get_markets_structures_structure_id_200_ok_spec.rb +17 -18
- data/spec/models/get_opportunities_groups_group_id_ok_spec.rb +8 -9
- data/spec/models/get_opportunities_tasks_task_id_ok_spec.rb +6 -7
- data/spec/models/get_route_origin_destination_not_found_spec.rb +3 -4
- data/spec/models/get_search_ok_spec.rb +12 -13
- data/spec/models/get_sovereignty_campaigns_200_ok_spec.rb +16 -17
- data/spec/models/get_sovereignty_campaigns_participant_spec.rb +4 -5
- data/spec/models/get_sovereignty_map_200_ok_spec.rb +6 -7
- data/spec/models/get_sovereignty_structures_200_ok_spec.rb +9 -10
- data/spec/models/get_status_ok_spec.rb +6 -7
- data/spec/models/get_universe_ancestries_200_ok_spec.rb +8 -9
- data/spec/models/get_universe_asteroid_belts_asteroid_belt_id_not_found_spec.rb +3 -4
- data/spec/models/get_universe_asteroid_belts_asteroid_belt_id_ok_spec.rb +5 -6
- data/spec/models/get_universe_asteroid_belts_asteroid_belt_id_position_spec.rb +5 -6
- data/spec/models/get_universe_bloodlines_200_ok_spec.rb +13 -14
- data/spec/models/get_universe_categories_category_id_not_found_spec.rb +3 -4
- data/spec/models/get_universe_categories_category_id_ok_spec.rb +6 -7
- data/spec/models/get_universe_constellations_constellation_id_not_found_spec.rb +3 -4
- data/spec/models/get_universe_constellations_constellation_id_ok_spec.rb +7 -8
- data/spec/models/get_universe_constellations_constellation_id_position_spec.rb +5 -6
- data/spec/models/get_universe_factions_200_ok_spec.rb +12 -13
- data/spec/models/get_universe_graphics_graphic_id_not_found_spec.rb +3 -4
- data/spec/models/get_universe_graphics_graphic_id_ok_spec.rb +10 -11
- data/spec/models/get_universe_groups_group_id_not_found_spec.rb +3 -4
- data/spec/models/get_universe_groups_group_id_ok_spec.rb +7 -8
- data/spec/models/get_universe_moons_moon_id_not_found_spec.rb +3 -4
- data/spec/models/get_universe_moons_moon_id_ok_spec.rb +6 -7
- data/spec/models/get_universe_moons_moon_id_position_spec.rb +5 -6
- data/spec/models/get_universe_planets_planet_id_not_found_spec.rb +3 -4
- data/spec/models/get_universe_planets_planet_id_ok_spec.rb +7 -8
- data/spec/models/get_universe_planets_planet_id_position_spec.rb +5 -6
- data/spec/models/get_universe_races_200_ok_spec.rb +6 -7
- data/spec/models/get_universe_regions_region_id_not_found_spec.rb +3 -4
- data/spec/models/get_universe_regions_region_id_ok_spec.rb +6 -7
- data/spec/models/get_universe_schematics_schematic_id_not_found_spec.rb +3 -4
- data/spec/models/get_universe_schematics_schematic_id_ok_spec.rb +4 -5
- data/spec/models/get_universe_stargates_stargate_id_destination_spec.rb +4 -5
- data/spec/models/get_universe_stargates_stargate_id_not_found_spec.rb +3 -4
- data/spec/models/get_universe_stargates_stargate_id_ok_spec.rb +8 -9
- data/spec/models/get_universe_stargates_stargate_id_position_spec.rb +5 -6
- data/spec/models/get_universe_stars_star_id_ok_spec.rb +14 -15
- data/spec/models/get_universe_stations_station_id_not_found_spec.rb +3 -4
- data/spec/models/get_universe_stations_station_id_ok_spec.rb +18 -19
- data/spec/models/get_universe_stations_station_id_position_spec.rb +5 -6
- data/spec/models/get_universe_structures_structure_id_not_found_spec.rb +3 -4
- data/spec/models/get_universe_structures_structure_id_ok_spec.rb +7 -8
- data/spec/models/get_universe_structures_structure_id_position_spec.rb +5 -6
- data/spec/models/get_universe_system_jumps_200_ok_spec.rb +4 -5
- data/spec/models/get_universe_system_kills_200_ok_spec.rb +6 -7
- data/spec/models/get_universe_systems_system_id_not_found_spec.rb +3 -4
- data/spec/models/get_universe_systems_system_id_ok_spec.rb +12 -13
- data/spec/models/get_universe_systems_system_id_planet_spec.rb +5 -6
- data/spec/models/get_universe_systems_system_id_position_spec.rb +5 -6
- data/spec/models/get_universe_types_type_id_dogma_attribute_spec.rb +4 -5
- data/spec/models/get_universe_types_type_id_dogma_effect_spec.rb +4 -5
- data/spec/models/get_universe_types_type_id_not_found_spec.rb +3 -4
- data/spec/models/get_universe_types_type_id_ok_spec.rb +18 -19
- data/spec/models/get_wars_war_id_aggressor_spec.rb +6 -7
- data/spec/models/get_wars_war_id_ally_spec.rb +4 -5
- data/spec/models/get_wars_war_id_defender_spec.rb +6 -7
- data/spec/models/get_wars_war_id_killmails_200_ok_spec.rb +4 -5
- data/spec/models/get_wars_war_id_killmails_unprocessable_entity_spec.rb +3 -4
- data/spec/models/get_wars_war_id_ok_spec.rb +12 -13
- data/spec/models/get_wars_war_id_unprocessable_entity_spec.rb +3 -4
- data/spec/models/internal_server_error_spec.rb +3 -4
- data/spec/models/post_characters_affiliation_200_ok_spec.rb +6 -7
- data/spec/models/post_characters_affiliation_not_found_spec.rb +3 -4
- data/spec/models/post_characters_character_id_assets_locations_200_ok_spec.rb +4 -5
- data/spec/models/post_characters_character_id_assets_locations_position_spec.rb +5 -6
- data/spec/models/post_characters_character_id_assets_names_200_ok_spec.rb +4 -5
- data/spec/models/post_characters_character_id_contacts_error_520_spec.rb +3 -4
- data/spec/models/post_characters_character_id_fittings_created_spec.rb +3 -4
- data/spec/models/post_characters_character_id_fittings_fitting_spec.rb +6 -7
- data/spec/models/post_characters_character_id_fittings_item_spec.rb +9 -6
- data/spec/models/post_characters_character_id_mail_error_520_spec.rb +3 -4
- data/spec/models/post_characters_character_id_mail_labels_label_spec.rb +8 -9
- data/spec/models/post_characters_character_id_mail_mail_spec.rb +6 -7
- data/spec/models/post_characters_character_id_mail_recipient_spec.rb +8 -9
- data/spec/models/post_corporations_corporation_id_assets_locations_200_ok_spec.rb +4 -5
- data/spec/models/post_corporations_corporation_id_assets_locations_not_found_spec.rb +3 -4
- data/spec/models/post_corporations_corporation_id_assets_locations_position_spec.rb +5 -6
- data/spec/models/post_corporations_corporation_id_assets_names_200_ok_spec.rb +4 -5
- data/spec/models/post_corporations_corporation_id_assets_names_not_found_spec.rb +3 -4
- data/spec/models/post_fleets_fleet_id_members_invitation_spec.rb +10 -11
- data/spec/models/post_fleets_fleet_id_members_not_found_spec.rb +3 -4
- data/spec/models/post_fleets_fleet_id_members_unprocessable_entity_spec.rb +3 -4
- data/spec/models/post_fleets_fleet_id_wings_created_spec.rb +3 -4
- data/spec/models/post_fleets_fleet_id_wings_not_found_spec.rb +3 -4
- data/spec/models/post_fleets_fleet_id_wings_wing_id_squads_created_spec.rb +3 -4
- data/spec/models/post_fleets_fleet_id_wings_wing_id_squads_not_found_spec.rb +3 -4
- data/spec/models/post_ui_openwindow_newmail_new_mail_spec.rb +7 -8
- data/spec/models/post_ui_openwindow_newmail_unprocessable_entity_spec.rb +3 -4
- data/spec/models/post_universe_ids_agent_spec.rb +4 -5
- data/spec/models/post_universe_ids_alliance_spec.rb +4 -5
- data/spec/models/post_universe_ids_character_spec.rb +4 -5
- data/spec/models/post_universe_ids_constellation_spec.rb +4 -5
- data/spec/models/post_universe_ids_corporation_spec.rb +4 -5
- data/spec/models/post_universe_ids_faction_spec.rb +4 -5
- data/spec/models/post_universe_ids_inventory_type_spec.rb +4 -5
- data/spec/models/post_universe_ids_ok_spec.rb +12 -13
- data/spec/models/post_universe_ids_region_spec.rb +4 -5
- data/spec/models/post_universe_ids_station_spec.rb +4 -5
- data/spec/models/post_universe_ids_system_spec.rb +4 -5
- data/spec/models/post_universe_names_200_ok_spec.rb +9 -10
- data/spec/models/post_universe_names_not_found_spec.rb +3 -4
- data/spec/models/put_characters_character_id_calendar_event_id_response_spec.rb +7 -8
- data/spec/models/put_characters_character_id_mail_mail_id_contents_spec.rb +4 -5
- data/spec/models/put_fleets_fleet_id_members_member_id_movement_spec.rb +9 -10
- data/spec/models/put_fleets_fleet_id_members_member_id_not_found_spec.rb +3 -4
- data/spec/models/put_fleets_fleet_id_members_member_id_unprocessable_entity_spec.rb +3 -4
- data/spec/models/put_fleets_fleet_id_new_settings_spec.rb +4 -5
- data/spec/models/put_fleets_fleet_id_not_found_spec.rb +3 -4
- data/spec/models/put_fleets_fleet_id_squads_squad_id_naming_spec.rb +3 -4
- data/spec/models/put_fleets_fleet_id_squads_squad_id_not_found_spec.rb +3 -4
- data/spec/models/put_fleets_fleet_id_wings_wing_id_naming_spec.rb +3 -4
- data/spec/models/put_fleets_fleet_id_wings_wing_id_not_found_spec.rb +3 -4
- data/spec/models/service_unavailable_spec.rb +3 -4
- data/spec/models/unauthorized_spec.rb +3 -4
- data/spec/spec_helper.rb +2 -2
- metadata +374 -343
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
## Properties
|
|
4
4
|
Name | Type | Description | Notes
|
|
5
5
|
------------ | ------------- | ------------- | -------------
|
|
6
|
-
**flag** | **
|
|
6
|
+
**flag** | **String** | Fitting location for the item. Entries placed in 'Invalid' will be discarded. If this leaves the fitting with nothing, it will cause an error. |
|
|
7
7
|
**quantity** | **Integer** | quantity integer |
|
|
8
8
|
**type_id** | **Integer** | type_id integer |
|
|
9
9
|
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
## Properties
|
|
4
4
|
Name | Type | Description | Notes
|
|
5
5
|
------------ | ------------- | ------------- | -------------
|
|
6
|
-
**color** | **String** | Hexadecimal string representing label color, in RGB format | [optional] [default to
|
|
6
|
+
**color** | **String** | Hexadecimal string representing label color, in RGB format | [optional] [default to '#ffffff']
|
|
7
7
|
**name** | **String** | name string |
|
|
8
8
|
|
|
9
9
|
|
data/docs/RoutesApi.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# ESI::RoutesApi
|
|
2
2
|
|
|
3
|
-
All URIs are relative to *https://esi.evetech.net*
|
|
3
|
+
All URIs are relative to *https://esi.evetech.net/latest*
|
|
4
4
|
|
|
5
5
|
Method | HTTP request | Description
|
|
6
6
|
------------- | ------------- | -------------
|
|
7
|
-
[**get_route_origin_destination**](RoutesApi.md#get_route_origin_destination) | **GET** /
|
|
7
|
+
[**get_route_origin_destination**](RoutesApi.md#get_route_origin_destination) | **GET** /route/{origin}/{destination}/ | Get route
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
# **get_route_origin_destination**
|
|
@@ -12,7 +12,7 @@ Method | HTTP request | Description
|
|
|
12
12
|
|
|
13
13
|
Get route
|
|
14
14
|
|
|
15
|
-
Get the systems between origin and destination --- This route is cached for up to 86400 seconds
|
|
15
|
+
Get the systems between origin and destination --- Alternate route: `/dev/route/{origin}/{destination}/` Alternate route: `/legacy/route/{origin}/{destination}/` Alternate route: `/v1/route/{origin}/{destination}/` --- This route is cached for up to 86400 seconds
|
|
16
16
|
|
|
17
17
|
### Example
|
|
18
18
|
```ruby
|
|
@@ -28,9 +28,9 @@ origin = 56 # Integer | origin solar system ID
|
|
|
28
28
|
opts = {
|
|
29
29
|
avoid: [56], # Array<Integer> | avoid solar system ID(s)
|
|
30
30
|
connections: [ESI::Array<Integer>.new], # Array<Array<Integer>> | connected solar system pairs
|
|
31
|
-
datasource:
|
|
32
|
-
flag:
|
|
33
|
-
if_none_match:
|
|
31
|
+
datasource: 'tranquility', # String | The server name you would like data from
|
|
32
|
+
flag: 'shortest', # String | route security preference
|
|
33
|
+
if_none_match: 'if_none_match_example', # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
|
34
34
|
}
|
|
35
35
|
|
|
36
36
|
begin
|
data/docs/SearchApi.md
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
# ESI::SearchApi
|
|
2
2
|
|
|
3
|
-
All URIs are relative to *https://esi.evetech.net*
|
|
3
|
+
All URIs are relative to *https://esi.evetech.net/latest*
|
|
4
4
|
|
|
5
5
|
Method | HTTP request | Description
|
|
6
6
|
------------- | ------------- | -------------
|
|
7
|
-
[**get_characters_character_id_search**](SearchApi.md#get_characters_character_id_search) | **GET** /
|
|
8
|
-
[**get_search**](SearchApi.md#get_search) | **GET** /
|
|
7
|
+
[**get_characters_character_id_search**](SearchApi.md#get_characters_character_id_search) | **GET** /characters/{character_id}/search/ | Search on a string
|
|
8
|
+
[**get_search**](SearchApi.md#get_search) | **GET** /search/ | Search on a string
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
# **get_characters_character_id_search**
|
|
@@ -13,7 +13,7 @@ Method | HTTP request | Description
|
|
|
13
13
|
|
|
14
14
|
Search on a string
|
|
15
15
|
|
|
16
|
-
Search for entities that match a given sub-string. --- This route is cached for up to 3600 seconds
|
|
16
|
+
Search for entities that match a given sub-string. --- Alternate route: `/dev/characters/{character_id}/search/` Alternate route: `/legacy/characters/{character_id}/search/` Alternate route: `/v3/characters/{character_id}/search/` --- This route is cached for up to 3600 seconds
|
|
17
17
|
|
|
18
18
|
### Example
|
|
19
19
|
```ruby
|
|
@@ -27,19 +27,19 @@ end
|
|
|
27
27
|
|
|
28
28
|
api_instance = ESI::SearchApi.new
|
|
29
29
|
|
|
30
|
-
categories = [
|
|
30
|
+
categories = ['categories_example'] # Array<String> | Type of entities to search for
|
|
31
31
|
|
|
32
32
|
character_id = 56 # Integer | An EVE character ID
|
|
33
33
|
|
|
34
|
-
search =
|
|
34
|
+
search = 'search_example' # String | The string to search on
|
|
35
35
|
|
|
36
36
|
opts = {
|
|
37
|
-
accept_language:
|
|
38
|
-
datasource:
|
|
39
|
-
if_none_match:
|
|
40
|
-
language:
|
|
37
|
+
accept_language: 'en-us', # String | Language to use in the response
|
|
38
|
+
datasource: 'tranquility', # String | The server name you would like data from
|
|
39
|
+
if_none_match: 'if_none_match_example', # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
|
40
|
+
language: 'en-us' # String | Language to use in the response, takes precedence over Accept-Language
|
|
41
41
|
strict: false, # BOOLEAN | Whether the search should be a strict match
|
|
42
|
-
token:
|
|
42
|
+
token: 'token_example' # String | Access token to use if unable to set a header
|
|
43
43
|
}
|
|
44
44
|
|
|
45
45
|
begin
|
|
@@ -85,7 +85,7 @@ Name | Type | Description | Notes
|
|
|
85
85
|
|
|
86
86
|
Search on a string
|
|
87
87
|
|
|
88
|
-
Search for entities that match a given sub-string. --- This route is cached for up to 3600 seconds
|
|
88
|
+
Search for entities that match a given sub-string. --- Alternate route: `/dev/search/` Alternate route: `/legacy/search/` Alternate route: `/v2/search/` --- This route is cached for up to 3600 seconds
|
|
89
89
|
|
|
90
90
|
### Example
|
|
91
91
|
```ruby
|
|
@@ -94,15 +94,15 @@ require 'ruby-esi'
|
|
|
94
94
|
|
|
95
95
|
api_instance = ESI::SearchApi.new
|
|
96
96
|
|
|
97
|
-
categories = [
|
|
97
|
+
categories = ['categories_example'] # Array<String> | Type of entities to search for
|
|
98
98
|
|
|
99
|
-
search =
|
|
99
|
+
search = 'search_example' # String | The string to search on
|
|
100
100
|
|
|
101
101
|
opts = {
|
|
102
|
-
accept_language:
|
|
103
|
-
datasource:
|
|
104
|
-
if_none_match:
|
|
105
|
-
language:
|
|
102
|
+
accept_language: 'en-us', # String | Language to use in the response
|
|
103
|
+
datasource: 'tranquility', # String | The server name you would like data from
|
|
104
|
+
if_none_match: 'if_none_match_example', # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
|
105
|
+
language: 'en-us' # String | Language to use in the response, takes precedence over Accept-Language
|
|
106
106
|
strict: false # BOOLEAN | Whether the search should be a strict match
|
|
107
107
|
}
|
|
108
108
|
|
data/docs/SkillsApi.md
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
# ESI::SkillsApi
|
|
2
2
|
|
|
3
|
-
All URIs are relative to *https://esi.evetech.net*
|
|
3
|
+
All URIs are relative to *https://esi.evetech.net/latest*
|
|
4
4
|
|
|
5
5
|
Method | HTTP request | Description
|
|
6
6
|
------------- | ------------- | -------------
|
|
7
|
-
[**get_characters_character_id_attributes**](SkillsApi.md#get_characters_character_id_attributes) | **GET** /
|
|
8
|
-
[**get_characters_character_id_skillqueue**](SkillsApi.md#get_characters_character_id_skillqueue) | **GET** /
|
|
9
|
-
[**get_characters_character_id_skills**](SkillsApi.md#get_characters_character_id_skills) | **GET** /
|
|
7
|
+
[**get_characters_character_id_attributes**](SkillsApi.md#get_characters_character_id_attributes) | **GET** /characters/{character_id}/attributes/ | Get character attributes
|
|
8
|
+
[**get_characters_character_id_skillqueue**](SkillsApi.md#get_characters_character_id_skillqueue) | **GET** /characters/{character_id}/skillqueue/ | Get character's skill queue
|
|
9
|
+
[**get_characters_character_id_skills**](SkillsApi.md#get_characters_character_id_skills) | **GET** /characters/{character_id}/skills/ | Get character skills
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
# **get_characters_character_id_attributes**
|
|
@@ -14,7 +14,7 @@ Method | HTTP request | Description
|
|
|
14
14
|
|
|
15
15
|
Get character attributes
|
|
16
16
|
|
|
17
|
-
Return attributes of a character --- This route is cached for up to
|
|
17
|
+
Return attributes of a character --- Alternate route: `/dev/characters/{character_id}/attributes/` Alternate route: `/legacy/characters/{character_id}/attributes/` Alternate route: `/v1/characters/{character_id}/attributes/` --- This route is cached for up to 120 seconds
|
|
18
18
|
|
|
19
19
|
### Example
|
|
20
20
|
```ruby
|
|
@@ -31,9 +31,9 @@ api_instance = ESI::SkillsApi.new
|
|
|
31
31
|
character_id = 56 # Integer | An EVE character ID
|
|
32
32
|
|
|
33
33
|
opts = {
|
|
34
|
-
datasource:
|
|
35
|
-
if_none_match:
|
|
36
|
-
token:
|
|
34
|
+
datasource: 'tranquility', # String | The server name you would like data from
|
|
35
|
+
if_none_match: 'if_none_match_example', # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
|
36
|
+
token: 'token_example' # String | Access token to use if unable to set a header
|
|
37
37
|
}
|
|
38
38
|
|
|
39
39
|
begin
|
|
@@ -74,7 +74,7 @@ Name | Type | Description | Notes
|
|
|
74
74
|
|
|
75
75
|
Get character's skill queue
|
|
76
76
|
|
|
77
|
-
List the configured skill queue for the given character --- This route is cached for up to 120 seconds
|
|
77
|
+
List the configured skill queue for the given character --- Alternate route: `/dev/characters/{character_id}/skillqueue/` Alternate route: `/legacy/characters/{character_id}/skillqueue/` Alternate route: `/v2/characters/{character_id}/skillqueue/` --- This route is cached for up to 120 seconds
|
|
78
78
|
|
|
79
79
|
### Example
|
|
80
80
|
```ruby
|
|
@@ -91,9 +91,9 @@ api_instance = ESI::SkillsApi.new
|
|
|
91
91
|
character_id = 56 # Integer | An EVE character ID
|
|
92
92
|
|
|
93
93
|
opts = {
|
|
94
|
-
datasource:
|
|
95
|
-
if_none_match:
|
|
96
|
-
token:
|
|
94
|
+
datasource: 'tranquility', # String | The server name you would like data from
|
|
95
|
+
if_none_match: 'if_none_match_example', # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
|
96
|
+
token: 'token_example' # String | Access token to use if unable to set a header
|
|
97
97
|
}
|
|
98
98
|
|
|
99
99
|
begin
|
|
@@ -134,7 +134,7 @@ Name | Type | Description | Notes
|
|
|
134
134
|
|
|
135
135
|
Get character skills
|
|
136
136
|
|
|
137
|
-
List all trained skills for the given character --- This route is cached for up to 120 seconds
|
|
137
|
+
List all trained skills for the given character --- Alternate route: `/dev/characters/{character_id}/skills/` Alternate route: `/v4/characters/{character_id}/skills/` --- This route is cached for up to 120 seconds
|
|
138
138
|
|
|
139
139
|
### Example
|
|
140
140
|
```ruby
|
|
@@ -151,9 +151,9 @@ api_instance = ESI::SkillsApi.new
|
|
|
151
151
|
character_id = 56 # Integer | An EVE character ID
|
|
152
152
|
|
|
153
153
|
opts = {
|
|
154
|
-
datasource:
|
|
155
|
-
if_none_match:
|
|
156
|
-
token:
|
|
154
|
+
datasource: 'tranquility', # String | The server name you would like data from
|
|
155
|
+
if_none_match: 'if_none_match_example', # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
|
156
|
+
token: 'token_example' # String | Access token to use if unable to set a header
|
|
157
157
|
}
|
|
158
158
|
|
|
159
159
|
begin
|
data/docs/SovereigntyApi.md
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
# ESI::SovereigntyApi
|
|
2
2
|
|
|
3
|
-
All URIs are relative to *https://esi.evetech.net*
|
|
3
|
+
All URIs are relative to *https://esi.evetech.net/latest*
|
|
4
4
|
|
|
5
5
|
Method | HTTP request | Description
|
|
6
6
|
------------- | ------------- | -------------
|
|
7
|
-
[**get_sovereignty_campaigns**](SovereigntyApi.md#get_sovereignty_campaigns) | **GET** /
|
|
8
|
-
[**get_sovereignty_map**](SovereigntyApi.md#get_sovereignty_map) | **GET** /
|
|
9
|
-
[**get_sovereignty_structures**](SovereigntyApi.md#get_sovereignty_structures) | **GET** /
|
|
7
|
+
[**get_sovereignty_campaigns**](SovereigntyApi.md#get_sovereignty_campaigns) | **GET** /sovereignty/campaigns/ | List sovereignty campaigns
|
|
8
|
+
[**get_sovereignty_map**](SovereigntyApi.md#get_sovereignty_map) | **GET** /sovereignty/map/ | List sovereignty of systems
|
|
9
|
+
[**get_sovereignty_structures**](SovereigntyApi.md#get_sovereignty_structures) | **GET** /sovereignty/structures/ | List sovereignty structures
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
# **get_sovereignty_campaigns**
|
|
@@ -14,7 +14,7 @@ Method | HTTP request | Description
|
|
|
14
14
|
|
|
15
15
|
List sovereignty campaigns
|
|
16
16
|
|
|
17
|
-
Shows sovereignty data for campaigns. --- This route is cached for up to 5 seconds
|
|
17
|
+
Shows sovereignty data for campaigns. --- Alternate route: `/dev/sovereignty/campaigns/` Alternate route: `/legacy/sovereignty/campaigns/` Alternate route: `/v1/sovereignty/campaigns/` --- This route is cached for up to 5 seconds
|
|
18
18
|
|
|
19
19
|
### Example
|
|
20
20
|
```ruby
|
|
@@ -24,8 +24,8 @@ require 'ruby-esi'
|
|
|
24
24
|
api_instance = ESI::SovereigntyApi.new
|
|
25
25
|
|
|
26
26
|
opts = {
|
|
27
|
-
datasource:
|
|
28
|
-
if_none_match:
|
|
27
|
+
datasource: 'tranquility', # String | The server name you would like data from
|
|
28
|
+
if_none_match: 'if_none_match_example', # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
|
29
29
|
}
|
|
30
30
|
|
|
31
31
|
begin
|
|
@@ -64,7 +64,7 @@ No authorization required
|
|
|
64
64
|
|
|
65
65
|
List sovereignty of systems
|
|
66
66
|
|
|
67
|
-
Shows sovereignty information for solar systems --- This route is cached for up to 3600 seconds
|
|
67
|
+
Shows sovereignty information for solar systems --- Alternate route: `/dev/sovereignty/map/` Alternate route: `/legacy/sovereignty/map/` Alternate route: `/v1/sovereignty/map/` --- This route is cached for up to 3600 seconds
|
|
68
68
|
|
|
69
69
|
### Example
|
|
70
70
|
```ruby
|
|
@@ -74,8 +74,8 @@ require 'ruby-esi'
|
|
|
74
74
|
api_instance = ESI::SovereigntyApi.new
|
|
75
75
|
|
|
76
76
|
opts = {
|
|
77
|
-
datasource:
|
|
78
|
-
if_none_match:
|
|
77
|
+
datasource: 'tranquility', # String | The server name you would like data from
|
|
78
|
+
if_none_match: 'if_none_match_example', # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
|
79
79
|
}
|
|
80
80
|
|
|
81
81
|
begin
|
|
@@ -114,7 +114,7 @@ No authorization required
|
|
|
114
114
|
|
|
115
115
|
List sovereignty structures
|
|
116
116
|
|
|
117
|
-
Shows sovereignty data for structures. --- This route is cached for up to 120 seconds
|
|
117
|
+
Shows sovereignty data for structures. --- Alternate route: `/dev/sovereignty/structures/` Alternate route: `/legacy/sovereignty/structures/` Alternate route: `/v1/sovereignty/structures/` --- This route is cached for up to 120 seconds
|
|
118
118
|
|
|
119
119
|
### Example
|
|
120
120
|
```ruby
|
|
@@ -124,8 +124,8 @@ require 'ruby-esi'
|
|
|
124
124
|
api_instance = ESI::SovereigntyApi.new
|
|
125
125
|
|
|
126
126
|
opts = {
|
|
127
|
-
datasource:
|
|
128
|
-
if_none_match:
|
|
127
|
+
datasource: 'tranquility', # String | The server name you would like data from
|
|
128
|
+
if_none_match: 'if_none_match_example', # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
|
129
129
|
}
|
|
130
130
|
|
|
131
131
|
begin
|
data/docs/StatusApi.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# ESI::StatusApi
|
|
2
2
|
|
|
3
|
-
All URIs are relative to *https://esi.evetech.net*
|
|
3
|
+
All URIs are relative to *https://esi.evetech.net/latest*
|
|
4
4
|
|
|
5
5
|
Method | HTTP request | Description
|
|
6
6
|
------------- | ------------- | -------------
|
|
7
|
-
[**get_status**](StatusApi.md#get_status) | **GET** /
|
|
7
|
+
[**get_status**](StatusApi.md#get_status) | **GET** /status/ | Retrieve the uptime and player counts
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
# **get_status**
|
|
@@ -12,7 +12,7 @@ Method | HTTP request | Description
|
|
|
12
12
|
|
|
13
13
|
Retrieve the uptime and player counts
|
|
14
14
|
|
|
15
|
-
EVE Server status --- This route is cached for up to 30 seconds
|
|
15
|
+
EVE Server status --- Alternate route: `/dev/status/` Alternate route: `/legacy/status/` Alternate route: `/v1/status/` --- This route is cached for up to 30 seconds
|
|
16
16
|
|
|
17
17
|
### Example
|
|
18
18
|
```ruby
|
|
@@ -22,8 +22,8 @@ require 'ruby-esi'
|
|
|
22
22
|
api_instance = ESI::StatusApi.new
|
|
23
23
|
|
|
24
24
|
opts = {
|
|
25
|
-
datasource:
|
|
26
|
-
if_none_match:
|
|
25
|
+
datasource: 'tranquility', # String | The server name you would like data from
|
|
26
|
+
if_none_match: 'if_none_match_example', # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
|
27
27
|
}
|
|
28
28
|
|
|
29
29
|
begin
|
data/docs/UniverseApi.md
CHANGED
|
@@ -1,39 +1,39 @@
|
|
|
1
1
|
# ESI::UniverseApi
|
|
2
2
|
|
|
3
|
-
All URIs are relative to *https://esi.evetech.net*
|
|
3
|
+
All URIs are relative to *https://esi.evetech.net/latest*
|
|
4
4
|
|
|
5
5
|
Method | HTTP request | Description
|
|
6
6
|
------------- | ------------- | -------------
|
|
7
|
-
[**get_universe_ancestries**](UniverseApi.md#get_universe_ancestries) | **GET** /
|
|
8
|
-
[**get_universe_asteroid_belts_asteroid_belt_id**](UniverseApi.md#get_universe_asteroid_belts_asteroid_belt_id) | **GET** /
|
|
9
|
-
[**get_universe_bloodlines**](UniverseApi.md#get_universe_bloodlines) | **GET** /
|
|
10
|
-
[**get_universe_categories**](UniverseApi.md#get_universe_categories) | **GET** /
|
|
11
|
-
[**get_universe_categories_category_id**](UniverseApi.md#get_universe_categories_category_id) | **GET** /
|
|
12
|
-
[**get_universe_constellations**](UniverseApi.md#get_universe_constellations) | **GET** /
|
|
13
|
-
[**get_universe_constellations_constellation_id**](UniverseApi.md#get_universe_constellations_constellation_id) | **GET** /
|
|
14
|
-
[**get_universe_factions**](UniverseApi.md#get_universe_factions) | **GET** /
|
|
15
|
-
[**get_universe_graphics**](UniverseApi.md#get_universe_graphics) | **GET** /
|
|
16
|
-
[**get_universe_graphics_graphic_id**](UniverseApi.md#get_universe_graphics_graphic_id) | **GET** /
|
|
17
|
-
[**get_universe_groups**](UniverseApi.md#get_universe_groups) | **GET** /
|
|
18
|
-
[**get_universe_groups_group_id**](UniverseApi.md#get_universe_groups_group_id) | **GET** /
|
|
19
|
-
[**get_universe_moons_moon_id**](UniverseApi.md#get_universe_moons_moon_id) | **GET** /
|
|
20
|
-
[**get_universe_planets_planet_id**](UniverseApi.md#get_universe_planets_planet_id) | **GET** /
|
|
21
|
-
[**get_universe_races**](UniverseApi.md#get_universe_races) | **GET** /
|
|
22
|
-
[**get_universe_regions**](UniverseApi.md#get_universe_regions) | **GET** /
|
|
23
|
-
[**get_universe_regions_region_id**](UniverseApi.md#get_universe_regions_region_id) | **GET** /
|
|
24
|
-
[**get_universe_stargates_stargate_id**](UniverseApi.md#get_universe_stargates_stargate_id) | **GET** /
|
|
25
|
-
[**get_universe_stars_star_id**](UniverseApi.md#get_universe_stars_star_id) | **GET** /
|
|
26
|
-
[**get_universe_stations_station_id**](UniverseApi.md#get_universe_stations_station_id) | **GET** /
|
|
27
|
-
[**get_universe_structures**](UniverseApi.md#get_universe_structures) | **GET** /
|
|
28
|
-
[**get_universe_structures_structure_id**](UniverseApi.md#get_universe_structures_structure_id) | **GET** /
|
|
29
|
-
[**get_universe_system_jumps**](UniverseApi.md#get_universe_system_jumps) | **GET** /
|
|
30
|
-
[**get_universe_system_kills**](UniverseApi.md#get_universe_system_kills) | **GET** /
|
|
31
|
-
[**get_universe_systems**](UniverseApi.md#get_universe_systems) | **GET** /
|
|
32
|
-
[**get_universe_systems_system_id**](UniverseApi.md#get_universe_systems_system_id) | **GET** /
|
|
33
|
-
[**get_universe_types**](UniverseApi.md#get_universe_types) | **GET** /
|
|
34
|
-
[**get_universe_types_type_id**](UniverseApi.md#get_universe_types_type_id) | **GET** /
|
|
35
|
-
[**post_universe_ids**](UniverseApi.md#post_universe_ids) | **POST** /
|
|
36
|
-
[**post_universe_names**](UniverseApi.md#post_universe_names) | **POST** /
|
|
7
|
+
[**get_universe_ancestries**](UniverseApi.md#get_universe_ancestries) | **GET** /universe/ancestries/ | Get ancestries
|
|
8
|
+
[**get_universe_asteroid_belts_asteroid_belt_id**](UniverseApi.md#get_universe_asteroid_belts_asteroid_belt_id) | **GET** /universe/asteroid_belts/{asteroid_belt_id}/ | Get asteroid belt information
|
|
9
|
+
[**get_universe_bloodlines**](UniverseApi.md#get_universe_bloodlines) | **GET** /universe/bloodlines/ | Get bloodlines
|
|
10
|
+
[**get_universe_categories**](UniverseApi.md#get_universe_categories) | **GET** /universe/categories/ | Get item categories
|
|
11
|
+
[**get_universe_categories_category_id**](UniverseApi.md#get_universe_categories_category_id) | **GET** /universe/categories/{category_id}/ | Get item category information
|
|
12
|
+
[**get_universe_constellations**](UniverseApi.md#get_universe_constellations) | **GET** /universe/constellations/ | Get constellations
|
|
13
|
+
[**get_universe_constellations_constellation_id**](UniverseApi.md#get_universe_constellations_constellation_id) | **GET** /universe/constellations/{constellation_id}/ | Get constellation information
|
|
14
|
+
[**get_universe_factions**](UniverseApi.md#get_universe_factions) | **GET** /universe/factions/ | Get factions
|
|
15
|
+
[**get_universe_graphics**](UniverseApi.md#get_universe_graphics) | **GET** /universe/graphics/ | Get graphics
|
|
16
|
+
[**get_universe_graphics_graphic_id**](UniverseApi.md#get_universe_graphics_graphic_id) | **GET** /universe/graphics/{graphic_id}/ | Get graphic information
|
|
17
|
+
[**get_universe_groups**](UniverseApi.md#get_universe_groups) | **GET** /universe/groups/ | Get item groups
|
|
18
|
+
[**get_universe_groups_group_id**](UniverseApi.md#get_universe_groups_group_id) | **GET** /universe/groups/{group_id}/ | Get item group information
|
|
19
|
+
[**get_universe_moons_moon_id**](UniverseApi.md#get_universe_moons_moon_id) | **GET** /universe/moons/{moon_id}/ | Get moon information
|
|
20
|
+
[**get_universe_planets_planet_id**](UniverseApi.md#get_universe_planets_planet_id) | **GET** /universe/planets/{planet_id}/ | Get planet information
|
|
21
|
+
[**get_universe_races**](UniverseApi.md#get_universe_races) | **GET** /universe/races/ | Get character races
|
|
22
|
+
[**get_universe_regions**](UniverseApi.md#get_universe_regions) | **GET** /universe/regions/ | Get regions
|
|
23
|
+
[**get_universe_regions_region_id**](UniverseApi.md#get_universe_regions_region_id) | **GET** /universe/regions/{region_id}/ | Get region information
|
|
24
|
+
[**get_universe_stargates_stargate_id**](UniverseApi.md#get_universe_stargates_stargate_id) | **GET** /universe/stargates/{stargate_id}/ | Get stargate information
|
|
25
|
+
[**get_universe_stars_star_id**](UniverseApi.md#get_universe_stars_star_id) | **GET** /universe/stars/{star_id}/ | Get star information
|
|
26
|
+
[**get_universe_stations_station_id**](UniverseApi.md#get_universe_stations_station_id) | **GET** /universe/stations/{station_id}/ | Get station information
|
|
27
|
+
[**get_universe_structures**](UniverseApi.md#get_universe_structures) | **GET** /universe/structures/ | List all public structures
|
|
28
|
+
[**get_universe_structures_structure_id**](UniverseApi.md#get_universe_structures_structure_id) | **GET** /universe/structures/{structure_id}/ | Get structure information
|
|
29
|
+
[**get_universe_system_jumps**](UniverseApi.md#get_universe_system_jumps) | **GET** /universe/system_jumps/ | Get system jumps
|
|
30
|
+
[**get_universe_system_kills**](UniverseApi.md#get_universe_system_kills) | **GET** /universe/system_kills/ | Get system kills
|
|
31
|
+
[**get_universe_systems**](UniverseApi.md#get_universe_systems) | **GET** /universe/systems/ | Get solar systems
|
|
32
|
+
[**get_universe_systems_system_id**](UniverseApi.md#get_universe_systems_system_id) | **GET** /universe/systems/{system_id}/ | Get solar system information
|
|
33
|
+
[**get_universe_types**](UniverseApi.md#get_universe_types) | **GET** /universe/types/ | Get types
|
|
34
|
+
[**get_universe_types_type_id**](UniverseApi.md#get_universe_types_type_id) | **GET** /universe/types/{type_id}/ | Get type information
|
|
35
|
+
[**post_universe_ids**](UniverseApi.md#post_universe_ids) | **POST** /universe/ids/ | Bulk names to IDs
|
|
36
|
+
[**post_universe_names**](UniverseApi.md#post_universe_names) | **POST** /universe/names/ | Get names and categories for a set of IDs
|
|
37
37
|
|
|
38
38
|
|
|
39
39
|
# **get_universe_ancestries**
|
|
@@ -41,7 +41,7 @@ Method | HTTP request | Description
|
|
|
41
41
|
|
|
42
42
|
Get ancestries
|
|
43
43
|
|
|
44
|
-
Get all character ancestries --- This route expires daily at 11:05
|
|
44
|
+
Get all character ancestries --- Alternate route: `/dev/universe/ancestries/` Alternate route: `/legacy/universe/ancestries/` Alternate route: `/v1/universe/ancestries/` --- This route expires daily at 11:05
|
|
45
45
|
|
|
46
46
|
### Example
|
|
47
47
|
```ruby
|
|
@@ -51,10 +51,10 @@ require 'ruby-esi'
|
|
|
51
51
|
api_instance = ESI::UniverseApi.new
|
|
52
52
|
|
|
53
53
|
opts = {
|
|
54
|
-
accept_language:
|
|
55
|
-
datasource:
|
|
56
|
-
if_none_match:
|
|
57
|
-
language:
|
|
54
|
+
accept_language: 'en-us', # String | Language to use in the response
|
|
55
|
+
datasource: 'tranquility', # String | The server name you would like data from
|
|
56
|
+
if_none_match: 'if_none_match_example', # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
|
57
|
+
language: 'en-us' # String | Language to use in the response, takes precedence over Accept-Language
|
|
58
58
|
}
|
|
59
59
|
|
|
60
60
|
begin
|
|
@@ -95,7 +95,7 @@ No authorization required
|
|
|
95
95
|
|
|
96
96
|
Get asteroid belt information
|
|
97
97
|
|
|
98
|
-
Get information on an asteroid belt --- This route expires daily at 11:05
|
|
98
|
+
Get information on an asteroid belt --- Alternate route: `/dev/universe/asteroid_belts/{asteroid_belt_id}/` Alternate route: `/legacy/universe/asteroid_belts/{asteroid_belt_id}/` Alternate route: `/v1/universe/asteroid_belts/{asteroid_belt_id}/` --- This route expires daily at 11:05
|
|
99
99
|
|
|
100
100
|
### Example
|
|
101
101
|
```ruby
|
|
@@ -107,8 +107,8 @@ api_instance = ESI::UniverseApi.new
|
|
|
107
107
|
asteroid_belt_id = 56 # Integer | asteroid_belt_id integer
|
|
108
108
|
|
|
109
109
|
opts = {
|
|
110
|
-
datasource:
|
|
111
|
-
if_none_match:
|
|
110
|
+
datasource: 'tranquility', # String | The server name you would like data from
|
|
111
|
+
if_none_match: 'if_none_match_example', # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
|
112
112
|
}
|
|
113
113
|
|
|
114
114
|
begin
|
|
@@ -148,7 +148,7 @@ No authorization required
|
|
|
148
148
|
|
|
149
149
|
Get bloodlines
|
|
150
150
|
|
|
151
|
-
Get a list of bloodlines --- This route expires daily at 11:05
|
|
151
|
+
Get a list of bloodlines --- Alternate route: `/dev/universe/bloodlines/` Alternate route: `/legacy/universe/bloodlines/` Alternate route: `/v1/universe/bloodlines/` --- This route expires daily at 11:05
|
|
152
152
|
|
|
153
153
|
### Example
|
|
154
154
|
```ruby
|
|
@@ -158,10 +158,10 @@ require 'ruby-esi'
|
|
|
158
158
|
api_instance = ESI::UniverseApi.new
|
|
159
159
|
|
|
160
160
|
opts = {
|
|
161
|
-
accept_language:
|
|
162
|
-
datasource:
|
|
163
|
-
if_none_match:
|
|
164
|
-
language:
|
|
161
|
+
accept_language: 'en-us', # String | Language to use in the response
|
|
162
|
+
datasource: 'tranquility', # String | The server name you would like data from
|
|
163
|
+
if_none_match: 'if_none_match_example', # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
|
164
|
+
language: 'en-us' # String | Language to use in the response, takes precedence over Accept-Language
|
|
165
165
|
}
|
|
166
166
|
|
|
167
167
|
begin
|
|
@@ -202,7 +202,7 @@ No authorization required
|
|
|
202
202
|
|
|
203
203
|
Get item categories
|
|
204
204
|
|
|
205
|
-
Get a list of item categories --- This route expires daily at 11:05
|
|
205
|
+
Get a list of item categories --- Alternate route: `/dev/universe/categories/` Alternate route: `/legacy/universe/categories/` Alternate route: `/v1/universe/categories/` --- This route expires daily at 11:05
|
|
206
206
|
|
|
207
207
|
### Example
|
|
208
208
|
```ruby
|
|
@@ -212,8 +212,8 @@ require 'ruby-esi'
|
|
|
212
212
|
api_instance = ESI::UniverseApi.new
|
|
213
213
|
|
|
214
214
|
opts = {
|
|
215
|
-
datasource:
|
|
216
|
-
if_none_match:
|
|
215
|
+
datasource: 'tranquility', # String | The server name you would like data from
|
|
216
|
+
if_none_match: 'if_none_match_example', # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
|
217
217
|
}
|
|
218
218
|
|
|
219
219
|
begin
|
|
@@ -252,7 +252,7 @@ No authorization required
|
|
|
252
252
|
|
|
253
253
|
Get item category information
|
|
254
254
|
|
|
255
|
-
Get information of an item category --- This route expires daily at 11:05
|
|
255
|
+
Get information of an item category --- Alternate route: `/dev/universe/categories/{category_id}/` Alternate route: `/legacy/universe/categories/{category_id}/` Alternate route: `/v1/universe/categories/{category_id}/` --- This route expires daily at 11:05
|
|
256
256
|
|
|
257
257
|
### Example
|
|
258
258
|
```ruby
|
|
@@ -264,10 +264,10 @@ api_instance = ESI::UniverseApi.new
|
|
|
264
264
|
category_id = 56 # Integer | An Eve item category ID
|
|
265
265
|
|
|
266
266
|
opts = {
|
|
267
|
-
accept_language:
|
|
268
|
-
datasource:
|
|
269
|
-
if_none_match:
|
|
270
|
-
language:
|
|
267
|
+
accept_language: 'en-us', # String | Language to use in the response
|
|
268
|
+
datasource: 'tranquility', # String | The server name you would like data from
|
|
269
|
+
if_none_match: 'if_none_match_example', # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
|
270
|
+
language: 'en-us' # String | Language to use in the response, takes precedence over Accept-Language
|
|
271
271
|
}
|
|
272
272
|
|
|
273
273
|
begin
|
|
@@ -309,7 +309,7 @@ No authorization required
|
|
|
309
309
|
|
|
310
310
|
Get constellations
|
|
311
311
|
|
|
312
|
-
Get a list of constellations --- This route expires daily at 11:05
|
|
312
|
+
Get a list of constellations --- Alternate route: `/dev/universe/constellations/` Alternate route: `/legacy/universe/constellations/` Alternate route: `/v1/universe/constellations/` --- This route expires daily at 11:05
|
|
313
313
|
|
|
314
314
|
### Example
|
|
315
315
|
```ruby
|
|
@@ -319,8 +319,8 @@ require 'ruby-esi'
|
|
|
319
319
|
api_instance = ESI::UniverseApi.new
|
|
320
320
|
|
|
321
321
|
opts = {
|
|
322
|
-
datasource:
|
|
323
|
-
if_none_match:
|
|
322
|
+
datasource: 'tranquility', # String | The server name you would like data from
|
|
323
|
+
if_none_match: 'if_none_match_example', # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
|
324
324
|
}
|
|
325
325
|
|
|
326
326
|
begin
|
|
@@ -359,7 +359,7 @@ No authorization required
|
|
|
359
359
|
|
|
360
360
|
Get constellation information
|
|
361
361
|
|
|
362
|
-
Get information on a constellation --- This route expires daily at 11:05
|
|
362
|
+
Get information on a constellation --- Alternate route: `/dev/universe/constellations/{constellation_id}/` Alternate route: `/legacy/universe/constellations/{constellation_id}/` Alternate route: `/v1/universe/constellations/{constellation_id}/` --- This route expires daily at 11:05
|
|
363
363
|
|
|
364
364
|
### Example
|
|
365
365
|
```ruby
|
|
@@ -371,10 +371,10 @@ api_instance = ESI::UniverseApi.new
|
|
|
371
371
|
constellation_id = 56 # Integer | constellation_id integer
|
|
372
372
|
|
|
373
373
|
opts = {
|
|
374
|
-
accept_language:
|
|
375
|
-
datasource:
|
|
376
|
-
if_none_match:
|
|
377
|
-
language:
|
|
374
|
+
accept_language: 'en-us', # String | Language to use in the response
|
|
375
|
+
datasource: 'tranquility', # String | The server name you would like data from
|
|
376
|
+
if_none_match: 'if_none_match_example', # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
|
377
|
+
language: 'en-us' # String | Language to use in the response, takes precedence over Accept-Language
|
|
378
378
|
}
|
|
379
379
|
|
|
380
380
|
begin
|
|
@@ -416,7 +416,7 @@ No authorization required
|
|
|
416
416
|
|
|
417
417
|
Get factions
|
|
418
418
|
|
|
419
|
-
Get a list of factions --- This route expires daily at 11:05
|
|
419
|
+
Get a list of factions --- Alternate route: `/dev/universe/factions/` Alternate route: `/v2/universe/factions/` --- This route expires daily at 11:05
|
|
420
420
|
|
|
421
421
|
### Example
|
|
422
422
|
```ruby
|
|
@@ -426,10 +426,10 @@ require 'ruby-esi'
|
|
|
426
426
|
api_instance = ESI::UniverseApi.new
|
|
427
427
|
|
|
428
428
|
opts = {
|
|
429
|
-
accept_language:
|
|
430
|
-
datasource:
|
|
431
|
-
if_none_match:
|
|
432
|
-
language:
|
|
429
|
+
accept_language: 'en-us', # String | Language to use in the response
|
|
430
|
+
datasource: 'tranquility', # String | The server name you would like data from
|
|
431
|
+
if_none_match: 'if_none_match_example', # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
|
432
|
+
language: 'en-us' # String | Language to use in the response, takes precedence over Accept-Language
|
|
433
433
|
}
|
|
434
434
|
|
|
435
435
|
begin
|
|
@@ -470,7 +470,7 @@ No authorization required
|
|
|
470
470
|
|
|
471
471
|
Get graphics
|
|
472
472
|
|
|
473
|
-
Get a list of graphics --- This route expires daily at 11:05
|
|
473
|
+
Get a list of graphics --- Alternate route: `/dev/universe/graphics/` Alternate route: `/legacy/universe/graphics/` Alternate route: `/v1/universe/graphics/` --- This route expires daily at 11:05
|
|
474
474
|
|
|
475
475
|
### Example
|
|
476
476
|
```ruby
|
|
@@ -480,8 +480,8 @@ require 'ruby-esi'
|
|
|
480
480
|
api_instance = ESI::UniverseApi.new
|
|
481
481
|
|
|
482
482
|
opts = {
|
|
483
|
-
datasource:
|
|
484
|
-
if_none_match:
|
|
483
|
+
datasource: 'tranquility', # String | The server name you would like data from
|
|
484
|
+
if_none_match: 'if_none_match_example', # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
|
485
485
|
}
|
|
486
486
|
|
|
487
487
|
begin
|
|
@@ -520,7 +520,7 @@ No authorization required
|
|
|
520
520
|
|
|
521
521
|
Get graphic information
|
|
522
522
|
|
|
523
|
-
Get information on a graphic --- This route expires daily at 11:05
|
|
523
|
+
Get information on a graphic --- Alternate route: `/dev/universe/graphics/{graphic_id}/` Alternate route: `/legacy/universe/graphics/{graphic_id}/` Alternate route: `/v1/universe/graphics/{graphic_id}/` --- This route expires daily at 11:05
|
|
524
524
|
|
|
525
525
|
### Example
|
|
526
526
|
```ruby
|
|
@@ -532,8 +532,8 @@ api_instance = ESI::UniverseApi.new
|
|
|
532
532
|
graphic_id = 56 # Integer | graphic_id integer
|
|
533
533
|
|
|
534
534
|
opts = {
|
|
535
|
-
datasource:
|
|
536
|
-
if_none_match:
|
|
535
|
+
datasource: 'tranquility', # String | The server name you would like data from
|
|
536
|
+
if_none_match: 'if_none_match_example', # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
|
537
537
|
}
|
|
538
538
|
|
|
539
539
|
begin
|
|
@@ -573,7 +573,7 @@ No authorization required
|
|
|
573
573
|
|
|
574
574
|
Get item groups
|
|
575
575
|
|
|
576
|
-
Get a list of item groups --- This route expires daily at 11:05
|
|
576
|
+
Get a list of item groups --- Alternate route: `/dev/universe/groups/` Alternate route: `/legacy/universe/groups/` Alternate route: `/v1/universe/groups/` --- This route expires daily at 11:05
|
|
577
577
|
|
|
578
578
|
### Example
|
|
579
579
|
```ruby
|
|
@@ -583,9 +583,9 @@ require 'ruby-esi'
|
|
|
583
583
|
api_instance = ESI::UniverseApi.new
|
|
584
584
|
|
|
585
585
|
opts = {
|
|
586
|
-
datasource:
|
|
587
|
-
if_none_match:
|
|
588
|
-
page: 1
|
|
586
|
+
datasource: 'tranquility', # String | The server name you would like data from
|
|
587
|
+
if_none_match: 'if_none_match_example', # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
|
588
|
+
page: 1 # Integer | Which page of results to return
|
|
589
589
|
}
|
|
590
590
|
|
|
591
591
|
begin
|
|
@@ -625,7 +625,7 @@ No authorization required
|
|
|
625
625
|
|
|
626
626
|
Get item group information
|
|
627
627
|
|
|
628
|
-
Get information on an item group --- This route expires daily at 11:05
|
|
628
|
+
Get information on an item group --- Alternate route: `/dev/universe/groups/{group_id}/` Alternate route: `/legacy/universe/groups/{group_id}/` Alternate route: `/v1/universe/groups/{group_id}/` --- This route expires daily at 11:05
|
|
629
629
|
|
|
630
630
|
### Example
|
|
631
631
|
```ruby
|
|
@@ -637,10 +637,10 @@ api_instance = ESI::UniverseApi.new
|
|
|
637
637
|
group_id = 56 # Integer | An Eve item group ID
|
|
638
638
|
|
|
639
639
|
opts = {
|
|
640
|
-
accept_language:
|
|
641
|
-
datasource:
|
|
642
|
-
if_none_match:
|
|
643
|
-
language:
|
|
640
|
+
accept_language: 'en-us', # String | Language to use in the response
|
|
641
|
+
datasource: 'tranquility', # String | The server name you would like data from
|
|
642
|
+
if_none_match: 'if_none_match_example', # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
|
643
|
+
language: 'en-us' # String | Language to use in the response, takes precedence over Accept-Language
|
|
644
644
|
}
|
|
645
645
|
|
|
646
646
|
begin
|
|
@@ -682,7 +682,7 @@ No authorization required
|
|
|
682
682
|
|
|
683
683
|
Get moon information
|
|
684
684
|
|
|
685
|
-
Get information on a moon --- This route expires daily at 11:05
|
|
685
|
+
Get information on a moon --- Alternate route: `/dev/universe/moons/{moon_id}/` Alternate route: `/legacy/universe/moons/{moon_id}/` Alternate route: `/v1/universe/moons/{moon_id}/` --- This route expires daily at 11:05
|
|
686
686
|
|
|
687
687
|
### Example
|
|
688
688
|
```ruby
|
|
@@ -694,8 +694,8 @@ api_instance = ESI::UniverseApi.new
|
|
|
694
694
|
moon_id = 56 # Integer | moon_id integer
|
|
695
695
|
|
|
696
696
|
opts = {
|
|
697
|
-
datasource:
|
|
698
|
-
if_none_match:
|
|
697
|
+
datasource: 'tranquility', # String | The server name you would like data from
|
|
698
|
+
if_none_match: 'if_none_match_example', # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
|
699
699
|
}
|
|
700
700
|
|
|
701
701
|
begin
|
|
@@ -735,7 +735,7 @@ No authorization required
|
|
|
735
735
|
|
|
736
736
|
Get planet information
|
|
737
737
|
|
|
738
|
-
Get information on a planet --- This route expires daily at 11:05
|
|
738
|
+
Get information on a planet --- Alternate route: `/dev/universe/planets/{planet_id}/` Alternate route: `/legacy/universe/planets/{planet_id}/` Alternate route: `/v1/universe/planets/{planet_id}/` --- This route expires daily at 11:05
|
|
739
739
|
|
|
740
740
|
### Example
|
|
741
741
|
```ruby
|
|
@@ -747,8 +747,8 @@ api_instance = ESI::UniverseApi.new
|
|
|
747
747
|
planet_id = 56 # Integer | planet_id integer
|
|
748
748
|
|
|
749
749
|
opts = {
|
|
750
|
-
datasource:
|
|
751
|
-
if_none_match:
|
|
750
|
+
datasource: 'tranquility', # String | The server name you would like data from
|
|
751
|
+
if_none_match: 'if_none_match_example', # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
|
752
752
|
}
|
|
753
753
|
|
|
754
754
|
begin
|
|
@@ -788,7 +788,7 @@ No authorization required
|
|
|
788
788
|
|
|
789
789
|
Get character races
|
|
790
790
|
|
|
791
|
-
Get a list of character races --- This route expires daily at 11:05
|
|
791
|
+
Get a list of character races --- Alternate route: `/dev/universe/races/` Alternate route: `/legacy/universe/races/` Alternate route: `/v1/universe/races/` --- This route expires daily at 11:05
|
|
792
792
|
|
|
793
793
|
### Example
|
|
794
794
|
```ruby
|
|
@@ -798,10 +798,10 @@ require 'ruby-esi'
|
|
|
798
798
|
api_instance = ESI::UniverseApi.new
|
|
799
799
|
|
|
800
800
|
opts = {
|
|
801
|
-
accept_language:
|
|
802
|
-
datasource:
|
|
803
|
-
if_none_match:
|
|
804
|
-
language:
|
|
801
|
+
accept_language: 'en-us', # String | Language to use in the response
|
|
802
|
+
datasource: 'tranquility', # String | The server name you would like data from
|
|
803
|
+
if_none_match: 'if_none_match_example', # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
|
804
|
+
language: 'en-us' # String | Language to use in the response, takes precedence over Accept-Language
|
|
805
805
|
}
|
|
806
806
|
|
|
807
807
|
begin
|
|
@@ -842,7 +842,7 @@ No authorization required
|
|
|
842
842
|
|
|
843
843
|
Get regions
|
|
844
844
|
|
|
845
|
-
Get a list of regions --- This route expires daily at 11:05
|
|
845
|
+
Get a list of regions --- Alternate route: `/dev/universe/regions/` Alternate route: `/legacy/universe/regions/` Alternate route: `/v1/universe/regions/` --- This route expires daily at 11:05
|
|
846
846
|
|
|
847
847
|
### Example
|
|
848
848
|
```ruby
|
|
@@ -852,8 +852,8 @@ require 'ruby-esi'
|
|
|
852
852
|
api_instance = ESI::UniverseApi.new
|
|
853
853
|
|
|
854
854
|
opts = {
|
|
855
|
-
datasource:
|
|
856
|
-
if_none_match:
|
|
855
|
+
datasource: 'tranquility', # String | The server name you would like data from
|
|
856
|
+
if_none_match: 'if_none_match_example', # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
|
857
857
|
}
|
|
858
858
|
|
|
859
859
|
begin
|
|
@@ -892,7 +892,7 @@ No authorization required
|
|
|
892
892
|
|
|
893
893
|
Get region information
|
|
894
894
|
|
|
895
|
-
Get information on a region --- This route expires daily at 11:05
|
|
895
|
+
Get information on a region --- Alternate route: `/dev/universe/regions/{region_id}/` Alternate route: `/legacy/universe/regions/{region_id}/` Alternate route: `/v1/universe/regions/{region_id}/` --- This route expires daily at 11:05
|
|
896
896
|
|
|
897
897
|
### Example
|
|
898
898
|
```ruby
|
|
@@ -904,10 +904,10 @@ api_instance = ESI::UniverseApi.new
|
|
|
904
904
|
region_id = 56 # Integer | region_id integer
|
|
905
905
|
|
|
906
906
|
opts = {
|
|
907
|
-
accept_language:
|
|
908
|
-
datasource:
|
|
909
|
-
if_none_match:
|
|
910
|
-
language:
|
|
907
|
+
accept_language: 'en-us', # String | Language to use in the response
|
|
908
|
+
datasource: 'tranquility', # String | The server name you would like data from
|
|
909
|
+
if_none_match: 'if_none_match_example', # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
|
910
|
+
language: 'en-us' # String | Language to use in the response, takes precedence over Accept-Language
|
|
911
911
|
}
|
|
912
912
|
|
|
913
913
|
begin
|
|
@@ -949,7 +949,7 @@ No authorization required
|
|
|
949
949
|
|
|
950
950
|
Get stargate information
|
|
951
951
|
|
|
952
|
-
Get information on a stargate --- This route expires daily at 11:05
|
|
952
|
+
Get information on a stargate --- Alternate route: `/dev/universe/stargates/{stargate_id}/` Alternate route: `/legacy/universe/stargates/{stargate_id}/` Alternate route: `/v1/universe/stargates/{stargate_id}/` --- This route expires daily at 11:05
|
|
953
953
|
|
|
954
954
|
### Example
|
|
955
955
|
```ruby
|
|
@@ -961,8 +961,8 @@ api_instance = ESI::UniverseApi.new
|
|
|
961
961
|
stargate_id = 56 # Integer | stargate_id integer
|
|
962
962
|
|
|
963
963
|
opts = {
|
|
964
|
-
datasource:
|
|
965
|
-
if_none_match:
|
|
964
|
+
datasource: 'tranquility', # String | The server name you would like data from
|
|
965
|
+
if_none_match: 'if_none_match_example', # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
|
966
966
|
}
|
|
967
967
|
|
|
968
968
|
begin
|
|
@@ -1002,7 +1002,7 @@ No authorization required
|
|
|
1002
1002
|
|
|
1003
1003
|
Get star information
|
|
1004
1004
|
|
|
1005
|
-
Get information on a star --- This route expires daily at 11:05
|
|
1005
|
+
Get information on a star --- Alternate route: `/dev/universe/stars/{star_id}/` Alternate route: `/legacy/universe/stars/{star_id}/` Alternate route: `/v1/universe/stars/{star_id}/` --- This route expires daily at 11:05
|
|
1006
1006
|
|
|
1007
1007
|
### Example
|
|
1008
1008
|
```ruby
|
|
@@ -1014,8 +1014,8 @@ api_instance = ESI::UniverseApi.new
|
|
|
1014
1014
|
star_id = 56 # Integer | star_id integer
|
|
1015
1015
|
|
|
1016
1016
|
opts = {
|
|
1017
|
-
datasource:
|
|
1018
|
-
if_none_match:
|
|
1017
|
+
datasource: 'tranquility', # String | The server name you would like data from
|
|
1018
|
+
if_none_match: 'if_none_match_example', # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
|
1019
1019
|
}
|
|
1020
1020
|
|
|
1021
1021
|
begin
|
|
@@ -1055,7 +1055,7 @@ No authorization required
|
|
|
1055
1055
|
|
|
1056
1056
|
Get station information
|
|
1057
1057
|
|
|
1058
|
-
Get information on a station --- This route expires daily at 11:05
|
|
1058
|
+
Get information on a station --- Alternate route: `/dev/universe/stations/{station_id}/` Alternate route: `/v2/universe/stations/{station_id}/` --- This route expires daily at 11:05
|
|
1059
1059
|
|
|
1060
1060
|
### Example
|
|
1061
1061
|
```ruby
|
|
@@ -1067,8 +1067,8 @@ api_instance = ESI::UniverseApi.new
|
|
|
1067
1067
|
station_id = 56 # Integer | station_id integer
|
|
1068
1068
|
|
|
1069
1069
|
opts = {
|
|
1070
|
-
datasource:
|
|
1071
|
-
if_none_match:
|
|
1070
|
+
datasource: 'tranquility', # String | The server name you would like data from
|
|
1071
|
+
if_none_match: 'if_none_match_example', # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
|
1072
1072
|
}
|
|
1073
1073
|
|
|
1074
1074
|
begin
|
|
@@ -1108,7 +1108,7 @@ No authorization required
|
|
|
1108
1108
|
|
|
1109
1109
|
List all public structures
|
|
1110
1110
|
|
|
1111
|
-
List all public structures --- This route is cached for up to 3600 seconds
|
|
1111
|
+
List all public structures --- Alternate route: `/dev/universe/structures/` Alternate route: `/legacy/universe/structures/` Alternate route: `/v1/universe/structures/` --- This route is cached for up to 3600 seconds
|
|
1112
1112
|
|
|
1113
1113
|
### Example
|
|
1114
1114
|
```ruby
|
|
@@ -1118,8 +1118,9 @@ require 'ruby-esi'
|
|
|
1118
1118
|
api_instance = ESI::UniverseApi.new
|
|
1119
1119
|
|
|
1120
1120
|
opts = {
|
|
1121
|
-
datasource:
|
|
1122
|
-
|
|
1121
|
+
datasource: 'tranquility', # String | The server name you would like data from
|
|
1122
|
+
filter: 'filter_example', # String | Only list public structures that have this service online
|
|
1123
|
+
if_none_match: 'if_none_match_example', # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
|
1123
1124
|
}
|
|
1124
1125
|
|
|
1125
1126
|
begin
|
|
@@ -1136,6 +1137,7 @@ end
|
|
|
1136
1137
|
Name | Type | Description | Notes
|
|
1137
1138
|
------------- | ------------- | ------------- | -------------
|
|
1138
1139
|
**datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
|
|
1140
|
+
**filter** | **String**| Only list public structures that have this service online | [optional]
|
|
1139
1141
|
**if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
|
|
1140
1142
|
|
|
1141
1143
|
### Return type
|
|
@@ -1158,7 +1160,7 @@ No authorization required
|
|
|
1158
1160
|
|
|
1159
1161
|
Get structure information
|
|
1160
1162
|
|
|
1161
|
-
Returns information on requested structure if you are on the ACL. Otherwise, returns \"Forbidden\" for all inputs. --- This route is cached for up to 3600 seconds
|
|
1163
|
+
Returns information on requested structure if you are on the ACL. Otherwise, returns \"Forbidden\" for all inputs. --- Alternate route: `/dev/universe/structures/{structure_id}/` Alternate route: `/v2/universe/structures/{structure_id}/` --- This route is cached for up to 3600 seconds
|
|
1162
1164
|
|
|
1163
1165
|
### Example
|
|
1164
1166
|
```ruby
|
|
@@ -1175,9 +1177,9 @@ api_instance = ESI::UniverseApi.new
|
|
|
1175
1177
|
structure_id = 789 # Integer | An Eve structure ID
|
|
1176
1178
|
|
|
1177
1179
|
opts = {
|
|
1178
|
-
datasource:
|
|
1179
|
-
if_none_match:
|
|
1180
|
-
token:
|
|
1180
|
+
datasource: 'tranquility', # String | The server name you would like data from
|
|
1181
|
+
if_none_match: 'if_none_match_example', # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
|
1182
|
+
token: 'token_example' # String | Access token to use if unable to set a header
|
|
1181
1183
|
}
|
|
1182
1184
|
|
|
1183
1185
|
begin
|
|
@@ -1218,7 +1220,7 @@ Name | Type | Description | Notes
|
|
|
1218
1220
|
|
|
1219
1221
|
Get system jumps
|
|
1220
1222
|
|
|
1221
|
-
Get the number of jumps in solar systems within the last hour ending at the timestamp of the Last-Modified header, excluding wormhole space. Only systems with jumps will be listed --- This route is cached for up to 3600 seconds
|
|
1223
|
+
Get the number of jumps in solar systems within the last hour ending at the timestamp of the Last-Modified header, excluding wormhole space. Only systems with jumps will be listed --- Alternate route: `/dev/universe/system_jumps/` Alternate route: `/legacy/universe/system_jumps/` Alternate route: `/v1/universe/system_jumps/` --- This route is cached for up to 3600 seconds
|
|
1222
1224
|
|
|
1223
1225
|
### Example
|
|
1224
1226
|
```ruby
|
|
@@ -1228,8 +1230,8 @@ require 'ruby-esi'
|
|
|
1228
1230
|
api_instance = ESI::UniverseApi.new
|
|
1229
1231
|
|
|
1230
1232
|
opts = {
|
|
1231
|
-
datasource:
|
|
1232
|
-
if_none_match:
|
|
1233
|
+
datasource: 'tranquility', # String | The server name you would like data from
|
|
1234
|
+
if_none_match: 'if_none_match_example', # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
|
1233
1235
|
}
|
|
1234
1236
|
|
|
1235
1237
|
begin
|
|
@@ -1268,7 +1270,7 @@ No authorization required
|
|
|
1268
1270
|
|
|
1269
1271
|
Get system kills
|
|
1270
1272
|
|
|
1271
|
-
Get the number of ship, pod and NPC kills per solar system within the last hour ending at the timestamp of the Last-Modified header, excluding wormhole space. Only systems with kills will be listed --- This route is cached for up to 3600 seconds
|
|
1273
|
+
Get the number of ship, pod and NPC kills per solar system within the last hour ending at the timestamp of the Last-Modified header, excluding wormhole space. Only systems with kills will be listed --- Alternate route: `/dev/universe/system_kills/` Alternate route: `/v2/universe/system_kills/` --- This route is cached for up to 3600 seconds
|
|
1272
1274
|
|
|
1273
1275
|
### Example
|
|
1274
1276
|
```ruby
|
|
@@ -1278,8 +1280,8 @@ require 'ruby-esi'
|
|
|
1278
1280
|
api_instance = ESI::UniverseApi.new
|
|
1279
1281
|
|
|
1280
1282
|
opts = {
|
|
1281
|
-
datasource:
|
|
1282
|
-
if_none_match:
|
|
1283
|
+
datasource: 'tranquility', # String | The server name you would like data from
|
|
1284
|
+
if_none_match: 'if_none_match_example', # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
|
1283
1285
|
}
|
|
1284
1286
|
|
|
1285
1287
|
begin
|
|
@@ -1318,7 +1320,7 @@ No authorization required
|
|
|
1318
1320
|
|
|
1319
1321
|
Get solar systems
|
|
1320
1322
|
|
|
1321
|
-
Get a list of solar systems --- This route expires daily at 11:05
|
|
1323
|
+
Get a list of solar systems --- Alternate route: `/dev/universe/systems/` Alternate route: `/legacy/universe/systems/` Alternate route: `/v1/universe/systems/` --- This route expires daily at 11:05
|
|
1322
1324
|
|
|
1323
1325
|
### Example
|
|
1324
1326
|
```ruby
|
|
@@ -1328,8 +1330,8 @@ require 'ruby-esi'
|
|
|
1328
1330
|
api_instance = ESI::UniverseApi.new
|
|
1329
1331
|
|
|
1330
1332
|
opts = {
|
|
1331
|
-
datasource:
|
|
1332
|
-
if_none_match:
|
|
1333
|
+
datasource: 'tranquility', # String | The server name you would like data from
|
|
1334
|
+
if_none_match: 'if_none_match_example', # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
|
1333
1335
|
}
|
|
1334
1336
|
|
|
1335
1337
|
begin
|
|
@@ -1368,7 +1370,7 @@ No authorization required
|
|
|
1368
1370
|
|
|
1369
1371
|
Get solar system information
|
|
1370
1372
|
|
|
1371
|
-
Get information on a solar system. --- This route expires daily at 11:05
|
|
1373
|
+
Get information on a solar system. --- Alternate route: `/dev/universe/systems/{system_id}/` Alternate route: `/v4/universe/systems/{system_id}/` --- This route expires daily at 11:05
|
|
1372
1374
|
|
|
1373
1375
|
### Example
|
|
1374
1376
|
```ruby
|
|
@@ -1380,10 +1382,10 @@ api_instance = ESI::UniverseApi.new
|
|
|
1380
1382
|
system_id = 56 # Integer | system_id integer
|
|
1381
1383
|
|
|
1382
1384
|
opts = {
|
|
1383
|
-
accept_language:
|
|
1384
|
-
datasource:
|
|
1385
|
-
if_none_match:
|
|
1386
|
-
language:
|
|
1385
|
+
accept_language: 'en-us', # String | Language to use in the response
|
|
1386
|
+
datasource: 'tranquility', # String | The server name you would like data from
|
|
1387
|
+
if_none_match: 'if_none_match_example', # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
|
1388
|
+
language: 'en-us' # String | Language to use in the response, takes precedence over Accept-Language
|
|
1387
1389
|
}
|
|
1388
1390
|
|
|
1389
1391
|
begin
|
|
@@ -1425,7 +1427,7 @@ No authorization required
|
|
|
1425
1427
|
|
|
1426
1428
|
Get types
|
|
1427
1429
|
|
|
1428
|
-
Get a list of type ids --- This route expires daily at 11:05
|
|
1430
|
+
Get a list of type ids --- Alternate route: `/dev/universe/types/` Alternate route: `/legacy/universe/types/` Alternate route: `/v1/universe/types/` --- This route expires daily at 11:05
|
|
1429
1431
|
|
|
1430
1432
|
### Example
|
|
1431
1433
|
```ruby
|
|
@@ -1435,9 +1437,9 @@ require 'ruby-esi'
|
|
|
1435
1437
|
api_instance = ESI::UniverseApi.new
|
|
1436
1438
|
|
|
1437
1439
|
opts = {
|
|
1438
|
-
datasource:
|
|
1439
|
-
if_none_match:
|
|
1440
|
-
page: 1
|
|
1440
|
+
datasource: 'tranquility', # String | The server name you would like data from
|
|
1441
|
+
if_none_match: 'if_none_match_example', # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
|
1442
|
+
page: 1 # Integer | Which page of results to return
|
|
1441
1443
|
}
|
|
1442
1444
|
|
|
1443
1445
|
begin
|
|
@@ -1477,7 +1479,7 @@ No authorization required
|
|
|
1477
1479
|
|
|
1478
1480
|
Get type information
|
|
1479
1481
|
|
|
1480
|
-
Get information on a type --- This route expires daily at 11:05
|
|
1482
|
+
Get information on a type --- Alternate route: `/dev/universe/types/{type_id}/` Alternate route: `/v3/universe/types/{type_id}/` --- This route expires daily at 11:05
|
|
1481
1483
|
|
|
1482
1484
|
### Example
|
|
1483
1485
|
```ruby
|
|
@@ -1489,10 +1491,10 @@ api_instance = ESI::UniverseApi.new
|
|
|
1489
1491
|
type_id = 56 # Integer | An Eve item type ID
|
|
1490
1492
|
|
|
1491
1493
|
opts = {
|
|
1492
|
-
accept_language:
|
|
1493
|
-
datasource:
|
|
1494
|
-
if_none_match:
|
|
1495
|
-
language:
|
|
1494
|
+
accept_language: 'en-us', # String | Language to use in the response
|
|
1495
|
+
datasource: 'tranquility', # String | The server name you would like data from
|
|
1496
|
+
if_none_match: 'if_none_match_example', # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
|
1497
|
+
language: 'en-us' # String | Language to use in the response, takes precedence over Accept-Language
|
|
1496
1498
|
}
|
|
1497
1499
|
|
|
1498
1500
|
begin
|
|
@@ -1534,7 +1536,7 @@ No authorization required
|
|
|
1534
1536
|
|
|
1535
1537
|
Bulk names to IDs
|
|
1536
1538
|
|
|
1537
|
-
Resolve a set of names to IDs in the following categories: agents, alliances, characters, constellations, corporations factions, inventory_types, regions, stations, and systems. Only exact matches will be returned. All names searched for are cached for 12 hours
|
|
1539
|
+
Resolve a set of names to IDs in the following categories: agents, alliances, characters, constellations, corporations factions, inventory_types, regions, stations, and systems. Only exact matches will be returned. All names searched for are cached for 12 hours --- Alternate route: `/dev/universe/ids/` Alternate route: `/legacy/universe/ids/` Alternate route: `/v1/universe/ids/`
|
|
1538
1540
|
|
|
1539
1541
|
### Example
|
|
1540
1542
|
```ruby
|
|
@@ -1546,9 +1548,9 @@ api_instance = ESI::UniverseApi.new
|
|
|
1546
1548
|
names = [ESI::Array<String>.new] # Array<String> | The names to resolve
|
|
1547
1549
|
|
|
1548
1550
|
opts = {
|
|
1549
|
-
accept_language:
|
|
1550
|
-
datasource:
|
|
1551
|
-
language:
|
|
1551
|
+
accept_language: 'en-us', # String | Language to use in the response
|
|
1552
|
+
datasource: 'tranquility', # String | The server name you would like data from
|
|
1553
|
+
language: 'en-us' # String | Language to use in the response, takes precedence over Accept-Language
|
|
1552
1554
|
}
|
|
1553
1555
|
|
|
1554
1556
|
begin
|
|
@@ -1587,9 +1589,9 @@ No authorization required
|
|
|
1587
1589
|
# **post_universe_names**
|
|
1588
1590
|
> Array<PostUniverseNames200Ok> post_universe_names(ids, opts)
|
|
1589
1591
|
|
|
1590
|
-
Get names and categories for a set of
|
|
1592
|
+
Get names and categories for a set of IDs
|
|
1591
1593
|
|
|
1592
|
-
Resolve a set of IDs to names and categories. Supported ID's for resolving are: Characters, Corporations, Alliances, Stations, Solar Systems, Constellations, Regions, Types
|
|
1594
|
+
Resolve a set of IDs to names and categories. Supported ID's for resolving are: Characters, Corporations, Alliances, Stations, Solar Systems, Constellations, Regions, Types, Factions --- Alternate route: `/dev/universe/names/` Alternate route: `/v3/universe/names/`
|
|
1593
1595
|
|
|
1594
1596
|
### Example
|
|
1595
1597
|
```ruby
|
|
@@ -1601,11 +1603,11 @@ api_instance = ESI::UniverseApi.new
|
|
|
1601
1603
|
ids = [ESI::Array<Integer>.new] # Array<Integer> | The ids to resolve
|
|
1602
1604
|
|
|
1603
1605
|
opts = {
|
|
1604
|
-
datasource:
|
|
1606
|
+
datasource: 'tranquility', # String | The server name you would like data from
|
|
1605
1607
|
}
|
|
1606
1608
|
|
|
1607
1609
|
begin
|
|
1608
|
-
#Get names and categories for a set of
|
|
1610
|
+
#Get names and categories for a set of IDs
|
|
1609
1611
|
result = api_instance.post_universe_names(ids, opts)
|
|
1610
1612
|
p result
|
|
1611
1613
|
rescue ESI::ApiError => e
|