ruby-esi 0.2.0 → 0.3.0
Sign up to get free protection for your applications and to get access to all the features.
- 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,14 +3,14 @@
|
|
3
3
|
|
4
4
|
#An OpenAPI for EVE Online
|
5
5
|
|
6
|
-
OpenAPI spec version:
|
6
|
+
OpenAPI spec version: 1.3.8
|
7
7
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
-
Swagger Codegen version: 2.
|
9
|
+
Swagger Codegen version: 2.4.13
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
13
|
-
require
|
13
|
+
require 'uri'
|
14
14
|
|
15
15
|
module ESI
|
16
16
|
class StatusApi
|
@@ -19,33 +19,32 @@ module ESI
|
|
19
19
|
def initialize(api_client = ApiClient.default)
|
20
20
|
@api_client = api_client
|
21
21
|
end
|
22
|
-
|
23
22
|
# Retrieve the uptime and player counts
|
24
|
-
# EVE Server status --- This route is cached for up to 30 seconds
|
23
|
+
# EVE Server status --- Alternate route: `/dev/status/` Alternate route: `/legacy/status/` Alternate route: `/v1/status/` --- This route is cached for up to 30 seconds
|
25
24
|
# @param [Hash] opts the optional parameters
|
26
25
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
27
26
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
28
27
|
# @return [GetStatusOk]
|
29
28
|
def get_status(opts = {})
|
30
29
|
data, _status_code, _headers = get_status_with_http_info(opts)
|
31
|
-
|
30
|
+
data
|
32
31
|
end
|
33
32
|
|
34
33
|
# Retrieve the uptime and player counts
|
35
|
-
# EVE Server status --- This route is cached for up to 30 seconds
|
34
|
+
# EVE Server status --- Alternate route: `/dev/status/` Alternate route: `/legacy/status/` Alternate route: `/v1/status/` --- This route is cached for up to 30 seconds
|
36
35
|
# @param [Hash] opts the optional parameters
|
37
36
|
# @option opts [String] :datasource The server name you would like data from
|
38
37
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
39
38
|
# @return [Array<(GetStatusOk, Fixnum, Hash)>] GetStatusOk data, response status code and response headers
|
40
39
|
def get_status_with_http_info(opts = {})
|
41
40
|
if @api_client.config.debugging
|
42
|
-
@api_client.config.logger.debug
|
41
|
+
@api_client.config.logger.debug 'Calling API: StatusApi.get_status ...'
|
43
42
|
end
|
44
|
-
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'
|
45
|
-
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility
|
43
|
+
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'].include?(opts[:'datasource'])
|
44
|
+
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility'
|
46
45
|
end
|
47
46
|
# resource path
|
48
|
-
local_var_path =
|
47
|
+
local_var_path = '/status/'
|
49
48
|
|
50
49
|
# query parameters
|
51
50
|
query_params = {}
|
@@ -3,14 +3,14 @@
|
|
3
3
|
|
4
4
|
#An OpenAPI for EVE Online
|
5
5
|
|
6
|
-
OpenAPI spec version:
|
6
|
+
OpenAPI spec version: 1.3.8
|
7
7
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
-
Swagger Codegen version: 2.
|
9
|
+
Swagger Codegen version: 2.4.13
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
13
|
-
require
|
13
|
+
require 'uri'
|
14
14
|
|
15
15
|
module ESI
|
16
16
|
class UniverseApi
|
@@ -19,9 +19,8 @@ module ESI
|
|
19
19
|
def initialize(api_client = ApiClient.default)
|
20
20
|
@api_client = api_client
|
21
21
|
end
|
22
|
-
|
23
22
|
# Get ancestries
|
24
|
-
# Get all character ancestries --- This route expires daily at 11:05
|
23
|
+
# 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
|
25
24
|
# @param [Hash] opts the optional parameters
|
26
25
|
# @option opts [String] :accept_language Language to use in the response (default to en-us)
|
27
26
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
@@ -30,11 +29,11 @@ module ESI
|
|
30
29
|
# @return [Array<GetUniverseAncestries200Ok>]
|
31
30
|
def get_universe_ancestries(opts = {})
|
32
31
|
data, _status_code, _headers = get_universe_ancestries_with_http_info(opts)
|
33
|
-
|
32
|
+
data
|
34
33
|
end
|
35
34
|
|
36
35
|
# Get ancestries
|
37
|
-
# Get all character ancestries --- This route expires daily at 11:05
|
36
|
+
# 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
|
38
37
|
# @param [Hash] opts the optional parameters
|
39
38
|
# @option opts [String] :accept_language Language to use in the response
|
40
39
|
# @option opts [String] :datasource The server name you would like data from
|
@@ -43,19 +42,19 @@ module ESI
|
|
43
42
|
# @return [Array<(Array<GetUniverseAncestries200Ok>, Fixnum, Hash)>] Array<GetUniverseAncestries200Ok> data, response status code and response headers
|
44
43
|
def get_universe_ancestries_with_http_info(opts = {})
|
45
44
|
if @api_client.config.debugging
|
46
|
-
@api_client.config.logger.debug
|
45
|
+
@api_client.config.logger.debug 'Calling API: UniverseApi.get_universe_ancestries ...'
|
47
46
|
end
|
48
|
-
if @api_client.config.client_side_validation && opts[:'accept_language'] && !['de', 'en-us', 'fr', 'ja', 'ru', 'zh'].include?(opts[:'accept_language'])
|
49
|
-
fail ArgumentError, 'invalid value for "accept_language", must be one of de, en-us, fr, ja, ru, zh'
|
47
|
+
if @api_client.config.client_side_validation && opts[:'accept_language'] && !['de', 'en-us', 'fr', 'ja', 'ru', 'zh', 'ko'].include?(opts[:'accept_language'])
|
48
|
+
fail ArgumentError, 'invalid value for "accept_language", must be one of de, en-us, fr, ja, ru, zh, ko'
|
50
49
|
end
|
51
|
-
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'
|
52
|
-
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility
|
50
|
+
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'].include?(opts[:'datasource'])
|
51
|
+
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility'
|
53
52
|
end
|
54
|
-
if @api_client.config.client_side_validation && opts[:'language'] && !['de', 'en-us', 'fr', 'ja', 'ru', 'zh'].include?(opts[:'language'])
|
55
|
-
fail ArgumentError, 'invalid value for "language", must be one of de, en-us, fr, ja, ru, zh'
|
53
|
+
if @api_client.config.client_side_validation && opts[:'language'] && !['de', 'en-us', 'fr', 'ja', 'ru', 'zh', 'ko'].include?(opts[:'language'])
|
54
|
+
fail ArgumentError, 'invalid value for "language", must be one of de, en-us, fr, ja, ru, zh, ko'
|
56
55
|
end
|
57
56
|
# resource path
|
58
|
-
local_var_path =
|
57
|
+
local_var_path = '/universe/ancestries/'
|
59
58
|
|
60
59
|
# query parameters
|
61
60
|
query_params = {}
|
@@ -89,9 +88,8 @@ module ESI
|
|
89
88
|
end
|
90
89
|
return data, status_code, headers
|
91
90
|
end
|
92
|
-
|
93
91
|
# Get asteroid belt information
|
94
|
-
# Get information on an asteroid belt --- This route expires daily at 11:05
|
92
|
+
# 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
|
95
93
|
# @param asteroid_belt_id asteroid_belt_id integer
|
96
94
|
# @param [Hash] opts the optional parameters
|
97
95
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
@@ -99,11 +97,11 @@ module ESI
|
|
99
97
|
# @return [GetUniverseAsteroidBeltsAsteroidBeltIdOk]
|
100
98
|
def get_universe_asteroid_belts_asteroid_belt_id(asteroid_belt_id, opts = {})
|
101
99
|
data, _status_code, _headers = get_universe_asteroid_belts_asteroid_belt_id_with_http_info(asteroid_belt_id, opts)
|
102
|
-
|
100
|
+
data
|
103
101
|
end
|
104
102
|
|
105
103
|
# Get asteroid belt information
|
106
|
-
# Get information on an asteroid belt --- This route expires daily at 11:05
|
104
|
+
# 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
|
107
105
|
# @param asteroid_belt_id asteroid_belt_id integer
|
108
106
|
# @param [Hash] opts the optional parameters
|
109
107
|
# @option opts [String] :datasource The server name you would like data from
|
@@ -111,17 +109,17 @@ module ESI
|
|
111
109
|
# @return [Array<(GetUniverseAsteroidBeltsAsteroidBeltIdOk, Fixnum, Hash)>] GetUniverseAsteroidBeltsAsteroidBeltIdOk data, response status code and response headers
|
112
110
|
def get_universe_asteroid_belts_asteroid_belt_id_with_http_info(asteroid_belt_id, opts = {})
|
113
111
|
if @api_client.config.debugging
|
114
|
-
@api_client.config.logger.debug
|
112
|
+
@api_client.config.logger.debug 'Calling API: UniverseApi.get_universe_asteroid_belts_asteroid_belt_id ...'
|
115
113
|
end
|
116
114
|
# verify the required parameter 'asteroid_belt_id' is set
|
117
115
|
if @api_client.config.client_side_validation && asteroid_belt_id.nil?
|
118
116
|
fail ArgumentError, "Missing the required parameter 'asteroid_belt_id' when calling UniverseApi.get_universe_asteroid_belts_asteroid_belt_id"
|
119
117
|
end
|
120
|
-
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'
|
121
|
-
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility
|
118
|
+
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'].include?(opts[:'datasource'])
|
119
|
+
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility'
|
122
120
|
end
|
123
121
|
# resource path
|
124
|
-
local_var_path =
|
122
|
+
local_var_path = '/universe/asteroid_belts/{asteroid_belt_id}/'.sub('{' + 'asteroid_belt_id' + '}', asteroid_belt_id.to_s)
|
125
123
|
|
126
124
|
# query parameters
|
127
125
|
query_params = {}
|
@@ -153,9 +151,8 @@ module ESI
|
|
153
151
|
end
|
154
152
|
return data, status_code, headers
|
155
153
|
end
|
156
|
-
|
157
154
|
# Get bloodlines
|
158
|
-
# Get a list of bloodlines --- This route expires daily at 11:05
|
155
|
+
# 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
|
159
156
|
# @param [Hash] opts the optional parameters
|
160
157
|
# @option opts [String] :accept_language Language to use in the response (default to en-us)
|
161
158
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
@@ -164,11 +161,11 @@ module ESI
|
|
164
161
|
# @return [Array<GetUniverseBloodlines200Ok>]
|
165
162
|
def get_universe_bloodlines(opts = {})
|
166
163
|
data, _status_code, _headers = get_universe_bloodlines_with_http_info(opts)
|
167
|
-
|
164
|
+
data
|
168
165
|
end
|
169
166
|
|
170
167
|
# Get bloodlines
|
171
|
-
# Get a list of bloodlines --- This route expires daily at 11:05
|
168
|
+
# 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
|
172
169
|
# @param [Hash] opts the optional parameters
|
173
170
|
# @option opts [String] :accept_language Language to use in the response
|
174
171
|
# @option opts [String] :datasource The server name you would like data from
|
@@ -177,19 +174,19 @@ module ESI
|
|
177
174
|
# @return [Array<(Array<GetUniverseBloodlines200Ok>, Fixnum, Hash)>] Array<GetUniverseBloodlines200Ok> data, response status code and response headers
|
178
175
|
def get_universe_bloodlines_with_http_info(opts = {})
|
179
176
|
if @api_client.config.debugging
|
180
|
-
@api_client.config.logger.debug
|
177
|
+
@api_client.config.logger.debug 'Calling API: UniverseApi.get_universe_bloodlines ...'
|
181
178
|
end
|
182
|
-
if @api_client.config.client_side_validation && opts[:'accept_language'] && !['de', 'en-us', 'fr', 'ja', 'ru', 'zh'].include?(opts[:'accept_language'])
|
183
|
-
fail ArgumentError, 'invalid value for "accept_language", must be one of de, en-us, fr, ja, ru, zh'
|
179
|
+
if @api_client.config.client_side_validation && opts[:'accept_language'] && !['de', 'en-us', 'fr', 'ja', 'ru', 'zh', 'ko'].include?(opts[:'accept_language'])
|
180
|
+
fail ArgumentError, 'invalid value for "accept_language", must be one of de, en-us, fr, ja, ru, zh, ko'
|
184
181
|
end
|
185
|
-
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'
|
186
|
-
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility
|
182
|
+
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'].include?(opts[:'datasource'])
|
183
|
+
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility'
|
187
184
|
end
|
188
|
-
if @api_client.config.client_side_validation && opts[:'language'] && !['de', 'en-us', 'fr', 'ja', 'ru', 'zh'].include?(opts[:'language'])
|
189
|
-
fail ArgumentError, 'invalid value for "language", must be one of de, en-us, fr, ja, ru, zh'
|
185
|
+
if @api_client.config.client_side_validation && opts[:'language'] && !['de', 'en-us', 'fr', 'ja', 'ru', 'zh', 'ko'].include?(opts[:'language'])
|
186
|
+
fail ArgumentError, 'invalid value for "language", must be one of de, en-us, fr, ja, ru, zh, ko'
|
190
187
|
end
|
191
188
|
# resource path
|
192
|
-
local_var_path =
|
189
|
+
local_var_path = '/universe/bloodlines/'
|
193
190
|
|
194
191
|
# query parameters
|
195
192
|
query_params = {}
|
@@ -223,33 +220,32 @@ module ESI
|
|
223
220
|
end
|
224
221
|
return data, status_code, headers
|
225
222
|
end
|
226
|
-
|
227
223
|
# Get item categories
|
228
|
-
# Get a list of item categories --- This route expires daily at 11:05
|
224
|
+
# 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
|
229
225
|
# @param [Hash] opts the optional parameters
|
230
226
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
231
227
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
232
228
|
# @return [Array<Integer>]
|
233
229
|
def get_universe_categories(opts = {})
|
234
230
|
data, _status_code, _headers = get_universe_categories_with_http_info(opts)
|
235
|
-
|
231
|
+
data
|
236
232
|
end
|
237
233
|
|
238
234
|
# Get item categories
|
239
|
-
# Get a list of item categories --- This route expires daily at 11:05
|
235
|
+
# 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
|
240
236
|
# @param [Hash] opts the optional parameters
|
241
237
|
# @option opts [String] :datasource The server name you would like data from
|
242
238
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
243
239
|
# @return [Array<(Array<Integer>, Fixnum, Hash)>] Array<Integer> data, response status code and response headers
|
244
240
|
def get_universe_categories_with_http_info(opts = {})
|
245
241
|
if @api_client.config.debugging
|
246
|
-
@api_client.config.logger.debug
|
242
|
+
@api_client.config.logger.debug 'Calling API: UniverseApi.get_universe_categories ...'
|
247
243
|
end
|
248
|
-
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'
|
249
|
-
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility
|
244
|
+
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'].include?(opts[:'datasource'])
|
245
|
+
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility'
|
250
246
|
end
|
251
247
|
# resource path
|
252
|
-
local_var_path =
|
248
|
+
local_var_path = '/universe/categories/'
|
253
249
|
|
254
250
|
# query parameters
|
255
251
|
query_params = {}
|
@@ -281,9 +277,8 @@ module ESI
|
|
281
277
|
end
|
282
278
|
return data, status_code, headers
|
283
279
|
end
|
284
|
-
|
285
280
|
# Get item category information
|
286
|
-
# Get information of an item category --- This route expires daily at 11:05
|
281
|
+
# 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
|
287
282
|
# @param category_id An Eve item category ID
|
288
283
|
# @param [Hash] opts the optional parameters
|
289
284
|
# @option opts [String] :accept_language Language to use in the response (default to en-us)
|
@@ -293,11 +288,11 @@ module ESI
|
|
293
288
|
# @return [GetUniverseCategoriesCategoryIdOk]
|
294
289
|
def get_universe_categories_category_id(category_id, opts = {})
|
295
290
|
data, _status_code, _headers = get_universe_categories_category_id_with_http_info(category_id, opts)
|
296
|
-
|
291
|
+
data
|
297
292
|
end
|
298
293
|
|
299
294
|
# Get item category information
|
300
|
-
# Get information of an item category --- This route expires daily at 11:05
|
295
|
+
# 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
|
301
296
|
# @param category_id An Eve item category ID
|
302
297
|
# @param [Hash] opts the optional parameters
|
303
298
|
# @option opts [String] :accept_language Language to use in the response
|
@@ -307,23 +302,23 @@ module ESI
|
|
307
302
|
# @return [Array<(GetUniverseCategoriesCategoryIdOk, Fixnum, Hash)>] GetUniverseCategoriesCategoryIdOk data, response status code and response headers
|
308
303
|
def get_universe_categories_category_id_with_http_info(category_id, opts = {})
|
309
304
|
if @api_client.config.debugging
|
310
|
-
@api_client.config.logger.debug
|
305
|
+
@api_client.config.logger.debug 'Calling API: UniverseApi.get_universe_categories_category_id ...'
|
311
306
|
end
|
312
307
|
# verify the required parameter 'category_id' is set
|
313
308
|
if @api_client.config.client_side_validation && category_id.nil?
|
314
309
|
fail ArgumentError, "Missing the required parameter 'category_id' when calling UniverseApi.get_universe_categories_category_id"
|
315
310
|
end
|
316
|
-
if @api_client.config.client_side_validation && opts[:'accept_language'] && !['de', 'en-us', 'fr', 'ja', 'ru', 'zh'].include?(opts[:'accept_language'])
|
317
|
-
fail ArgumentError, 'invalid value for "accept_language", must be one of de, en-us, fr, ja, ru, zh'
|
311
|
+
if @api_client.config.client_side_validation && opts[:'accept_language'] && !['de', 'en-us', 'fr', 'ja', 'ru', 'zh', 'ko'].include?(opts[:'accept_language'])
|
312
|
+
fail ArgumentError, 'invalid value for "accept_language", must be one of de, en-us, fr, ja, ru, zh, ko'
|
318
313
|
end
|
319
|
-
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'
|
320
|
-
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility
|
314
|
+
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'].include?(opts[:'datasource'])
|
315
|
+
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility'
|
321
316
|
end
|
322
|
-
if @api_client.config.client_side_validation && opts[:'language'] && !['de', 'en-us', 'fr', 'ja', 'ru', 'zh'].include?(opts[:'language'])
|
323
|
-
fail ArgumentError, 'invalid value for "language", must be one of de, en-us, fr, ja, ru, zh'
|
317
|
+
if @api_client.config.client_side_validation && opts[:'language'] && !['de', 'en-us', 'fr', 'ja', 'ru', 'zh', 'ko'].include?(opts[:'language'])
|
318
|
+
fail ArgumentError, 'invalid value for "language", must be one of de, en-us, fr, ja, ru, zh, ko'
|
324
319
|
end
|
325
320
|
# resource path
|
326
|
-
local_var_path =
|
321
|
+
local_var_path = '/universe/categories/{category_id}/'.sub('{' + 'category_id' + '}', category_id.to_s)
|
327
322
|
|
328
323
|
# query parameters
|
329
324
|
query_params = {}
|
@@ -357,33 +352,32 @@ module ESI
|
|
357
352
|
end
|
358
353
|
return data, status_code, headers
|
359
354
|
end
|
360
|
-
|
361
355
|
# Get constellations
|
362
|
-
# Get a list of constellations --- This route expires daily at 11:05
|
356
|
+
# 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
|
363
357
|
# @param [Hash] opts the optional parameters
|
364
358
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
365
359
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
366
360
|
# @return [Array<Integer>]
|
367
361
|
def get_universe_constellations(opts = {})
|
368
362
|
data, _status_code, _headers = get_universe_constellations_with_http_info(opts)
|
369
|
-
|
363
|
+
data
|
370
364
|
end
|
371
365
|
|
372
366
|
# Get constellations
|
373
|
-
# Get a list of constellations --- This route expires daily at 11:05
|
367
|
+
# 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
|
374
368
|
# @param [Hash] opts the optional parameters
|
375
369
|
# @option opts [String] :datasource The server name you would like data from
|
376
370
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
377
371
|
# @return [Array<(Array<Integer>, Fixnum, Hash)>] Array<Integer> data, response status code and response headers
|
378
372
|
def get_universe_constellations_with_http_info(opts = {})
|
379
373
|
if @api_client.config.debugging
|
380
|
-
@api_client.config.logger.debug
|
374
|
+
@api_client.config.logger.debug 'Calling API: UniverseApi.get_universe_constellations ...'
|
381
375
|
end
|
382
|
-
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'
|
383
|
-
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility
|
376
|
+
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'].include?(opts[:'datasource'])
|
377
|
+
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility'
|
384
378
|
end
|
385
379
|
# resource path
|
386
|
-
local_var_path =
|
380
|
+
local_var_path = '/universe/constellations/'
|
387
381
|
|
388
382
|
# query parameters
|
389
383
|
query_params = {}
|
@@ -415,9 +409,8 @@ module ESI
|
|
415
409
|
end
|
416
410
|
return data, status_code, headers
|
417
411
|
end
|
418
|
-
|
419
412
|
# Get constellation information
|
420
|
-
# Get information on a constellation --- This route expires daily at 11:05
|
413
|
+
# 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
|
421
414
|
# @param constellation_id constellation_id integer
|
422
415
|
# @param [Hash] opts the optional parameters
|
423
416
|
# @option opts [String] :accept_language Language to use in the response (default to en-us)
|
@@ -427,11 +420,11 @@ module ESI
|
|
427
420
|
# @return [GetUniverseConstellationsConstellationIdOk]
|
428
421
|
def get_universe_constellations_constellation_id(constellation_id, opts = {})
|
429
422
|
data, _status_code, _headers = get_universe_constellations_constellation_id_with_http_info(constellation_id, opts)
|
430
|
-
|
423
|
+
data
|
431
424
|
end
|
432
425
|
|
433
426
|
# Get constellation information
|
434
|
-
# Get information on a constellation --- This route expires daily at 11:05
|
427
|
+
# 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
|
435
428
|
# @param constellation_id constellation_id integer
|
436
429
|
# @param [Hash] opts the optional parameters
|
437
430
|
# @option opts [String] :accept_language Language to use in the response
|
@@ -441,23 +434,23 @@ module ESI
|
|
441
434
|
# @return [Array<(GetUniverseConstellationsConstellationIdOk, Fixnum, Hash)>] GetUniverseConstellationsConstellationIdOk data, response status code and response headers
|
442
435
|
def get_universe_constellations_constellation_id_with_http_info(constellation_id, opts = {})
|
443
436
|
if @api_client.config.debugging
|
444
|
-
@api_client.config.logger.debug
|
437
|
+
@api_client.config.logger.debug 'Calling API: UniverseApi.get_universe_constellations_constellation_id ...'
|
445
438
|
end
|
446
439
|
# verify the required parameter 'constellation_id' is set
|
447
440
|
if @api_client.config.client_side_validation && constellation_id.nil?
|
448
441
|
fail ArgumentError, "Missing the required parameter 'constellation_id' when calling UniverseApi.get_universe_constellations_constellation_id"
|
449
442
|
end
|
450
|
-
if @api_client.config.client_side_validation && opts[:'accept_language'] && !['de', 'en-us', 'fr', 'ja', 'ru', 'zh'].include?(opts[:'accept_language'])
|
451
|
-
fail ArgumentError, 'invalid value for "accept_language", must be one of de, en-us, fr, ja, ru, zh'
|
443
|
+
if @api_client.config.client_side_validation && opts[:'accept_language'] && !['de', 'en-us', 'fr', 'ja', 'ru', 'zh', 'ko'].include?(opts[:'accept_language'])
|
444
|
+
fail ArgumentError, 'invalid value for "accept_language", must be one of de, en-us, fr, ja, ru, zh, ko'
|
452
445
|
end
|
453
|
-
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'
|
454
|
-
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility
|
446
|
+
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'].include?(opts[:'datasource'])
|
447
|
+
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility'
|
455
448
|
end
|
456
|
-
if @api_client.config.client_side_validation && opts[:'language'] && !['de', 'en-us', 'fr', 'ja', 'ru', 'zh'].include?(opts[:'language'])
|
457
|
-
fail ArgumentError, 'invalid value for "language", must be one of de, en-us, fr, ja, ru, zh'
|
449
|
+
if @api_client.config.client_side_validation && opts[:'language'] && !['de', 'en-us', 'fr', 'ja', 'ru', 'zh', 'ko'].include?(opts[:'language'])
|
450
|
+
fail ArgumentError, 'invalid value for "language", must be one of de, en-us, fr, ja, ru, zh, ko'
|
458
451
|
end
|
459
452
|
# resource path
|
460
|
-
local_var_path =
|
453
|
+
local_var_path = '/universe/constellations/{constellation_id}/'.sub('{' + 'constellation_id' + '}', constellation_id.to_s)
|
461
454
|
|
462
455
|
# query parameters
|
463
456
|
query_params = {}
|
@@ -491,9 +484,8 @@ module ESI
|
|
491
484
|
end
|
492
485
|
return data, status_code, headers
|
493
486
|
end
|
494
|
-
|
495
487
|
# Get factions
|
496
|
-
# Get a list of factions --- This route expires daily at 11:05
|
488
|
+
# Get a list of factions --- Alternate route: `/dev/universe/factions/` Alternate route: `/v2/universe/factions/` --- This route expires daily at 11:05
|
497
489
|
# @param [Hash] opts the optional parameters
|
498
490
|
# @option opts [String] :accept_language Language to use in the response (default to en-us)
|
499
491
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
@@ -502,11 +494,11 @@ module ESI
|
|
502
494
|
# @return [Array<GetUniverseFactions200Ok>]
|
503
495
|
def get_universe_factions(opts = {})
|
504
496
|
data, _status_code, _headers = get_universe_factions_with_http_info(opts)
|
505
|
-
|
497
|
+
data
|
506
498
|
end
|
507
499
|
|
508
500
|
# Get factions
|
509
|
-
# Get a list of factions --- This route expires daily at 11:05
|
501
|
+
# Get a list of factions --- Alternate route: `/dev/universe/factions/` Alternate route: `/v2/universe/factions/` --- This route expires daily at 11:05
|
510
502
|
# @param [Hash] opts the optional parameters
|
511
503
|
# @option opts [String] :accept_language Language to use in the response
|
512
504
|
# @option opts [String] :datasource The server name you would like data from
|
@@ -515,19 +507,19 @@ module ESI
|
|
515
507
|
# @return [Array<(Array<GetUniverseFactions200Ok>, Fixnum, Hash)>] Array<GetUniverseFactions200Ok> data, response status code and response headers
|
516
508
|
def get_universe_factions_with_http_info(opts = {})
|
517
509
|
if @api_client.config.debugging
|
518
|
-
@api_client.config.logger.debug
|
510
|
+
@api_client.config.logger.debug 'Calling API: UniverseApi.get_universe_factions ...'
|
519
511
|
end
|
520
|
-
if @api_client.config.client_side_validation && opts[:'accept_language'] && !['de', 'en-us', 'fr', 'ja', 'ru', 'zh'].include?(opts[:'accept_language'])
|
521
|
-
fail ArgumentError, 'invalid value for "accept_language", must be one of de, en-us, fr, ja, ru, zh'
|
512
|
+
if @api_client.config.client_side_validation && opts[:'accept_language'] && !['de', 'en-us', 'fr', 'ja', 'ru', 'zh', 'ko'].include?(opts[:'accept_language'])
|
513
|
+
fail ArgumentError, 'invalid value for "accept_language", must be one of de, en-us, fr, ja, ru, zh, ko'
|
522
514
|
end
|
523
|
-
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'
|
524
|
-
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility
|
515
|
+
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'].include?(opts[:'datasource'])
|
516
|
+
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility'
|
525
517
|
end
|
526
|
-
if @api_client.config.client_side_validation && opts[:'language'] && !['de', 'en-us', 'fr', 'ja', 'ru', 'zh'].include?(opts[:'language'])
|
527
|
-
fail ArgumentError, 'invalid value for "language", must be one of de, en-us, fr, ja, ru, zh'
|
518
|
+
if @api_client.config.client_side_validation && opts[:'language'] && !['de', 'en-us', 'fr', 'ja', 'ru', 'zh', 'ko'].include?(opts[:'language'])
|
519
|
+
fail ArgumentError, 'invalid value for "language", must be one of de, en-us, fr, ja, ru, zh, ko'
|
528
520
|
end
|
529
521
|
# resource path
|
530
|
-
local_var_path =
|
522
|
+
local_var_path = '/universe/factions/'
|
531
523
|
|
532
524
|
# query parameters
|
533
525
|
query_params = {}
|
@@ -561,33 +553,32 @@ module ESI
|
|
561
553
|
end
|
562
554
|
return data, status_code, headers
|
563
555
|
end
|
564
|
-
|
565
556
|
# Get graphics
|
566
|
-
# Get a list of graphics --- This route expires daily at 11:05
|
557
|
+
# 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
|
567
558
|
# @param [Hash] opts the optional parameters
|
568
559
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
569
560
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
570
561
|
# @return [Array<Integer>]
|
571
562
|
def get_universe_graphics(opts = {})
|
572
563
|
data, _status_code, _headers = get_universe_graphics_with_http_info(opts)
|
573
|
-
|
564
|
+
data
|
574
565
|
end
|
575
566
|
|
576
567
|
# Get graphics
|
577
|
-
# Get a list of graphics --- This route expires daily at 11:05
|
568
|
+
# 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
|
578
569
|
# @param [Hash] opts the optional parameters
|
579
570
|
# @option opts [String] :datasource The server name you would like data from
|
580
571
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
581
572
|
# @return [Array<(Array<Integer>, Fixnum, Hash)>] Array<Integer> data, response status code and response headers
|
582
573
|
def get_universe_graphics_with_http_info(opts = {})
|
583
574
|
if @api_client.config.debugging
|
584
|
-
@api_client.config.logger.debug
|
575
|
+
@api_client.config.logger.debug 'Calling API: UniverseApi.get_universe_graphics ...'
|
585
576
|
end
|
586
|
-
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'
|
587
|
-
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility
|
577
|
+
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'].include?(opts[:'datasource'])
|
578
|
+
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility'
|
588
579
|
end
|
589
580
|
# resource path
|
590
|
-
local_var_path =
|
581
|
+
local_var_path = '/universe/graphics/'
|
591
582
|
|
592
583
|
# query parameters
|
593
584
|
query_params = {}
|
@@ -619,9 +610,8 @@ module ESI
|
|
619
610
|
end
|
620
611
|
return data, status_code, headers
|
621
612
|
end
|
622
|
-
|
623
613
|
# Get graphic information
|
624
|
-
# Get information on a graphic --- This route expires daily at 11:05
|
614
|
+
# 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
|
625
615
|
# @param graphic_id graphic_id integer
|
626
616
|
# @param [Hash] opts the optional parameters
|
627
617
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
@@ -629,11 +619,11 @@ module ESI
|
|
629
619
|
# @return [GetUniverseGraphicsGraphicIdOk]
|
630
620
|
def get_universe_graphics_graphic_id(graphic_id, opts = {})
|
631
621
|
data, _status_code, _headers = get_universe_graphics_graphic_id_with_http_info(graphic_id, opts)
|
632
|
-
|
622
|
+
data
|
633
623
|
end
|
634
624
|
|
635
625
|
# Get graphic information
|
636
|
-
# Get information on a graphic --- This route expires daily at 11:05
|
626
|
+
# 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
|
637
627
|
# @param graphic_id graphic_id integer
|
638
628
|
# @param [Hash] opts the optional parameters
|
639
629
|
# @option opts [String] :datasource The server name you would like data from
|
@@ -641,17 +631,17 @@ module ESI
|
|
641
631
|
# @return [Array<(GetUniverseGraphicsGraphicIdOk, Fixnum, Hash)>] GetUniverseGraphicsGraphicIdOk data, response status code and response headers
|
642
632
|
def get_universe_graphics_graphic_id_with_http_info(graphic_id, opts = {})
|
643
633
|
if @api_client.config.debugging
|
644
|
-
@api_client.config.logger.debug
|
634
|
+
@api_client.config.logger.debug 'Calling API: UniverseApi.get_universe_graphics_graphic_id ...'
|
645
635
|
end
|
646
636
|
# verify the required parameter 'graphic_id' is set
|
647
637
|
if @api_client.config.client_side_validation && graphic_id.nil?
|
648
638
|
fail ArgumentError, "Missing the required parameter 'graphic_id' when calling UniverseApi.get_universe_graphics_graphic_id"
|
649
639
|
end
|
650
|
-
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'
|
651
|
-
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility
|
640
|
+
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'].include?(opts[:'datasource'])
|
641
|
+
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility'
|
652
642
|
end
|
653
643
|
# resource path
|
654
|
-
local_var_path =
|
644
|
+
local_var_path = '/universe/graphics/{graphic_id}/'.sub('{' + 'graphic_id' + '}', graphic_id.to_s)
|
655
645
|
|
656
646
|
# query parameters
|
657
647
|
query_params = {}
|
@@ -683,9 +673,8 @@ module ESI
|
|
683
673
|
end
|
684
674
|
return data, status_code, headers
|
685
675
|
end
|
686
|
-
|
687
676
|
# Get item groups
|
688
|
-
# Get a list of item groups --- This route expires daily at 11:05
|
677
|
+
# 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
|
689
678
|
# @param [Hash] opts the optional parameters
|
690
679
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
691
680
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
@@ -693,11 +682,11 @@ module ESI
|
|
693
682
|
# @return [Array<Integer>]
|
694
683
|
def get_universe_groups(opts = {})
|
695
684
|
data, _status_code, _headers = get_universe_groups_with_http_info(opts)
|
696
|
-
|
685
|
+
data
|
697
686
|
end
|
698
687
|
|
699
688
|
# Get item groups
|
700
|
-
# Get a list of item groups --- This route expires daily at 11:05
|
689
|
+
# 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
|
701
690
|
# @param [Hash] opts the optional parameters
|
702
691
|
# @option opts [String] :datasource The server name you would like data from
|
703
692
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
@@ -705,17 +694,17 @@ module ESI
|
|
705
694
|
# @return [Array<(Array<Integer>, Fixnum, Hash)>] Array<Integer> data, response status code and response headers
|
706
695
|
def get_universe_groups_with_http_info(opts = {})
|
707
696
|
if @api_client.config.debugging
|
708
|
-
@api_client.config.logger.debug
|
697
|
+
@api_client.config.logger.debug 'Calling API: UniverseApi.get_universe_groups ...'
|
709
698
|
end
|
710
|
-
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'
|
711
|
-
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility
|
699
|
+
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'].include?(opts[:'datasource'])
|
700
|
+
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility'
|
712
701
|
end
|
713
702
|
if @api_client.config.client_side_validation && !opts[:'page'].nil? && opts[:'page'] < 1
|
714
703
|
fail ArgumentError, 'invalid value for "opts[:"page"]" when calling UniverseApi.get_universe_groups, must be greater than or equal to 1.'
|
715
704
|
end
|
716
705
|
|
717
706
|
# resource path
|
718
|
-
local_var_path =
|
707
|
+
local_var_path = '/universe/groups/'
|
719
708
|
|
720
709
|
# query parameters
|
721
710
|
query_params = {}
|
@@ -748,9 +737,8 @@ module ESI
|
|
748
737
|
end
|
749
738
|
return data, status_code, headers
|
750
739
|
end
|
751
|
-
|
752
740
|
# Get item group information
|
753
|
-
# Get information on an item group --- This route expires daily at 11:05
|
741
|
+
# 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
|
754
742
|
# @param group_id An Eve item group ID
|
755
743
|
# @param [Hash] opts the optional parameters
|
756
744
|
# @option opts [String] :accept_language Language to use in the response (default to en-us)
|
@@ -760,11 +748,11 @@ module ESI
|
|
760
748
|
# @return [GetUniverseGroupsGroupIdOk]
|
761
749
|
def get_universe_groups_group_id(group_id, opts = {})
|
762
750
|
data, _status_code, _headers = get_universe_groups_group_id_with_http_info(group_id, opts)
|
763
|
-
|
751
|
+
data
|
764
752
|
end
|
765
753
|
|
766
754
|
# Get item group information
|
767
|
-
# Get information on an item group --- This route expires daily at 11:05
|
755
|
+
# 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
|
768
756
|
# @param group_id An Eve item group ID
|
769
757
|
# @param [Hash] opts the optional parameters
|
770
758
|
# @option opts [String] :accept_language Language to use in the response
|
@@ -774,23 +762,23 @@ module ESI
|
|
774
762
|
# @return [Array<(GetUniverseGroupsGroupIdOk, Fixnum, Hash)>] GetUniverseGroupsGroupIdOk data, response status code and response headers
|
775
763
|
def get_universe_groups_group_id_with_http_info(group_id, opts = {})
|
776
764
|
if @api_client.config.debugging
|
777
|
-
@api_client.config.logger.debug
|
765
|
+
@api_client.config.logger.debug 'Calling API: UniverseApi.get_universe_groups_group_id ...'
|
778
766
|
end
|
779
767
|
# verify the required parameter 'group_id' is set
|
780
768
|
if @api_client.config.client_side_validation && group_id.nil?
|
781
769
|
fail ArgumentError, "Missing the required parameter 'group_id' when calling UniverseApi.get_universe_groups_group_id"
|
782
770
|
end
|
783
|
-
if @api_client.config.client_side_validation && opts[:'accept_language'] && !['de', 'en-us', 'fr', 'ja', 'ru', 'zh'].include?(opts[:'accept_language'])
|
784
|
-
fail ArgumentError, 'invalid value for "accept_language", must be one of de, en-us, fr, ja, ru, zh'
|
771
|
+
if @api_client.config.client_side_validation && opts[:'accept_language'] && !['de', 'en-us', 'fr', 'ja', 'ru', 'zh', 'ko'].include?(opts[:'accept_language'])
|
772
|
+
fail ArgumentError, 'invalid value for "accept_language", must be one of de, en-us, fr, ja, ru, zh, ko'
|
785
773
|
end
|
786
|
-
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'
|
787
|
-
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility
|
774
|
+
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'].include?(opts[:'datasource'])
|
775
|
+
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility'
|
788
776
|
end
|
789
|
-
if @api_client.config.client_side_validation && opts[:'language'] && !['de', 'en-us', 'fr', 'ja', 'ru', 'zh'].include?(opts[:'language'])
|
790
|
-
fail ArgumentError, 'invalid value for "language", must be one of de, en-us, fr, ja, ru, zh'
|
777
|
+
if @api_client.config.client_side_validation && opts[:'language'] && !['de', 'en-us', 'fr', 'ja', 'ru', 'zh', 'ko'].include?(opts[:'language'])
|
778
|
+
fail ArgumentError, 'invalid value for "language", must be one of de, en-us, fr, ja, ru, zh, ko'
|
791
779
|
end
|
792
780
|
# resource path
|
793
|
-
local_var_path =
|
781
|
+
local_var_path = '/universe/groups/{group_id}/'.sub('{' + 'group_id' + '}', group_id.to_s)
|
794
782
|
|
795
783
|
# query parameters
|
796
784
|
query_params = {}
|
@@ -824,9 +812,8 @@ module ESI
|
|
824
812
|
end
|
825
813
|
return data, status_code, headers
|
826
814
|
end
|
827
|
-
|
828
815
|
# Get moon information
|
829
|
-
# Get information on a moon --- This route expires daily at 11:05
|
816
|
+
# 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
|
830
817
|
# @param moon_id moon_id integer
|
831
818
|
# @param [Hash] opts the optional parameters
|
832
819
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
@@ -834,11 +821,11 @@ module ESI
|
|
834
821
|
# @return [GetUniverseMoonsMoonIdOk]
|
835
822
|
def get_universe_moons_moon_id(moon_id, opts = {})
|
836
823
|
data, _status_code, _headers = get_universe_moons_moon_id_with_http_info(moon_id, opts)
|
837
|
-
|
824
|
+
data
|
838
825
|
end
|
839
826
|
|
840
827
|
# Get moon information
|
841
|
-
# Get information on a moon --- This route expires daily at 11:05
|
828
|
+
# 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
|
842
829
|
# @param moon_id moon_id integer
|
843
830
|
# @param [Hash] opts the optional parameters
|
844
831
|
# @option opts [String] :datasource The server name you would like data from
|
@@ -846,17 +833,17 @@ module ESI
|
|
846
833
|
# @return [Array<(GetUniverseMoonsMoonIdOk, Fixnum, Hash)>] GetUniverseMoonsMoonIdOk data, response status code and response headers
|
847
834
|
def get_universe_moons_moon_id_with_http_info(moon_id, opts = {})
|
848
835
|
if @api_client.config.debugging
|
849
|
-
@api_client.config.logger.debug
|
836
|
+
@api_client.config.logger.debug 'Calling API: UniverseApi.get_universe_moons_moon_id ...'
|
850
837
|
end
|
851
838
|
# verify the required parameter 'moon_id' is set
|
852
839
|
if @api_client.config.client_side_validation && moon_id.nil?
|
853
840
|
fail ArgumentError, "Missing the required parameter 'moon_id' when calling UniverseApi.get_universe_moons_moon_id"
|
854
841
|
end
|
855
|
-
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'
|
856
|
-
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility
|
842
|
+
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'].include?(opts[:'datasource'])
|
843
|
+
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility'
|
857
844
|
end
|
858
845
|
# resource path
|
859
|
-
local_var_path =
|
846
|
+
local_var_path = '/universe/moons/{moon_id}/'.sub('{' + 'moon_id' + '}', moon_id.to_s)
|
860
847
|
|
861
848
|
# query parameters
|
862
849
|
query_params = {}
|
@@ -888,9 +875,8 @@ module ESI
|
|
888
875
|
end
|
889
876
|
return data, status_code, headers
|
890
877
|
end
|
891
|
-
|
892
878
|
# Get planet information
|
893
|
-
# Get information on a planet --- This route expires daily at 11:05
|
879
|
+
# 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
|
894
880
|
# @param planet_id planet_id integer
|
895
881
|
# @param [Hash] opts the optional parameters
|
896
882
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
@@ -898,11 +884,11 @@ module ESI
|
|
898
884
|
# @return [GetUniversePlanetsPlanetIdOk]
|
899
885
|
def get_universe_planets_planet_id(planet_id, opts = {})
|
900
886
|
data, _status_code, _headers = get_universe_planets_planet_id_with_http_info(planet_id, opts)
|
901
|
-
|
887
|
+
data
|
902
888
|
end
|
903
889
|
|
904
890
|
# Get planet information
|
905
|
-
# Get information on a planet --- This route expires daily at 11:05
|
891
|
+
# 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
|
906
892
|
# @param planet_id planet_id integer
|
907
893
|
# @param [Hash] opts the optional parameters
|
908
894
|
# @option opts [String] :datasource The server name you would like data from
|
@@ -910,17 +896,17 @@ module ESI
|
|
910
896
|
# @return [Array<(GetUniversePlanetsPlanetIdOk, Fixnum, Hash)>] GetUniversePlanetsPlanetIdOk data, response status code and response headers
|
911
897
|
def get_universe_planets_planet_id_with_http_info(planet_id, opts = {})
|
912
898
|
if @api_client.config.debugging
|
913
|
-
@api_client.config.logger.debug
|
899
|
+
@api_client.config.logger.debug 'Calling API: UniverseApi.get_universe_planets_planet_id ...'
|
914
900
|
end
|
915
901
|
# verify the required parameter 'planet_id' is set
|
916
902
|
if @api_client.config.client_side_validation && planet_id.nil?
|
917
903
|
fail ArgumentError, "Missing the required parameter 'planet_id' when calling UniverseApi.get_universe_planets_planet_id"
|
918
904
|
end
|
919
|
-
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'
|
920
|
-
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility
|
905
|
+
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'].include?(opts[:'datasource'])
|
906
|
+
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility'
|
921
907
|
end
|
922
908
|
# resource path
|
923
|
-
local_var_path =
|
909
|
+
local_var_path = '/universe/planets/{planet_id}/'.sub('{' + 'planet_id' + '}', planet_id.to_s)
|
924
910
|
|
925
911
|
# query parameters
|
926
912
|
query_params = {}
|
@@ -952,9 +938,8 @@ module ESI
|
|
952
938
|
end
|
953
939
|
return data, status_code, headers
|
954
940
|
end
|
955
|
-
|
956
941
|
# Get character races
|
957
|
-
# Get a list of character races --- This route expires daily at 11:05
|
942
|
+
# 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
|
958
943
|
# @param [Hash] opts the optional parameters
|
959
944
|
# @option opts [String] :accept_language Language to use in the response (default to en-us)
|
960
945
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
@@ -963,11 +948,11 @@ module ESI
|
|
963
948
|
# @return [Array<GetUniverseRaces200Ok>]
|
964
949
|
def get_universe_races(opts = {})
|
965
950
|
data, _status_code, _headers = get_universe_races_with_http_info(opts)
|
966
|
-
|
951
|
+
data
|
967
952
|
end
|
968
953
|
|
969
954
|
# Get character races
|
970
|
-
# Get a list of character races --- This route expires daily at 11:05
|
955
|
+
# 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
|
971
956
|
# @param [Hash] opts the optional parameters
|
972
957
|
# @option opts [String] :accept_language Language to use in the response
|
973
958
|
# @option opts [String] :datasource The server name you would like data from
|
@@ -976,19 +961,19 @@ module ESI
|
|
976
961
|
# @return [Array<(Array<GetUniverseRaces200Ok>, Fixnum, Hash)>] Array<GetUniverseRaces200Ok> data, response status code and response headers
|
977
962
|
def get_universe_races_with_http_info(opts = {})
|
978
963
|
if @api_client.config.debugging
|
979
|
-
@api_client.config.logger.debug
|
964
|
+
@api_client.config.logger.debug 'Calling API: UniverseApi.get_universe_races ...'
|
980
965
|
end
|
981
|
-
if @api_client.config.client_side_validation && opts[:'accept_language'] && !['de', 'en-us', 'fr', 'ja', 'ru', 'zh'].include?(opts[:'accept_language'])
|
982
|
-
fail ArgumentError, 'invalid value for "accept_language", must be one of de, en-us, fr, ja, ru, zh'
|
966
|
+
if @api_client.config.client_side_validation && opts[:'accept_language'] && !['de', 'en-us', 'fr', 'ja', 'ru', 'zh', 'ko'].include?(opts[:'accept_language'])
|
967
|
+
fail ArgumentError, 'invalid value for "accept_language", must be one of de, en-us, fr, ja, ru, zh, ko'
|
983
968
|
end
|
984
|
-
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'
|
985
|
-
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility
|
969
|
+
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'].include?(opts[:'datasource'])
|
970
|
+
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility'
|
986
971
|
end
|
987
|
-
if @api_client.config.client_side_validation && opts[:'language'] && !['de', 'en-us', 'fr', 'ja', 'ru', 'zh'].include?(opts[:'language'])
|
988
|
-
fail ArgumentError, 'invalid value for "language", must be one of de, en-us, fr, ja, ru, zh'
|
972
|
+
if @api_client.config.client_side_validation && opts[:'language'] && !['de', 'en-us', 'fr', 'ja', 'ru', 'zh', 'ko'].include?(opts[:'language'])
|
973
|
+
fail ArgumentError, 'invalid value for "language", must be one of de, en-us, fr, ja, ru, zh, ko'
|
989
974
|
end
|
990
975
|
# resource path
|
991
|
-
local_var_path =
|
976
|
+
local_var_path = '/universe/races/'
|
992
977
|
|
993
978
|
# query parameters
|
994
979
|
query_params = {}
|
@@ -1022,33 +1007,32 @@ module ESI
|
|
1022
1007
|
end
|
1023
1008
|
return data, status_code, headers
|
1024
1009
|
end
|
1025
|
-
|
1026
1010
|
# Get regions
|
1027
|
-
# Get a list of regions --- This route expires daily at 11:05
|
1011
|
+
# 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
|
1028
1012
|
# @param [Hash] opts the optional parameters
|
1029
1013
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
1030
1014
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
1031
1015
|
# @return [Array<Integer>]
|
1032
1016
|
def get_universe_regions(opts = {})
|
1033
1017
|
data, _status_code, _headers = get_universe_regions_with_http_info(opts)
|
1034
|
-
|
1018
|
+
data
|
1035
1019
|
end
|
1036
1020
|
|
1037
1021
|
# Get regions
|
1038
|
-
# Get a list of regions --- This route expires daily at 11:05
|
1022
|
+
# 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
|
1039
1023
|
# @param [Hash] opts the optional parameters
|
1040
1024
|
# @option opts [String] :datasource The server name you would like data from
|
1041
1025
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
1042
1026
|
# @return [Array<(Array<Integer>, Fixnum, Hash)>] Array<Integer> data, response status code and response headers
|
1043
1027
|
def get_universe_regions_with_http_info(opts = {})
|
1044
1028
|
if @api_client.config.debugging
|
1045
|
-
@api_client.config.logger.debug
|
1029
|
+
@api_client.config.logger.debug 'Calling API: UniverseApi.get_universe_regions ...'
|
1046
1030
|
end
|
1047
|
-
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'
|
1048
|
-
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility
|
1031
|
+
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'].include?(opts[:'datasource'])
|
1032
|
+
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility'
|
1049
1033
|
end
|
1050
1034
|
# resource path
|
1051
|
-
local_var_path =
|
1035
|
+
local_var_path = '/universe/regions/'
|
1052
1036
|
|
1053
1037
|
# query parameters
|
1054
1038
|
query_params = {}
|
@@ -1080,9 +1064,8 @@ module ESI
|
|
1080
1064
|
end
|
1081
1065
|
return data, status_code, headers
|
1082
1066
|
end
|
1083
|
-
|
1084
1067
|
# Get region information
|
1085
|
-
# Get information on a region --- This route expires daily at 11:05
|
1068
|
+
# 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
|
1086
1069
|
# @param region_id region_id integer
|
1087
1070
|
# @param [Hash] opts the optional parameters
|
1088
1071
|
# @option opts [String] :accept_language Language to use in the response (default to en-us)
|
@@ -1092,11 +1075,11 @@ module ESI
|
|
1092
1075
|
# @return [GetUniverseRegionsRegionIdOk]
|
1093
1076
|
def get_universe_regions_region_id(region_id, opts = {})
|
1094
1077
|
data, _status_code, _headers = get_universe_regions_region_id_with_http_info(region_id, opts)
|
1095
|
-
|
1078
|
+
data
|
1096
1079
|
end
|
1097
1080
|
|
1098
1081
|
# Get region information
|
1099
|
-
# Get information on a region --- This route expires daily at 11:05
|
1082
|
+
# 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
|
1100
1083
|
# @param region_id region_id integer
|
1101
1084
|
# @param [Hash] opts the optional parameters
|
1102
1085
|
# @option opts [String] :accept_language Language to use in the response
|
@@ -1106,23 +1089,23 @@ module ESI
|
|
1106
1089
|
# @return [Array<(GetUniverseRegionsRegionIdOk, Fixnum, Hash)>] GetUniverseRegionsRegionIdOk data, response status code and response headers
|
1107
1090
|
def get_universe_regions_region_id_with_http_info(region_id, opts = {})
|
1108
1091
|
if @api_client.config.debugging
|
1109
|
-
@api_client.config.logger.debug
|
1092
|
+
@api_client.config.logger.debug 'Calling API: UniverseApi.get_universe_regions_region_id ...'
|
1110
1093
|
end
|
1111
1094
|
# verify the required parameter 'region_id' is set
|
1112
1095
|
if @api_client.config.client_side_validation && region_id.nil?
|
1113
1096
|
fail ArgumentError, "Missing the required parameter 'region_id' when calling UniverseApi.get_universe_regions_region_id"
|
1114
1097
|
end
|
1115
|
-
if @api_client.config.client_side_validation && opts[:'accept_language'] && !['de', 'en-us', 'fr', 'ja', 'ru', 'zh'].include?(opts[:'accept_language'])
|
1116
|
-
fail ArgumentError, 'invalid value for "accept_language", must be one of de, en-us, fr, ja, ru, zh'
|
1098
|
+
if @api_client.config.client_side_validation && opts[:'accept_language'] && !['de', 'en-us', 'fr', 'ja', 'ru', 'zh', 'ko'].include?(opts[:'accept_language'])
|
1099
|
+
fail ArgumentError, 'invalid value for "accept_language", must be one of de, en-us, fr, ja, ru, zh, ko'
|
1117
1100
|
end
|
1118
|
-
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'
|
1119
|
-
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility
|
1101
|
+
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'].include?(opts[:'datasource'])
|
1102
|
+
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility'
|
1120
1103
|
end
|
1121
|
-
if @api_client.config.client_side_validation && opts[:'language'] && !['de', 'en-us', 'fr', 'ja', 'ru', 'zh'].include?(opts[:'language'])
|
1122
|
-
fail ArgumentError, 'invalid value for "language", must be one of de, en-us, fr, ja, ru, zh'
|
1104
|
+
if @api_client.config.client_side_validation && opts[:'language'] && !['de', 'en-us', 'fr', 'ja', 'ru', 'zh', 'ko'].include?(opts[:'language'])
|
1105
|
+
fail ArgumentError, 'invalid value for "language", must be one of de, en-us, fr, ja, ru, zh, ko'
|
1123
1106
|
end
|
1124
1107
|
# resource path
|
1125
|
-
local_var_path =
|
1108
|
+
local_var_path = '/universe/regions/{region_id}/'.sub('{' + 'region_id' + '}', region_id.to_s)
|
1126
1109
|
|
1127
1110
|
# query parameters
|
1128
1111
|
query_params = {}
|
@@ -1156,9 +1139,8 @@ module ESI
|
|
1156
1139
|
end
|
1157
1140
|
return data, status_code, headers
|
1158
1141
|
end
|
1159
|
-
|
1160
1142
|
# Get stargate information
|
1161
|
-
# Get information on a stargate --- This route expires daily at 11:05
|
1143
|
+
# 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
|
1162
1144
|
# @param stargate_id stargate_id integer
|
1163
1145
|
# @param [Hash] opts the optional parameters
|
1164
1146
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
@@ -1166,11 +1148,11 @@ module ESI
|
|
1166
1148
|
# @return [GetUniverseStargatesStargateIdOk]
|
1167
1149
|
def get_universe_stargates_stargate_id(stargate_id, opts = {})
|
1168
1150
|
data, _status_code, _headers = get_universe_stargates_stargate_id_with_http_info(stargate_id, opts)
|
1169
|
-
|
1151
|
+
data
|
1170
1152
|
end
|
1171
1153
|
|
1172
1154
|
# Get stargate information
|
1173
|
-
# Get information on a stargate --- This route expires daily at 11:05
|
1155
|
+
# 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
|
1174
1156
|
# @param stargate_id stargate_id integer
|
1175
1157
|
# @param [Hash] opts the optional parameters
|
1176
1158
|
# @option opts [String] :datasource The server name you would like data from
|
@@ -1178,17 +1160,17 @@ module ESI
|
|
1178
1160
|
# @return [Array<(GetUniverseStargatesStargateIdOk, Fixnum, Hash)>] GetUniverseStargatesStargateIdOk data, response status code and response headers
|
1179
1161
|
def get_universe_stargates_stargate_id_with_http_info(stargate_id, opts = {})
|
1180
1162
|
if @api_client.config.debugging
|
1181
|
-
@api_client.config.logger.debug
|
1163
|
+
@api_client.config.logger.debug 'Calling API: UniverseApi.get_universe_stargates_stargate_id ...'
|
1182
1164
|
end
|
1183
1165
|
# verify the required parameter 'stargate_id' is set
|
1184
1166
|
if @api_client.config.client_side_validation && stargate_id.nil?
|
1185
1167
|
fail ArgumentError, "Missing the required parameter 'stargate_id' when calling UniverseApi.get_universe_stargates_stargate_id"
|
1186
1168
|
end
|
1187
|
-
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'
|
1188
|
-
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility
|
1169
|
+
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'].include?(opts[:'datasource'])
|
1170
|
+
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility'
|
1189
1171
|
end
|
1190
1172
|
# resource path
|
1191
|
-
local_var_path =
|
1173
|
+
local_var_path = '/universe/stargates/{stargate_id}/'.sub('{' + 'stargate_id' + '}', stargate_id.to_s)
|
1192
1174
|
|
1193
1175
|
# query parameters
|
1194
1176
|
query_params = {}
|
@@ -1220,9 +1202,8 @@ module ESI
|
|
1220
1202
|
end
|
1221
1203
|
return data, status_code, headers
|
1222
1204
|
end
|
1223
|
-
|
1224
1205
|
# Get star information
|
1225
|
-
# Get information on a star --- This route expires daily at 11:05
|
1206
|
+
# 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
|
1226
1207
|
# @param star_id star_id integer
|
1227
1208
|
# @param [Hash] opts the optional parameters
|
1228
1209
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
@@ -1230,11 +1211,11 @@ module ESI
|
|
1230
1211
|
# @return [GetUniverseStarsStarIdOk]
|
1231
1212
|
def get_universe_stars_star_id(star_id, opts = {})
|
1232
1213
|
data, _status_code, _headers = get_universe_stars_star_id_with_http_info(star_id, opts)
|
1233
|
-
|
1214
|
+
data
|
1234
1215
|
end
|
1235
1216
|
|
1236
1217
|
# Get star information
|
1237
|
-
# Get information on a star --- This route expires daily at 11:05
|
1218
|
+
# 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
|
1238
1219
|
# @param star_id star_id integer
|
1239
1220
|
# @param [Hash] opts the optional parameters
|
1240
1221
|
# @option opts [String] :datasource The server name you would like data from
|
@@ -1242,17 +1223,17 @@ module ESI
|
|
1242
1223
|
# @return [Array<(GetUniverseStarsStarIdOk, Fixnum, Hash)>] GetUniverseStarsStarIdOk data, response status code and response headers
|
1243
1224
|
def get_universe_stars_star_id_with_http_info(star_id, opts = {})
|
1244
1225
|
if @api_client.config.debugging
|
1245
|
-
@api_client.config.logger.debug
|
1226
|
+
@api_client.config.logger.debug 'Calling API: UniverseApi.get_universe_stars_star_id ...'
|
1246
1227
|
end
|
1247
1228
|
# verify the required parameter 'star_id' is set
|
1248
1229
|
if @api_client.config.client_side_validation && star_id.nil?
|
1249
1230
|
fail ArgumentError, "Missing the required parameter 'star_id' when calling UniverseApi.get_universe_stars_star_id"
|
1250
1231
|
end
|
1251
|
-
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'
|
1252
|
-
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility
|
1232
|
+
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'].include?(opts[:'datasource'])
|
1233
|
+
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility'
|
1253
1234
|
end
|
1254
1235
|
# resource path
|
1255
|
-
local_var_path =
|
1236
|
+
local_var_path = '/universe/stars/{star_id}/'.sub('{' + 'star_id' + '}', star_id.to_s)
|
1256
1237
|
|
1257
1238
|
# query parameters
|
1258
1239
|
query_params = {}
|
@@ -1284,9 +1265,8 @@ module ESI
|
|
1284
1265
|
end
|
1285
1266
|
return data, status_code, headers
|
1286
1267
|
end
|
1287
|
-
|
1288
1268
|
# Get station information
|
1289
|
-
# Get information on a station --- This route expires daily at 11:05
|
1269
|
+
# 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
|
1290
1270
|
# @param station_id station_id integer
|
1291
1271
|
# @param [Hash] opts the optional parameters
|
1292
1272
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
@@ -1294,11 +1274,11 @@ module ESI
|
|
1294
1274
|
# @return [GetUniverseStationsStationIdOk]
|
1295
1275
|
def get_universe_stations_station_id(station_id, opts = {})
|
1296
1276
|
data, _status_code, _headers = get_universe_stations_station_id_with_http_info(station_id, opts)
|
1297
|
-
|
1277
|
+
data
|
1298
1278
|
end
|
1299
1279
|
|
1300
1280
|
# Get station information
|
1301
|
-
# Get information on a station --- This route expires daily at 11:05
|
1281
|
+
# 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
|
1302
1282
|
# @param station_id station_id integer
|
1303
1283
|
# @param [Hash] opts the optional parameters
|
1304
1284
|
# @option opts [String] :datasource The server name you would like data from
|
@@ -1306,17 +1286,17 @@ module ESI
|
|
1306
1286
|
# @return [Array<(GetUniverseStationsStationIdOk, Fixnum, Hash)>] GetUniverseStationsStationIdOk data, response status code and response headers
|
1307
1287
|
def get_universe_stations_station_id_with_http_info(station_id, opts = {})
|
1308
1288
|
if @api_client.config.debugging
|
1309
|
-
@api_client.config.logger.debug
|
1289
|
+
@api_client.config.logger.debug 'Calling API: UniverseApi.get_universe_stations_station_id ...'
|
1310
1290
|
end
|
1311
1291
|
# verify the required parameter 'station_id' is set
|
1312
1292
|
if @api_client.config.client_side_validation && station_id.nil?
|
1313
1293
|
fail ArgumentError, "Missing the required parameter 'station_id' when calling UniverseApi.get_universe_stations_station_id"
|
1314
1294
|
end
|
1315
|
-
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'
|
1316
|
-
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility
|
1295
|
+
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'].include?(opts[:'datasource'])
|
1296
|
+
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility'
|
1317
1297
|
end
|
1318
1298
|
# resource path
|
1319
|
-
local_var_path =
|
1299
|
+
local_var_path = '/universe/stations/{station_id}/'.sub('{' + 'station_id' + '}', station_id.to_s)
|
1320
1300
|
|
1321
1301
|
# query parameters
|
1322
1302
|
query_params = {}
|
@@ -1348,37 +1328,42 @@ module ESI
|
|
1348
1328
|
end
|
1349
1329
|
return data, status_code, headers
|
1350
1330
|
end
|
1351
|
-
|
1352
1331
|
# List all public structures
|
1353
|
-
# List all public structures --- This route is cached for up to 3600 seconds
|
1332
|
+
# 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
|
1354
1333
|
# @param [Hash] opts the optional parameters
|
1355
1334
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
1335
|
+
# @option opts [String] :filter Only list public structures that have this service online
|
1356
1336
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
1357
1337
|
# @return [Array<Integer>]
|
1358
1338
|
def get_universe_structures(opts = {})
|
1359
1339
|
data, _status_code, _headers = get_universe_structures_with_http_info(opts)
|
1360
|
-
|
1340
|
+
data
|
1361
1341
|
end
|
1362
1342
|
|
1363
1343
|
# List all public structures
|
1364
|
-
# List all public structures --- This route is cached for up to 3600 seconds
|
1344
|
+
# 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
|
1365
1345
|
# @param [Hash] opts the optional parameters
|
1366
1346
|
# @option opts [String] :datasource The server name you would like data from
|
1347
|
+
# @option opts [String] :filter Only list public structures that have this service online
|
1367
1348
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
1368
1349
|
# @return [Array<(Array<Integer>, Fixnum, Hash)>] Array<Integer> data, response status code and response headers
|
1369
1350
|
def get_universe_structures_with_http_info(opts = {})
|
1370
1351
|
if @api_client.config.debugging
|
1371
|
-
@api_client.config.logger.debug
|
1352
|
+
@api_client.config.logger.debug 'Calling API: UniverseApi.get_universe_structures ...'
|
1353
|
+
end
|
1354
|
+
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'].include?(opts[:'datasource'])
|
1355
|
+
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility'
|
1372
1356
|
end
|
1373
|
-
if @api_client.config.client_side_validation && opts[:'
|
1374
|
-
fail ArgumentError, 'invalid value for "
|
1357
|
+
if @api_client.config.client_side_validation && opts[:'filter'] && !['market', 'manufacturing_basic'].include?(opts[:'filter'])
|
1358
|
+
fail ArgumentError, 'invalid value for "filter", must be one of market, manufacturing_basic'
|
1375
1359
|
end
|
1376
1360
|
# resource path
|
1377
|
-
local_var_path =
|
1361
|
+
local_var_path = '/universe/structures/'
|
1378
1362
|
|
1379
1363
|
# query parameters
|
1380
1364
|
query_params = {}
|
1381
1365
|
query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
|
1366
|
+
query_params[:'filter'] = opts[:'filter'] if !opts[:'filter'].nil?
|
1382
1367
|
|
1383
1368
|
# header parameters
|
1384
1369
|
header_params = {}
|
@@ -1406,9 +1391,8 @@ module ESI
|
|
1406
1391
|
end
|
1407
1392
|
return data, status_code, headers
|
1408
1393
|
end
|
1409
|
-
|
1410
1394
|
# Get structure information
|
1411
|
-
# 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
|
1395
|
+
# 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
|
1412
1396
|
# @param structure_id An Eve structure ID
|
1413
1397
|
# @param [Hash] opts the optional parameters
|
1414
1398
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
@@ -1417,11 +1401,11 @@ module ESI
|
|
1417
1401
|
# @return [GetUniverseStructuresStructureIdOk]
|
1418
1402
|
def get_universe_structures_structure_id(structure_id, opts = {})
|
1419
1403
|
data, _status_code, _headers = get_universe_structures_structure_id_with_http_info(structure_id, opts)
|
1420
|
-
|
1404
|
+
data
|
1421
1405
|
end
|
1422
1406
|
|
1423
1407
|
# Get structure information
|
1424
|
-
# 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
|
1408
|
+
# 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
|
1425
1409
|
# @param structure_id An Eve structure ID
|
1426
1410
|
# @param [Hash] opts the optional parameters
|
1427
1411
|
# @option opts [String] :datasource The server name you would like data from
|
@@ -1430,17 +1414,17 @@ module ESI
|
|
1430
1414
|
# @return [Array<(GetUniverseStructuresStructureIdOk, Fixnum, Hash)>] GetUniverseStructuresStructureIdOk data, response status code and response headers
|
1431
1415
|
def get_universe_structures_structure_id_with_http_info(structure_id, opts = {})
|
1432
1416
|
if @api_client.config.debugging
|
1433
|
-
@api_client.config.logger.debug
|
1417
|
+
@api_client.config.logger.debug 'Calling API: UniverseApi.get_universe_structures_structure_id ...'
|
1434
1418
|
end
|
1435
1419
|
# verify the required parameter 'structure_id' is set
|
1436
1420
|
if @api_client.config.client_side_validation && structure_id.nil?
|
1437
1421
|
fail ArgumentError, "Missing the required parameter 'structure_id' when calling UniverseApi.get_universe_structures_structure_id"
|
1438
1422
|
end
|
1439
|
-
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'
|
1440
|
-
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility
|
1423
|
+
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'].include?(opts[:'datasource'])
|
1424
|
+
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility'
|
1441
1425
|
end
|
1442
1426
|
# resource path
|
1443
|
-
local_var_path =
|
1427
|
+
local_var_path = '/universe/structures/{structure_id}/'.sub('{' + 'structure_id' + '}', structure_id.to_s)
|
1444
1428
|
|
1445
1429
|
# query parameters
|
1446
1430
|
query_params = {}
|
@@ -1473,33 +1457,32 @@ module ESI
|
|
1473
1457
|
end
|
1474
1458
|
return data, status_code, headers
|
1475
1459
|
end
|
1476
|
-
|
1477
1460
|
# Get system jumps
|
1478
|
-
# 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
|
1461
|
+
# 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
|
1479
1462
|
# @param [Hash] opts the optional parameters
|
1480
1463
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
1481
1464
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
1482
1465
|
# @return [Array<GetUniverseSystemJumps200Ok>]
|
1483
1466
|
def get_universe_system_jumps(opts = {})
|
1484
1467
|
data, _status_code, _headers = get_universe_system_jumps_with_http_info(opts)
|
1485
|
-
|
1468
|
+
data
|
1486
1469
|
end
|
1487
1470
|
|
1488
1471
|
# Get system jumps
|
1489
|
-
# 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
|
1472
|
+
# 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
|
1490
1473
|
# @param [Hash] opts the optional parameters
|
1491
1474
|
# @option opts [String] :datasource The server name you would like data from
|
1492
1475
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
1493
1476
|
# @return [Array<(Array<GetUniverseSystemJumps200Ok>, Fixnum, Hash)>] Array<GetUniverseSystemJumps200Ok> data, response status code and response headers
|
1494
1477
|
def get_universe_system_jumps_with_http_info(opts = {})
|
1495
1478
|
if @api_client.config.debugging
|
1496
|
-
@api_client.config.logger.debug
|
1479
|
+
@api_client.config.logger.debug 'Calling API: UniverseApi.get_universe_system_jumps ...'
|
1497
1480
|
end
|
1498
|
-
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'
|
1499
|
-
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility
|
1481
|
+
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'].include?(opts[:'datasource'])
|
1482
|
+
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility'
|
1500
1483
|
end
|
1501
1484
|
# resource path
|
1502
|
-
local_var_path =
|
1485
|
+
local_var_path = '/universe/system_jumps/'
|
1503
1486
|
|
1504
1487
|
# query parameters
|
1505
1488
|
query_params = {}
|
@@ -1531,33 +1514,32 @@ module ESI
|
|
1531
1514
|
end
|
1532
1515
|
return data, status_code, headers
|
1533
1516
|
end
|
1534
|
-
|
1535
1517
|
# Get system kills
|
1536
|
-
# 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
|
1518
|
+
# 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
|
1537
1519
|
# @param [Hash] opts the optional parameters
|
1538
1520
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
1539
1521
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
1540
1522
|
# @return [Array<GetUniverseSystemKills200Ok>]
|
1541
1523
|
def get_universe_system_kills(opts = {})
|
1542
1524
|
data, _status_code, _headers = get_universe_system_kills_with_http_info(opts)
|
1543
|
-
|
1525
|
+
data
|
1544
1526
|
end
|
1545
1527
|
|
1546
1528
|
# Get system kills
|
1547
|
-
# 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
|
1529
|
+
# 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
|
1548
1530
|
# @param [Hash] opts the optional parameters
|
1549
1531
|
# @option opts [String] :datasource The server name you would like data from
|
1550
1532
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
1551
1533
|
# @return [Array<(Array<GetUniverseSystemKills200Ok>, Fixnum, Hash)>] Array<GetUniverseSystemKills200Ok> data, response status code and response headers
|
1552
1534
|
def get_universe_system_kills_with_http_info(opts = {})
|
1553
1535
|
if @api_client.config.debugging
|
1554
|
-
@api_client.config.logger.debug
|
1536
|
+
@api_client.config.logger.debug 'Calling API: UniverseApi.get_universe_system_kills ...'
|
1555
1537
|
end
|
1556
|
-
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'
|
1557
|
-
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility
|
1538
|
+
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'].include?(opts[:'datasource'])
|
1539
|
+
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility'
|
1558
1540
|
end
|
1559
1541
|
# resource path
|
1560
|
-
local_var_path =
|
1542
|
+
local_var_path = '/universe/system_kills/'
|
1561
1543
|
|
1562
1544
|
# query parameters
|
1563
1545
|
query_params = {}
|
@@ -1589,33 +1571,32 @@ module ESI
|
|
1589
1571
|
end
|
1590
1572
|
return data, status_code, headers
|
1591
1573
|
end
|
1592
|
-
|
1593
1574
|
# Get solar systems
|
1594
|
-
# Get a list of solar systems --- This route expires daily at 11:05
|
1575
|
+
# 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
|
1595
1576
|
# @param [Hash] opts the optional parameters
|
1596
1577
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
1597
1578
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
1598
1579
|
# @return [Array<Integer>]
|
1599
1580
|
def get_universe_systems(opts = {})
|
1600
1581
|
data, _status_code, _headers = get_universe_systems_with_http_info(opts)
|
1601
|
-
|
1582
|
+
data
|
1602
1583
|
end
|
1603
1584
|
|
1604
1585
|
# Get solar systems
|
1605
|
-
# Get a list of solar systems --- This route expires daily at 11:05
|
1586
|
+
# 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
|
1606
1587
|
# @param [Hash] opts the optional parameters
|
1607
1588
|
# @option opts [String] :datasource The server name you would like data from
|
1608
1589
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
1609
1590
|
# @return [Array<(Array<Integer>, Fixnum, Hash)>] Array<Integer> data, response status code and response headers
|
1610
1591
|
def get_universe_systems_with_http_info(opts = {})
|
1611
1592
|
if @api_client.config.debugging
|
1612
|
-
@api_client.config.logger.debug
|
1593
|
+
@api_client.config.logger.debug 'Calling API: UniverseApi.get_universe_systems ...'
|
1613
1594
|
end
|
1614
|
-
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'
|
1615
|
-
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility
|
1595
|
+
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'].include?(opts[:'datasource'])
|
1596
|
+
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility'
|
1616
1597
|
end
|
1617
1598
|
# resource path
|
1618
|
-
local_var_path =
|
1599
|
+
local_var_path = '/universe/systems/'
|
1619
1600
|
|
1620
1601
|
# query parameters
|
1621
1602
|
query_params = {}
|
@@ -1647,9 +1628,8 @@ module ESI
|
|
1647
1628
|
end
|
1648
1629
|
return data, status_code, headers
|
1649
1630
|
end
|
1650
|
-
|
1651
1631
|
# Get solar system information
|
1652
|
-
# Get information on a solar system. --- This route expires daily at 11:05
|
1632
|
+
# 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
|
1653
1633
|
# @param system_id system_id integer
|
1654
1634
|
# @param [Hash] opts the optional parameters
|
1655
1635
|
# @option opts [String] :accept_language Language to use in the response (default to en-us)
|
@@ -1659,11 +1639,11 @@ module ESI
|
|
1659
1639
|
# @return [GetUniverseSystemsSystemIdOk]
|
1660
1640
|
def get_universe_systems_system_id(system_id, opts = {})
|
1661
1641
|
data, _status_code, _headers = get_universe_systems_system_id_with_http_info(system_id, opts)
|
1662
|
-
|
1642
|
+
data
|
1663
1643
|
end
|
1664
1644
|
|
1665
1645
|
# Get solar system information
|
1666
|
-
# Get information on a solar system. --- This route expires daily at 11:05
|
1646
|
+
# 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
|
1667
1647
|
# @param system_id system_id integer
|
1668
1648
|
# @param [Hash] opts the optional parameters
|
1669
1649
|
# @option opts [String] :accept_language Language to use in the response
|
@@ -1673,23 +1653,23 @@ module ESI
|
|
1673
1653
|
# @return [Array<(GetUniverseSystemsSystemIdOk, Fixnum, Hash)>] GetUniverseSystemsSystemIdOk data, response status code and response headers
|
1674
1654
|
def get_universe_systems_system_id_with_http_info(system_id, opts = {})
|
1675
1655
|
if @api_client.config.debugging
|
1676
|
-
@api_client.config.logger.debug
|
1656
|
+
@api_client.config.logger.debug 'Calling API: UniverseApi.get_universe_systems_system_id ...'
|
1677
1657
|
end
|
1678
1658
|
# verify the required parameter 'system_id' is set
|
1679
1659
|
if @api_client.config.client_side_validation && system_id.nil?
|
1680
1660
|
fail ArgumentError, "Missing the required parameter 'system_id' when calling UniverseApi.get_universe_systems_system_id"
|
1681
1661
|
end
|
1682
|
-
if @api_client.config.client_side_validation && opts[:'accept_language'] && !['de', 'en-us', 'fr', 'ja', 'ru', 'zh'].include?(opts[:'accept_language'])
|
1683
|
-
fail ArgumentError, 'invalid value for "accept_language", must be one of de, en-us, fr, ja, ru, zh'
|
1662
|
+
if @api_client.config.client_side_validation && opts[:'accept_language'] && !['de', 'en-us', 'fr', 'ja', 'ru', 'zh', 'ko'].include?(opts[:'accept_language'])
|
1663
|
+
fail ArgumentError, 'invalid value for "accept_language", must be one of de, en-us, fr, ja, ru, zh, ko'
|
1684
1664
|
end
|
1685
|
-
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'
|
1686
|
-
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility
|
1665
|
+
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'].include?(opts[:'datasource'])
|
1666
|
+
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility'
|
1687
1667
|
end
|
1688
|
-
if @api_client.config.client_side_validation && opts[:'language'] && !['de', 'en-us', 'fr', 'ja', 'ru', 'zh'].include?(opts[:'language'])
|
1689
|
-
fail ArgumentError, 'invalid value for "language", must be one of de, en-us, fr, ja, ru, zh'
|
1668
|
+
if @api_client.config.client_side_validation && opts[:'language'] && !['de', 'en-us', 'fr', 'ja', 'ru', 'zh', 'ko'].include?(opts[:'language'])
|
1669
|
+
fail ArgumentError, 'invalid value for "language", must be one of de, en-us, fr, ja, ru, zh, ko'
|
1690
1670
|
end
|
1691
1671
|
# resource path
|
1692
|
-
local_var_path =
|
1672
|
+
local_var_path = '/universe/systems/{system_id}/'.sub('{' + 'system_id' + '}', system_id.to_s)
|
1693
1673
|
|
1694
1674
|
# query parameters
|
1695
1675
|
query_params = {}
|
@@ -1723,9 +1703,8 @@ module ESI
|
|
1723
1703
|
end
|
1724
1704
|
return data, status_code, headers
|
1725
1705
|
end
|
1726
|
-
|
1727
1706
|
# Get types
|
1728
|
-
# Get a list of type ids --- This route expires daily at 11:05
|
1707
|
+
# 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
|
1729
1708
|
# @param [Hash] opts the optional parameters
|
1730
1709
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
1731
1710
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
@@ -1733,11 +1712,11 @@ module ESI
|
|
1733
1712
|
# @return [Array<Integer>]
|
1734
1713
|
def get_universe_types(opts = {})
|
1735
1714
|
data, _status_code, _headers = get_universe_types_with_http_info(opts)
|
1736
|
-
|
1715
|
+
data
|
1737
1716
|
end
|
1738
1717
|
|
1739
1718
|
# Get types
|
1740
|
-
# Get a list of type ids --- This route expires daily at 11:05
|
1719
|
+
# 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
|
1741
1720
|
# @param [Hash] opts the optional parameters
|
1742
1721
|
# @option opts [String] :datasource The server name you would like data from
|
1743
1722
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
@@ -1745,17 +1724,17 @@ module ESI
|
|
1745
1724
|
# @return [Array<(Array<Integer>, Fixnum, Hash)>] Array<Integer> data, response status code and response headers
|
1746
1725
|
def get_universe_types_with_http_info(opts = {})
|
1747
1726
|
if @api_client.config.debugging
|
1748
|
-
@api_client.config.logger.debug
|
1727
|
+
@api_client.config.logger.debug 'Calling API: UniverseApi.get_universe_types ...'
|
1749
1728
|
end
|
1750
|
-
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'
|
1751
|
-
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility
|
1729
|
+
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'].include?(opts[:'datasource'])
|
1730
|
+
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility'
|
1752
1731
|
end
|
1753
1732
|
if @api_client.config.client_side_validation && !opts[:'page'].nil? && opts[:'page'] < 1
|
1754
1733
|
fail ArgumentError, 'invalid value for "opts[:"page"]" when calling UniverseApi.get_universe_types, must be greater than or equal to 1.'
|
1755
1734
|
end
|
1756
1735
|
|
1757
1736
|
# resource path
|
1758
|
-
local_var_path =
|
1737
|
+
local_var_path = '/universe/types/'
|
1759
1738
|
|
1760
1739
|
# query parameters
|
1761
1740
|
query_params = {}
|
@@ -1788,9 +1767,8 @@ module ESI
|
|
1788
1767
|
end
|
1789
1768
|
return data, status_code, headers
|
1790
1769
|
end
|
1791
|
-
|
1792
1770
|
# Get type information
|
1793
|
-
# Get information on a type --- This route expires daily at 11:05
|
1771
|
+
# 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
|
1794
1772
|
# @param type_id An Eve item type ID
|
1795
1773
|
# @param [Hash] opts the optional parameters
|
1796
1774
|
# @option opts [String] :accept_language Language to use in the response (default to en-us)
|
@@ -1800,11 +1778,11 @@ module ESI
|
|
1800
1778
|
# @return [GetUniverseTypesTypeIdOk]
|
1801
1779
|
def get_universe_types_type_id(type_id, opts = {})
|
1802
1780
|
data, _status_code, _headers = get_universe_types_type_id_with_http_info(type_id, opts)
|
1803
|
-
|
1781
|
+
data
|
1804
1782
|
end
|
1805
1783
|
|
1806
1784
|
# Get type information
|
1807
|
-
# Get information on a type --- This route expires daily at 11:05
|
1785
|
+
# 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
|
1808
1786
|
# @param type_id An Eve item type ID
|
1809
1787
|
# @param [Hash] opts the optional parameters
|
1810
1788
|
# @option opts [String] :accept_language Language to use in the response
|
@@ -1814,23 +1792,23 @@ module ESI
|
|
1814
1792
|
# @return [Array<(GetUniverseTypesTypeIdOk, Fixnum, Hash)>] GetUniverseTypesTypeIdOk data, response status code and response headers
|
1815
1793
|
def get_universe_types_type_id_with_http_info(type_id, opts = {})
|
1816
1794
|
if @api_client.config.debugging
|
1817
|
-
@api_client.config.logger.debug
|
1795
|
+
@api_client.config.logger.debug 'Calling API: UniverseApi.get_universe_types_type_id ...'
|
1818
1796
|
end
|
1819
1797
|
# verify the required parameter 'type_id' is set
|
1820
1798
|
if @api_client.config.client_side_validation && type_id.nil?
|
1821
1799
|
fail ArgumentError, "Missing the required parameter 'type_id' when calling UniverseApi.get_universe_types_type_id"
|
1822
1800
|
end
|
1823
|
-
if @api_client.config.client_side_validation && opts[:'accept_language'] && !['de', 'en-us', 'fr', 'ja', 'ru', 'zh'].include?(opts[:'accept_language'])
|
1824
|
-
fail ArgumentError, 'invalid value for "accept_language", must be one of de, en-us, fr, ja, ru, zh'
|
1801
|
+
if @api_client.config.client_side_validation && opts[:'accept_language'] && !['de', 'en-us', 'fr', 'ja', 'ru', 'zh', 'ko'].include?(opts[:'accept_language'])
|
1802
|
+
fail ArgumentError, 'invalid value for "accept_language", must be one of de, en-us, fr, ja, ru, zh, ko'
|
1825
1803
|
end
|
1826
|
-
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'
|
1827
|
-
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility
|
1804
|
+
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'].include?(opts[:'datasource'])
|
1805
|
+
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility'
|
1828
1806
|
end
|
1829
|
-
if @api_client.config.client_side_validation && opts[:'language'] && !['de', 'en-us', 'fr', 'ja', 'ru', 'zh'].include?(opts[:'language'])
|
1830
|
-
fail ArgumentError, 'invalid value for "language", must be one of de, en-us, fr, ja, ru, zh'
|
1807
|
+
if @api_client.config.client_side_validation && opts[:'language'] && !['de', 'en-us', 'fr', 'ja', 'ru', 'zh', 'ko'].include?(opts[:'language'])
|
1808
|
+
fail ArgumentError, 'invalid value for "language", must be one of de, en-us, fr, ja, ru, zh, ko'
|
1831
1809
|
end
|
1832
1810
|
# resource path
|
1833
|
-
local_var_path =
|
1811
|
+
local_var_path = '/universe/types/{type_id}/'.sub('{' + 'type_id' + '}', type_id.to_s)
|
1834
1812
|
|
1835
1813
|
# query parameters
|
1836
1814
|
query_params = {}
|
@@ -1864,9 +1842,8 @@ module ESI
|
|
1864
1842
|
end
|
1865
1843
|
return data, status_code, headers
|
1866
1844
|
end
|
1867
|
-
|
1868
1845
|
# Bulk names to IDs
|
1869
|
-
# 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
|
1846
|
+
# 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/`
|
1870
1847
|
# @param names The names to resolve
|
1871
1848
|
# @param [Hash] opts the optional parameters
|
1872
1849
|
# @option opts [String] :accept_language Language to use in the response (default to en-us)
|
@@ -1875,11 +1852,11 @@ module ESI
|
|
1875
1852
|
# @return [PostUniverseIdsOk]
|
1876
1853
|
def post_universe_ids(names, opts = {})
|
1877
1854
|
data, _status_code, _headers = post_universe_ids_with_http_info(names, opts)
|
1878
|
-
|
1855
|
+
data
|
1879
1856
|
end
|
1880
1857
|
|
1881
1858
|
# Bulk names to IDs
|
1882
|
-
# 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
|
1859
|
+
# 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/`
|
1883
1860
|
# @param names The names to resolve
|
1884
1861
|
# @param [Hash] opts the optional parameters
|
1885
1862
|
# @option opts [String] :accept_language Language to use in the response
|
@@ -1888,23 +1865,23 @@ module ESI
|
|
1888
1865
|
# @return [Array<(PostUniverseIdsOk, Fixnum, Hash)>] PostUniverseIdsOk data, response status code and response headers
|
1889
1866
|
def post_universe_ids_with_http_info(names, opts = {})
|
1890
1867
|
if @api_client.config.debugging
|
1891
|
-
@api_client.config.logger.debug
|
1868
|
+
@api_client.config.logger.debug 'Calling API: UniverseApi.post_universe_ids ...'
|
1892
1869
|
end
|
1893
1870
|
# verify the required parameter 'names' is set
|
1894
1871
|
if @api_client.config.client_side_validation && names.nil?
|
1895
1872
|
fail ArgumentError, "Missing the required parameter 'names' when calling UniverseApi.post_universe_ids"
|
1896
1873
|
end
|
1897
|
-
if @api_client.config.client_side_validation && opts[:'accept_language'] && !['de', 'en-us', 'fr', 'ja', 'ru', 'zh'].include?(opts[:'accept_language'])
|
1898
|
-
fail ArgumentError, 'invalid value for "accept_language", must be one of de, en-us, fr, ja, ru, zh'
|
1874
|
+
if @api_client.config.client_side_validation && opts[:'accept_language'] && !['de', 'en-us', 'fr', 'ja', 'ru', 'zh', 'ko'].include?(opts[:'accept_language'])
|
1875
|
+
fail ArgumentError, 'invalid value for "accept_language", must be one of de, en-us, fr, ja, ru, zh, ko'
|
1899
1876
|
end
|
1900
|
-
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'
|
1901
|
-
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility
|
1877
|
+
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'].include?(opts[:'datasource'])
|
1878
|
+
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility'
|
1902
1879
|
end
|
1903
|
-
if @api_client.config.client_side_validation && opts[:'language'] && !['de', 'en-us', 'fr', 'ja', 'ru', 'zh'].include?(opts[:'language'])
|
1904
|
-
fail ArgumentError, 'invalid value for "language", must be one of de, en-us, fr, ja, ru, zh'
|
1880
|
+
if @api_client.config.client_side_validation && opts[:'language'] && !['de', 'en-us', 'fr', 'ja', 'ru', 'zh', 'ko'].include?(opts[:'language'])
|
1881
|
+
fail ArgumentError, 'invalid value for "language", must be one of de, en-us, fr, ja, ru, zh, ko'
|
1905
1882
|
end
|
1906
1883
|
# resource path
|
1907
|
-
local_var_path =
|
1884
|
+
local_var_path = '/universe/ids/'
|
1908
1885
|
|
1909
1886
|
# query parameters
|
1910
1887
|
query_params = {}
|
@@ -1937,37 +1914,36 @@ module ESI
|
|
1937
1914
|
end
|
1938
1915
|
return data, status_code, headers
|
1939
1916
|
end
|
1940
|
-
|
1941
|
-
#
|
1942
|
-
# Resolve a set of IDs to names and categories. Supported ID's for resolving are: Characters, Corporations, Alliances, Stations, Solar Systems, Constellations, Regions, Types. ---
|
1917
|
+
# Get names and categories for a set of IDs
|
1918
|
+
# 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/`
|
1943
1919
|
# @param ids The ids to resolve
|
1944
1920
|
# @param [Hash] opts the optional parameters
|
1945
1921
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
1946
1922
|
# @return [Array<PostUniverseNames200Ok>]
|
1947
1923
|
def post_universe_names(ids, opts = {})
|
1948
1924
|
data, _status_code, _headers = post_universe_names_with_http_info(ids, opts)
|
1949
|
-
|
1925
|
+
data
|
1950
1926
|
end
|
1951
1927
|
|
1952
|
-
# Get names and categories for a set of
|
1953
|
-
# Resolve a set of IDs to names and categories. Supported ID's for resolving are: Characters, Corporations, Alliances, Stations, Solar Systems, Constellations, Regions, Types
|
1928
|
+
# Get names and categories for a set of IDs
|
1929
|
+
# 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/`
|
1954
1930
|
# @param ids The ids to resolve
|
1955
1931
|
# @param [Hash] opts the optional parameters
|
1956
1932
|
# @option opts [String] :datasource The server name you would like data from
|
1957
1933
|
# @return [Array<(Array<PostUniverseNames200Ok>, Fixnum, Hash)>] Array<PostUniverseNames200Ok> data, response status code and response headers
|
1958
1934
|
def post_universe_names_with_http_info(ids, opts = {})
|
1959
1935
|
if @api_client.config.debugging
|
1960
|
-
@api_client.config.logger.debug
|
1936
|
+
@api_client.config.logger.debug 'Calling API: UniverseApi.post_universe_names ...'
|
1961
1937
|
end
|
1962
1938
|
# verify the required parameter 'ids' is set
|
1963
1939
|
if @api_client.config.client_side_validation && ids.nil?
|
1964
1940
|
fail ArgumentError, "Missing the required parameter 'ids' when calling UniverseApi.post_universe_names"
|
1965
1941
|
end
|
1966
|
-
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'
|
1967
|
-
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility
|
1942
|
+
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'].include?(opts[:'datasource'])
|
1943
|
+
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility'
|
1968
1944
|
end
|
1969
1945
|
# resource path
|
1970
|
-
local_var_path =
|
1946
|
+
local_var_path = '/universe/names/'
|
1971
1947
|
|
1972
1948
|
# query parameters
|
1973
1949
|
query_params = {}
|