ruby-esi 0.2.0 → 0.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +223 -212
- data/docs/AllianceApi.md +17 -17
- data/docs/AssetsApi.md +31 -31
- data/docs/BookmarksApi.md +25 -25
- data/docs/CalendarApi.md +22 -22
- data/docs/CharacterApi.md +73 -73
- data/docs/ClonesApi.md +11 -11
- data/docs/ContactsApi.md +46 -46
- data/docs/ContractsApi.md +202 -34
- data/docs/CorporationApi.md +118 -118
- data/docs/DogmaApi.md +21 -21
- data/docs/FactionWarfareApi.md +35 -35
- data/docs/FittingsApi.md +14 -14
- data/docs/FleetsApi.md +65 -65
- data/docs/GetCharactersCharacterIdBlueprints200Ok.md +1 -1
- data/docs/GetCharactersCharacterIdContractsContractIdItems200Ok.md +1 -1
- data/docs/GetCharactersCharacterIdFittingsItem.md +1 -1
- data/docs/GetCharactersCharacterIdMailLabelsLabel.md +1 -1
- data/docs/GetCharactersCharacterIdOk.md +1 -0
- data/docs/GetCharactersCharacterIdSkillqueue200Ok.md +1 -1
- data/docs/GetCharactersCharacterIdWalletJournal200Ok.md +1 -1
- data/docs/GetContractsPublicBidsContractId200Ok.md +10 -0
- data/docs/GetContractsPublicBidsContractIdForbidden.md +8 -0
- data/docs/GetContractsPublicBidsContractIdNotFound.md +8 -0
- data/docs/GetContractsPublicItemsContractId200Ok.md +16 -0
- data/docs/GetContractsPublicItemsContractIdForbidden.md +8 -0
- data/docs/GetContractsPublicItemsContractIdNotFound.md +8 -0
- data/docs/GetContractsPublicRegionId200Ok.md +23 -0
- data/docs/GetContractsPublicRegionIdNotFound.md +8 -0
- data/docs/GetCorporationsCorporationIdBlueprints200Ok.md +1 -1
- data/docs/GetCorporationsCorporationIdContractsContractIdItems200Ok.md +1 -1
- data/docs/GetCorporationsCorporationIdOk.md +1 -0
- data/docs/GetCorporationsCorporationIdStructures200Ok.md +5 -5
- data/docs/GetCorporationsCorporationIdWalletsDivisionJournal200Ok.md +1 -1
- data/docs/GetFwLeaderboardsCharactersKills.md +1 -1
- data/docs/GetFwLeaderboardsCharactersVictoryPoints.md +1 -1
- data/docs/GetFwLeaderboardsCorporationsKills.md +1 -1
- data/docs/GetFwLeaderboardsCorporationsVictoryPoints.md +1 -1
- data/docs/GetFwLeaderboardsKills.md +1 -1
- data/docs/GetFwLeaderboardsVictoryPoints.md +1 -1
- data/docs/IncursionsApi.md +5 -5
- data/docs/IndustryApi.md +48 -48
- data/docs/InsuranceApi.md +7 -7
- data/docs/KillmailsApi.md +18 -18
- data/docs/LocationApi.md +16 -16
- data/docs/LoyaltyApi.md +10 -10
- data/docs/MailApi.md +41 -41
- data/docs/MarketApi.md +60 -60
- data/docs/OpportunitiesApi.md +24 -24
- data/docs/PlanetaryInteractionApi.md +21 -21
- data/docs/PostCharactersCharacterIdFittingsItem.md +1 -1
- data/docs/PostCharactersCharacterIdMailLabelsLabel.md +1 -1
- data/docs/RoutesApi.md +6 -6
- data/docs/SearchApi.md +18 -18
- data/docs/SkillsApi.md +16 -16
- data/docs/SovereigntyApi.md +13 -13
- data/docs/StatusApi.md +5 -5
- data/docs/UniverseApi.md +148 -146
- data/docs/UserInterfaceApi.md +21 -21
- data/docs/WalletApi.md +33 -33
- data/docs/WarsApi.md +16 -16
- data/lib/ruby-esi.rb +10 -2
- data/lib/ruby-esi/api/alliance_api.rb +31 -35
- data/lib/ruby-esi/api/assets_api.rb +47 -53
- data/lib/ruby-esi/api/bookmarks_api.rb +31 -35
- data/lib/ruby-esi/api/calendar_api.rb +33 -37
- data/lib/ruby-esi/api/character_api.rb +110 -125
- data/lib/ruby-esi/api/clones_api.rb +17 -19
- data/lib/ruby-esi/api/contacts_api.rb +66 -75
- data/lib/ruby-esi/api/contracts_api.rb +254 -50
- data/lib/ruby-esi/api/corporation_api.rb +161 -183
- data/lib/ruby-esi/api/dogma_api.rb +38 -43
- data/lib/ruby-esi/api/faction_warfare_api.rb +59 -67
- data/lib/ruby-esi/api/fittings_api.rb +24 -27
- data/lib/ruby-esi/api/fleets_api.rb +109 -123
- data/lib/ruby-esi/api/incursions_api.rb +10 -11
- data/lib/ruby-esi/api/industry_api.rb +63 -71
- data/lib/ruby-esi/api/insurance_api.rb +14 -15
- data/lib/ruby-esi/api/killmails_api.rb +24 -27
- data/lib/ruby-esi/api/location_api.rb +24 -27
- data/lib/ruby-esi/api/loyalty_api.rb +17 -19
- data/lib/ruby-esi/api/mail_api.rb +66 -75
- data/lib/ruby-esi/api/market_api.rb +86 -97
- data/lib/ruby-esi/api/opportunities_api.rb +42 -47
- data/lib/ruby-esi/api/planetary_interaction_api.rb +31 -35
- data/lib/ruby-esi/api/routes_api.rb +10 -11
- data/lib/ruby-esi/api/search_api.rb +25 -27
- data/lib/ruby-esi/api/skills_api.rb +24 -27
- data/lib/ruby-esi/api/sovereignty_api.rb +24 -27
- data/lib/ruby-esi/api/status_api.rb +10 -11
- data/lib/ruby-esi/api/universe_api.rb +265 -289
- data/lib/ruby-esi/api/user_interface_api.rb +38 -43
- data/lib/ruby-esi/api/wallet_api.rb +45 -51
- data/lib/ruby-esi/api/wars_api.rb +26 -29
- data/lib/ruby-esi/api_client.rb +12 -10
- data/lib/ruby-esi/api_error.rb +2 -2
- data/lib/ruby-esi/configuration.rb +4 -4
- data/lib/ruby-esi/models/bad_request.rb +9 -12
- data/lib/ruby-esi/models/delete_characters_character_id_mail_labels_label_id_unprocessable_entity.rb +8 -11
- data/lib/ruby-esi/models/delete_fleets_fleet_id_members_member_id_not_found.rb +8 -11
- data/lib/ruby-esi/models/delete_fleets_fleet_id_squads_squad_id_not_found.rb +8 -11
- data/lib/ruby-esi/models/delete_fleets_fleet_id_wings_wing_id_not_found.rb +8 -11
- data/lib/ruby-esi/models/error_limited.rb +9 -12
- data/lib/ruby-esi/models/forbidden.rb +9 -12
- data/lib/ruby-esi/models/gateway_timeout.rb +9 -12
- data/lib/ruby-esi/models/get_alliances_alliance_id_contacts_200_ok.rb +14 -16
- data/lib/ruby-esi/models/get_alliances_alliance_id_contacts_labels_200_ok.rb +10 -13
- data/lib/ruby-esi/models/get_alliances_alliance_id_icons_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_alliances_alliance_id_icons_ok.rb +8 -11
- data/lib/ruby-esi/models/get_alliances_alliance_id_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_alliances_alliance_id_ok.rb +13 -16
- data/lib/ruby-esi/models/get_characters_character_id_agents_research_200_ok.rb +13 -16
- data/lib/ruby-esi/models/get_characters_character_id_assets_200_ok.rb +21 -23
- data/lib/ruby-esi/models/get_characters_character_id_attributes_ok.rb +13 -16
- data/lib/ruby-esi/models/get_characters_character_id_blueprints_200_ok.rb +36 -38
- data/lib/ruby-esi/models/get_characters_character_id_bookmarks_200_ok.rb +14 -17
- data/lib/ruby-esi/models/get_characters_character_id_bookmarks_coordinates.rb +11 -14
- data/lib/ruby-esi/models/get_characters_character_id_bookmarks_folders_200_ok.rb +10 -13
- data/lib/ruby-esi/models/get_characters_character_id_bookmarks_item.rb +10 -13
- data/lib/ruby-esi/models/get_characters_character_id_calendar_200_ok.rb +11 -13
- data/lib/ruby-esi/models/get_characters_character_id_calendar_event_id_attendees_200_ok.rb +11 -13
- data/lib/ruby-esi/models/get_characters_character_id_calendar_event_id_attendees_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_characters_character_id_calendar_event_id_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_characters_character_id_calendar_event_id_ok.rb +21 -23
- data/lib/ruby-esi/models/get_characters_character_id_clones_home_location.rb +11 -13
- data/lib/ruby-esi/models/get_characters_character_id_clones_jump_clone.rb +15 -17
- data/lib/ruby-esi/models/get_characters_character_id_clones_ok.rb +9 -12
- data/lib/ruby-esi/models/get_characters_character_id_contacts_200_ok.rb +14 -16
- data/lib/ruby-esi/models/get_characters_character_id_contacts_labels_200_ok.rb +10 -13
- data/lib/ruby-esi/models/get_characters_character_id_contracts_200_ok.rb +28 -30
- data/lib/ruby-esi/models/get_characters_character_id_contracts_contract_id_bids_200_ok.rb +12 -15
- data/lib/ruby-esi/models/get_characters_character_id_contracts_contract_id_bids_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_characters_character_id_contracts_contract_id_items_200_ok.rb +14 -17
- data/lib/ruby-esi/models/get_characters_character_id_contracts_contract_id_items_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_characters_character_id_corporationhistory_200_ok.rb +11 -14
- data/lib/ruby-esi/models/get_characters_character_id_fatigue_ok.rb +8 -11
- data/lib/ruby-esi/models/get_characters_character_id_fittings_200_ok.rb +13 -16
- data/lib/ruby-esi/models/get_characters_character_id_fittings_item.rb +46 -15
- data/lib/ruby-esi/models/get_characters_character_id_fleet_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_characters_character_id_fleet_ok.rb +15 -17
- data/lib/ruby-esi/models/get_characters_character_id_fw_stats_kills.rb +11 -14
- data/lib/ruby-esi/models/get_characters_character_id_fw_stats_ok.rb +18 -23
- data/lib/ruby-esi/models/get_characters_character_id_fw_stats_victory_points.rb +11 -14
- data/lib/ruby-esi/models/get_characters_character_id_industry_jobs_200_ok.rb +25 -27
- data/lib/ruby-esi/models/get_characters_character_id_killmails_recent_200_ok.rb +10 -13
- data/lib/ruby-esi/models/get_characters_character_id_location_ok.rb +9 -12
- data/lib/ruby-esi/models/get_characters_character_id_loyalty_points_200_ok.rb +10 -13
- data/lib/ruby-esi/models/get_characters_character_id_mail_200_ok.rb +8 -11
- data/lib/ruby-esi/models/get_characters_character_id_mail_labels_label.rb +18 -23
- data/lib/ruby-esi/models/get_characters_character_id_mail_labels_ok.rb +10 -14
- data/lib/ruby-esi/models/get_characters_character_id_mail_lists_200_ok.rb +10 -13
- data/lib/ruby-esi/models/get_characters_character_id_mail_mail_id_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_characters_character_id_mail_mail_id_ok.rb +8 -11
- data/lib/ruby-esi/models/get_characters_character_id_mail_mail_id_recipient.rb +13 -15
- data/lib/ruby-esi/models/get_characters_character_id_mail_recipient.rb +13 -15
- data/lib/ruby-esi/models/get_characters_character_id_medals_200_ok.rb +20 -22
- data/lib/ruby-esi/models/get_characters_character_id_medals_graphic.rb +11 -14
- data/lib/ruby-esi/models/get_characters_character_id_mining_200_ok.rb +12 -15
- data/lib/ruby-esi/models/get_characters_character_id_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_characters_character_id_notifications_200_ok.rb +19 -21
- data/lib/ruby-esi/models/get_characters_character_id_notifications_contacts_200_ok.rb +13 -16
- data/lib/ruby-esi/models/get_characters_character_id_ok.rb +34 -27
- data/lib/ruby-esi/models/get_characters_character_id_online_ok.rb +9 -12
- data/lib/ruby-esi/models/get_characters_character_id_opportunities_200_ok.rb +10 -13
- data/lib/ruby-esi/models/get_characters_character_id_orders_200_ok.rb +22 -24
- data/lib/ruby-esi/models/get_characters_character_id_orders_history_200_ok.rb +26 -28
- data/lib/ruby-esi/models/get_characters_character_id_planets_200_ok.rb +26 -28
- data/lib/ruby-esi/models/get_characters_character_id_planets_planet_id_content.rb +10 -13
- data/lib/ruby-esi/models/get_characters_character_id_planets_planet_id_extractor_details.rb +9 -12
- data/lib/ruby-esi/models/get_characters_character_id_planets_planet_id_factory_details.rb +9 -12
- data/lib/ruby-esi/models/get_characters_character_id_planets_planet_id_head.rb +16 -19
- data/lib/ruby-esi/models/get_characters_character_id_planets_planet_id_link.rb +16 -19
- data/lib/ruby-esi/models/get_characters_character_id_planets_planet_id_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_characters_character_id_planets_planet_id_ok.rb +11 -14
- data/lib/ruby-esi/models/get_characters_character_id_planets_planet_id_pin.rb +12 -15
- data/lib/ruby-esi/models/get_characters_character_id_planets_planet_id_route.rb +13 -16
- data/lib/ruby-esi/models/get_characters_character_id_portrait_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_characters_character_id_portrait_ok.rb +8 -11
- data/lib/ruby-esi/models/get_characters_character_id_roles_ok.rb +8 -10
- data/lib/ruby-esi/models/get_characters_character_id_search_ok.rb +8 -11
- data/lib/ruby-esi/models/get_characters_character_id_ship_ok.rb +11 -14
- data/lib/ruby-esi/models/get_characters_character_id_skillqueue_200_ok.rb +17 -20
- data/lib/ruby-esi/models/get_characters_character_id_skills_ok.rb +10 -13
- data/lib/ruby-esi/models/get_characters_character_id_skills_skill.rb +12 -15
- data/lib/ruby-esi/models/get_characters_character_id_standings_200_ok.rb +14 -16
- data/lib/ruby-esi/models/get_characters_character_id_stats_200_ok.rb +9 -12
- data/lib/ruby-esi/models/get_characters_character_id_stats_character.rb +8 -11
- data/lib/ruby-esi/models/get_characters_character_id_stats_combat.rb +8 -11
- data/lib/ruby-esi/models/get_characters_character_id_stats_industry.rb +8 -11
- data/lib/ruby-esi/models/get_characters_character_id_stats_inventory.rb +8 -11
- data/lib/ruby-esi/models/get_characters_character_id_stats_isk.rb +8 -11
- data/lib/ruby-esi/models/get_characters_character_id_stats_market.rb +8 -11
- data/lib/ruby-esi/models/get_characters_character_id_stats_mining.rb +8 -11
- data/lib/ruby-esi/models/get_characters_character_id_stats_module.rb +8 -11
- data/lib/ruby-esi/models/get_characters_character_id_stats_orbital.rb +8 -11
- data/lib/ruby-esi/models/get_characters_character_id_stats_pve.rb +8 -11
- data/lib/ruby-esi/models/get_characters_character_id_stats_social.rb +8 -11
- data/lib/ruby-esi/models/get_characters_character_id_stats_travel.rb +8 -11
- data/lib/ruby-esi/models/get_characters_character_id_titles_200_ok.rb +8 -11
- data/lib/ruby-esi/models/get_characters_character_id_wallet_journal_200_ok.rb +19 -21
- data/lib/ruby-esi/models/get_characters_character_id_wallet_transactions_200_ok.rb +18 -21
- data/lib/ruby-esi/models/get_contracts_public_bids_contract_id_200_ok.rb +221 -0
- data/lib/ruby-esi/models/get_contracts_public_bids_contract_id_forbidden.rb +186 -0
- data/lib/ruby-esi/models/get_contracts_public_bids_contract_id_not_found.rb +186 -0
- data/lib/ruby-esi/models/get_contracts_public_items_contract_id_200_ok.rb +349 -0
- data/lib/ruby-esi/models/get_contracts_public_items_contract_id_forbidden.rb +186 -0
- data/lib/ruby-esi/models/get_contracts_public_items_contract_id_not_found.rb +186 -0
- data/lib/ruby-esi/models/get_contracts_public_region_id_200_ok.rb +400 -0
- data/lib/ruby-esi/models/get_contracts_public_region_id_not_found.rb +186 -0
- data/lib/ruby-esi/models/get_corporation_corporation_id_mining_extractions_200_ok.rb +13 -16
- data/lib/ruby-esi/models/get_corporation_corporation_id_mining_observers_200_ok.rb +14 -16
- data/lib/ruby-esi/models/get_corporation_corporation_id_mining_observers_observer_id_200_ok.rb +13 -16
- data/lib/ruby-esi/models/get_corporations_corporation_id_alliancehistory_200_ok.rb +10 -13
- data/lib/ruby-esi/models/get_corporations_corporation_id_assets_200_ok.rb +21 -23
- data/lib/ruby-esi/models/get_corporations_corporation_id_blueprints_200_ok.rb +36 -38
- data/lib/ruby-esi/models/get_corporations_corporation_id_bookmarks_200_ok.rb +14 -17
- data/lib/ruby-esi/models/get_corporations_corporation_id_bookmarks_coordinates.rb +11 -14
- data/lib/ruby-esi/models/get_corporations_corporation_id_bookmarks_folders_200_ok.rb +10 -13
- data/lib/ruby-esi/models/get_corporations_corporation_id_bookmarks_item.rb +10 -13
- data/lib/ruby-esi/models/get_corporations_corporation_id_contacts_200_ok.rb +14 -16
- data/lib/ruby-esi/models/get_corporations_corporation_id_contacts_labels_200_ok.rb +10 -13
- data/lib/ruby-esi/models/get_corporations_corporation_id_containers_logs_200_ok.rb +24 -26
- data/lib/ruby-esi/models/get_corporations_corporation_id_contracts_200_ok.rb +28 -30
- data/lib/ruby-esi/models/get_corporations_corporation_id_contracts_contract_id_bids_200_ok.rb +12 -15
- data/lib/ruby-esi/models/get_corporations_corporation_id_contracts_contract_id_bids_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_corporations_corporation_id_contracts_contract_id_items_200_ok.rb +14 -17
- data/lib/ruby-esi/models/get_corporations_corporation_id_contracts_contract_id_items_error_520.rb +8 -11
- data/lib/ruby-esi/models/get_corporations_corporation_id_contracts_contract_id_items_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_corporations_corporation_id_customs_offices_200_ok.rb +27 -29
- data/lib/ruby-esi/models/get_corporations_corporation_id_divisions_hangar_hangar.rb +14 -19
- data/lib/ruby-esi/models/get_corporations_corporation_id_divisions_ok.rb +8 -11
- data/lib/ruby-esi/models/get_corporations_corporation_id_divisions_wallet_wallet.rb +14 -19
- data/lib/ruby-esi/models/get_corporations_corporation_id_facilities_200_ok.rb +11 -14
- data/lib/ruby-esi/models/get_corporations_corporation_id_fw_stats_kills.rb +11 -14
- data/lib/ruby-esi/models/get_corporations_corporation_id_fw_stats_ok.rb +10 -13
- data/lib/ruby-esi/models/get_corporations_corporation_id_fw_stats_victory_points.rb +11 -14
- data/lib/ruby-esi/models/get_corporations_corporation_id_icons_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_corporations_corporation_id_icons_ok.rb +8 -11
- data/lib/ruby-esi/models/get_corporations_corporation_id_industry_jobs_200_ok.rb +25 -27
- data/lib/ruby-esi/models/get_corporations_corporation_id_killmails_recent_200_ok.rb +10 -13
- data/lib/ruby-esi/models/get_corporations_corporation_id_medals_200_ok.rb +19 -22
- data/lib/ruby-esi/models/get_corporations_corporation_id_medals_issued_200_ok.rb +20 -22
- data/lib/ruby-esi/models/get_corporations_corporation_id_members_titles_200_ok.rb +10 -13
- data/lib/ruby-esi/models/get_corporations_corporation_id_membertracking_200_ok.rb +9 -12
- data/lib/ruby-esi/models/get_corporations_corporation_id_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_corporations_corporation_id_ok.rb +31 -24
- data/lib/ruby-esi/models/get_corporations_corporation_id_orders_200_ok.rb +28 -30
- data/lib/ruby-esi/models/get_corporations_corporation_id_orders_history_200_ok.rb +31 -33
- data/lib/ruby-esi/models/get_corporations_corporation_id_roles_200_ok.rb +9 -11
- data/lib/ruby-esi/models/get_corporations_corporation_id_roles_history_200_ok.rb +17 -19
- data/lib/ruby-esi/models/get_corporations_corporation_id_shareholders_200_ok.rb +14 -16
- data/lib/ruby-esi/models/get_corporations_corporation_id_standings_200_ok.rb +14 -16
- data/lib/ruby-esi/models/get_corporations_corporation_id_starbases_200_ok.rb +14 -16
- data/lib/ruby-esi/models/get_corporations_corporation_id_starbases_starbase_id_fuel.rb +10 -13
- data/lib/ruby-esi/models/get_corporations_corporation_id_starbases_starbase_id_ok.rb +37 -39
- data/lib/ruby-esi/models/get_corporations_corporation_id_structures_200_ok.rb +46 -59
- data/lib/ruby-esi/models/get_corporations_corporation_id_structures_service.rb +13 -15
- data/lib/ruby-esi/models/get_corporations_corporation_id_titles_200_ok.rb +8 -10
- data/lib/ruby-esi/models/get_corporations_corporation_id_wallets_200_ok.rb +15 -18
- data/lib/ruby-esi/models/get_corporations_corporation_id_wallets_division_journal_200_ok.rb +19 -21
- data/lib/ruby-esi/models/get_corporations_corporation_id_wallets_division_transactions_200_ok.rb +17 -20
- data/lib/ruby-esi/models/get_dogma_attributes_attribute_id_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_dogma_attributes_attribute_id_ok.rb +9 -12
- data/lib/ruby-esi/models/get_dogma_dynamic_items_type_id_item_id_dogma_attribute.rb +10 -13
- data/lib/ruby-esi/models/get_dogma_dynamic_items_type_id_item_id_dogma_effect.rb +10 -13
- data/lib/ruby-esi/models/get_dogma_dynamic_items_type_id_item_id_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_dogma_dynamic_items_type_id_item_id_ok.rb +13 -16
- data/lib/ruby-esi/models/get_dogma_effects_effect_id_modifier.rb +9 -12
- data/lib/ruby-esi/models/get_dogma_effects_effect_id_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_dogma_effects_effect_id_ok.rb +9 -12
- data/lib/ruby-esi/models/get_fleets_fleet_id_members_200_ok.rb +20 -22
- data/lib/ruby-esi/models/get_fleets_fleet_id_members_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_fleets_fleet_id_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_fleets_fleet_id_ok.rb +12 -15
- data/lib/ruby-esi/models/get_fleets_fleet_id_wings_200_ok.rb +11 -14
- data/lib/ruby-esi/models/get_fleets_fleet_id_wings_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_fleets_fleet_id_wings_squad.rb +10 -13
- data/lib/ruby-esi/models/get_fw_leaderboards_active_total_active_total.rb +8 -11
- data/lib/ruby-esi/models/get_fw_leaderboards_active_total_active_total_1.rb +8 -11
- data/lib/ruby-esi/models/get_fw_leaderboards_characters_active_total_active_total.rb +8 -11
- data/lib/ruby-esi/models/get_fw_leaderboards_characters_active_total_active_total_1.rb +8 -11
- data/lib/ruby-esi/models/get_fw_leaderboards_characters_kills.rb +13 -16
- data/lib/ruby-esi/models/get_fw_leaderboards_characters_last_week_last_week.rb +8 -11
- data/lib/ruby-esi/models/get_fw_leaderboards_characters_last_week_last_week_1.rb +8 -11
- data/lib/ruby-esi/models/get_fw_leaderboards_characters_ok.rb +10 -13
- data/lib/ruby-esi/models/get_fw_leaderboards_characters_victory_points.rb +12 -15
- data/lib/ruby-esi/models/get_fw_leaderboards_characters_yesterday_yesterday.rb +8 -11
- data/lib/ruby-esi/models/get_fw_leaderboards_characters_yesterday_yesterday_1.rb +8 -11
- data/lib/ruby-esi/models/get_fw_leaderboards_corporations_active_total_active_total.rb +8 -11
- data/lib/ruby-esi/models/get_fw_leaderboards_corporations_active_total_active_total_1.rb +8 -11
- data/lib/ruby-esi/models/get_fw_leaderboards_corporations_kills.rb +13 -16
- data/lib/ruby-esi/models/get_fw_leaderboards_corporations_last_week_last_week.rb +8 -11
- data/lib/ruby-esi/models/get_fw_leaderboards_corporations_last_week_last_week_1.rb +8 -11
- data/lib/ruby-esi/models/get_fw_leaderboards_corporations_ok.rb +10 -13
- data/lib/ruby-esi/models/get_fw_leaderboards_corporations_victory_points.rb +12 -15
- data/lib/ruby-esi/models/get_fw_leaderboards_corporations_yesterday_yesterday.rb +8 -11
- data/lib/ruby-esi/models/get_fw_leaderboards_corporations_yesterday_yesterday_1.rb +8 -11
- data/lib/ruby-esi/models/get_fw_leaderboards_kills.rb +13 -16
- data/lib/ruby-esi/models/get_fw_leaderboards_last_week_last_week.rb +8 -11
- data/lib/ruby-esi/models/get_fw_leaderboards_last_week_last_week_1.rb +8 -11
- data/lib/ruby-esi/models/get_fw_leaderboards_ok.rb +10 -13
- data/lib/ruby-esi/models/get_fw_leaderboards_victory_points.rb +12 -15
- data/lib/ruby-esi/models/get_fw_leaderboards_yesterday_yesterday.rb +8 -11
- data/lib/ruby-esi/models/get_fw_leaderboards_yesterday_yesterday_1.rb +8 -11
- data/lib/ruby-esi/models/get_fw_stats_200_ok.rb +13 -16
- data/lib/ruby-esi/models/get_fw_stats_kills.rb +11 -14
- data/lib/ruby-esi/models/get_fw_stats_victory_points.rb +11 -14
- data/lib/ruby-esi/models/get_fw_systems_200_ok.rb +17 -19
- data/lib/ruby-esi/models/get_fw_wars_200_ok.rb +10 -13
- data/lib/ruby-esi/models/get_incursions_200_ok.rb +19 -21
- data/lib/ruby-esi/models/get_industry_facilities_200_ok.rb +13 -16
- data/lib/ruby-esi/models/get_industry_systems_200_ok.rb +10 -13
- data/lib/ruby-esi/models/get_industry_systems_cost_indice.rb +13 -15
- data/lib/ruby-esi/models/get_insurance_prices_200_ok.rb +10 -13
- data/lib/ruby-esi/models/get_insurance_prices_level.rb +11 -14
- data/lib/ruby-esi/models/get_killmails_killmail_id_killmail_hash_attacker.rb +11 -14
- data/lib/ruby-esi/models/get_killmails_killmail_id_killmail_hash_item.rb +11 -14
- data/lib/ruby-esi/models/get_killmails_killmail_id_killmail_hash_items_item.rb +11 -14
- data/lib/ruby-esi/models/get_killmails_killmail_id_killmail_hash_ok.rb +13 -16
- data/lib/ruby-esi/models/get_killmails_killmail_id_killmail_hash_position.rb +11 -14
- data/lib/ruby-esi/models/get_killmails_killmail_id_killmail_hash_unprocessable_entity.rb +8 -11
- data/lib/ruby-esi/models/get_killmails_killmail_id_killmail_hash_victim.rb +10 -13
- data/lib/ruby-esi/models/get_loyalty_stores_corporation_id_offers_200_ok.rb +14 -17
- data/lib/ruby-esi/models/get_loyalty_stores_corporation_id_offers_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_loyalty_stores_corporation_id_offers_required_item.rb +10 -13
- data/lib/ruby-esi/models/get_markets_groups_market_group_id_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_markets_groups_market_group_id_ok.rb +12 -15
- data/lib/ruby-esi/models/get_markets_prices_200_ok.rb +9 -12
- data/lib/ruby-esi/models/get_markets_region_id_history_200_ok.rb +14 -17
- data/lib/ruby-esi/models/get_markets_region_id_history_error_520.rb +8 -11
- data/lib/ruby-esi/models/get_markets_region_id_history_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_markets_region_id_history_unprocessable_entity.rb +8 -11
- data/lib/ruby-esi/models/get_markets_region_id_orders_200_ok.rb +23 -25
- data/lib/ruby-esi/models/get_markets_region_id_orders_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_markets_region_id_orders_unprocessable_entity.rb +8 -11
- data/lib/ruby-esi/models/get_markets_structures_structure_id_200_ok.rb +22 -24
- data/lib/ruby-esi/models/get_opportunities_groups_group_id_ok.rb +14 -17
- data/lib/ruby-esi/models/get_opportunities_tasks_task_id_ok.rb +12 -15
- data/lib/ruby-esi/models/get_route_origin_destination_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_search_ok.rb +8 -11
- data/lib/ruby-esi/models/get_sovereignty_campaigns_200_ok.rb +17 -19
- data/lib/ruby-esi/models/get_sovereignty_campaigns_participant.rb +10 -13
- data/lib/ruby-esi/models/get_sovereignty_map_200_ok.rb +9 -12
- data/lib/ruby-esi/models/get_sovereignty_structures_200_ok.rb +12 -15
- data/lib/ruby-esi/models/get_status_ok.rb +11 -14
- data/lib/ruby-esi/models/get_universe_ancestries_200_ok.rb +12 -15
- data/lib/ruby-esi/models/get_universe_asteroid_belts_asteroid_belt_id_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_universe_asteroid_belts_asteroid_belt_id_ok.rb +11 -14
- data/lib/ruby-esi/models/get_universe_asteroid_belts_asteroid_belt_id_position.rb +11 -14
- data/lib/ruby-esi/models/get_universe_bloodlines_200_ok.rb +19 -22
- data/lib/ruby-esi/models/get_universe_categories_category_id_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_universe_categories_category_id_ok.rb +12 -15
- data/lib/ruby-esi/models/get_universe_constellations_constellation_id_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_universe_constellations_constellation_id_ok.rb +13 -16
- data/lib/ruby-esi/models/get_universe_constellations_constellation_id_position.rb +11 -14
- data/lib/ruby-esi/models/get_universe_factions_200_ok.rb +15 -18
- data/lib/ruby-esi/models/get_universe_graphics_graphic_id_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_universe_graphics_graphic_id_ok.rb +9 -12
- data/lib/ruby-esi/models/get_universe_groups_group_id_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_universe_groups_group_id_ok.rb +13 -16
- data/lib/ruby-esi/models/get_universe_moons_moon_id_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_universe_moons_moon_id_ok.rb +12 -15
- data/lib/ruby-esi/models/get_universe_moons_moon_id_position.rb +11 -14
- data/lib/ruby-esi/models/get_universe_planets_planet_id_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_universe_planets_planet_id_ok.rb +13 -16
- data/lib/ruby-esi/models/get_universe_planets_planet_id_position.rb +11 -14
- data/lib/ruby-esi/models/get_universe_races_200_ok.rb +12 -15
- data/lib/ruby-esi/models/get_universe_regions_region_id_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_universe_regions_region_id_ok.rb +11 -14
- data/lib/ruby-esi/models/get_universe_schematics_schematic_id_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_universe_schematics_schematic_id_ok.rb +10 -13
- data/lib/ruby-esi/models/get_universe_stargates_stargate_id_destination.rb +10 -13
- data/lib/ruby-esi/models/get_universe_stargates_stargate_id_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_universe_stargates_stargate_id_ok.rb +14 -17
- data/lib/ruby-esi/models/get_universe_stargates_stargate_id_position.rb +11 -14
- data/lib/ruby-esi/models/get_universe_stars_star_id_ok.rb +19 -21
- data/lib/ruby-esi/models/get_universe_stations_station_id_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_universe_stations_station_id_ok.rb +18 -20
- data/lib/ruby-esi/models/get_universe_stations_station_id_position.rb +11 -14
- data/lib/ruby-esi/models/get_universe_structures_structure_id_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_universe_structures_structure_id_ok.rb +11 -14
- data/lib/ruby-esi/models/get_universe_structures_structure_id_position.rb +11 -14
- data/lib/ruby-esi/models/get_universe_system_jumps_200_ok.rb +10 -13
- data/lib/ruby-esi/models/get_universe_system_kills_200_ok.rb +12 -15
- data/lib/ruby-esi/models/get_universe_systems_system_id_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_universe_systems_system_id_ok.rb +13 -16
- data/lib/ruby-esi/models/get_universe_systems_system_id_planet.rb +9 -12
- data/lib/ruby-esi/models/get_universe_systems_system_id_position.rb +11 -14
- data/lib/ruby-esi/models/get_universe_types_type_id_dogma_attribute.rb +10 -13
- data/lib/ruby-esi/models/get_universe_types_type_id_dogma_effect.rb +10 -13
- data/lib/ruby-esi/models/get_universe_types_type_id_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_universe_types_type_id_ok.rb +13 -16
- data/lib/ruby-esi/models/get_wars_war_id_aggressor.rb +10 -13
- data/lib/ruby-esi/models/get_wars_war_id_ally.rb +8 -11
- data/lib/ruby-esi/models/get_wars_war_id_defender.rb +10 -13
- data/lib/ruby-esi/models/get_wars_war_id_killmails_200_ok.rb +10 -13
- data/lib/ruby-esi/models/get_wars_war_id_killmails_unprocessable_entity.rb +8 -11
- data/lib/ruby-esi/models/get_wars_war_id_ok.rb +14 -17
- data/lib/ruby-esi/models/get_wars_war_id_unprocessable_entity.rb +8 -11
- data/lib/ruby-esi/models/internal_server_error.rb +9 -12
- data/lib/ruby-esi/models/post_characters_affiliation_200_ok.rb +10 -13
- data/lib/ruby-esi/models/post_characters_affiliation_not_found.rb +8 -11
- data/lib/ruby-esi/models/post_characters_character_id_assets_locations_200_ok.rb +10 -13
- data/lib/ruby-esi/models/post_characters_character_id_assets_locations_position.rb +11 -14
- data/lib/ruby-esi/models/post_characters_character_id_assets_names_200_ok.rb +10 -13
- data/lib/ruby-esi/models/post_characters_character_id_contacts_error_520.rb +8 -11
- data/lib/ruby-esi/models/post_characters_character_id_fittings_created.rb +9 -12
- data/lib/ruby-esi/models/post_characters_character_id_fittings_fitting.rb +22 -25
- data/lib/ruby-esi/models/post_characters_character_id_fittings_item.rb +46 -15
- data/lib/ruby-esi/models/post_characters_character_id_mail_error_520.rb +8 -11
- data/lib/ruby-esi/models/post_characters_character_id_mail_labels_label.rb +18 -20
- data/lib/ruby-esi/models/post_characters_character_id_mail_mail.rb +17 -20
- data/lib/ruby-esi/models/post_characters_character_id_mail_recipient.rb +13 -15
- data/lib/ruby-esi/models/post_corporations_corporation_id_assets_locations_200_ok.rb +10 -13
- data/lib/ruby-esi/models/post_corporations_corporation_id_assets_locations_not_found.rb +8 -11
- data/lib/ruby-esi/models/post_corporations_corporation_id_assets_locations_position.rb +11 -14
- data/lib/ruby-esi/models/post_corporations_corporation_id_assets_names_200_ok.rb +10 -13
- data/lib/ruby-esi/models/post_corporations_corporation_id_assets_names_not_found.rb +8 -11
- data/lib/ruby-esi/models/post_fleets_fleet_id_members_invitation.rb +17 -21
- data/lib/ruby-esi/models/post_fleets_fleet_id_members_not_found.rb +8 -11
- data/lib/ruby-esi/models/post_fleets_fleet_id_members_unprocessable_entity.rb +8 -11
- data/lib/ruby-esi/models/post_fleets_fleet_id_wings_created.rb +9 -12
- data/lib/ruby-esi/models/post_fleets_fleet_id_wings_not_found.rb +8 -11
- data/lib/ruby-esi/models/post_fleets_fleet_id_wings_wing_id_squads_created.rb +9 -12
- data/lib/ruby-esi/models/post_fleets_fleet_id_wings_wing_id_squads_not_found.rb +8 -11
- data/lib/ruby-esi/models/post_ui_openwindow_newmail_new_mail.rb +17 -20
- data/lib/ruby-esi/models/post_ui_openwindow_newmail_unprocessable_entity.rb +8 -11
- data/lib/ruby-esi/models/post_universe_ids_agent.rb +8 -11
- data/lib/ruby-esi/models/post_universe_ids_alliance.rb +8 -11
- data/lib/ruby-esi/models/post_universe_ids_character.rb +8 -11
- data/lib/ruby-esi/models/post_universe_ids_constellation.rb +8 -11
- data/lib/ruby-esi/models/post_universe_ids_corporation.rb +8 -11
- data/lib/ruby-esi/models/post_universe_ids_faction.rb +8 -11
- data/lib/ruby-esi/models/post_universe_ids_inventory_type.rb +8 -11
- data/lib/ruby-esi/models/post_universe_ids_ok.rb +8 -11
- data/lib/ruby-esi/models/post_universe_ids_region.rb +8 -11
- data/lib/ruby-esi/models/post_universe_ids_station.rb +8 -11
- data/lib/ruby-esi/models/post_universe_ids_system.rb +8 -11
- data/lib/ruby-esi/models/post_universe_names_200_ok.rb +14 -16
- data/lib/ruby-esi/models/post_universe_names_not_found.rb +8 -11
- data/lib/ruby-esi/models/put_characters_character_id_calendar_event_id_response.rb +12 -14
- data/lib/ruby-esi/models/put_characters_character_id_mail_mail_id_contents.rb +8 -11
- data/lib/ruby-esi/models/put_fleets_fleet_id_members_member_id_movement.rb +16 -20
- data/lib/ruby-esi/models/put_fleets_fleet_id_members_member_id_not_found.rb +8 -11
- data/lib/ruby-esi/models/put_fleets_fleet_id_members_member_id_unprocessable_entity.rb +8 -11
- data/lib/ruby-esi/models/put_fleets_fleet_id_new_settings.rb +8 -11
- data/lib/ruby-esi/models/put_fleets_fleet_id_not_found.rb +8 -11
- data/lib/ruby-esi/models/put_fleets_fleet_id_squads_squad_id_naming.rb +12 -15
- data/lib/ruby-esi/models/put_fleets_fleet_id_squads_squad_id_not_found.rb +8 -11
- data/lib/ruby-esi/models/put_fleets_fleet_id_wings_wing_id_naming.rb +12 -15
- data/lib/ruby-esi/models/put_fleets_fleet_id_wings_wing_id_not_found.rb +8 -11
- data/lib/ruby-esi/models/service_unavailable.rb +9 -12
- data/lib/ruby-esi/models/unauthorized.rb +9 -12
- data/lib/ruby-esi/version.rb +3 -3
- data/ruby-esi.gemspec +5 -5
- data/spec/api/alliance_api_spec.rb +10 -10
- data/spec/api/assets_api_spec.rb +15 -15
- data/spec/api/bookmarks_api_spec.rb +10 -10
- data/spec/api/calendar_api_spec.rb +11 -11
- data/spec/api/character_api_spec.rb +33 -33
- data/spec/api/clones_api_spec.rb +6 -6
- data/spec/api/contacts_api_spec.rb +20 -20
- data/spec/api/contracts_api_spec.rb +59 -14
- data/spec/api/corporation_api_spec.rb +46 -46
- data/spec/api/dogma_api_spec.rb +12 -12
- data/spec/api/faction_warfare_api_spec.rb +18 -18
- data/spec/api/fittings_api_spec.rb +8 -8
- data/spec/api/fleets_api_spec.rb +30 -30
- data/spec/api/incursions_api_spec.rb +4 -4
- data/spec/api/industry_api_spec.rb +20 -20
- data/spec/api/insurance_api_spec.rb +4 -4
- data/spec/api/killmails_api_spec.rb +8 -8
- data/spec/api/location_api_spec.rb +8 -8
- data/spec/api/loyalty_api_spec.rb +6 -6
- data/spec/api/mail_api_spec.rb +20 -20
- data/spec/api/market_api_spec.rb +25 -25
- data/spec/api/opportunities_api_spec.rb +12 -12
- data/spec/api/planetary_interaction_api_spec.rb +10 -10
- data/spec/api/routes_api_spec.rb +4 -4
- data/spec/api/search_api_spec.rb +6 -6
- data/spec/api/skills_api_spec.rb +8 -8
- data/spec/api/sovereignty_api_spec.rb +8 -8
- data/spec/api/status_api_spec.rb +4 -4
- data/spec/api/universe_api_spec.rb +64 -63
- data/spec/api/user_interface_api_spec.rb +12 -12
- data/spec/api/wallet_api_spec.rb +14 -14
- data/spec/api/wars_api_spec.rb +9 -9
- data/spec/api_client_spec.rb +53 -36
- data/spec/configuration_spec.rb +10 -10
- data/spec/models/bad_request_spec.rb +3 -4
- data/spec/models/delete_characters_character_id_mail_labels_label_id_unprocessable_entity_spec.rb +3 -4
- data/spec/models/delete_fleets_fleet_id_members_member_id_not_found_spec.rb +3 -4
- data/spec/models/delete_fleets_fleet_id_squads_squad_id_not_found_spec.rb +3 -4
- data/spec/models/delete_fleets_fleet_id_wings_wing_id_not_found_spec.rb +3 -4
- data/spec/models/error_limited_spec.rb +3 -4
- data/spec/models/forbidden_spec.rb +4 -5
- data/spec/models/gateway_timeout_spec.rb +4 -5
- data/spec/models/get_alliances_alliance_id_contacts_200_ok_spec.rb +10 -11
- data/spec/models/get_alliances_alliance_id_contacts_labels_200_ok_spec.rb +4 -5
- data/spec/models/get_alliances_alliance_id_icons_not_found_spec.rb +3 -4
- data/spec/models/get_alliances_alliance_id_icons_ok_spec.rb +4 -5
- data/spec/models/get_alliances_alliance_id_not_found_spec.rb +3 -4
- data/spec/models/get_alliances_alliance_id_ok_spec.rb +9 -10
- data/spec/models/get_characters_character_id_agents_research_200_ok_spec.rb +7 -8
- data/spec/models/get_characters_character_id_assets_200_ok_spec.rb +18 -19
- data/spec/models/get_characters_character_id_attributes_ok_spec.rb +10 -11
- data/spec/models/get_characters_character_id_blueprints_200_ok_spec.rb +14 -15
- data/spec/models/get_characters_character_id_bookmarks_200_ok_spec.rb +11 -12
- data/spec/models/get_characters_character_id_bookmarks_coordinates_spec.rb +5 -6
- data/spec/models/get_characters_character_id_bookmarks_folders_200_ok_spec.rb +4 -5
- data/spec/models/get_characters_character_id_bookmarks_item_spec.rb +4 -5
- data/spec/models/get_characters_character_id_calendar_200_ok_spec.rb +11 -12
- data/spec/models/get_characters_character_id_calendar_event_id_attendees_200_ok_spec.rb +8 -9
- data/spec/models/get_characters_character_id_calendar_event_id_attendees_not_found_spec.rb +3 -4
- data/spec/models/get_characters_character_id_calendar_event_id_not_found_spec.rb +3 -4
- data/spec/models/get_characters_character_id_calendar_event_id_ok_spec.rb +16 -17
- data/spec/models/get_characters_character_id_clones_home_location_spec.rb +8 -9
- data/spec/models/get_characters_character_id_clones_jump_clone_spec.rb +11 -12
- data/spec/models/get_characters_character_id_clones_ok_spec.rb +6 -7
- data/spec/models/get_characters_character_id_contacts_200_ok_spec.rb +12 -13
- data/spec/models/get_characters_character_id_contacts_labels_200_ok_spec.rb +4 -5
- data/spec/models/get_characters_character_id_contracts_200_ok_spec.rb +36 -37
- data/spec/models/get_characters_character_id_contracts_contract_id_bids_200_ok_spec.rb +6 -7
- data/spec/models/get_characters_character_id_contracts_contract_id_bids_not_found_spec.rb +3 -4
- data/spec/models/get_characters_character_id_contracts_contract_id_items_200_ok_spec.rb +8 -9
- data/spec/models/get_characters_character_id_contracts_contract_id_items_not_found_spec.rb +3 -4
- data/spec/models/get_characters_character_id_corporationhistory_200_ok_spec.rb +6 -7
- data/spec/models/get_characters_character_id_fatigue_ok_spec.rb +5 -6
- data/spec/models/get_characters_character_id_fittings_200_ok_spec.rb +7 -8
- data/spec/models/get_characters_character_id_fittings_item_spec.rb +9 -6
- data/spec/models/get_characters_character_id_fleet_not_found_spec.rb +3 -4
- data/spec/models/get_characters_character_id_fleet_ok_spec.rb +10 -11
- data/spec/models/get_characters_character_id_fw_stats_kills_spec.rb +5 -6
- data/spec/models/get_characters_character_id_fw_stats_ok_spec.rb +8 -9
- data/spec/models/get_characters_character_id_fw_stats_victory_points_spec.rb +5 -6
- data/spec/models/get_characters_character_id_industry_jobs_200_ok_spec.rb +28 -29
- data/spec/models/get_characters_character_id_killmails_recent_200_ok_spec.rb +4 -5
- data/spec/models/get_characters_character_id_location_ok_spec.rb +5 -6
- data/spec/models/get_characters_character_id_loyalty_points_200_ok_spec.rb +4 -5
- data/spec/models/get_characters_character_id_mail_200_ok_spec.rb +9 -10
- data/spec/models/get_characters_character_id_mail_labels_label_spec.rb +10 -11
- data/spec/models/get_characters_character_id_mail_labels_ok_spec.rb +4 -5
- data/spec/models/get_characters_character_id_mail_lists_200_ok_spec.rb +4 -5
- data/spec/models/get_characters_character_id_mail_mail_id_not_found_spec.rb +3 -4
- data/spec/models/get_characters_character_id_mail_mail_id_ok_spec.rb +9 -10
- data/spec/models/get_characters_character_id_mail_mail_id_recipient_spec.rb +8 -9
- data/spec/models/get_characters_character_id_mail_recipient_spec.rb +8 -9
- data/spec/models/get_characters_character_id_medals_200_ok_spec.rb +15 -16
- data/spec/models/get_characters_character_id_medals_graphic_spec.rb +6 -7
- data/spec/models/get_characters_character_id_mining_200_ok_spec.rb +6 -7
- data/spec/models/get_characters_character_id_not_found_spec.rb +3 -4
- data/spec/models/get_characters_character_id_notifications_200_ok_spec.rb +17 -18
- data/spec/models/get_characters_character_id_notifications_contacts_200_ok_spec.rb +7 -8
- data/spec/models/get_characters_character_id_ok_spec.rb +23 -18
- data/spec/models/get_characters_character_id_online_ok_spec.rb +6 -7
- data/spec/models/get_characters_character_id_opportunities_200_ok_spec.rb +4 -5
- data/spec/models/get_characters_character_id_orders_200_ok_spec.rb +20 -21
- data/spec/models/get_characters_character_id_orders_history_200_ok_spec.rb +25 -26
- data/spec/models/get_characters_character_id_planets_200_ok_spec.rb +13 -14
- data/spec/models/get_characters_character_id_planets_planet_id_content_spec.rb +4 -5
- data/spec/models/get_characters_character_id_planets_planet_id_extractor_details_spec.rb +7 -8
- data/spec/models/get_characters_character_id_planets_planet_id_factory_details_spec.rb +3 -4
- data/spec/models/get_characters_character_id_planets_planet_id_head_spec.rb +5 -6
- data/spec/models/get_characters_character_id_planets_planet_id_link_spec.rb +5 -6
- data/spec/models/get_characters_character_id_planets_planet_id_not_found_spec.rb +3 -4
- data/spec/models/get_characters_character_id_planets_planet_id_ok_spec.rb +5 -6
- data/spec/models/get_characters_character_id_planets_planet_id_pin_spec.rb +13 -14
- data/spec/models/get_characters_character_id_planets_planet_id_route_spec.rb +8 -9
- data/spec/models/get_characters_character_id_portrait_not_found_spec.rb +3 -4
- data/spec/models/get_characters_character_id_portrait_ok_spec.rb +6 -7
- data/spec/models/get_characters_character_id_roles_ok_spec.rb +22 -23
- data/spec/models/get_characters_character_id_search_ok_spec.rb +13 -14
- data/spec/models/get_characters_character_id_ship_ok_spec.rb +5 -6
- data/spec/models/get_characters_character_id_skillqueue_200_ok_spec.rb +10 -11
- data/spec/models/get_characters_character_id_skills_ok_spec.rb +5 -6
- data/spec/models/get_characters_character_id_skills_skill_spec.rb +6 -7
- data/spec/models/get_characters_character_id_standings_200_ok_spec.rb +9 -10
- data/spec/models/get_characters_character_id_stats_200_ok_spec.rb +15 -16
- data/spec/models/get_characters_character_id_stats_character_spec.rb +5 -6
- data/spec/models/get_characters_character_id_stats_combat_spec.rb +96 -97
- data/spec/models/get_characters_character_id_stats_industry_spec.rb +38 -39
- data/spec/models/get_characters_character_id_stats_inventory_spec.rb +4 -5
- data/spec/models/get_characters_character_id_stats_isk_spec.rb +4 -5
- data/spec/models/get_characters_character_id_stats_market_spec.rb +15 -16
- data/spec/models/get_characters_character_id_stats_mining_spec.rb +21 -22
- data/spec/models/get_characters_character_id_stats_module_spec.rb +71 -72
- data/spec/models/get_characters_character_id_stats_orbital_spec.rb +5 -6
- data/spec/models/get_characters_character_id_stats_pve_spec.rb +6 -7
- data/spec/models/get_characters_character_id_stats_social_spec.rb +27 -28
- data/spec/models/get_characters_character_id_stats_travel_spec.rb +23 -24
- data/spec/models/get_characters_character_id_titles_200_ok_spec.rb +4 -5
- data/spec/models/get_characters_character_id_wallet_journal_200_ok_spec.rb +23 -24
- data/spec/models/get_characters_character_id_wallet_transactions_200_ok_spec.rb +12 -13
- data/spec/models/get_contracts_public_bids_contract_id_200_ok_spec.rb +53 -0
- data/spec/models/get_contracts_public_bids_contract_id_forbidden_spec.rb +41 -0
- data/spec/models/get_contracts_public_bids_contract_id_not_found_spec.rb +41 -0
- data/spec/models/get_contracts_public_items_contract_id_200_ok_spec.rb +89 -0
- data/spec/models/get_contracts_public_items_contract_id_forbidden_spec.rb +41 -0
- data/spec/models/get_contracts_public_items_contract_id_not_found_spec.rb +41 -0
- data/spec/models/get_contracts_public_region_id_200_ok_spec.rb +135 -0
- data/spec/models/get_contracts_public_region_id_not_found_spec.rb +41 -0
- data/spec/models/get_corporation_corporation_id_mining_extractions_200_ok_spec.rb +7 -8
- data/spec/models/get_corporation_corporation_id_mining_observers_200_ok_spec.rb +9 -10
- data/spec/models/get_corporation_corporation_id_mining_observers_observer_id_200_ok_spec.rb +7 -8
- data/spec/models/get_corporations_corporation_id_alliancehistory_200_ok_spec.rb +6 -7
- data/spec/models/get_corporations_corporation_id_assets_200_ok_spec.rb +18 -19
- data/spec/models/get_corporations_corporation_id_blueprints_200_ok_spec.rb +14 -15
- data/spec/models/get_corporations_corporation_id_bookmarks_200_ok_spec.rb +11 -12
- data/spec/models/get_corporations_corporation_id_bookmarks_coordinates_spec.rb +5 -6
- data/spec/models/get_corporations_corporation_id_bookmarks_folders_200_ok_spec.rb +5 -6
- data/spec/models/get_corporations_corporation_id_bookmarks_item_spec.rb +4 -5
- data/spec/models/get_corporations_corporation_id_contacts_200_ok_spec.rb +11 -12
- data/spec/models/get_corporations_corporation_id_contacts_labels_200_ok_spec.rb +4 -5
- data/spec/models/get_corporations_corporation_id_containers_logs_200_ok_spec.rb +26 -27
- data/spec/models/get_corporations_corporation_id_contracts_200_ok_spec.rb +36 -37
- data/spec/models/get_corporations_corporation_id_contracts_contract_id_bids_200_ok_spec.rb +6 -7
- data/spec/models/get_corporations_corporation_id_contracts_contract_id_bids_not_found_spec.rb +3 -4
- data/spec/models/get_corporations_corporation_id_contracts_contract_id_items_200_ok_spec.rb +8 -9
- data/spec/models/get_corporations_corporation_id_contracts_contract_id_items_error_520_spec.rb +3 -4
- data/spec/models/get_corporations_corporation_id_contracts_contract_id_items_not_found_spec.rb +3 -4
- data/spec/models/get_corporations_corporation_id_customs_offices_200_ok_spec.rb +20 -21
- data/spec/models/get_corporations_corporation_id_divisions_hangar_hangar_spec.rb +4 -5
- data/spec/models/get_corporations_corporation_id_divisions_ok_spec.rb +4 -5
- data/spec/models/get_corporations_corporation_id_divisions_wallet_wallet_spec.rb +4 -5
- data/spec/models/get_corporations_corporation_id_facilities_200_ok_spec.rb +5 -6
- data/spec/models/get_corporations_corporation_id_fw_stats_kills_spec.rb +5 -6
- data/spec/models/get_corporations_corporation_id_fw_stats_ok_spec.rb +7 -8
- data/spec/models/get_corporations_corporation_id_fw_stats_victory_points_spec.rb +5 -6
- data/spec/models/get_corporations_corporation_id_icons_not_found_spec.rb +3 -4
- data/spec/models/get_corporations_corporation_id_icons_ok_spec.rb +5 -6
- data/spec/models/get_corporations_corporation_id_industry_jobs_200_ok_spec.rb +28 -29
- data/spec/models/get_corporations_corporation_id_killmails_recent_200_ok_spec.rb +4 -5
- data/spec/models/get_corporations_corporation_id_medals_200_ok_spec.rb +7 -8
- data/spec/models/get_corporations_corporation_id_medals_issued_200_ok_spec.rb +12 -13
- data/spec/models/get_corporations_corporation_id_members_titles_200_ok_spec.rb +4 -5
- data/spec/models/get_corporations_corporation_id_membertracking_200_ok_spec.rb +9 -10
- data/spec/models/get_corporations_corporation_id_not_found_spec.rb +3 -4
- data/spec/models/get_corporations_corporation_id_ok_spec.rb +21 -16
- data/spec/models/get_corporations_corporation_id_orders_200_ok_spec.rb +21 -22
- data/spec/models/get_corporations_corporation_id_orders_history_200_ok_spec.rb +26 -27
- data/spec/models/get_corporations_corporation_id_roles_200_ok_spec.rb +43 -44
- data/spec/models/get_corporations_corporation_id_roles_history_200_ok_spec.rb +20 -21
- data/spec/models/get_corporations_corporation_id_shareholders_200_ok_spec.rb +9 -10
- data/spec/models/get_corporations_corporation_id_standings_200_ok_spec.rb +9 -10
- data/spec/models/get_corporations_corporation_id_starbases_200_ok_spec.rb +14 -15
- data/spec/models/get_corporations_corporation_id_starbases_starbase_id_fuel_spec.rb +4 -5
- data/spec/models/get_corporations_corporation_id_starbases_starbase_id_ok_spec.rb +40 -41
- data/spec/models/get_corporations_corporation_id_structures_200_ok_spec.rb +22 -23
- data/spec/models/get_corporations_corporation_id_structures_service_spec.rb +8 -9
- data/spec/models/get_corporations_corporation_id_titles_200_ok_spec.rb +44 -45
- data/spec/models/get_corporations_corporation_id_wallets_200_ok_spec.rb +4 -5
- data/spec/models/get_corporations_corporation_id_wallets_division_journal_200_ok_spec.rb +23 -24
- data/spec/models/get_corporations_corporation_id_wallets_division_transactions_200_ok_spec.rb +11 -12
- data/spec/models/get_dogma_attributes_attribute_id_not_found_spec.rb +3 -4
- data/spec/models/get_dogma_attributes_attribute_id_ok_spec.rb +12 -13
- data/spec/models/get_dogma_dynamic_items_type_id_item_id_dogma_attribute_spec.rb +4 -5
- data/spec/models/get_dogma_dynamic_items_type_id_item_id_dogma_effect_spec.rb +4 -5
- data/spec/models/get_dogma_dynamic_items_type_id_item_id_not_found_spec.rb +3 -4
- data/spec/models/get_dogma_dynamic_items_type_id_item_id_ok_spec.rb +7 -8
- data/spec/models/get_dogma_effects_effect_id_modifier_spec.rb +8 -9
- data/spec/models/get_dogma_effects_effect_id_not_found_spec.rb +3 -4
- data/spec/models/get_dogma_effects_effect_id_ok_spec.rb +23 -24
- data/spec/models/get_fleets_fleet_id_members_200_ok_spec.rb +16 -17
- data/spec/models/get_fleets_fleet_id_members_not_found_spec.rb +3 -4
- data/spec/models/get_fleets_fleet_id_not_found_spec.rb +3 -4
- data/spec/models/get_fleets_fleet_id_ok_spec.rb +6 -7
- data/spec/models/get_fleets_fleet_id_wings_200_ok_spec.rb +5 -6
- data/spec/models/get_fleets_fleet_id_wings_not_found_spec.rb +3 -4
- data/spec/models/get_fleets_fleet_id_wings_squad_spec.rb +4 -5
- data/spec/models/get_fw_leaderboards_active_total_active_total_1_spec.rb +4 -5
- data/spec/models/get_fw_leaderboards_active_total_active_total_spec.rb +4 -5
- data/spec/models/get_fw_leaderboards_characters_active_total_active_total_1_spec.rb +4 -5
- data/spec/models/get_fw_leaderboards_characters_active_total_active_total_spec.rb +4 -5
- data/spec/models/get_fw_leaderboards_characters_kills_spec.rb +5 -6
- data/spec/models/get_fw_leaderboards_characters_last_week_last_week_1_spec.rb +4 -5
- data/spec/models/get_fw_leaderboards_characters_last_week_last_week_spec.rb +4 -5
- data/spec/models/get_fw_leaderboards_characters_ok_spec.rb +4 -5
- data/spec/models/get_fw_leaderboards_characters_victory_points_spec.rb +5 -6
- data/spec/models/get_fw_leaderboards_characters_yesterday_yesterday_1_spec.rb +4 -5
- data/spec/models/get_fw_leaderboards_characters_yesterday_yesterday_spec.rb +4 -5
- data/spec/models/get_fw_leaderboards_corporations_active_total_active_total_1_spec.rb +4 -5
- data/spec/models/get_fw_leaderboards_corporations_active_total_active_total_spec.rb +4 -5
- data/spec/models/get_fw_leaderboards_corporations_kills_spec.rb +5 -6
- data/spec/models/get_fw_leaderboards_corporations_last_week_last_week_1_spec.rb +4 -5
- data/spec/models/get_fw_leaderboards_corporations_last_week_last_week_spec.rb +4 -5
- data/spec/models/get_fw_leaderboards_corporations_ok_spec.rb +4 -5
- data/spec/models/get_fw_leaderboards_corporations_victory_points_spec.rb +5 -6
- data/spec/models/get_fw_leaderboards_corporations_yesterday_yesterday_1_spec.rb +4 -5
- data/spec/models/get_fw_leaderboards_corporations_yesterday_yesterday_spec.rb +4 -5
- data/spec/models/get_fw_leaderboards_kills_spec.rb +5 -6
- data/spec/models/get_fw_leaderboards_last_week_last_week_1_spec.rb +4 -5
- data/spec/models/get_fw_leaderboards_last_week_last_week_spec.rb +4 -5
- data/spec/models/get_fw_leaderboards_ok_spec.rb +4 -5
- data/spec/models/get_fw_leaderboards_victory_points_spec.rb +5 -6
- data/spec/models/get_fw_leaderboards_yesterday_yesterday_1_spec.rb +4 -5
- data/spec/models/get_fw_leaderboards_yesterday_yesterday_spec.rb +4 -5
- data/spec/models/get_fw_stats_200_ok_spec.rb +7 -8
- data/spec/models/get_fw_stats_kills_spec.rb +5 -6
- data/spec/models/get_fw_stats_victory_points_spec.rb +5 -6
- data/spec/models/get_fw_systems_200_ok_spec.rb +12 -13
- data/spec/models/get_fw_wars_200_ok_spec.rb +4 -5
- data/spec/models/get_incursions_200_ok_spec.rb +14 -15
- data/spec/models/get_industry_facilities_200_ok_spec.rb +8 -9
- data/spec/models/get_industry_systems_200_ok_spec.rb +4 -5
- data/spec/models/get_industry_systems_cost_indice_spec.rb +8 -9
- data/spec/models/get_insurance_prices_200_ok_spec.rb +4 -5
- data/spec/models/get_insurance_prices_level_spec.rb +5 -6
- data/spec/models/get_killmails_killmail_id_killmail_hash_attacker_spec.rb +11 -12
- data/spec/models/get_killmails_killmail_id_killmail_hash_item_spec.rb +8 -9
- data/spec/models/get_killmails_killmail_id_killmail_hash_items_item_spec.rb +7 -8
- data/spec/models/get_killmails_killmail_id_killmail_hash_ok_spec.rb +9 -10
- data/spec/models/get_killmails_killmail_id_killmail_hash_position_spec.rb +5 -6
- data/spec/models/get_killmails_killmail_id_killmail_hash_unprocessable_entity_spec.rb +3 -4
- data/spec/models/get_killmails_killmail_id_killmail_hash_victim_spec.rb +10 -11
- data/spec/models/get_loyalty_stores_corporation_id_offers_200_ok_spec.rb +9 -10
- data/spec/models/get_loyalty_stores_corporation_id_offers_not_found_spec.rb +3 -4
- data/spec/models/get_loyalty_stores_corporation_id_offers_required_item_spec.rb +4 -5
- data/spec/models/get_markets_groups_market_group_id_not_found_spec.rb +3 -4
- data/spec/models/get_markets_groups_market_group_id_ok_spec.rb +7 -8
- data/spec/models/get_markets_prices_200_ok_spec.rb +5 -6
- data/spec/models/get_markets_region_id_history_200_ok_spec.rb +8 -9
- data/spec/models/get_markets_region_id_history_error_520_spec.rb +3 -4
- data/spec/models/get_markets_region_id_history_not_found_spec.rb +3 -4
- data/spec/models/get_markets_region_id_history_unprocessable_entity_spec.rb +3 -4
- data/spec/models/get_markets_region_id_orders_200_ok_spec.rb +18 -19
- data/spec/models/get_markets_region_id_orders_not_found_spec.rb +3 -4
- data/spec/models/get_markets_region_id_orders_unprocessable_entity_spec.rb +3 -4
- data/spec/models/get_markets_structures_structure_id_200_ok_spec.rb +17 -18
- data/spec/models/get_opportunities_groups_group_id_ok_spec.rb +8 -9
- data/spec/models/get_opportunities_tasks_task_id_ok_spec.rb +6 -7
- data/spec/models/get_route_origin_destination_not_found_spec.rb +3 -4
- data/spec/models/get_search_ok_spec.rb +12 -13
- data/spec/models/get_sovereignty_campaigns_200_ok_spec.rb +16 -17
- data/spec/models/get_sovereignty_campaigns_participant_spec.rb +4 -5
- data/spec/models/get_sovereignty_map_200_ok_spec.rb +6 -7
- data/spec/models/get_sovereignty_structures_200_ok_spec.rb +9 -10
- data/spec/models/get_status_ok_spec.rb +6 -7
- data/spec/models/get_universe_ancestries_200_ok_spec.rb +8 -9
- data/spec/models/get_universe_asteroid_belts_asteroid_belt_id_not_found_spec.rb +3 -4
- data/spec/models/get_universe_asteroid_belts_asteroid_belt_id_ok_spec.rb +5 -6
- data/spec/models/get_universe_asteroid_belts_asteroid_belt_id_position_spec.rb +5 -6
- data/spec/models/get_universe_bloodlines_200_ok_spec.rb +13 -14
- data/spec/models/get_universe_categories_category_id_not_found_spec.rb +3 -4
- data/spec/models/get_universe_categories_category_id_ok_spec.rb +6 -7
- data/spec/models/get_universe_constellations_constellation_id_not_found_spec.rb +3 -4
- data/spec/models/get_universe_constellations_constellation_id_ok_spec.rb +7 -8
- data/spec/models/get_universe_constellations_constellation_id_position_spec.rb +5 -6
- data/spec/models/get_universe_factions_200_ok_spec.rb +12 -13
- data/spec/models/get_universe_graphics_graphic_id_not_found_spec.rb +3 -4
- data/spec/models/get_universe_graphics_graphic_id_ok_spec.rb +10 -11
- data/spec/models/get_universe_groups_group_id_not_found_spec.rb +3 -4
- data/spec/models/get_universe_groups_group_id_ok_spec.rb +7 -8
- data/spec/models/get_universe_moons_moon_id_not_found_spec.rb +3 -4
- data/spec/models/get_universe_moons_moon_id_ok_spec.rb +6 -7
- data/spec/models/get_universe_moons_moon_id_position_spec.rb +5 -6
- data/spec/models/get_universe_planets_planet_id_not_found_spec.rb +3 -4
- data/spec/models/get_universe_planets_planet_id_ok_spec.rb +7 -8
- data/spec/models/get_universe_planets_planet_id_position_spec.rb +5 -6
- data/spec/models/get_universe_races_200_ok_spec.rb +6 -7
- data/spec/models/get_universe_regions_region_id_not_found_spec.rb +3 -4
- data/spec/models/get_universe_regions_region_id_ok_spec.rb +6 -7
- data/spec/models/get_universe_schematics_schematic_id_not_found_spec.rb +3 -4
- data/spec/models/get_universe_schematics_schematic_id_ok_spec.rb +4 -5
- data/spec/models/get_universe_stargates_stargate_id_destination_spec.rb +4 -5
- data/spec/models/get_universe_stargates_stargate_id_not_found_spec.rb +3 -4
- data/spec/models/get_universe_stargates_stargate_id_ok_spec.rb +8 -9
- data/spec/models/get_universe_stargates_stargate_id_position_spec.rb +5 -6
- data/spec/models/get_universe_stars_star_id_ok_spec.rb +14 -15
- data/spec/models/get_universe_stations_station_id_not_found_spec.rb +3 -4
- data/spec/models/get_universe_stations_station_id_ok_spec.rb +18 -19
- data/spec/models/get_universe_stations_station_id_position_spec.rb +5 -6
- data/spec/models/get_universe_structures_structure_id_not_found_spec.rb +3 -4
- data/spec/models/get_universe_structures_structure_id_ok_spec.rb +7 -8
- data/spec/models/get_universe_structures_structure_id_position_spec.rb +5 -6
- data/spec/models/get_universe_system_jumps_200_ok_spec.rb +4 -5
- data/spec/models/get_universe_system_kills_200_ok_spec.rb +6 -7
- data/spec/models/get_universe_systems_system_id_not_found_spec.rb +3 -4
- data/spec/models/get_universe_systems_system_id_ok_spec.rb +12 -13
- data/spec/models/get_universe_systems_system_id_planet_spec.rb +5 -6
- data/spec/models/get_universe_systems_system_id_position_spec.rb +5 -6
- data/spec/models/get_universe_types_type_id_dogma_attribute_spec.rb +4 -5
- data/spec/models/get_universe_types_type_id_dogma_effect_spec.rb +4 -5
- data/spec/models/get_universe_types_type_id_not_found_spec.rb +3 -4
- data/spec/models/get_universe_types_type_id_ok_spec.rb +18 -19
- data/spec/models/get_wars_war_id_aggressor_spec.rb +6 -7
- data/spec/models/get_wars_war_id_ally_spec.rb +4 -5
- data/spec/models/get_wars_war_id_defender_spec.rb +6 -7
- data/spec/models/get_wars_war_id_killmails_200_ok_spec.rb +4 -5
- data/spec/models/get_wars_war_id_killmails_unprocessable_entity_spec.rb +3 -4
- data/spec/models/get_wars_war_id_ok_spec.rb +12 -13
- data/spec/models/get_wars_war_id_unprocessable_entity_spec.rb +3 -4
- data/spec/models/internal_server_error_spec.rb +3 -4
- data/spec/models/post_characters_affiliation_200_ok_spec.rb +6 -7
- data/spec/models/post_characters_affiliation_not_found_spec.rb +3 -4
- data/spec/models/post_characters_character_id_assets_locations_200_ok_spec.rb +4 -5
- data/spec/models/post_characters_character_id_assets_locations_position_spec.rb +5 -6
- data/spec/models/post_characters_character_id_assets_names_200_ok_spec.rb +4 -5
- data/spec/models/post_characters_character_id_contacts_error_520_spec.rb +3 -4
- data/spec/models/post_characters_character_id_fittings_created_spec.rb +3 -4
- data/spec/models/post_characters_character_id_fittings_fitting_spec.rb +6 -7
- data/spec/models/post_characters_character_id_fittings_item_spec.rb +9 -6
- data/spec/models/post_characters_character_id_mail_error_520_spec.rb +3 -4
- data/spec/models/post_characters_character_id_mail_labels_label_spec.rb +8 -9
- data/spec/models/post_characters_character_id_mail_mail_spec.rb +6 -7
- data/spec/models/post_characters_character_id_mail_recipient_spec.rb +8 -9
- data/spec/models/post_corporations_corporation_id_assets_locations_200_ok_spec.rb +4 -5
- data/spec/models/post_corporations_corporation_id_assets_locations_not_found_spec.rb +3 -4
- data/spec/models/post_corporations_corporation_id_assets_locations_position_spec.rb +5 -6
- data/spec/models/post_corporations_corporation_id_assets_names_200_ok_spec.rb +4 -5
- data/spec/models/post_corporations_corporation_id_assets_names_not_found_spec.rb +3 -4
- data/spec/models/post_fleets_fleet_id_members_invitation_spec.rb +10 -11
- data/spec/models/post_fleets_fleet_id_members_not_found_spec.rb +3 -4
- data/spec/models/post_fleets_fleet_id_members_unprocessable_entity_spec.rb +3 -4
- data/spec/models/post_fleets_fleet_id_wings_created_spec.rb +3 -4
- data/spec/models/post_fleets_fleet_id_wings_not_found_spec.rb +3 -4
- data/spec/models/post_fleets_fleet_id_wings_wing_id_squads_created_spec.rb +3 -4
- data/spec/models/post_fleets_fleet_id_wings_wing_id_squads_not_found_spec.rb +3 -4
- data/spec/models/post_ui_openwindow_newmail_new_mail_spec.rb +7 -8
- data/spec/models/post_ui_openwindow_newmail_unprocessable_entity_spec.rb +3 -4
- data/spec/models/post_universe_ids_agent_spec.rb +4 -5
- data/spec/models/post_universe_ids_alliance_spec.rb +4 -5
- data/spec/models/post_universe_ids_character_spec.rb +4 -5
- data/spec/models/post_universe_ids_constellation_spec.rb +4 -5
- data/spec/models/post_universe_ids_corporation_spec.rb +4 -5
- data/spec/models/post_universe_ids_faction_spec.rb +4 -5
- data/spec/models/post_universe_ids_inventory_type_spec.rb +4 -5
- data/spec/models/post_universe_ids_ok_spec.rb +12 -13
- data/spec/models/post_universe_ids_region_spec.rb +4 -5
- data/spec/models/post_universe_ids_station_spec.rb +4 -5
- data/spec/models/post_universe_ids_system_spec.rb +4 -5
- data/spec/models/post_universe_names_200_ok_spec.rb +9 -10
- data/spec/models/post_universe_names_not_found_spec.rb +3 -4
- data/spec/models/put_characters_character_id_calendar_event_id_response_spec.rb +7 -8
- data/spec/models/put_characters_character_id_mail_mail_id_contents_spec.rb +4 -5
- data/spec/models/put_fleets_fleet_id_members_member_id_movement_spec.rb +9 -10
- data/spec/models/put_fleets_fleet_id_members_member_id_not_found_spec.rb +3 -4
- data/spec/models/put_fleets_fleet_id_members_member_id_unprocessable_entity_spec.rb +3 -4
- data/spec/models/put_fleets_fleet_id_new_settings_spec.rb +4 -5
- data/spec/models/put_fleets_fleet_id_not_found_spec.rb +3 -4
- data/spec/models/put_fleets_fleet_id_squads_squad_id_naming_spec.rb +3 -4
- data/spec/models/put_fleets_fleet_id_squads_squad_id_not_found_spec.rb +3 -4
- data/spec/models/put_fleets_fleet_id_wings_wing_id_naming_spec.rb +3 -4
- data/spec/models/put_fleets_fleet_id_wings_wing_id_not_found_spec.rb +3 -4
- data/spec/models/service_unavailable_spec.rb +3 -4
- data/spec/models/unauthorized_spec.rb +3 -4
- data/spec/spec_helper.rb +2 -2
- metadata +374 -343
data/docs/DogmaApi.md
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
# ESI::DogmaApi
|
|
2
2
|
|
|
3
|
-
All URIs are relative to *https://esi.evetech.net*
|
|
3
|
+
All URIs are relative to *https://esi.evetech.net/latest*
|
|
4
4
|
|
|
5
5
|
Method | HTTP request | Description
|
|
6
6
|
------------- | ------------- | -------------
|
|
7
|
-
[**get_dogma_attributes**](DogmaApi.md#get_dogma_attributes) | **GET** /
|
|
8
|
-
[**get_dogma_attributes_attribute_id**](DogmaApi.md#get_dogma_attributes_attribute_id) | **GET** /
|
|
9
|
-
[**get_dogma_dynamic_items_type_id_item_id**](DogmaApi.md#get_dogma_dynamic_items_type_id_item_id) | **GET** /
|
|
10
|
-
[**get_dogma_effects**](DogmaApi.md#get_dogma_effects) | **GET** /
|
|
11
|
-
[**get_dogma_effects_effect_id**](DogmaApi.md#get_dogma_effects_effect_id) | **GET** /
|
|
7
|
+
[**get_dogma_attributes**](DogmaApi.md#get_dogma_attributes) | **GET** /dogma/attributes/ | Get attributes
|
|
8
|
+
[**get_dogma_attributes_attribute_id**](DogmaApi.md#get_dogma_attributes_attribute_id) | **GET** /dogma/attributes/{attribute_id}/ | Get attribute information
|
|
9
|
+
[**get_dogma_dynamic_items_type_id_item_id**](DogmaApi.md#get_dogma_dynamic_items_type_id_item_id) | **GET** /dogma/dynamic/items/{type_id}/{item_id}/ | Get dynamic item information
|
|
10
|
+
[**get_dogma_effects**](DogmaApi.md#get_dogma_effects) | **GET** /dogma/effects/ | Get effects
|
|
11
|
+
[**get_dogma_effects_effect_id**](DogmaApi.md#get_dogma_effects_effect_id) | **GET** /dogma/effects/{effect_id}/ | Get effect information
|
|
12
12
|
|
|
13
13
|
|
|
14
14
|
# **get_dogma_attributes**
|
|
@@ -16,7 +16,7 @@ Method | HTTP request | Description
|
|
|
16
16
|
|
|
17
17
|
Get attributes
|
|
18
18
|
|
|
19
|
-
Get a list of dogma attribute ids --- This route expires daily at 11:05
|
|
19
|
+
Get a list of dogma attribute ids --- Alternate route: `/dev/dogma/attributes/` Alternate route: `/legacy/dogma/attributes/` Alternate route: `/v1/dogma/attributes/` --- This route expires daily at 11:05
|
|
20
20
|
|
|
21
21
|
### Example
|
|
22
22
|
```ruby
|
|
@@ -26,8 +26,8 @@ require 'ruby-esi'
|
|
|
26
26
|
api_instance = ESI::DogmaApi.new
|
|
27
27
|
|
|
28
28
|
opts = {
|
|
29
|
-
datasource:
|
|
30
|
-
if_none_match:
|
|
29
|
+
datasource: 'tranquility', # String | The server name you would like data from
|
|
30
|
+
if_none_match: 'if_none_match_example', # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
|
31
31
|
}
|
|
32
32
|
|
|
33
33
|
begin
|
|
@@ -66,7 +66,7 @@ No authorization required
|
|
|
66
66
|
|
|
67
67
|
Get attribute information
|
|
68
68
|
|
|
69
|
-
Get information on a dogma attribute --- This route expires daily at 11:05
|
|
69
|
+
Get information on a dogma attribute --- Alternate route: `/dev/dogma/attributes/{attribute_id}/` Alternate route: `/legacy/dogma/attributes/{attribute_id}/` Alternate route: `/v1/dogma/attributes/{attribute_id}/` --- This route expires daily at 11:05
|
|
70
70
|
|
|
71
71
|
### Example
|
|
72
72
|
```ruby
|
|
@@ -78,8 +78,8 @@ api_instance = ESI::DogmaApi.new
|
|
|
78
78
|
attribute_id = 56 # Integer | A dogma attribute ID
|
|
79
79
|
|
|
80
80
|
opts = {
|
|
81
|
-
datasource:
|
|
82
|
-
if_none_match:
|
|
81
|
+
datasource: 'tranquility', # String | The server name you would like data from
|
|
82
|
+
if_none_match: 'if_none_match_example', # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
|
83
83
|
}
|
|
84
84
|
|
|
85
85
|
begin
|
|
@@ -119,7 +119,7 @@ No authorization required
|
|
|
119
119
|
|
|
120
120
|
Get dynamic item information
|
|
121
121
|
|
|
122
|
-
Returns info about a dynamic item resulting from mutation with a mutaplasmid. --- This route expires daily at 11:05
|
|
122
|
+
Returns info about a dynamic item resulting from mutation with a mutaplasmid. --- Alternate route: `/dev/dogma/dynamic/items/{type_id}/{item_id}/` Alternate route: `/legacy/dogma/dynamic/items/{type_id}/{item_id}/` Alternate route: `/v1/dogma/dynamic/items/{type_id}/{item_id}/` --- This route expires daily at 11:05
|
|
123
123
|
|
|
124
124
|
### Example
|
|
125
125
|
```ruby
|
|
@@ -133,8 +133,8 @@ item_id = 789 # Integer | item_id integer
|
|
|
133
133
|
type_id = 56 # Integer | type_id integer
|
|
134
134
|
|
|
135
135
|
opts = {
|
|
136
|
-
datasource:
|
|
137
|
-
if_none_match:
|
|
136
|
+
datasource: 'tranquility', # String | The server name you would like data from
|
|
137
|
+
if_none_match: 'if_none_match_example', # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
|
138
138
|
}
|
|
139
139
|
|
|
140
140
|
begin
|
|
@@ -175,7 +175,7 @@ No authorization required
|
|
|
175
175
|
|
|
176
176
|
Get effects
|
|
177
177
|
|
|
178
|
-
Get a list of dogma effect ids --- This route expires daily at 11:05
|
|
178
|
+
Get a list of dogma effect ids --- Alternate route: `/dev/dogma/effects/` Alternate route: `/legacy/dogma/effects/` Alternate route: `/v1/dogma/effects/` --- This route expires daily at 11:05
|
|
179
179
|
|
|
180
180
|
### Example
|
|
181
181
|
```ruby
|
|
@@ -185,8 +185,8 @@ require 'ruby-esi'
|
|
|
185
185
|
api_instance = ESI::DogmaApi.new
|
|
186
186
|
|
|
187
187
|
opts = {
|
|
188
|
-
datasource:
|
|
189
|
-
if_none_match:
|
|
188
|
+
datasource: 'tranquility', # String | The server name you would like data from
|
|
189
|
+
if_none_match: 'if_none_match_example', # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
|
190
190
|
}
|
|
191
191
|
|
|
192
192
|
begin
|
|
@@ -225,7 +225,7 @@ No authorization required
|
|
|
225
225
|
|
|
226
226
|
Get effect information
|
|
227
227
|
|
|
228
|
-
Get information on a dogma effect --- This route expires daily at 11:05
|
|
228
|
+
Get information on a dogma effect --- Alternate route: `/dev/dogma/effects/{effect_id}/` Alternate route: `/v2/dogma/effects/{effect_id}/` --- This route expires daily at 11:05
|
|
229
229
|
|
|
230
230
|
### Example
|
|
231
231
|
```ruby
|
|
@@ -237,8 +237,8 @@ api_instance = ESI::DogmaApi.new
|
|
|
237
237
|
effect_id = 56 # Integer | A dogma effect ID
|
|
238
238
|
|
|
239
239
|
opts = {
|
|
240
|
-
datasource:
|
|
241
|
-
if_none_match:
|
|
240
|
+
datasource: 'tranquility', # String | The server name you would like data from
|
|
241
|
+
if_none_match: 'if_none_match_example', # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
|
242
242
|
}
|
|
243
243
|
|
|
244
244
|
begin
|
data/docs/FactionWarfareApi.md
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
# ESI::FactionWarfareApi
|
|
2
2
|
|
|
3
|
-
All URIs are relative to *https://esi.evetech.net*
|
|
3
|
+
All URIs are relative to *https://esi.evetech.net/latest*
|
|
4
4
|
|
|
5
5
|
Method | HTTP request | Description
|
|
6
6
|
------------- | ------------- | -------------
|
|
7
|
-
[**get_characters_character_id_fw_stats**](FactionWarfareApi.md#get_characters_character_id_fw_stats) | **GET** /
|
|
8
|
-
[**get_corporations_corporation_id_fw_stats**](FactionWarfareApi.md#get_corporations_corporation_id_fw_stats) | **GET** /
|
|
9
|
-
[**get_fw_leaderboards**](FactionWarfareApi.md#get_fw_leaderboards) | **GET** /
|
|
10
|
-
[**get_fw_leaderboards_characters**](FactionWarfareApi.md#get_fw_leaderboards_characters) | **GET** /
|
|
11
|
-
[**get_fw_leaderboards_corporations**](FactionWarfareApi.md#get_fw_leaderboards_corporations) | **GET** /
|
|
12
|
-
[**get_fw_stats**](FactionWarfareApi.md#get_fw_stats) | **GET** /
|
|
13
|
-
[**get_fw_systems**](FactionWarfareApi.md#get_fw_systems) | **GET** /
|
|
14
|
-
[**get_fw_wars**](FactionWarfareApi.md#get_fw_wars) | **GET** /
|
|
7
|
+
[**get_characters_character_id_fw_stats**](FactionWarfareApi.md#get_characters_character_id_fw_stats) | **GET** /characters/{character_id}/fw/stats/ | Overview of a character involved in faction warfare
|
|
8
|
+
[**get_corporations_corporation_id_fw_stats**](FactionWarfareApi.md#get_corporations_corporation_id_fw_stats) | **GET** /corporations/{corporation_id}/fw/stats/ | Overview of a corporation involved in faction warfare
|
|
9
|
+
[**get_fw_leaderboards**](FactionWarfareApi.md#get_fw_leaderboards) | **GET** /fw/leaderboards/ | List of the top factions in faction warfare
|
|
10
|
+
[**get_fw_leaderboards_characters**](FactionWarfareApi.md#get_fw_leaderboards_characters) | **GET** /fw/leaderboards/characters/ | List of the top pilots in faction warfare
|
|
11
|
+
[**get_fw_leaderboards_corporations**](FactionWarfareApi.md#get_fw_leaderboards_corporations) | **GET** /fw/leaderboards/corporations/ | List of the top corporations in faction warfare
|
|
12
|
+
[**get_fw_stats**](FactionWarfareApi.md#get_fw_stats) | **GET** /fw/stats/ | An overview of statistics about factions involved in faction warfare
|
|
13
|
+
[**get_fw_systems**](FactionWarfareApi.md#get_fw_systems) | **GET** /fw/systems/ | Ownership of faction warfare systems
|
|
14
|
+
[**get_fw_wars**](FactionWarfareApi.md#get_fw_wars) | **GET** /fw/wars/ | Data about which NPC factions are at war
|
|
15
15
|
|
|
16
16
|
|
|
17
17
|
# **get_characters_character_id_fw_stats**
|
|
@@ -19,7 +19,7 @@ Method | HTTP request | Description
|
|
|
19
19
|
|
|
20
20
|
Overview of a character involved in faction warfare
|
|
21
21
|
|
|
22
|
-
Statistical overview of a character involved in faction warfare --- This route expires daily at 11:05
|
|
22
|
+
Statistical overview of a character involved in faction warfare --- Alternate route: `/dev/characters/{character_id}/fw/stats/` Alternate route: `/legacy/characters/{character_id}/fw/stats/` Alternate route: `/v1/characters/{character_id}/fw/stats/` Alternate route: `/v2/characters/{character_id}/fw/stats/` --- This route expires daily at 11:05
|
|
23
23
|
|
|
24
24
|
### Example
|
|
25
25
|
```ruby
|
|
@@ -36,9 +36,9 @@ api_instance = ESI::FactionWarfareApi.new
|
|
|
36
36
|
character_id = 56 # Integer | An EVE character ID
|
|
37
37
|
|
|
38
38
|
opts = {
|
|
39
|
-
datasource:
|
|
40
|
-
if_none_match:
|
|
41
|
-
token:
|
|
39
|
+
datasource: 'tranquility', # String | The server name you would like data from
|
|
40
|
+
if_none_match: 'if_none_match_example', # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
|
41
|
+
token: 'token_example' # String | Access token to use if unable to set a header
|
|
42
42
|
}
|
|
43
43
|
|
|
44
44
|
begin
|
|
@@ -79,7 +79,7 @@ Name | Type | Description | Notes
|
|
|
79
79
|
|
|
80
80
|
Overview of a corporation involved in faction warfare
|
|
81
81
|
|
|
82
|
-
Statistics about a corporation involved in faction warfare --- This route expires daily at 11:05
|
|
82
|
+
Statistics about a corporation involved in faction warfare --- Alternate route: `/dev/corporations/{corporation_id}/fw/stats/` Alternate route: `/legacy/corporations/{corporation_id}/fw/stats/` Alternate route: `/v1/corporations/{corporation_id}/fw/stats/` Alternate route: `/v2/corporations/{corporation_id}/fw/stats/` --- This route expires daily at 11:05
|
|
83
83
|
|
|
84
84
|
### Example
|
|
85
85
|
```ruby
|
|
@@ -96,9 +96,9 @@ api_instance = ESI::FactionWarfareApi.new
|
|
|
96
96
|
corporation_id = 56 # Integer | An EVE corporation ID
|
|
97
97
|
|
|
98
98
|
opts = {
|
|
99
|
-
datasource:
|
|
100
|
-
if_none_match:
|
|
101
|
-
token:
|
|
99
|
+
datasource: 'tranquility', # String | The server name you would like data from
|
|
100
|
+
if_none_match: 'if_none_match_example', # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
|
101
|
+
token: 'token_example' # String | Access token to use if unable to set a header
|
|
102
102
|
}
|
|
103
103
|
|
|
104
104
|
begin
|
|
@@ -139,7 +139,7 @@ Name | Type | Description | Notes
|
|
|
139
139
|
|
|
140
140
|
List of the top factions in faction warfare
|
|
141
141
|
|
|
142
|
-
Top 4 leaderboard of factions for kills and victory points separated by total, last week and yesterday
|
|
142
|
+
Top 4 leaderboard of factions for kills and victory points separated by total, last week and yesterday --- Alternate route: `/dev/fw/leaderboards/` Alternate route: `/legacy/fw/leaderboards/` Alternate route: `/v1/fw/leaderboards/` Alternate route: `/v2/fw/leaderboards/` --- This route expires daily at 11:05
|
|
143
143
|
|
|
144
144
|
### Example
|
|
145
145
|
```ruby
|
|
@@ -149,8 +149,8 @@ require 'ruby-esi'
|
|
|
149
149
|
api_instance = ESI::FactionWarfareApi.new
|
|
150
150
|
|
|
151
151
|
opts = {
|
|
152
|
-
datasource:
|
|
153
|
-
if_none_match:
|
|
152
|
+
datasource: 'tranquility', # String | The server name you would like data from
|
|
153
|
+
if_none_match: 'if_none_match_example', # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
|
154
154
|
}
|
|
155
155
|
|
|
156
156
|
begin
|
|
@@ -189,7 +189,7 @@ No authorization required
|
|
|
189
189
|
|
|
190
190
|
List of the top pilots in faction warfare
|
|
191
191
|
|
|
192
|
-
Top 100 leaderboard of pilots for kills and victory points separated by total, last week and yesterday
|
|
192
|
+
Top 100 leaderboard of pilots for kills and victory points separated by total, last week and yesterday --- Alternate route: `/dev/fw/leaderboards/characters/` Alternate route: `/legacy/fw/leaderboards/characters/` Alternate route: `/v1/fw/leaderboards/characters/` Alternate route: `/v2/fw/leaderboards/characters/` --- This route expires daily at 11:05
|
|
193
193
|
|
|
194
194
|
### Example
|
|
195
195
|
```ruby
|
|
@@ -199,8 +199,8 @@ require 'ruby-esi'
|
|
|
199
199
|
api_instance = ESI::FactionWarfareApi.new
|
|
200
200
|
|
|
201
201
|
opts = {
|
|
202
|
-
datasource:
|
|
203
|
-
if_none_match:
|
|
202
|
+
datasource: 'tranquility', # String | The server name you would like data from
|
|
203
|
+
if_none_match: 'if_none_match_example', # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
|
204
204
|
}
|
|
205
205
|
|
|
206
206
|
begin
|
|
@@ -239,7 +239,7 @@ No authorization required
|
|
|
239
239
|
|
|
240
240
|
List of the top corporations in faction warfare
|
|
241
241
|
|
|
242
|
-
Top 10 leaderboard of corporations for kills and victory points separated by total, last week and yesterday
|
|
242
|
+
Top 10 leaderboard of corporations for kills and victory points separated by total, last week and yesterday --- Alternate route: `/dev/fw/leaderboards/corporations/` Alternate route: `/legacy/fw/leaderboards/corporations/` Alternate route: `/v1/fw/leaderboards/corporations/` Alternate route: `/v2/fw/leaderboards/corporations/` --- This route expires daily at 11:05
|
|
243
243
|
|
|
244
244
|
### Example
|
|
245
245
|
```ruby
|
|
@@ -249,8 +249,8 @@ require 'ruby-esi'
|
|
|
249
249
|
api_instance = ESI::FactionWarfareApi.new
|
|
250
250
|
|
|
251
251
|
opts = {
|
|
252
|
-
datasource:
|
|
253
|
-
if_none_match:
|
|
252
|
+
datasource: 'tranquility', # String | The server name you would like data from
|
|
253
|
+
if_none_match: 'if_none_match_example', # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
|
254
254
|
}
|
|
255
255
|
|
|
256
256
|
begin
|
|
@@ -289,7 +289,7 @@ No authorization required
|
|
|
289
289
|
|
|
290
290
|
An overview of statistics about factions involved in faction warfare
|
|
291
291
|
|
|
292
|
-
Statistical overviews of factions involved in faction warfare --- This route expires daily at 11:05
|
|
292
|
+
Statistical overviews of factions involved in faction warfare --- Alternate route: `/dev/fw/stats/` Alternate route: `/legacy/fw/stats/` Alternate route: `/v1/fw/stats/` Alternate route: `/v2/fw/stats/` --- This route expires daily at 11:05
|
|
293
293
|
|
|
294
294
|
### Example
|
|
295
295
|
```ruby
|
|
@@ -299,8 +299,8 @@ require 'ruby-esi'
|
|
|
299
299
|
api_instance = ESI::FactionWarfareApi.new
|
|
300
300
|
|
|
301
301
|
opts = {
|
|
302
|
-
datasource:
|
|
303
|
-
if_none_match:
|
|
302
|
+
datasource: 'tranquility', # String | The server name you would like data from
|
|
303
|
+
if_none_match: 'if_none_match_example', # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
|
304
304
|
}
|
|
305
305
|
|
|
306
306
|
begin
|
|
@@ -339,7 +339,7 @@ No authorization required
|
|
|
339
339
|
|
|
340
340
|
Ownership of faction warfare systems
|
|
341
341
|
|
|
342
|
-
An overview of the current ownership of faction warfare solar systems --- This route is cached for up to 1800 seconds
|
|
342
|
+
An overview of the current ownership of faction warfare solar systems --- Alternate route: `/dev/fw/systems/` Alternate route: `/v2/fw/systems/` Alternate route: `/v3/fw/systems/` --- This route is cached for up to 1800 seconds
|
|
343
343
|
|
|
344
344
|
### Example
|
|
345
345
|
```ruby
|
|
@@ -349,8 +349,8 @@ require 'ruby-esi'
|
|
|
349
349
|
api_instance = ESI::FactionWarfareApi.new
|
|
350
350
|
|
|
351
351
|
opts = {
|
|
352
|
-
datasource:
|
|
353
|
-
if_none_match:
|
|
352
|
+
datasource: 'tranquility', # String | The server name you would like data from
|
|
353
|
+
if_none_match: 'if_none_match_example', # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
|
354
354
|
}
|
|
355
355
|
|
|
356
356
|
begin
|
|
@@ -389,7 +389,7 @@ No authorization required
|
|
|
389
389
|
|
|
390
390
|
Data about which NPC factions are at war
|
|
391
391
|
|
|
392
|
-
Data about which NPC factions are at war --- This route expires daily at 11:05
|
|
392
|
+
Data about which NPC factions are at war --- Alternate route: `/dev/fw/wars/` Alternate route: `/legacy/fw/wars/` Alternate route: `/v1/fw/wars/` Alternate route: `/v2/fw/wars/` --- This route expires daily at 11:05
|
|
393
393
|
|
|
394
394
|
### Example
|
|
395
395
|
```ruby
|
|
@@ -399,8 +399,8 @@ require 'ruby-esi'
|
|
|
399
399
|
api_instance = ESI::FactionWarfareApi.new
|
|
400
400
|
|
|
401
401
|
opts = {
|
|
402
|
-
datasource:
|
|
403
|
-
if_none_match:
|
|
402
|
+
datasource: 'tranquility', # String | The server name you would like data from
|
|
403
|
+
if_none_match: 'if_none_match_example', # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
|
404
404
|
}
|
|
405
405
|
|
|
406
406
|
begin
|
data/docs/FittingsApi.md
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
# ESI::FittingsApi
|
|
2
2
|
|
|
3
|
-
All URIs are relative to *https://esi.evetech.net*
|
|
3
|
+
All URIs are relative to *https://esi.evetech.net/latest*
|
|
4
4
|
|
|
5
5
|
Method | HTTP request | Description
|
|
6
6
|
------------- | ------------- | -------------
|
|
7
|
-
[**delete_characters_character_id_fittings_fitting_id**](FittingsApi.md#delete_characters_character_id_fittings_fitting_id) | **DELETE** /
|
|
8
|
-
[**get_characters_character_id_fittings**](FittingsApi.md#get_characters_character_id_fittings) | **GET** /
|
|
9
|
-
[**post_characters_character_id_fittings**](FittingsApi.md#post_characters_character_id_fittings) | **POST** /
|
|
7
|
+
[**delete_characters_character_id_fittings_fitting_id**](FittingsApi.md#delete_characters_character_id_fittings_fitting_id) | **DELETE** /characters/{character_id}/fittings/{fitting_id}/ | Delete fitting
|
|
8
|
+
[**get_characters_character_id_fittings**](FittingsApi.md#get_characters_character_id_fittings) | **GET** /characters/{character_id}/fittings/ | Get fittings
|
|
9
|
+
[**post_characters_character_id_fittings**](FittingsApi.md#post_characters_character_id_fittings) | **POST** /characters/{character_id}/fittings/ | Create fitting
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
# **delete_characters_character_id_fittings_fitting_id**
|
|
@@ -14,7 +14,7 @@ Method | HTTP request | Description
|
|
|
14
14
|
|
|
15
15
|
Delete fitting
|
|
16
16
|
|
|
17
|
-
Delete a fitting from a character ---
|
|
17
|
+
Delete a fitting from a character --- Alternate route: `/dev/characters/{character_id}/fittings/{fitting_id}/` Alternate route: `/legacy/characters/{character_id}/fittings/{fitting_id}/` Alternate route: `/v1/characters/{character_id}/fittings/{fitting_id}/`
|
|
18
18
|
|
|
19
19
|
### Example
|
|
20
20
|
```ruby
|
|
@@ -33,8 +33,8 @@ character_id = 56 # Integer | An EVE character ID
|
|
|
33
33
|
fitting_id = 56 # Integer | ID for a fitting of this character
|
|
34
34
|
|
|
35
35
|
opts = {
|
|
36
|
-
datasource:
|
|
37
|
-
token:
|
|
36
|
+
datasource: 'tranquility', # String | The server name you would like data from
|
|
37
|
+
token: 'token_example' # String | Access token to use if unable to set a header
|
|
38
38
|
}
|
|
39
39
|
|
|
40
40
|
begin
|
|
@@ -74,7 +74,7 @@ nil (empty response body)
|
|
|
74
74
|
|
|
75
75
|
Get fittings
|
|
76
76
|
|
|
77
|
-
Return fittings of a character --- This route is cached for up to 300 seconds
|
|
77
|
+
Return fittings of a character --- Alternate route: `/dev/characters/{character_id}/fittings/` Alternate route: `/v2/characters/{character_id}/fittings/` --- This route is cached for up to 300 seconds
|
|
78
78
|
|
|
79
79
|
### Example
|
|
80
80
|
```ruby
|
|
@@ -91,9 +91,9 @@ api_instance = ESI::FittingsApi.new
|
|
|
91
91
|
character_id = 56 # Integer | An EVE character ID
|
|
92
92
|
|
|
93
93
|
opts = {
|
|
94
|
-
datasource:
|
|
95
|
-
if_none_match:
|
|
96
|
-
token:
|
|
94
|
+
datasource: 'tranquility', # String | The server name you would like data from
|
|
95
|
+
if_none_match: 'if_none_match_example', # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
|
96
|
+
token: 'token_example' # String | Access token to use if unable to set a header
|
|
97
97
|
}
|
|
98
98
|
|
|
99
99
|
begin
|
|
@@ -134,7 +134,7 @@ Name | Type | Description | Notes
|
|
|
134
134
|
|
|
135
135
|
Create fitting
|
|
136
136
|
|
|
137
|
-
Save a new fitting for a character ---
|
|
137
|
+
Save a new fitting for a character --- Alternate route: `/dev/characters/{character_id}/fittings/` Alternate route: `/v2/characters/{character_id}/fittings/`
|
|
138
138
|
|
|
139
139
|
### Example
|
|
140
140
|
```ruby
|
|
@@ -153,8 +153,8 @@ character_id = 56 # Integer | An EVE character ID
|
|
|
153
153
|
fitting = ESI::PostCharactersCharacterIdFittingsFitting.new # PostCharactersCharacterIdFittingsFitting | Details about the new fitting
|
|
154
154
|
|
|
155
155
|
opts = {
|
|
156
|
-
datasource:
|
|
157
|
-
token:
|
|
156
|
+
datasource: 'tranquility', # String | The server name you would like data from
|
|
157
|
+
token: 'token_example' # String | Access token to use if unable to set a header
|
|
158
158
|
}
|
|
159
159
|
|
|
160
160
|
begin
|
data/docs/FleetsApi.md
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
# ESI::FleetsApi
|
|
2
2
|
|
|
3
|
-
All URIs are relative to *https://esi.evetech.net*
|
|
3
|
+
All URIs are relative to *https://esi.evetech.net/latest*
|
|
4
4
|
|
|
5
5
|
Method | HTTP request | Description
|
|
6
6
|
------------- | ------------- | -------------
|
|
7
|
-
[**delete_fleets_fleet_id_members_member_id**](FleetsApi.md#delete_fleets_fleet_id_members_member_id) | **DELETE** /
|
|
8
|
-
[**delete_fleets_fleet_id_squads_squad_id**](FleetsApi.md#delete_fleets_fleet_id_squads_squad_id) | **DELETE** /
|
|
9
|
-
[**delete_fleets_fleet_id_wings_wing_id**](FleetsApi.md#delete_fleets_fleet_id_wings_wing_id) | **DELETE** /
|
|
10
|
-
[**get_characters_character_id_fleet**](FleetsApi.md#get_characters_character_id_fleet) | **GET** /
|
|
11
|
-
[**get_fleets_fleet_id**](FleetsApi.md#get_fleets_fleet_id) | **GET** /
|
|
12
|
-
[**get_fleets_fleet_id_members**](FleetsApi.md#get_fleets_fleet_id_members) | **GET** /
|
|
13
|
-
[**get_fleets_fleet_id_wings**](FleetsApi.md#get_fleets_fleet_id_wings) | **GET** /
|
|
14
|
-
[**post_fleets_fleet_id_members**](FleetsApi.md#post_fleets_fleet_id_members) | **POST** /
|
|
15
|
-
[**post_fleets_fleet_id_wings**](FleetsApi.md#post_fleets_fleet_id_wings) | **POST** /
|
|
16
|
-
[**post_fleets_fleet_id_wings_wing_id_squads**](FleetsApi.md#post_fleets_fleet_id_wings_wing_id_squads) | **POST** /
|
|
17
|
-
[**put_fleets_fleet_id**](FleetsApi.md#put_fleets_fleet_id) | **PUT** /
|
|
18
|
-
[**put_fleets_fleet_id_members_member_id**](FleetsApi.md#put_fleets_fleet_id_members_member_id) | **PUT** /
|
|
19
|
-
[**put_fleets_fleet_id_squads_squad_id**](FleetsApi.md#put_fleets_fleet_id_squads_squad_id) | **PUT** /
|
|
20
|
-
[**put_fleets_fleet_id_wings_wing_id**](FleetsApi.md#put_fleets_fleet_id_wings_wing_id) | **PUT** /
|
|
7
|
+
[**delete_fleets_fleet_id_members_member_id**](FleetsApi.md#delete_fleets_fleet_id_members_member_id) | **DELETE** /fleets/{fleet_id}/members/{member_id}/ | Kick fleet member
|
|
8
|
+
[**delete_fleets_fleet_id_squads_squad_id**](FleetsApi.md#delete_fleets_fleet_id_squads_squad_id) | **DELETE** /fleets/{fleet_id}/squads/{squad_id}/ | Delete fleet squad
|
|
9
|
+
[**delete_fleets_fleet_id_wings_wing_id**](FleetsApi.md#delete_fleets_fleet_id_wings_wing_id) | **DELETE** /fleets/{fleet_id}/wings/{wing_id}/ | Delete fleet wing
|
|
10
|
+
[**get_characters_character_id_fleet**](FleetsApi.md#get_characters_character_id_fleet) | **GET** /characters/{character_id}/fleet/ | Get character fleet info
|
|
11
|
+
[**get_fleets_fleet_id**](FleetsApi.md#get_fleets_fleet_id) | **GET** /fleets/{fleet_id}/ | Get fleet information
|
|
12
|
+
[**get_fleets_fleet_id_members**](FleetsApi.md#get_fleets_fleet_id_members) | **GET** /fleets/{fleet_id}/members/ | Get fleet members
|
|
13
|
+
[**get_fleets_fleet_id_wings**](FleetsApi.md#get_fleets_fleet_id_wings) | **GET** /fleets/{fleet_id}/wings/ | Get fleet wings
|
|
14
|
+
[**post_fleets_fleet_id_members**](FleetsApi.md#post_fleets_fleet_id_members) | **POST** /fleets/{fleet_id}/members/ | Create fleet invitation
|
|
15
|
+
[**post_fleets_fleet_id_wings**](FleetsApi.md#post_fleets_fleet_id_wings) | **POST** /fleets/{fleet_id}/wings/ | Create fleet wing
|
|
16
|
+
[**post_fleets_fleet_id_wings_wing_id_squads**](FleetsApi.md#post_fleets_fleet_id_wings_wing_id_squads) | **POST** /fleets/{fleet_id}/wings/{wing_id}/squads/ | Create fleet squad
|
|
17
|
+
[**put_fleets_fleet_id**](FleetsApi.md#put_fleets_fleet_id) | **PUT** /fleets/{fleet_id}/ | Update fleet
|
|
18
|
+
[**put_fleets_fleet_id_members_member_id**](FleetsApi.md#put_fleets_fleet_id_members_member_id) | **PUT** /fleets/{fleet_id}/members/{member_id}/ | Move fleet member
|
|
19
|
+
[**put_fleets_fleet_id_squads_squad_id**](FleetsApi.md#put_fleets_fleet_id_squads_squad_id) | **PUT** /fleets/{fleet_id}/squads/{squad_id}/ | Rename fleet squad
|
|
20
|
+
[**put_fleets_fleet_id_wings_wing_id**](FleetsApi.md#put_fleets_fleet_id_wings_wing_id) | **PUT** /fleets/{fleet_id}/wings/{wing_id}/ | Rename fleet wing
|
|
21
21
|
|
|
22
22
|
|
|
23
23
|
# **delete_fleets_fleet_id_members_member_id**
|
|
@@ -25,7 +25,7 @@ Method | HTTP request | Description
|
|
|
25
25
|
|
|
26
26
|
Kick fleet member
|
|
27
27
|
|
|
28
|
-
Kick a fleet member ---
|
|
28
|
+
Kick a fleet member --- Alternate route: `/dev/fleets/{fleet_id}/members/{member_id}/` Alternate route: `/legacy/fleets/{fleet_id}/members/{member_id}/` Alternate route: `/v1/fleets/{fleet_id}/members/{member_id}/`
|
|
29
29
|
|
|
30
30
|
### Example
|
|
31
31
|
```ruby
|
|
@@ -44,8 +44,8 @@ fleet_id = 789 # Integer | ID for a fleet
|
|
|
44
44
|
member_id = 56 # Integer | The character ID of a member in this fleet
|
|
45
45
|
|
|
46
46
|
opts = {
|
|
47
|
-
datasource:
|
|
48
|
-
token:
|
|
47
|
+
datasource: 'tranquility', # String | The server name you would like data from
|
|
48
|
+
token: 'token_example' # String | Access token to use if unable to set a header
|
|
49
49
|
}
|
|
50
50
|
|
|
51
51
|
begin
|
|
@@ -85,7 +85,7 @@ nil (empty response body)
|
|
|
85
85
|
|
|
86
86
|
Delete fleet squad
|
|
87
87
|
|
|
88
|
-
Delete a fleet squad, only empty squads can be deleted ---
|
|
88
|
+
Delete a fleet squad, only empty squads can be deleted --- Alternate route: `/dev/fleets/{fleet_id}/squads/{squad_id}/` Alternate route: `/legacy/fleets/{fleet_id}/squads/{squad_id}/` Alternate route: `/v1/fleets/{fleet_id}/squads/{squad_id}/`
|
|
89
89
|
|
|
90
90
|
### Example
|
|
91
91
|
```ruby
|
|
@@ -104,8 +104,8 @@ fleet_id = 789 # Integer | ID for a fleet
|
|
|
104
104
|
squad_id = 789 # Integer | The squad to delete
|
|
105
105
|
|
|
106
106
|
opts = {
|
|
107
|
-
datasource:
|
|
108
|
-
token:
|
|
107
|
+
datasource: 'tranquility', # String | The server name you would like data from
|
|
108
|
+
token: 'token_example' # String | Access token to use if unable to set a header
|
|
109
109
|
}
|
|
110
110
|
|
|
111
111
|
begin
|
|
@@ -145,7 +145,7 @@ nil (empty response body)
|
|
|
145
145
|
|
|
146
146
|
Delete fleet wing
|
|
147
147
|
|
|
148
|
-
Delete a fleet wing, only empty wings can be deleted. The wing may contain squads, but the squads must be empty ---
|
|
148
|
+
Delete a fleet wing, only empty wings can be deleted. The wing may contain squads, but the squads must be empty --- Alternate route: `/dev/fleets/{fleet_id}/wings/{wing_id}/` Alternate route: `/legacy/fleets/{fleet_id}/wings/{wing_id}/` Alternate route: `/v1/fleets/{fleet_id}/wings/{wing_id}/`
|
|
149
149
|
|
|
150
150
|
### Example
|
|
151
151
|
```ruby
|
|
@@ -164,8 +164,8 @@ fleet_id = 789 # Integer | ID for a fleet
|
|
|
164
164
|
wing_id = 789 # Integer | The wing to delete
|
|
165
165
|
|
|
166
166
|
opts = {
|
|
167
|
-
datasource:
|
|
168
|
-
token:
|
|
167
|
+
datasource: 'tranquility', # String | The server name you would like data from
|
|
168
|
+
token: 'token_example' # String | Access token to use if unable to set a header
|
|
169
169
|
}
|
|
170
170
|
|
|
171
171
|
begin
|
|
@@ -205,7 +205,7 @@ nil (empty response body)
|
|
|
205
205
|
|
|
206
206
|
Get character fleet info
|
|
207
207
|
|
|
208
|
-
Return the fleet ID the character is in, if any. --- This route is cached for up to 60 seconds
|
|
208
|
+
Return the fleet ID the character is in, if any. --- Alternate route: `/legacy/characters/{character_id}/fleet/` Alternate route: `/v1/characters/{character_id}/fleet/` --- This route is cached for up to 60 seconds --- Warning: This route has an upgrade available --- [Diff of the upcoming changes](https://esi.evetech.net/diff/latest/dev/#GET-/characters/{character_id}/fleet/)
|
|
209
209
|
|
|
210
210
|
### Example
|
|
211
211
|
```ruby
|
|
@@ -222,9 +222,9 @@ api_instance = ESI::FleetsApi.new
|
|
|
222
222
|
character_id = 56 # Integer | An EVE character ID
|
|
223
223
|
|
|
224
224
|
opts = {
|
|
225
|
-
datasource:
|
|
226
|
-
if_none_match:
|
|
227
|
-
token:
|
|
225
|
+
datasource: 'tranquility', # String | The server name you would like data from
|
|
226
|
+
if_none_match: 'if_none_match_example', # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
|
227
|
+
token: 'token_example' # String | Access token to use if unable to set a header
|
|
228
228
|
}
|
|
229
229
|
|
|
230
230
|
begin
|
|
@@ -265,7 +265,7 @@ Name | Type | Description | Notes
|
|
|
265
265
|
|
|
266
266
|
Get fleet information
|
|
267
267
|
|
|
268
|
-
Return details about a fleet --- This route is cached for up to 5 seconds
|
|
268
|
+
Return details about a fleet --- Alternate route: `/dev/fleets/{fleet_id}/` Alternate route: `/legacy/fleets/{fleet_id}/` Alternate route: `/v1/fleets/{fleet_id}/` --- This route is cached for up to 5 seconds
|
|
269
269
|
|
|
270
270
|
### Example
|
|
271
271
|
```ruby
|
|
@@ -282,9 +282,9 @@ api_instance = ESI::FleetsApi.new
|
|
|
282
282
|
fleet_id = 789 # Integer | ID for a fleet
|
|
283
283
|
|
|
284
284
|
opts = {
|
|
285
|
-
datasource:
|
|
286
|
-
if_none_match:
|
|
287
|
-
token:
|
|
285
|
+
datasource: 'tranquility', # String | The server name you would like data from
|
|
286
|
+
if_none_match: 'if_none_match_example', # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
|
287
|
+
token: 'token_example' # String | Access token to use if unable to set a header
|
|
288
288
|
}
|
|
289
289
|
|
|
290
290
|
begin
|
|
@@ -325,7 +325,7 @@ Name | Type | Description | Notes
|
|
|
325
325
|
|
|
326
326
|
Get fleet members
|
|
327
327
|
|
|
328
|
-
Return information about fleet members --- This route is cached for up to 5 seconds
|
|
328
|
+
Return information about fleet members --- Alternate route: `/dev/fleets/{fleet_id}/members/` Alternate route: `/legacy/fleets/{fleet_id}/members/` Alternate route: `/v1/fleets/{fleet_id}/members/` --- This route is cached for up to 5 seconds
|
|
329
329
|
|
|
330
330
|
### Example
|
|
331
331
|
```ruby
|
|
@@ -342,11 +342,11 @@ api_instance = ESI::FleetsApi.new
|
|
|
342
342
|
fleet_id = 789 # Integer | ID for a fleet
|
|
343
343
|
|
|
344
344
|
opts = {
|
|
345
|
-
accept_language:
|
|
346
|
-
datasource:
|
|
347
|
-
if_none_match:
|
|
348
|
-
language:
|
|
349
|
-
token:
|
|
345
|
+
accept_language: 'en-us', # String | Language to use in the response
|
|
346
|
+
datasource: 'tranquility', # String | The server name you would like data from
|
|
347
|
+
if_none_match: 'if_none_match_example', # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
|
348
|
+
language: 'en-us' # String | Language to use in the response, takes precedence over Accept-Language
|
|
349
|
+
token: 'token_example' # String | Access token to use if unable to set a header
|
|
350
350
|
}
|
|
351
351
|
|
|
352
352
|
begin
|
|
@@ -389,7 +389,7 @@ Name | Type | Description | Notes
|
|
|
389
389
|
|
|
390
390
|
Get fleet wings
|
|
391
391
|
|
|
392
|
-
Return information about wings in a fleet --- This route is cached for up to 5 seconds
|
|
392
|
+
Return information about wings in a fleet --- Alternate route: `/dev/fleets/{fleet_id}/wings/` Alternate route: `/legacy/fleets/{fleet_id}/wings/` Alternate route: `/v1/fleets/{fleet_id}/wings/` --- This route is cached for up to 5 seconds
|
|
393
393
|
|
|
394
394
|
### Example
|
|
395
395
|
```ruby
|
|
@@ -406,11 +406,11 @@ api_instance = ESI::FleetsApi.new
|
|
|
406
406
|
fleet_id = 789 # Integer | ID for a fleet
|
|
407
407
|
|
|
408
408
|
opts = {
|
|
409
|
-
accept_language:
|
|
410
|
-
datasource:
|
|
411
|
-
if_none_match:
|
|
412
|
-
language:
|
|
413
|
-
token:
|
|
409
|
+
accept_language: 'en-us', # String | Language to use in the response
|
|
410
|
+
datasource: 'tranquility', # String | The server name you would like data from
|
|
411
|
+
if_none_match: 'if_none_match_example', # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
|
412
|
+
language: 'en-us' # String | Language to use in the response, takes precedence over Accept-Language
|
|
413
|
+
token: 'token_example' # String | Access token to use if unable to set a header
|
|
414
414
|
}
|
|
415
415
|
|
|
416
416
|
begin
|
|
@@ -453,7 +453,7 @@ Name | Type | Description | Notes
|
|
|
453
453
|
|
|
454
454
|
Create fleet invitation
|
|
455
455
|
|
|
456
|
-
Invite a character into the fleet. If a character has a CSPA charge set it is not possible to invite them to the fleet using ESI ---
|
|
456
|
+
Invite a character into the fleet. If a character has a CSPA charge set it is not possible to invite them to the fleet using ESI --- Alternate route: `/dev/fleets/{fleet_id}/members/` Alternate route: `/legacy/fleets/{fleet_id}/members/` Alternate route: `/v1/fleets/{fleet_id}/members/`
|
|
457
457
|
|
|
458
458
|
### Example
|
|
459
459
|
```ruby
|
|
@@ -472,8 +472,8 @@ fleet_id = 789 # Integer | ID for a fleet
|
|
|
472
472
|
invitation = ESI::PostFleetsFleetIdMembersInvitation.new # PostFleetsFleetIdMembersInvitation | Details of the invitation
|
|
473
473
|
|
|
474
474
|
opts = {
|
|
475
|
-
datasource:
|
|
476
|
-
token:
|
|
475
|
+
datasource: 'tranquility', # String | The server name you would like data from
|
|
476
|
+
token: 'token_example' # String | Access token to use if unable to set a header
|
|
477
477
|
}
|
|
478
478
|
|
|
479
479
|
begin
|
|
@@ -513,7 +513,7 @@ nil (empty response body)
|
|
|
513
513
|
|
|
514
514
|
Create fleet wing
|
|
515
515
|
|
|
516
|
-
Create a new wing in a fleet ---
|
|
516
|
+
Create a new wing in a fleet --- Alternate route: `/dev/fleets/{fleet_id}/wings/` Alternate route: `/legacy/fleets/{fleet_id}/wings/` Alternate route: `/v1/fleets/{fleet_id}/wings/`
|
|
517
517
|
|
|
518
518
|
### Example
|
|
519
519
|
```ruby
|
|
@@ -530,8 +530,8 @@ api_instance = ESI::FleetsApi.new
|
|
|
530
530
|
fleet_id = 789 # Integer | ID for a fleet
|
|
531
531
|
|
|
532
532
|
opts = {
|
|
533
|
-
datasource:
|
|
534
|
-
token:
|
|
533
|
+
datasource: 'tranquility', # String | The server name you would like data from
|
|
534
|
+
token: 'token_example' # String | Access token to use if unable to set a header
|
|
535
535
|
}
|
|
536
536
|
|
|
537
537
|
begin
|
|
@@ -571,7 +571,7 @@ Name | Type | Description | Notes
|
|
|
571
571
|
|
|
572
572
|
Create fleet squad
|
|
573
573
|
|
|
574
|
-
Create a new squad in a fleet ---
|
|
574
|
+
Create a new squad in a fleet --- Alternate route: `/dev/fleets/{fleet_id}/wings/{wing_id}/squads/` Alternate route: `/legacy/fleets/{fleet_id}/wings/{wing_id}/squads/` Alternate route: `/v1/fleets/{fleet_id}/wings/{wing_id}/squads/`
|
|
575
575
|
|
|
576
576
|
### Example
|
|
577
577
|
```ruby
|
|
@@ -590,8 +590,8 @@ fleet_id = 789 # Integer | ID for a fleet
|
|
|
590
590
|
wing_id = 789 # Integer | The wing_id to create squad in
|
|
591
591
|
|
|
592
592
|
opts = {
|
|
593
|
-
datasource:
|
|
594
|
-
token:
|
|
593
|
+
datasource: 'tranquility', # String | The server name you would like data from
|
|
594
|
+
token: 'token_example' # String | Access token to use if unable to set a header
|
|
595
595
|
}
|
|
596
596
|
|
|
597
597
|
begin
|
|
@@ -632,7 +632,7 @@ Name | Type | Description | Notes
|
|
|
632
632
|
|
|
633
633
|
Update fleet
|
|
634
634
|
|
|
635
|
-
Update settings about a fleet ---
|
|
635
|
+
Update settings about a fleet --- Alternate route: `/dev/fleets/{fleet_id}/` Alternate route: `/legacy/fleets/{fleet_id}/` Alternate route: `/v1/fleets/{fleet_id}/`
|
|
636
636
|
|
|
637
637
|
### Example
|
|
638
638
|
```ruby
|
|
@@ -651,8 +651,8 @@ fleet_id = 789 # Integer | ID for a fleet
|
|
|
651
651
|
new_settings = ESI::PutFleetsFleetIdNewSettings.new # PutFleetsFleetIdNewSettings | What to update for this fleet
|
|
652
652
|
|
|
653
653
|
opts = {
|
|
654
|
-
datasource:
|
|
655
|
-
token:
|
|
654
|
+
datasource: 'tranquility', # String | The server name you would like data from
|
|
655
|
+
token: 'token_example' # String | Access token to use if unable to set a header
|
|
656
656
|
}
|
|
657
657
|
|
|
658
658
|
begin
|
|
@@ -692,7 +692,7 @@ nil (empty response body)
|
|
|
692
692
|
|
|
693
693
|
Move fleet member
|
|
694
694
|
|
|
695
|
-
Move a fleet member around ---
|
|
695
|
+
Move a fleet member around --- Alternate route: `/dev/fleets/{fleet_id}/members/{member_id}/` Alternate route: `/legacy/fleets/{fleet_id}/members/{member_id}/` Alternate route: `/v1/fleets/{fleet_id}/members/{member_id}/`
|
|
696
696
|
|
|
697
697
|
### Example
|
|
698
698
|
```ruby
|
|
@@ -713,8 +713,8 @@ member_id = 56 # Integer | The character ID of a member in this fleet
|
|
|
713
713
|
movement = ESI::PutFleetsFleetIdMembersMemberIdMovement.new # PutFleetsFleetIdMembersMemberIdMovement | Details of the invitation
|
|
714
714
|
|
|
715
715
|
opts = {
|
|
716
|
-
datasource:
|
|
717
|
-
token:
|
|
716
|
+
datasource: 'tranquility', # String | The server name you would like data from
|
|
717
|
+
token: 'token_example' # String | Access token to use if unable to set a header
|
|
718
718
|
}
|
|
719
719
|
|
|
720
720
|
begin
|
|
@@ -755,7 +755,7 @@ nil (empty response body)
|
|
|
755
755
|
|
|
756
756
|
Rename fleet squad
|
|
757
757
|
|
|
758
|
-
Rename a fleet squad ---
|
|
758
|
+
Rename a fleet squad --- Alternate route: `/dev/fleets/{fleet_id}/squads/{squad_id}/` Alternate route: `/legacy/fleets/{fleet_id}/squads/{squad_id}/` Alternate route: `/v1/fleets/{fleet_id}/squads/{squad_id}/`
|
|
759
759
|
|
|
760
760
|
### Example
|
|
761
761
|
```ruby
|
|
@@ -776,8 +776,8 @@ naming = ESI::PutFleetsFleetIdSquadsSquadIdNaming.new # PutFleetsFleetIdSquadsSq
|
|
|
776
776
|
squad_id = 789 # Integer | The squad to rename
|
|
777
777
|
|
|
778
778
|
opts = {
|
|
779
|
-
datasource:
|
|
780
|
-
token:
|
|
779
|
+
datasource: 'tranquility', # String | The server name you would like data from
|
|
780
|
+
token: 'token_example' # String | Access token to use if unable to set a header
|
|
781
781
|
}
|
|
782
782
|
|
|
783
783
|
begin
|
|
@@ -818,7 +818,7 @@ nil (empty response body)
|
|
|
818
818
|
|
|
819
819
|
Rename fleet wing
|
|
820
820
|
|
|
821
|
-
Rename a fleet wing ---
|
|
821
|
+
Rename a fleet wing --- Alternate route: `/dev/fleets/{fleet_id}/wings/{wing_id}/` Alternate route: `/legacy/fleets/{fleet_id}/wings/{wing_id}/` Alternate route: `/v1/fleets/{fleet_id}/wings/{wing_id}/`
|
|
822
822
|
|
|
823
823
|
### Example
|
|
824
824
|
```ruby
|
|
@@ -839,8 +839,8 @@ naming = ESI::PutFleetsFleetIdWingsWingIdNaming.new # PutFleetsFleetIdWingsWingI
|
|
|
839
839
|
wing_id = 789 # Integer | The wing to rename
|
|
840
840
|
|
|
841
841
|
opts = {
|
|
842
|
-
datasource:
|
|
843
|
-
token:
|
|
842
|
+
datasource: 'tranquility', # String | The server name you would like data from
|
|
843
|
+
token: 'token_example' # String | Access token to use if unable to set a header
|
|
844
844
|
}
|
|
845
845
|
|
|
846
846
|
begin
|