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 CalendarApi
|
@@ -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
|
# List calendar event summaries
|
24
|
-
# Get 50 event summaries from the calendar. If no from_event ID is given, the resource will return the next 50 chronological event summaries from now. If a from_event ID is specified, it will return the next 50 chronological event summaries from after that event
|
23
|
+
# Get 50 event summaries from the calendar. If no from_event ID is given, the resource will return the next 50 chronological event summaries from now. If a from_event ID is specified, it will return the next 50 chronological event summaries from after that event --- Alternate route: `/dev/characters/{character_id}/calendar/` Alternate route: `/legacy/characters/{character_id}/calendar/` Alternate route: `/v1/characters/{character_id}/calendar/` Alternate route: `/v2/characters/{character_id}/calendar/` --- This route is cached for up to 5 seconds
|
25
24
|
# @param character_id An EVE character ID
|
26
25
|
# @param [Hash] opts the optional parameters
|
27
26
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
@@ -31,11 +30,11 @@ module ESI
|
|
31
30
|
# @return [Array<GetCharactersCharacterIdCalendar200Ok>]
|
32
31
|
def get_characters_character_id_calendar(character_id, opts = {})
|
33
32
|
data, _status_code, _headers = get_characters_character_id_calendar_with_http_info(character_id, opts)
|
34
|
-
|
33
|
+
data
|
35
34
|
end
|
36
35
|
|
37
36
|
# List calendar event summaries
|
38
|
-
# Get 50 event summaries from the calendar. If no from_event ID is given, the resource will return the next 50 chronological event summaries from now. If a from_event ID is specified, it will return the next 50 chronological event summaries from after that event
|
37
|
+
# Get 50 event summaries from the calendar. If no from_event ID is given, the resource will return the next 50 chronological event summaries from now. If a from_event ID is specified, it will return the next 50 chronological event summaries from after that event --- Alternate route: `/dev/characters/{character_id}/calendar/` Alternate route: `/legacy/characters/{character_id}/calendar/` Alternate route: `/v1/characters/{character_id}/calendar/` Alternate route: `/v2/characters/{character_id}/calendar/` --- This route is cached for up to 5 seconds
|
39
38
|
# @param character_id An EVE character ID
|
40
39
|
# @param [Hash] opts the optional parameters
|
41
40
|
# @option opts [String] :datasource The server name you would like data from
|
@@ -45,7 +44,7 @@ module ESI
|
|
45
44
|
# @return [Array<(Array<GetCharactersCharacterIdCalendar200Ok>, Fixnum, Hash)>] Array<GetCharactersCharacterIdCalendar200Ok> data, response status code and response headers
|
46
45
|
def get_characters_character_id_calendar_with_http_info(character_id, opts = {})
|
47
46
|
if @api_client.config.debugging
|
48
|
-
@api_client.config.logger.debug
|
47
|
+
@api_client.config.logger.debug 'Calling API: CalendarApi.get_characters_character_id_calendar ...'
|
49
48
|
end
|
50
49
|
# verify the required parameter 'character_id' is set
|
51
50
|
if @api_client.config.client_side_validation && character_id.nil?
|
@@ -55,11 +54,11 @@ module ESI
|
|
55
54
|
fail ArgumentError, 'invalid value for "character_id" when calling CalendarApi.get_characters_character_id_calendar, must be greater than or equal to 1.'
|
56
55
|
end
|
57
56
|
|
58
|
-
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'
|
59
|
-
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility
|
57
|
+
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'].include?(opts[:'datasource'])
|
58
|
+
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility'
|
60
59
|
end
|
61
60
|
# resource path
|
62
|
-
local_var_path =
|
61
|
+
local_var_path = '/characters/{character_id}/calendar/'.sub('{' + 'character_id' + '}', character_id.to_s)
|
63
62
|
|
64
63
|
# query parameters
|
65
64
|
query_params = {}
|
@@ -93,9 +92,8 @@ module ESI
|
|
93
92
|
end
|
94
93
|
return data, status_code, headers
|
95
94
|
end
|
96
|
-
|
97
95
|
# Get an event
|
98
|
-
# Get all the information for a specific event --- This route is cached for up to 5 seconds
|
96
|
+
# Get all the information for a specific event --- Alternate route: `/dev/characters/{character_id}/calendar/{event_id}/` Alternate route: `/v3/characters/{character_id}/calendar/{event_id}/` Alternate route: `/v4/characters/{character_id}/calendar/{event_id}/` --- This route is cached for up to 5 seconds
|
99
97
|
# @param character_id An EVE character ID
|
100
98
|
# @param event_id The id of the event requested
|
101
99
|
# @param [Hash] opts the optional parameters
|
@@ -105,11 +103,11 @@ module ESI
|
|
105
103
|
# @return [GetCharactersCharacterIdCalendarEventIdOk]
|
106
104
|
def get_characters_character_id_calendar_event_id(character_id, event_id, opts = {})
|
107
105
|
data, _status_code, _headers = get_characters_character_id_calendar_event_id_with_http_info(character_id, event_id, opts)
|
108
|
-
|
106
|
+
data
|
109
107
|
end
|
110
108
|
|
111
109
|
# Get an event
|
112
|
-
# Get all the information for a specific event --- This route is cached for up to 5 seconds
|
110
|
+
# Get all the information for a specific event --- Alternate route: `/dev/characters/{character_id}/calendar/{event_id}/` Alternate route: `/v3/characters/{character_id}/calendar/{event_id}/` Alternate route: `/v4/characters/{character_id}/calendar/{event_id}/` --- This route is cached for up to 5 seconds
|
113
111
|
# @param character_id An EVE character ID
|
114
112
|
# @param event_id The id of the event requested
|
115
113
|
# @param [Hash] opts the optional parameters
|
@@ -119,7 +117,7 @@ module ESI
|
|
119
117
|
# @return [Array<(GetCharactersCharacterIdCalendarEventIdOk, Fixnum, Hash)>] GetCharactersCharacterIdCalendarEventIdOk data, response status code and response headers
|
120
118
|
def get_characters_character_id_calendar_event_id_with_http_info(character_id, event_id, opts = {})
|
121
119
|
if @api_client.config.debugging
|
122
|
-
@api_client.config.logger.debug
|
120
|
+
@api_client.config.logger.debug 'Calling API: CalendarApi.get_characters_character_id_calendar_event_id ...'
|
123
121
|
end
|
124
122
|
# verify the required parameter 'character_id' is set
|
125
123
|
if @api_client.config.client_side_validation && character_id.nil?
|
@@ -133,11 +131,11 @@ module ESI
|
|
133
131
|
if @api_client.config.client_side_validation && event_id.nil?
|
134
132
|
fail ArgumentError, "Missing the required parameter 'event_id' when calling CalendarApi.get_characters_character_id_calendar_event_id"
|
135
133
|
end
|
136
|
-
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'
|
137
|
-
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility
|
134
|
+
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'].include?(opts[:'datasource'])
|
135
|
+
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility'
|
138
136
|
end
|
139
137
|
# resource path
|
140
|
-
local_var_path =
|
138
|
+
local_var_path = '/characters/{character_id}/calendar/{event_id}/'.sub('{' + 'character_id' + '}', character_id.to_s).sub('{' + 'event_id' + '}', event_id.to_s)
|
141
139
|
|
142
140
|
# query parameters
|
143
141
|
query_params = {}
|
@@ -170,9 +168,8 @@ module ESI
|
|
170
168
|
end
|
171
169
|
return data, status_code, headers
|
172
170
|
end
|
173
|
-
|
174
171
|
# Get attendees
|
175
|
-
# Get all invited attendees for a given event --- This route is cached for up to 600 seconds
|
172
|
+
# Get all invited attendees for a given event --- Alternate route: `/dev/characters/{character_id}/calendar/{event_id}/attendees/` Alternate route: `/legacy/characters/{character_id}/calendar/{event_id}/attendees/` Alternate route: `/v1/characters/{character_id}/calendar/{event_id}/attendees/` Alternate route: `/v2/characters/{character_id}/calendar/{event_id}/attendees/` --- This route is cached for up to 600 seconds
|
176
173
|
# @param character_id An EVE character ID
|
177
174
|
# @param event_id The id of the event requested
|
178
175
|
# @param [Hash] opts the optional parameters
|
@@ -182,11 +179,11 @@ module ESI
|
|
182
179
|
# @return [Array<GetCharactersCharacterIdCalendarEventIdAttendees200Ok>]
|
183
180
|
def get_characters_character_id_calendar_event_id_attendees(character_id, event_id, opts = {})
|
184
181
|
data, _status_code, _headers = get_characters_character_id_calendar_event_id_attendees_with_http_info(character_id, event_id, opts)
|
185
|
-
|
182
|
+
data
|
186
183
|
end
|
187
184
|
|
188
185
|
# Get attendees
|
189
|
-
# Get all invited attendees for a given event --- This route is cached for up to 600 seconds
|
186
|
+
# Get all invited attendees for a given event --- Alternate route: `/dev/characters/{character_id}/calendar/{event_id}/attendees/` Alternate route: `/legacy/characters/{character_id}/calendar/{event_id}/attendees/` Alternate route: `/v1/characters/{character_id}/calendar/{event_id}/attendees/` Alternate route: `/v2/characters/{character_id}/calendar/{event_id}/attendees/` --- This route is cached for up to 600 seconds
|
190
187
|
# @param character_id An EVE character ID
|
191
188
|
# @param event_id The id of the event requested
|
192
189
|
# @param [Hash] opts the optional parameters
|
@@ -196,7 +193,7 @@ module ESI
|
|
196
193
|
# @return [Array<(Array<GetCharactersCharacterIdCalendarEventIdAttendees200Ok>, Fixnum, Hash)>] Array<GetCharactersCharacterIdCalendarEventIdAttendees200Ok> data, response status code and response headers
|
197
194
|
def get_characters_character_id_calendar_event_id_attendees_with_http_info(character_id, event_id, opts = {})
|
198
195
|
if @api_client.config.debugging
|
199
|
-
@api_client.config.logger.debug
|
196
|
+
@api_client.config.logger.debug 'Calling API: CalendarApi.get_characters_character_id_calendar_event_id_attendees ...'
|
200
197
|
end
|
201
198
|
# verify the required parameter 'character_id' is set
|
202
199
|
if @api_client.config.client_side_validation && character_id.nil?
|
@@ -210,11 +207,11 @@ module ESI
|
|
210
207
|
if @api_client.config.client_side_validation && event_id.nil?
|
211
208
|
fail ArgumentError, "Missing the required parameter 'event_id' when calling CalendarApi.get_characters_character_id_calendar_event_id_attendees"
|
212
209
|
end
|
213
|
-
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'
|
214
|
-
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility
|
210
|
+
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'].include?(opts[:'datasource'])
|
211
|
+
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility'
|
215
212
|
end
|
216
213
|
# resource path
|
217
|
-
local_var_path =
|
214
|
+
local_var_path = '/characters/{character_id}/calendar/{event_id}/attendees/'.sub('{' + 'character_id' + '}', character_id.to_s).sub('{' + 'event_id' + '}', event_id.to_s)
|
218
215
|
|
219
216
|
# query parameters
|
220
217
|
query_params = {}
|
@@ -247,33 +244,32 @@ module ESI
|
|
247
244
|
end
|
248
245
|
return data, status_code, headers
|
249
246
|
end
|
250
|
-
|
251
247
|
# Respond to an event
|
252
|
-
# Set your response status to an event ---
|
248
|
+
# Set your response status to an event --- Alternate route: `/dev/characters/{character_id}/calendar/{event_id}/` Alternate route: `/v3/characters/{character_id}/calendar/{event_id}/` Alternate route: `/v4/characters/{character_id}/calendar/{event_id}/` --- This route is cached for up to 5 seconds
|
253
249
|
# @param character_id An EVE character ID
|
254
250
|
# @param event_id The ID of the event requested
|
255
|
-
# @param response The response value to set, overriding current value
|
251
|
+
# @param response The response value to set, overriding current value
|
256
252
|
# @param [Hash] opts the optional parameters
|
257
253
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
258
254
|
# @option opts [String] :token Access token to use if unable to set a header
|
259
255
|
# @return [nil]
|
260
256
|
def put_characters_character_id_calendar_event_id(character_id, event_id, response, opts = {})
|
261
257
|
put_characters_character_id_calendar_event_id_with_http_info(character_id, event_id, response, opts)
|
262
|
-
|
258
|
+
nil
|
263
259
|
end
|
264
260
|
|
265
261
|
# Respond to an event
|
266
|
-
# Set your response status to an event ---
|
262
|
+
# Set your response status to an event --- Alternate route: `/dev/characters/{character_id}/calendar/{event_id}/` Alternate route: `/v3/characters/{character_id}/calendar/{event_id}/` Alternate route: `/v4/characters/{character_id}/calendar/{event_id}/` --- This route is cached for up to 5 seconds
|
267
263
|
# @param character_id An EVE character ID
|
268
264
|
# @param event_id The ID of the event requested
|
269
|
-
# @param response The response value to set, overriding current value
|
265
|
+
# @param response The response value to set, overriding current value
|
270
266
|
# @param [Hash] opts the optional parameters
|
271
267
|
# @option opts [String] :datasource The server name you would like data from
|
272
268
|
# @option opts [String] :token Access token to use if unable to set a header
|
273
269
|
# @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
|
274
270
|
def put_characters_character_id_calendar_event_id_with_http_info(character_id, event_id, response, opts = {})
|
275
271
|
if @api_client.config.debugging
|
276
|
-
@api_client.config.logger.debug
|
272
|
+
@api_client.config.logger.debug 'Calling API: CalendarApi.put_characters_character_id_calendar_event_id ...'
|
277
273
|
end
|
278
274
|
# verify the required parameter 'character_id' is set
|
279
275
|
if @api_client.config.client_side_validation && character_id.nil?
|
@@ -291,11 +287,11 @@ module ESI
|
|
291
287
|
if @api_client.config.client_side_validation && response.nil?
|
292
288
|
fail ArgumentError, "Missing the required parameter 'response' when calling CalendarApi.put_characters_character_id_calendar_event_id"
|
293
289
|
end
|
294
|
-
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'
|
295
|
-
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility
|
290
|
+
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'].include?(opts[:'datasource'])
|
291
|
+
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility'
|
296
292
|
end
|
297
293
|
# resource path
|
298
|
-
local_var_path =
|
294
|
+
local_var_path = '/characters/{character_id}/calendar/{event_id}/'.sub('{' + 'character_id' + '}', character_id.to_s).sub('{' + 'event_id' + '}', event_id.to_s)
|
299
295
|
|
300
296
|
# query parameters
|
301
297
|
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 CharacterApi
|
@@ -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 character's public information
|
24
|
-
# Public information about a character --- This route is cached for up to
|
23
|
+
# Public information about a character --- Alternate route: `/dev/characters/{character_id}/` Alternate route: `/v4/characters/{character_id}/` --- This route is cached for up to 86400 seconds
|
25
24
|
# @param character_id An EVE character ID
|
26
25
|
# @param [Hash] opts the optional parameters
|
27
26
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
@@ -29,11 +28,11 @@ module ESI
|
|
29
28
|
# @return [GetCharactersCharacterIdOk]
|
30
29
|
def get_characters_character_id(character_id, opts = {})
|
31
30
|
data, _status_code, _headers = get_characters_character_id_with_http_info(character_id, opts)
|
32
|
-
|
31
|
+
data
|
33
32
|
end
|
34
33
|
|
35
34
|
# Get character's public information
|
36
|
-
# Public information about a character --- This route is cached for up to
|
35
|
+
# Public information about a character --- Alternate route: `/dev/characters/{character_id}/` Alternate route: `/v4/characters/{character_id}/` --- This route is cached for up to 86400 seconds
|
37
36
|
# @param character_id An EVE character ID
|
38
37
|
# @param [Hash] opts the optional parameters
|
39
38
|
# @option opts [String] :datasource The server name you would like data from
|
@@ -41,7 +40,7 @@ module ESI
|
|
41
40
|
# @return [Array<(GetCharactersCharacterIdOk, Fixnum, Hash)>] GetCharactersCharacterIdOk data, response status code and response headers
|
42
41
|
def get_characters_character_id_with_http_info(character_id, opts = {})
|
43
42
|
if @api_client.config.debugging
|
44
|
-
@api_client.config.logger.debug
|
43
|
+
@api_client.config.logger.debug 'Calling API: CharacterApi.get_characters_character_id ...'
|
45
44
|
end
|
46
45
|
# verify the required parameter 'character_id' is set
|
47
46
|
if @api_client.config.client_side_validation && character_id.nil?
|
@@ -51,11 +50,11 @@ module ESI
|
|
51
50
|
fail ArgumentError, 'invalid value for "character_id" when calling CharacterApi.get_characters_character_id, must be greater than or equal to 1.'
|
52
51
|
end
|
53
52
|
|
54
|
-
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'
|
55
|
-
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility
|
53
|
+
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'].include?(opts[:'datasource'])
|
54
|
+
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility'
|
56
55
|
end
|
57
56
|
# resource path
|
58
|
-
local_var_path =
|
57
|
+
local_var_path = '/characters/{character_id}/'.sub('{' + 'character_id' + '}', character_id.to_s)
|
59
58
|
|
60
59
|
# query parameters
|
61
60
|
query_params = {}
|
@@ -87,9 +86,8 @@ module ESI
|
|
87
86
|
end
|
88
87
|
return data, status_code, headers
|
89
88
|
end
|
90
|
-
|
91
89
|
# Get agents research
|
92
|
-
# Return a list of agents research information for a character. The formula for finding the current research points with an agent is: currentPoints = remainderPoints + pointsPerDay * days(currentTime - researchStartDate) --- This route is cached for up to 3600 seconds
|
90
|
+
# Return a list of agents research information for a character. The formula for finding the current research points with an agent is: currentPoints = remainderPoints + pointsPerDay * days(currentTime - researchStartDate) --- Alternate route: `/dev/characters/{character_id}/agents_research/` Alternate route: `/legacy/characters/{character_id}/agents_research/` Alternate route: `/v1/characters/{character_id}/agents_research/` --- This route is cached for up to 3600 seconds
|
93
91
|
# @param character_id An EVE character ID
|
94
92
|
# @param [Hash] opts the optional parameters
|
95
93
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
@@ -98,11 +96,11 @@ module ESI
|
|
98
96
|
# @return [Array<GetCharactersCharacterIdAgentsResearch200Ok>]
|
99
97
|
def get_characters_character_id_agents_research(character_id, opts = {})
|
100
98
|
data, _status_code, _headers = get_characters_character_id_agents_research_with_http_info(character_id, opts)
|
101
|
-
|
99
|
+
data
|
102
100
|
end
|
103
101
|
|
104
102
|
# Get agents research
|
105
|
-
# Return a list of agents research information for a character. The formula for finding the current research points with an agent is: currentPoints = remainderPoints + pointsPerDay * days(currentTime - researchStartDate) --- This route is cached for up to 3600 seconds
|
103
|
+
# Return a list of agents research information for a character. The formula for finding the current research points with an agent is: currentPoints = remainderPoints + pointsPerDay * days(currentTime - researchStartDate) --- Alternate route: `/dev/characters/{character_id}/agents_research/` Alternate route: `/legacy/characters/{character_id}/agents_research/` Alternate route: `/v1/characters/{character_id}/agents_research/` --- This route is cached for up to 3600 seconds
|
106
104
|
# @param character_id An EVE character ID
|
107
105
|
# @param [Hash] opts the optional parameters
|
108
106
|
# @option opts [String] :datasource The server name you would like data from
|
@@ -111,7 +109,7 @@ module ESI
|
|
111
109
|
# @return [Array<(Array<GetCharactersCharacterIdAgentsResearch200Ok>, Fixnum, Hash)>] Array<GetCharactersCharacterIdAgentsResearch200Ok> data, response status code and response headers
|
112
110
|
def get_characters_character_id_agents_research_with_http_info(character_id, opts = {})
|
113
111
|
if @api_client.config.debugging
|
114
|
-
@api_client.config.logger.debug
|
112
|
+
@api_client.config.logger.debug 'Calling API: CharacterApi.get_characters_character_id_agents_research ...'
|
115
113
|
end
|
116
114
|
# verify the required parameter 'character_id' is set
|
117
115
|
if @api_client.config.client_side_validation && character_id.nil?
|
@@ -121,11 +119,11 @@ module ESI
|
|
121
119
|
fail ArgumentError, 'invalid value for "character_id" when calling CharacterApi.get_characters_character_id_agents_research, must be greater than or equal to 1.'
|
122
120
|
end
|
123
121
|
|
124
|
-
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'
|
125
|
-
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility
|
122
|
+
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'].include?(opts[:'datasource'])
|
123
|
+
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility'
|
126
124
|
end
|
127
125
|
# resource path
|
128
|
-
local_var_path =
|
126
|
+
local_var_path = '/characters/{character_id}/agents_research/'.sub('{' + 'character_id' + '}', character_id.to_s)
|
129
127
|
|
130
128
|
# query parameters
|
131
129
|
query_params = {}
|
@@ -158,9 +156,8 @@ module ESI
|
|
158
156
|
end
|
159
157
|
return data, status_code, headers
|
160
158
|
end
|
161
|
-
|
162
159
|
# Get blueprints
|
163
|
-
# Return a list of blueprints the character owns --- This route is cached for up to 3600 seconds
|
160
|
+
# Return a list of blueprints the character owns --- Alternate route: `/dev/characters/{character_id}/blueprints/` Alternate route: `/v2/characters/{character_id}/blueprints/` --- This route is cached for up to 3600 seconds
|
164
161
|
# @param character_id An EVE character ID
|
165
162
|
# @param [Hash] opts the optional parameters
|
166
163
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
@@ -170,11 +167,11 @@ module ESI
|
|
170
167
|
# @return [Array<GetCharactersCharacterIdBlueprints200Ok>]
|
171
168
|
def get_characters_character_id_blueprints(character_id, opts = {})
|
172
169
|
data, _status_code, _headers = get_characters_character_id_blueprints_with_http_info(character_id, opts)
|
173
|
-
|
170
|
+
data
|
174
171
|
end
|
175
172
|
|
176
173
|
# Get blueprints
|
177
|
-
# Return a list of blueprints the character owns --- This route is cached for up to 3600 seconds
|
174
|
+
# Return a list of blueprints the character owns --- Alternate route: `/dev/characters/{character_id}/blueprints/` Alternate route: `/v2/characters/{character_id}/blueprints/` --- This route is cached for up to 3600 seconds
|
178
175
|
# @param character_id An EVE character ID
|
179
176
|
# @param [Hash] opts the optional parameters
|
180
177
|
# @option opts [String] :datasource The server name you would like data from
|
@@ -184,7 +181,7 @@ module ESI
|
|
184
181
|
# @return [Array<(Array<GetCharactersCharacterIdBlueprints200Ok>, Fixnum, Hash)>] Array<GetCharactersCharacterIdBlueprints200Ok> data, response status code and response headers
|
185
182
|
def get_characters_character_id_blueprints_with_http_info(character_id, opts = {})
|
186
183
|
if @api_client.config.debugging
|
187
|
-
@api_client.config.logger.debug
|
184
|
+
@api_client.config.logger.debug 'Calling API: CharacterApi.get_characters_character_id_blueprints ...'
|
188
185
|
end
|
189
186
|
# verify the required parameter 'character_id' is set
|
190
187
|
if @api_client.config.client_side_validation && character_id.nil?
|
@@ -194,15 +191,15 @@ module ESI
|
|
194
191
|
fail ArgumentError, 'invalid value for "character_id" when calling CharacterApi.get_characters_character_id_blueprints, must be greater than or equal to 1.'
|
195
192
|
end
|
196
193
|
|
197
|
-
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'
|
198
|
-
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility
|
194
|
+
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'].include?(opts[:'datasource'])
|
195
|
+
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility'
|
199
196
|
end
|
200
197
|
if @api_client.config.client_side_validation && !opts[:'page'].nil? && opts[:'page'] < 1
|
201
198
|
fail ArgumentError, 'invalid value for "opts[:"page"]" when calling CharacterApi.get_characters_character_id_blueprints, must be greater than or equal to 1.'
|
202
199
|
end
|
203
200
|
|
204
201
|
# resource path
|
205
|
-
local_var_path =
|
202
|
+
local_var_path = '/characters/{character_id}/blueprints/'.sub('{' + 'character_id' + '}', character_id.to_s)
|
206
203
|
|
207
204
|
# query parameters
|
208
205
|
query_params = {}
|
@@ -236,9 +233,8 @@ module ESI
|
|
236
233
|
end
|
237
234
|
return data, status_code, headers
|
238
235
|
end
|
239
|
-
|
240
236
|
# Get corporation history
|
241
|
-
# Get a list of all the corporations a character has been a member of --- This route is cached for up to
|
237
|
+
# Get a list of all the corporations a character has been a member of --- Alternate route: `/dev/characters/{character_id}/corporationhistory/` Alternate route: `/legacy/characters/{character_id}/corporationhistory/` Alternate route: `/v1/characters/{character_id}/corporationhistory/` --- This route is cached for up to 86400 seconds
|
242
238
|
# @param character_id An EVE character ID
|
243
239
|
# @param [Hash] opts the optional parameters
|
244
240
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
@@ -246,11 +242,11 @@ module ESI
|
|
246
242
|
# @return [Array<GetCharactersCharacterIdCorporationhistory200Ok>]
|
247
243
|
def get_characters_character_id_corporationhistory(character_id, opts = {})
|
248
244
|
data, _status_code, _headers = get_characters_character_id_corporationhistory_with_http_info(character_id, opts)
|
249
|
-
|
245
|
+
data
|
250
246
|
end
|
251
247
|
|
252
248
|
# Get corporation history
|
253
|
-
# Get a list of all the corporations a character has been a member of --- This route is cached for up to
|
249
|
+
# Get a list of all the corporations a character has been a member of --- Alternate route: `/dev/characters/{character_id}/corporationhistory/` Alternate route: `/legacy/characters/{character_id}/corporationhistory/` Alternate route: `/v1/characters/{character_id}/corporationhistory/` --- This route is cached for up to 86400 seconds
|
254
250
|
# @param character_id An EVE character ID
|
255
251
|
# @param [Hash] opts the optional parameters
|
256
252
|
# @option opts [String] :datasource The server name you would like data from
|
@@ -258,7 +254,7 @@ module ESI
|
|
258
254
|
# @return [Array<(Array<GetCharactersCharacterIdCorporationhistory200Ok>, Fixnum, Hash)>] Array<GetCharactersCharacterIdCorporationhistory200Ok> data, response status code and response headers
|
259
255
|
def get_characters_character_id_corporationhistory_with_http_info(character_id, opts = {})
|
260
256
|
if @api_client.config.debugging
|
261
|
-
@api_client.config.logger.debug
|
257
|
+
@api_client.config.logger.debug 'Calling API: CharacterApi.get_characters_character_id_corporationhistory ...'
|
262
258
|
end
|
263
259
|
# verify the required parameter 'character_id' is set
|
264
260
|
if @api_client.config.client_side_validation && character_id.nil?
|
@@ -268,11 +264,11 @@ module ESI
|
|
268
264
|
fail ArgumentError, 'invalid value for "character_id" when calling CharacterApi.get_characters_character_id_corporationhistory, must be greater than or equal to 1.'
|
269
265
|
end
|
270
266
|
|
271
|
-
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'
|
272
|
-
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility
|
267
|
+
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'].include?(opts[:'datasource'])
|
268
|
+
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility'
|
273
269
|
end
|
274
270
|
# resource path
|
275
|
-
local_var_path =
|
271
|
+
local_var_path = '/characters/{character_id}/corporationhistory/'.sub('{' + 'character_id' + '}', character_id.to_s)
|
276
272
|
|
277
273
|
# query parameters
|
278
274
|
query_params = {}
|
@@ -304,9 +300,8 @@ module ESI
|
|
304
300
|
end
|
305
301
|
return data, status_code, headers
|
306
302
|
end
|
307
|
-
|
308
303
|
# Get jump fatigue
|
309
|
-
# Return a character's jump activation and fatigue information --- This route is cached for up to 300 seconds
|
304
|
+
# Return a character's jump activation and fatigue information --- Alternate route: `/dev/characters/{character_id}/fatigue/` Alternate route: `/legacy/characters/{character_id}/fatigue/` Alternate route: `/v1/characters/{character_id}/fatigue/` --- This route is cached for up to 300 seconds
|
310
305
|
# @param character_id An EVE character ID
|
311
306
|
# @param [Hash] opts the optional parameters
|
312
307
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
@@ -315,11 +310,11 @@ module ESI
|
|
315
310
|
# @return [GetCharactersCharacterIdFatigueOk]
|
316
311
|
def get_characters_character_id_fatigue(character_id, opts = {})
|
317
312
|
data, _status_code, _headers = get_characters_character_id_fatigue_with_http_info(character_id, opts)
|
318
|
-
|
313
|
+
data
|
319
314
|
end
|
320
315
|
|
321
316
|
# Get jump fatigue
|
322
|
-
# Return a character's jump activation and fatigue information --- This route is cached for up to 300 seconds
|
317
|
+
# Return a character's jump activation and fatigue information --- Alternate route: `/dev/characters/{character_id}/fatigue/` Alternate route: `/legacy/characters/{character_id}/fatigue/` Alternate route: `/v1/characters/{character_id}/fatigue/` --- This route is cached for up to 300 seconds
|
323
318
|
# @param character_id An EVE character ID
|
324
319
|
# @param [Hash] opts the optional parameters
|
325
320
|
# @option opts [String] :datasource The server name you would like data from
|
@@ -328,7 +323,7 @@ module ESI
|
|
328
323
|
# @return [Array<(GetCharactersCharacterIdFatigueOk, Fixnum, Hash)>] GetCharactersCharacterIdFatigueOk data, response status code and response headers
|
329
324
|
def get_characters_character_id_fatigue_with_http_info(character_id, opts = {})
|
330
325
|
if @api_client.config.debugging
|
331
|
-
@api_client.config.logger.debug
|
326
|
+
@api_client.config.logger.debug 'Calling API: CharacterApi.get_characters_character_id_fatigue ...'
|
332
327
|
end
|
333
328
|
# verify the required parameter 'character_id' is set
|
334
329
|
if @api_client.config.client_side_validation && character_id.nil?
|
@@ -338,11 +333,11 @@ module ESI
|
|
338
333
|
fail ArgumentError, 'invalid value for "character_id" when calling CharacterApi.get_characters_character_id_fatigue, must be greater than or equal to 1.'
|
339
334
|
end
|
340
335
|
|
341
|
-
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'
|
342
|
-
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility
|
336
|
+
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'].include?(opts[:'datasource'])
|
337
|
+
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility'
|
343
338
|
end
|
344
339
|
# resource path
|
345
|
-
local_var_path =
|
340
|
+
local_var_path = '/characters/{character_id}/fatigue/'.sub('{' + 'character_id' + '}', character_id.to_s)
|
346
341
|
|
347
342
|
# query parameters
|
348
343
|
query_params = {}
|
@@ -375,9 +370,8 @@ module ESI
|
|
375
370
|
end
|
376
371
|
return data, status_code, headers
|
377
372
|
end
|
378
|
-
|
379
373
|
# Get medals
|
380
|
-
# Return a list of medals the character has --- This route is cached for up to 3600 seconds
|
374
|
+
# Return a list of medals the character has --- Alternate route: `/dev/characters/{character_id}/medals/` Alternate route: `/legacy/characters/{character_id}/medals/` Alternate route: `/v1/characters/{character_id}/medals/` --- This route is cached for up to 3600 seconds
|
381
375
|
# @param character_id An EVE character ID
|
382
376
|
# @param [Hash] opts the optional parameters
|
383
377
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
@@ -386,11 +380,11 @@ module ESI
|
|
386
380
|
# @return [Array<GetCharactersCharacterIdMedals200Ok>]
|
387
381
|
def get_characters_character_id_medals(character_id, opts = {})
|
388
382
|
data, _status_code, _headers = get_characters_character_id_medals_with_http_info(character_id, opts)
|
389
|
-
|
383
|
+
data
|
390
384
|
end
|
391
385
|
|
392
386
|
# Get medals
|
393
|
-
# Return a list of medals the character has --- This route is cached for up to 3600 seconds
|
387
|
+
# Return a list of medals the character has --- Alternate route: `/dev/characters/{character_id}/medals/` Alternate route: `/legacy/characters/{character_id}/medals/` Alternate route: `/v1/characters/{character_id}/medals/` --- This route is cached for up to 3600 seconds
|
394
388
|
# @param character_id An EVE character ID
|
395
389
|
# @param [Hash] opts the optional parameters
|
396
390
|
# @option opts [String] :datasource The server name you would like data from
|
@@ -399,7 +393,7 @@ module ESI
|
|
399
393
|
# @return [Array<(Array<GetCharactersCharacterIdMedals200Ok>, Fixnum, Hash)>] Array<GetCharactersCharacterIdMedals200Ok> data, response status code and response headers
|
400
394
|
def get_characters_character_id_medals_with_http_info(character_id, opts = {})
|
401
395
|
if @api_client.config.debugging
|
402
|
-
@api_client.config.logger.debug
|
396
|
+
@api_client.config.logger.debug 'Calling API: CharacterApi.get_characters_character_id_medals ...'
|
403
397
|
end
|
404
398
|
# verify the required parameter 'character_id' is set
|
405
399
|
if @api_client.config.client_side_validation && character_id.nil?
|
@@ -409,11 +403,11 @@ module ESI
|
|
409
403
|
fail ArgumentError, 'invalid value for "character_id" when calling CharacterApi.get_characters_character_id_medals, must be greater than or equal to 1.'
|
410
404
|
end
|
411
405
|
|
412
|
-
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'
|
413
|
-
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility
|
406
|
+
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'].include?(opts[:'datasource'])
|
407
|
+
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility'
|
414
408
|
end
|
415
409
|
# resource path
|
416
|
-
local_var_path =
|
410
|
+
local_var_path = '/characters/{character_id}/medals/'.sub('{' + 'character_id' + '}', character_id.to_s)
|
417
411
|
|
418
412
|
# query parameters
|
419
413
|
query_params = {}
|
@@ -446,9 +440,8 @@ module ESI
|
|
446
440
|
end
|
447
441
|
return data, status_code, headers
|
448
442
|
end
|
449
|
-
|
450
443
|
# Get character notifications
|
451
|
-
# Return character notifications --- This route is cached for up to 600 seconds
|
444
|
+
# Return character notifications --- Alternate route: `/dev/characters/{character_id}/notifications/` Alternate route: `/v5/characters/{character_id}/notifications/` --- This route is cached for up to 600 seconds
|
452
445
|
# @param character_id An EVE character ID
|
453
446
|
# @param [Hash] opts the optional parameters
|
454
447
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
@@ -457,11 +450,11 @@ module ESI
|
|
457
450
|
# @return [Array<GetCharactersCharacterIdNotifications200Ok>]
|
458
451
|
def get_characters_character_id_notifications(character_id, opts = {})
|
459
452
|
data, _status_code, _headers = get_characters_character_id_notifications_with_http_info(character_id, opts)
|
460
|
-
|
453
|
+
data
|
461
454
|
end
|
462
455
|
|
463
456
|
# Get character notifications
|
464
|
-
# Return character notifications --- This route is cached for up to 600 seconds
|
457
|
+
# Return character notifications --- Alternate route: `/dev/characters/{character_id}/notifications/` Alternate route: `/v5/characters/{character_id}/notifications/` --- This route is cached for up to 600 seconds
|
465
458
|
# @param character_id An EVE character ID
|
466
459
|
# @param [Hash] opts the optional parameters
|
467
460
|
# @option opts [String] :datasource The server name you would like data from
|
@@ -470,7 +463,7 @@ module ESI
|
|
470
463
|
# @return [Array<(Array<GetCharactersCharacterIdNotifications200Ok>, Fixnum, Hash)>] Array<GetCharactersCharacterIdNotifications200Ok> data, response status code and response headers
|
471
464
|
def get_characters_character_id_notifications_with_http_info(character_id, opts = {})
|
472
465
|
if @api_client.config.debugging
|
473
|
-
@api_client.config.logger.debug
|
466
|
+
@api_client.config.logger.debug 'Calling API: CharacterApi.get_characters_character_id_notifications ...'
|
474
467
|
end
|
475
468
|
# verify the required parameter 'character_id' is set
|
476
469
|
if @api_client.config.client_side_validation && character_id.nil?
|
@@ -480,11 +473,11 @@ module ESI
|
|
480
473
|
fail ArgumentError, 'invalid value for "character_id" when calling CharacterApi.get_characters_character_id_notifications, must be greater than or equal to 1.'
|
481
474
|
end
|
482
475
|
|
483
|
-
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'
|
484
|
-
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility
|
476
|
+
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'].include?(opts[:'datasource'])
|
477
|
+
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility'
|
485
478
|
end
|
486
479
|
# resource path
|
487
|
-
local_var_path =
|
480
|
+
local_var_path = '/characters/{character_id}/notifications/'.sub('{' + 'character_id' + '}', character_id.to_s)
|
488
481
|
|
489
482
|
# query parameters
|
490
483
|
query_params = {}
|
@@ -517,9 +510,8 @@ module ESI
|
|
517
510
|
end
|
518
511
|
return data, status_code, headers
|
519
512
|
end
|
520
|
-
|
521
513
|
# Get new contact notifications
|
522
|
-
# Return notifications about having been added to someone's contact list --- This route is cached for up to 600 seconds
|
514
|
+
# Return notifications about having been added to someone's contact list --- Alternate route: `/dev/characters/{character_id}/notifications/contacts/` Alternate route: `/legacy/characters/{character_id}/notifications/contacts/` Alternate route: `/v1/characters/{character_id}/notifications/contacts/` --- This route is cached for up to 600 seconds
|
523
515
|
# @param character_id An EVE character ID
|
524
516
|
# @param [Hash] opts the optional parameters
|
525
517
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
@@ -528,11 +520,11 @@ module ESI
|
|
528
520
|
# @return [Array<GetCharactersCharacterIdNotificationsContacts200Ok>]
|
529
521
|
def get_characters_character_id_notifications_contacts(character_id, opts = {})
|
530
522
|
data, _status_code, _headers = get_characters_character_id_notifications_contacts_with_http_info(character_id, opts)
|
531
|
-
|
523
|
+
data
|
532
524
|
end
|
533
525
|
|
534
526
|
# Get new contact notifications
|
535
|
-
# Return notifications about having been added to someone's contact list --- This route is cached for up to 600 seconds
|
527
|
+
# Return notifications about having been added to someone's contact list --- Alternate route: `/dev/characters/{character_id}/notifications/contacts/` Alternate route: `/legacy/characters/{character_id}/notifications/contacts/` Alternate route: `/v1/characters/{character_id}/notifications/contacts/` --- This route is cached for up to 600 seconds
|
536
528
|
# @param character_id An EVE character ID
|
537
529
|
# @param [Hash] opts the optional parameters
|
538
530
|
# @option opts [String] :datasource The server name you would like data from
|
@@ -541,7 +533,7 @@ module ESI
|
|
541
533
|
# @return [Array<(Array<GetCharactersCharacterIdNotificationsContacts200Ok>, Fixnum, Hash)>] Array<GetCharactersCharacterIdNotificationsContacts200Ok> data, response status code and response headers
|
542
534
|
def get_characters_character_id_notifications_contacts_with_http_info(character_id, opts = {})
|
543
535
|
if @api_client.config.debugging
|
544
|
-
@api_client.config.logger.debug
|
536
|
+
@api_client.config.logger.debug 'Calling API: CharacterApi.get_characters_character_id_notifications_contacts ...'
|
545
537
|
end
|
546
538
|
# verify the required parameter 'character_id' is set
|
547
539
|
if @api_client.config.client_side_validation && character_id.nil?
|
@@ -551,11 +543,11 @@ module ESI
|
|
551
543
|
fail ArgumentError, 'invalid value for "character_id" when calling CharacterApi.get_characters_character_id_notifications_contacts, must be greater than or equal to 1.'
|
552
544
|
end
|
553
545
|
|
554
|
-
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'
|
555
|
-
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility
|
546
|
+
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'].include?(opts[:'datasource'])
|
547
|
+
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility'
|
556
548
|
end
|
557
549
|
# resource path
|
558
|
-
local_var_path =
|
550
|
+
local_var_path = '/characters/{character_id}/notifications/contacts/'.sub('{' + 'character_id' + '}', character_id.to_s)
|
559
551
|
|
560
552
|
# query parameters
|
561
553
|
query_params = {}
|
@@ -588,9 +580,8 @@ module ESI
|
|
588
580
|
end
|
589
581
|
return data, status_code, headers
|
590
582
|
end
|
591
|
-
|
592
583
|
# Get character portraits
|
593
|
-
# Get portrait urls for a character --- This route
|
584
|
+
# Get portrait urls for a character --- Alternate route: `/v2/characters/{character_id}/portrait/` --- This route expires daily at 11:05 --- [Diff of the upcoming changes](https://esi.evetech.net/diff/latest/dev/#GET-/characters/{character_id}/portrait/)
|
594
585
|
# @param character_id An EVE character ID
|
595
586
|
# @param [Hash] opts the optional parameters
|
596
587
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
@@ -598,11 +589,11 @@ module ESI
|
|
598
589
|
# @return [GetCharactersCharacterIdPortraitOk]
|
599
590
|
def get_characters_character_id_portrait(character_id, opts = {})
|
600
591
|
data, _status_code, _headers = get_characters_character_id_portrait_with_http_info(character_id, opts)
|
601
|
-
|
592
|
+
data
|
602
593
|
end
|
603
594
|
|
604
595
|
# Get character portraits
|
605
|
-
# Get portrait urls for a character --- This route
|
596
|
+
# Get portrait urls for a character --- Alternate route: `/v2/characters/{character_id}/portrait/` --- This route expires daily at 11:05 --- [Diff of the upcoming changes](https://esi.evetech.net/diff/latest/dev/#GET-/characters/{character_id}/portrait/)
|
606
597
|
# @param character_id An EVE character ID
|
607
598
|
# @param [Hash] opts the optional parameters
|
608
599
|
# @option opts [String] :datasource The server name you would like data from
|
@@ -610,7 +601,7 @@ module ESI
|
|
610
601
|
# @return [Array<(GetCharactersCharacterIdPortraitOk, Fixnum, Hash)>] GetCharactersCharacterIdPortraitOk data, response status code and response headers
|
611
602
|
def get_characters_character_id_portrait_with_http_info(character_id, opts = {})
|
612
603
|
if @api_client.config.debugging
|
613
|
-
@api_client.config.logger.debug
|
604
|
+
@api_client.config.logger.debug 'Calling API: CharacterApi.get_characters_character_id_portrait ...'
|
614
605
|
end
|
615
606
|
# verify the required parameter 'character_id' is set
|
616
607
|
if @api_client.config.client_side_validation && character_id.nil?
|
@@ -620,11 +611,11 @@ module ESI
|
|
620
611
|
fail ArgumentError, 'invalid value for "character_id" when calling CharacterApi.get_characters_character_id_portrait, must be greater than or equal to 1.'
|
621
612
|
end
|
622
613
|
|
623
|
-
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'
|
624
|
-
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility
|
614
|
+
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'].include?(opts[:'datasource'])
|
615
|
+
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility'
|
625
616
|
end
|
626
617
|
# resource path
|
627
|
-
local_var_path =
|
618
|
+
local_var_path = '/characters/{character_id}/portrait/'.sub('{' + 'character_id' + '}', character_id.to_s)
|
628
619
|
|
629
620
|
# query parameters
|
630
621
|
query_params = {}
|
@@ -656,9 +647,8 @@ module ESI
|
|
656
647
|
end
|
657
648
|
return data, status_code, headers
|
658
649
|
end
|
659
|
-
|
660
650
|
# Get character corporation roles
|
661
|
-
# Returns a character's corporation roles --- This route is cached for up to 3600 seconds
|
651
|
+
# Returns a character's corporation roles --- Alternate route: `/dev/characters/{character_id}/roles/` Alternate route: `/v2/characters/{character_id}/roles/` --- This route is cached for up to 3600 seconds
|
662
652
|
# @param character_id An EVE character ID
|
663
653
|
# @param [Hash] opts the optional parameters
|
664
654
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
@@ -667,11 +657,11 @@ module ESI
|
|
667
657
|
# @return [GetCharactersCharacterIdRolesOk]
|
668
658
|
def get_characters_character_id_roles(character_id, opts = {})
|
669
659
|
data, _status_code, _headers = get_characters_character_id_roles_with_http_info(character_id, opts)
|
670
|
-
|
660
|
+
data
|
671
661
|
end
|
672
662
|
|
673
663
|
# Get character corporation roles
|
674
|
-
# Returns a character's corporation roles --- This route is cached for up to 3600 seconds
|
664
|
+
# Returns a character's corporation roles --- Alternate route: `/dev/characters/{character_id}/roles/` Alternate route: `/v2/characters/{character_id}/roles/` --- This route is cached for up to 3600 seconds
|
675
665
|
# @param character_id An EVE character ID
|
676
666
|
# @param [Hash] opts the optional parameters
|
677
667
|
# @option opts [String] :datasource The server name you would like data from
|
@@ -680,7 +670,7 @@ module ESI
|
|
680
670
|
# @return [Array<(GetCharactersCharacterIdRolesOk, Fixnum, Hash)>] GetCharactersCharacterIdRolesOk data, response status code and response headers
|
681
671
|
def get_characters_character_id_roles_with_http_info(character_id, opts = {})
|
682
672
|
if @api_client.config.debugging
|
683
|
-
@api_client.config.logger.debug
|
673
|
+
@api_client.config.logger.debug 'Calling API: CharacterApi.get_characters_character_id_roles ...'
|
684
674
|
end
|
685
675
|
# verify the required parameter 'character_id' is set
|
686
676
|
if @api_client.config.client_side_validation && character_id.nil?
|
@@ -690,11 +680,11 @@ module ESI
|
|
690
680
|
fail ArgumentError, 'invalid value for "character_id" when calling CharacterApi.get_characters_character_id_roles, must be greater than or equal to 1.'
|
691
681
|
end
|
692
682
|
|
693
|
-
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'
|
694
|
-
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility
|
683
|
+
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'].include?(opts[:'datasource'])
|
684
|
+
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility'
|
695
685
|
end
|
696
686
|
# resource path
|
697
|
-
local_var_path =
|
687
|
+
local_var_path = '/characters/{character_id}/roles/'.sub('{' + 'character_id' + '}', character_id.to_s)
|
698
688
|
|
699
689
|
# query parameters
|
700
690
|
query_params = {}
|
@@ -727,9 +717,8 @@ module ESI
|
|
727
717
|
end
|
728
718
|
return data, status_code, headers
|
729
719
|
end
|
730
|
-
|
731
720
|
# Get standings
|
732
|
-
# Return character standings from agents, NPC corporations, and factions --- This route is cached for up to 3600 seconds
|
721
|
+
# Return character standings from agents, NPC corporations, and factions --- Alternate route: `/dev/characters/{character_id}/standings/` Alternate route: `/legacy/characters/{character_id}/standings/` Alternate route: `/v1/characters/{character_id}/standings/` --- This route is cached for up to 3600 seconds
|
733
722
|
# @param character_id An EVE character ID
|
734
723
|
# @param [Hash] opts the optional parameters
|
735
724
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
@@ -738,11 +727,11 @@ module ESI
|
|
738
727
|
# @return [Array<GetCharactersCharacterIdStandings200Ok>]
|
739
728
|
def get_characters_character_id_standings(character_id, opts = {})
|
740
729
|
data, _status_code, _headers = get_characters_character_id_standings_with_http_info(character_id, opts)
|
741
|
-
|
730
|
+
data
|
742
731
|
end
|
743
732
|
|
744
733
|
# Get standings
|
745
|
-
# Return character standings from agents, NPC corporations, and factions --- This route is cached for up to 3600 seconds
|
734
|
+
# Return character standings from agents, NPC corporations, and factions --- Alternate route: `/dev/characters/{character_id}/standings/` Alternate route: `/legacy/characters/{character_id}/standings/` Alternate route: `/v1/characters/{character_id}/standings/` --- This route is cached for up to 3600 seconds
|
746
735
|
# @param character_id An EVE character ID
|
747
736
|
# @param [Hash] opts the optional parameters
|
748
737
|
# @option opts [String] :datasource The server name you would like data from
|
@@ -751,7 +740,7 @@ module ESI
|
|
751
740
|
# @return [Array<(Array<GetCharactersCharacterIdStandings200Ok>, Fixnum, Hash)>] Array<GetCharactersCharacterIdStandings200Ok> data, response status code and response headers
|
752
741
|
def get_characters_character_id_standings_with_http_info(character_id, opts = {})
|
753
742
|
if @api_client.config.debugging
|
754
|
-
@api_client.config.logger.debug
|
743
|
+
@api_client.config.logger.debug 'Calling API: CharacterApi.get_characters_character_id_standings ...'
|
755
744
|
end
|
756
745
|
# verify the required parameter 'character_id' is set
|
757
746
|
if @api_client.config.client_side_validation && character_id.nil?
|
@@ -761,11 +750,11 @@ module ESI
|
|
761
750
|
fail ArgumentError, 'invalid value for "character_id" when calling CharacterApi.get_characters_character_id_standings, must be greater than or equal to 1.'
|
762
751
|
end
|
763
752
|
|
764
|
-
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'
|
765
|
-
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility
|
753
|
+
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'].include?(opts[:'datasource'])
|
754
|
+
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility'
|
766
755
|
end
|
767
756
|
# resource path
|
768
|
-
local_var_path =
|
757
|
+
local_var_path = '/characters/{character_id}/standings/'.sub('{' + 'character_id' + '}', character_id.to_s)
|
769
758
|
|
770
759
|
# query parameters
|
771
760
|
query_params = {}
|
@@ -798,9 +787,8 @@ module ESI
|
|
798
787
|
end
|
799
788
|
return data, status_code, headers
|
800
789
|
end
|
801
|
-
|
802
790
|
# Yearly aggregate stats
|
803
|
-
# Returns aggregate yearly stats for a character --- This route is cached for up to 86400 seconds
|
791
|
+
# Returns aggregate yearly stats for a character --- Alternate route: `/dev/characters/{character_id}/stats/` Alternate route: `/v2/characters/{character_id}/stats/` --- This route is cached for up to 86400 seconds
|
804
792
|
# @param character_id An EVE character ID
|
805
793
|
# @param [Hash] opts the optional parameters
|
806
794
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
@@ -809,11 +797,11 @@ module ESI
|
|
809
797
|
# @return [Array<GetCharactersCharacterIdStats200Ok>]
|
810
798
|
def get_characters_character_id_stats(character_id, opts = {})
|
811
799
|
data, _status_code, _headers = get_characters_character_id_stats_with_http_info(character_id, opts)
|
812
|
-
|
800
|
+
data
|
813
801
|
end
|
814
802
|
|
815
803
|
# Yearly aggregate stats
|
816
|
-
# Returns aggregate yearly stats for a character --- This route is cached for up to 86400 seconds
|
804
|
+
# Returns aggregate yearly stats for a character --- Alternate route: `/dev/characters/{character_id}/stats/` Alternate route: `/v2/characters/{character_id}/stats/` --- This route is cached for up to 86400 seconds
|
817
805
|
# @param character_id An EVE character ID
|
818
806
|
# @param [Hash] opts the optional parameters
|
819
807
|
# @option opts [String] :datasource The server name you would like data from
|
@@ -822,7 +810,7 @@ module ESI
|
|
822
810
|
# @return [Array<(Array<GetCharactersCharacterIdStats200Ok>, Fixnum, Hash)>] Array<GetCharactersCharacterIdStats200Ok> data, response status code and response headers
|
823
811
|
def get_characters_character_id_stats_with_http_info(character_id, opts = {})
|
824
812
|
if @api_client.config.debugging
|
825
|
-
@api_client.config.logger.debug
|
813
|
+
@api_client.config.logger.debug 'Calling API: CharacterApi.get_characters_character_id_stats ...'
|
826
814
|
end
|
827
815
|
# verify the required parameter 'character_id' is set
|
828
816
|
if @api_client.config.client_side_validation && character_id.nil?
|
@@ -832,11 +820,11 @@ module ESI
|
|
832
820
|
fail ArgumentError, 'invalid value for "character_id" when calling CharacterApi.get_characters_character_id_stats, must be greater than or equal to 1.'
|
833
821
|
end
|
834
822
|
|
835
|
-
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'
|
836
|
-
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility
|
823
|
+
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'].include?(opts[:'datasource'])
|
824
|
+
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility'
|
837
825
|
end
|
838
826
|
# resource path
|
839
|
-
local_var_path =
|
827
|
+
local_var_path = '/characters/{character_id}/stats/'.sub('{' + 'character_id' + '}', character_id.to_s)
|
840
828
|
|
841
829
|
# query parameters
|
842
830
|
query_params = {}
|
@@ -869,9 +857,8 @@ module ESI
|
|
869
857
|
end
|
870
858
|
return data, status_code, headers
|
871
859
|
end
|
872
|
-
|
873
860
|
# Get character corporation titles
|
874
|
-
# Returns a character's titles --- This route is cached for up to 3600 seconds
|
861
|
+
# Returns a character's titles --- Alternate route: `/dev/characters/{character_id}/titles/` Alternate route: `/legacy/characters/{character_id}/titles/` Alternate route: `/v1/characters/{character_id}/titles/` --- This route is cached for up to 3600 seconds
|
875
862
|
# @param character_id An EVE character ID
|
876
863
|
# @param [Hash] opts the optional parameters
|
877
864
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
@@ -880,11 +867,11 @@ module ESI
|
|
880
867
|
# @return [Array<GetCharactersCharacterIdTitles200Ok>]
|
881
868
|
def get_characters_character_id_titles(character_id, opts = {})
|
882
869
|
data, _status_code, _headers = get_characters_character_id_titles_with_http_info(character_id, opts)
|
883
|
-
|
870
|
+
data
|
884
871
|
end
|
885
872
|
|
886
873
|
# Get character corporation titles
|
887
|
-
# Returns a character's titles --- This route is cached for up to 3600 seconds
|
874
|
+
# Returns a character's titles --- Alternate route: `/dev/characters/{character_id}/titles/` Alternate route: `/legacy/characters/{character_id}/titles/` Alternate route: `/v1/characters/{character_id}/titles/` --- This route is cached for up to 3600 seconds
|
888
875
|
# @param character_id An EVE character ID
|
889
876
|
# @param [Hash] opts the optional parameters
|
890
877
|
# @option opts [String] :datasource The server name you would like data from
|
@@ -893,7 +880,7 @@ module ESI
|
|
893
880
|
# @return [Array<(Array<GetCharactersCharacterIdTitles200Ok>, Fixnum, Hash)>] Array<GetCharactersCharacterIdTitles200Ok> data, response status code and response headers
|
894
881
|
def get_characters_character_id_titles_with_http_info(character_id, opts = {})
|
895
882
|
if @api_client.config.debugging
|
896
|
-
@api_client.config.logger.debug
|
883
|
+
@api_client.config.logger.debug 'Calling API: CharacterApi.get_characters_character_id_titles ...'
|
897
884
|
end
|
898
885
|
# verify the required parameter 'character_id' is set
|
899
886
|
if @api_client.config.client_side_validation && character_id.nil?
|
@@ -903,11 +890,11 @@ module ESI
|
|
903
890
|
fail ArgumentError, 'invalid value for "character_id" when calling CharacterApi.get_characters_character_id_titles, must be greater than or equal to 1.'
|
904
891
|
end
|
905
892
|
|
906
|
-
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'
|
907
|
-
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility
|
893
|
+
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'].include?(opts[:'datasource'])
|
894
|
+
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility'
|
908
895
|
end
|
909
896
|
# resource path
|
910
|
-
local_var_path =
|
897
|
+
local_var_path = '/characters/{character_id}/titles/'.sub('{' + 'character_id' + '}', character_id.to_s)
|
911
898
|
|
912
899
|
# query parameters
|
913
900
|
query_params = {}
|
@@ -940,37 +927,36 @@ module ESI
|
|
940
927
|
end
|
941
928
|
return data, status_code, headers
|
942
929
|
end
|
943
|
-
|
944
930
|
# Character affiliation
|
945
|
-
# Bulk lookup of character IDs to corporation, alliance and faction --- This route is cached for up to 3600 seconds
|
946
|
-
# @param characters The character IDs to fetch affiliations for. All characters must exist, or none will be returned
|
931
|
+
# Bulk lookup of character IDs to corporation, alliance and faction --- Alternate route: `/dev/characters/affiliation/` Alternate route: `/legacy/characters/affiliation/` Alternate route: `/v1/characters/affiliation/` --- This route is cached for up to 3600 seconds
|
932
|
+
# @param characters The character IDs to fetch affiliations for. All characters must exist, or none will be returned
|
947
933
|
# @param [Hash] opts the optional parameters
|
948
934
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
949
935
|
# @return [Array<PostCharactersAffiliation200Ok>]
|
950
936
|
def post_characters_affiliation(characters, opts = {})
|
951
937
|
data, _status_code, _headers = post_characters_affiliation_with_http_info(characters, opts)
|
952
|
-
|
938
|
+
data
|
953
939
|
end
|
954
940
|
|
955
941
|
# Character affiliation
|
956
|
-
# Bulk lookup of character IDs to corporation, alliance and faction --- This route is cached for up to 3600 seconds
|
957
|
-
# @param characters The character IDs to fetch affiliations for. All characters must exist, or none will be returned
|
942
|
+
# Bulk lookup of character IDs to corporation, alliance and faction --- Alternate route: `/dev/characters/affiliation/` Alternate route: `/legacy/characters/affiliation/` Alternate route: `/v1/characters/affiliation/` --- This route is cached for up to 3600 seconds
|
943
|
+
# @param characters The character IDs to fetch affiliations for. All characters must exist, or none will be returned
|
958
944
|
# @param [Hash] opts the optional parameters
|
959
945
|
# @option opts [String] :datasource The server name you would like data from
|
960
946
|
# @return [Array<(Array<PostCharactersAffiliation200Ok>, Fixnum, Hash)>] Array<PostCharactersAffiliation200Ok> data, response status code and response headers
|
961
947
|
def post_characters_affiliation_with_http_info(characters, opts = {})
|
962
948
|
if @api_client.config.debugging
|
963
|
-
@api_client.config.logger.debug
|
949
|
+
@api_client.config.logger.debug 'Calling API: CharacterApi.post_characters_affiliation ...'
|
964
950
|
end
|
965
951
|
# verify the required parameter 'characters' is set
|
966
952
|
if @api_client.config.client_side_validation && characters.nil?
|
967
953
|
fail ArgumentError, "Missing the required parameter 'characters' when calling CharacterApi.post_characters_affiliation"
|
968
954
|
end
|
969
|
-
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'
|
970
|
-
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility
|
955
|
+
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'].include?(opts[:'datasource'])
|
956
|
+
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility'
|
971
957
|
end
|
972
958
|
# resource path
|
973
|
-
local_var_path =
|
959
|
+
local_var_path = '/characters/affiliation/'
|
974
960
|
|
975
961
|
# query parameters
|
976
962
|
query_params = {}
|
@@ -1001,9 +987,8 @@ module ESI
|
|
1001
987
|
end
|
1002
988
|
return data, status_code, headers
|
1003
989
|
end
|
1004
|
-
|
1005
990
|
# Calculate a CSPA charge cost
|
1006
|
-
# Takes a source character ID in the url and a set of target character ID's in the body, returns a CSPA charge cost ---
|
991
|
+
# Takes a source character ID in the url and a set of target character ID's in the body, returns a CSPA charge cost --- Alternate route: `/dev/characters/{character_id}/cspa/` Alternate route: `/v4/characters/{character_id}/cspa/`
|
1007
992
|
# @param character_id An EVE character ID
|
1008
993
|
# @param characters The target characters to calculate the charge for
|
1009
994
|
# @param [Hash] opts the optional parameters
|
@@ -1012,11 +997,11 @@ module ESI
|
|
1012
997
|
# @return [Float]
|
1013
998
|
def post_characters_character_id_cspa(character_id, characters, opts = {})
|
1014
999
|
data, _status_code, _headers = post_characters_character_id_cspa_with_http_info(character_id, characters, opts)
|
1015
|
-
|
1000
|
+
data
|
1016
1001
|
end
|
1017
1002
|
|
1018
1003
|
# Calculate a CSPA charge cost
|
1019
|
-
# Takes a source character ID in the url and a set of target character ID's in the body, returns a CSPA charge cost ---
|
1004
|
+
# Takes a source character ID in the url and a set of target character ID's in the body, returns a CSPA charge cost --- Alternate route: `/dev/characters/{character_id}/cspa/` Alternate route: `/v4/characters/{character_id}/cspa/`
|
1020
1005
|
# @param character_id An EVE character ID
|
1021
1006
|
# @param characters The target characters to calculate the charge for
|
1022
1007
|
# @param [Hash] opts the optional parameters
|
@@ -1025,7 +1010,7 @@ module ESI
|
|
1025
1010
|
# @return [Array<(Float, Fixnum, Hash)>] Float data, response status code and response headers
|
1026
1011
|
def post_characters_character_id_cspa_with_http_info(character_id, characters, opts = {})
|
1027
1012
|
if @api_client.config.debugging
|
1028
|
-
@api_client.config.logger.debug
|
1013
|
+
@api_client.config.logger.debug 'Calling API: CharacterApi.post_characters_character_id_cspa ...'
|
1029
1014
|
end
|
1030
1015
|
# verify the required parameter 'character_id' is set
|
1031
1016
|
if @api_client.config.client_side_validation && character_id.nil?
|
@@ -1039,11 +1024,11 @@ module ESI
|
|
1039
1024
|
if @api_client.config.client_side_validation && characters.nil?
|
1040
1025
|
fail ArgumentError, "Missing the required parameter 'characters' when calling CharacterApi.post_characters_character_id_cspa"
|
1041
1026
|
end
|
1042
|
-
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'
|
1043
|
-
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility
|
1027
|
+
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'].include?(opts[:'datasource'])
|
1028
|
+
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility'
|
1044
1029
|
end
|
1045
1030
|
# resource path
|
1046
|
-
local_var_path =
|
1031
|
+
local_var_path = '/characters/{character_id}/cspa/'.sub('{' + 'character_id' + '}', character_id.to_s)
|
1047
1032
|
|
1048
1033
|
# query parameters
|
1049
1034
|
query_params = {}
|