esi-client-bvv 1.0.3 → 1.0.4
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 +29 -36
- data/docs/AllianceApi.md +0 -74
- data/docs/AssetsApi.md +6 -30
- data/docs/BookmarksApi.md +4 -20
- data/docs/CalendarApi.md +4 -20
- data/docs/CharacterApi.md +11 -131
- data/docs/ClonesApi.md +2 -10
- data/docs/ContactsApi.md +25 -61
- data/docs/ContractsApi.md +10 -34
- data/docs/CorporationApi.md +22 -301
- data/docs/DogmaApi.md +57 -16
- data/docs/ErrorLimited.md +8 -0
- data/docs/FactionWarfareApi.md +4 -36
- data/docs/FittingsApi.md +3 -15
- data/docs/FleetsApi.md +22 -74
- data/docs/Forbidden.md +1 -1
- data/docs/GatewayTimeout.md +9 -0
- data/docs/GetAlliancesAllianceIdContacts200Ok.md +1 -1
- data/docs/GetCharactersCharacterIdAssets200Ok.md +1 -0
- data/docs/GetCharactersCharacterIdContacts200Ok.md +1 -1
- data/docs/GetCorporationsCorporationIdAssets200Ok.md +1 -0
- data/docs/GetCorporationsCorporationIdContacts200Ok.md +1 -1
- data/docs/GetCorporationsCorporationIdContractsContractIdItemsError520.md +8 -0
- data/docs/GetCorporationsCorporationIdOrders200Ok.md +1 -0
- data/docs/GetCorporationsCorporationIdOrdersHistory200Ok.md +2 -1
- data/docs/GetCorporationsCorporationIdWalletsDivisionTransactions200Ok.md +1 -1
- data/docs/GetDogmaDynamicItemsTypeIdItemIdDogmaAttribute.md +9 -0
- data/docs/GetDogmaDynamicItemsTypeIdItemIdDogmaEffect.md +9 -0
- data/docs/GetDogmaDynamicItemsTypeIdItemIdNotFound.md +8 -0
- data/docs/GetDogmaDynamicItemsTypeIdItemIdOk.md +12 -0
- data/docs/GetFwSystems200Ok.md +1 -1
- data/docs/GetMarketsRegionIdHistoryError520.md +8 -0
- data/docs/GetUniverseStructuresStructureIdOk.md +1 -0
- data/docs/GetUniverseSystemsSystemIdOk.md +2 -2
- data/docs/IncursionsApi.md +0 -4
- data/docs/IndustryApi.md +6 -38
- data/docs/InsuranceApi.md +4 -6
- data/docs/KillmailsApi.md +14 -28
- data/docs/LocationApi.md +3 -15
- data/docs/LoyaltyApi.md +1 -9
- data/docs/MailApi.md +9 -45
- data/docs/MarketApi.md +12 -54
- data/docs/OpportunitiesApi.md +5 -23
- data/docs/PlanetaryInteractionApi.md +3 -19
- data/docs/PostCharactersCharacterIdContactsError520.md +8 -0
- data/docs/PostCharactersCharacterIdMailError520.md +8 -0
- data/docs/RoutesApi.md +0 -4
- data/docs/SearchApi.md +10 -14
- data/docs/SkillsApi.md +3 -15
- data/docs/SovereigntyApi.md +0 -12
- data/docs/StatusApi.md +0 -4
- data/docs/UniverseApi.md +49 -147
- data/docs/UserInterfaceApi.md +5 -25
- data/docs/WalletApi.md +6 -30
- data/docs/WarsApi.md +1 -13
- data/esi-client-bvv.gemspec +1 -1
- data/lib/esi-client-bvv.rb +11 -11
- data/lib/esi-client-bvv/api/alliance_api.rb +1 -104
- data/lib/esi-client-bvv/api/assets_api.rb +1 -37
- data/lib/esi-client-bvv/api/bookmarks_api.rb +1 -25
- data/lib/esi-client-bvv/api/calendar_api.rb +1 -25
- data/lib/esi-client-bvv/api/character_api.rb +1 -173
- data/lib/esi-client-bvv/api/clones_api.rb +1 -13
- data/lib/esi-client-bvv/api/contacts_api.rb +30 -76
- data/lib/esi-client-bvv/api/contracts_api.rb +5 -41
- data/lib/esi-client-bvv/api/corporation_api.rb +9 -381
- data/lib/esi-client-bvv/api/dogma_api.rb +71 -25
- data/lib/esi-client-bvv/api/faction_warfare_api.rb +4 -52
- data/lib/esi-client-bvv/api/fittings_api.rb +1 -19
- data/lib/esi-client-bvv/api/fleets_api.rb +17 -89
- data/lib/esi-client-bvv/api/incursions_api.rb +1 -7
- data/lib/esi-client-bvv/api/industry_api.rb +1 -49
- data/lib/esi-client-bvv/api/insurance_api.rb +9 -9
- data/lib/esi-client-bvv/api/killmails_api.rb +21 -38
- data/lib/esi-client-bvv/api/location_api.rb +1 -19
- data/lib/esi-client-bvv/api/loyalty_api.rb +1 -13
- data/lib/esi-client-bvv/api/mail_api.rb +1 -55
- data/lib/esi-client-bvv/api/market_api.rb +11 -71
- data/lib/esi-client-bvv/api/opportunities_api.rb +9 -33
- data/lib/esi-client-bvv/api/planetary_interaction_api.rb +1 -25
- data/lib/esi-client-bvv/api/routes_api.rb +1 -7
- data/lib/esi-client-bvv/api/search_api.rb +17 -17
- data/lib/esi-client-bvv/api/skills_api.rb +1 -19
- data/lib/esi-client-bvv/api/sovereignty_api.rb +1 -19
- data/lib/esi-client-bvv/api/status_api.rb +1 -7
- data/lib/esi-client-bvv/api/universe_api.rb +95 -209
- data/lib/esi-client-bvv/api/user_interface_api.rb +1 -31
- data/lib/esi-client-bvv/api/wallet_api.rb +1 -37
- data/lib/esi-client-bvv/api/wars_api.rb +1 -19
- data/lib/esi-client-bvv/api_client.rb +1 -1
- data/lib/esi-client-bvv/api_error.rb +1 -1
- data/lib/esi-client-bvv/configuration.rb +1 -1
- data/lib/esi-client-bvv/models/bad_request.rb +1 -1
- data/lib/esi-client-bvv/models/delete_characters_character_id_mail_labels_label_id_unprocessable_entity.rb +1 -1
- data/lib/esi-client-bvv/models/delete_fleets_fleet_id_members_member_id_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/delete_fleets_fleet_id_squads_squad_id_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/delete_fleets_fleet_id_wings_wing_id_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/error_limited.rb +194 -0
- data/lib/esi-client-bvv/models/forbidden.rb +2 -2
- data/lib/esi-client-bvv/models/gateway_timeout.rb +204 -0
- data/lib/esi-client-bvv/models/get_alliances_alliance_id_contacts_200_ok.rb +11 -9
- data/lib/esi-client-bvv/models/get_alliances_alliance_id_contacts_labels_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_alliances_alliance_id_icons_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/get_alliances_alliance_id_icons_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_alliances_alliance_id_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/get_alliances_alliance_id_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_agents_research_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_assets_200_ok.rb +14 -4
- data/lib/esi-client-bvv/models/get_characters_character_id_attributes_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_blueprints_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_bookmarks_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_bookmarks_coordinates.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_bookmarks_folders_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_bookmarks_item.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_calendar_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_calendar_event_id_attendees_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_calendar_event_id_attendees_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_calendar_event_id_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_calendar_event_id_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_clones_home_location.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_clones_jump_clone.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_clones_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_contacts_200_ok.rb +11 -9
- data/lib/esi-client-bvv/models/get_characters_character_id_contacts_labels_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_contracts_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_contracts_contract_id_bids_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_contracts_contract_id_bids_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_contracts_contract_id_items_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_contracts_contract_id_items_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_corporationhistory_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_fatigue_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_fittings_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_fittings_item.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_fleet_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_fleet_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_fw_stats_kills.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_fw_stats_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_fw_stats_victory_points.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_industry_jobs_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_killmails_recent_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_location_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_loyalty_points_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_mail_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_mail_labels_label.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_mail_labels_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_mail_lists_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_mail_mail_id_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_mail_mail_id_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_mail_mail_id_recipient.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_mail_recipient.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_medals_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_medals_graphic.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_mining_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_notifications_200_ok.rb +3 -3
- data/lib/esi-client-bvv/models/get_characters_character_id_notifications_contacts_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_online_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_opportunities_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_orders_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_orders_history_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_planets_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_planets_planet_id_content.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_planets_planet_id_extractor_details.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_planets_planet_id_factory_details.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_planets_planet_id_head.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_planets_planet_id_link.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_planets_planet_id_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_planets_planet_id_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_planets_planet_id_pin.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_planets_planet_id_route.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_portrait_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_portrait_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_roles_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_search_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_ship_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_skillqueue_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_skills_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_skills_skill.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_standings_200_ok.rb +1 -29
- data/lib/esi-client-bvv/models/get_characters_character_id_stats_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_stats_character.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_stats_combat.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_stats_industry.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_stats_inventory.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_stats_isk.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_stats_market.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_stats_mining.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_stats_module.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_stats_orbital.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_stats_pve.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_stats_social.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_stats_travel.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_titles_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_wallet_journal_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_wallet_transactions_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_corporation_corporation_id_mining_extractions_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_corporation_corporation_id_mining_observers_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_corporation_corporation_id_mining_observers_observer_id_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_corporations_corporation_id_alliancehistory_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_corporations_corporation_id_assets_200_ok.rb +12 -2
- data/lib/esi-client-bvv/models/get_corporations_corporation_id_blueprints_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_corporations_corporation_id_bookmarks_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_corporations_corporation_id_bookmarks_coordinates.rb +1 -1
- data/lib/esi-client-bvv/models/get_corporations_corporation_id_bookmarks_folders_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_corporations_corporation_id_bookmarks_item.rb +1 -1
- data/lib/esi-client-bvv/models/get_corporations_corporation_id_contacts_200_ok.rb +11 -9
- data/lib/esi-client-bvv/models/get_corporations_corporation_id_contacts_labels_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_corporations_corporation_id_containers_logs_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_corporations_corporation_id_contracts_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_corporations_corporation_id_contracts_contract_id_bids_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_corporations_corporation_id_contracts_contract_id_bids_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/get_corporations_corporation_id_contracts_contract_id_items_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_corporations_corporation_id_contracts_contract_id_items_error_520.rb +189 -0
- data/lib/esi-client-bvv/models/get_corporations_corporation_id_contracts_contract_id_items_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/get_corporations_corporation_id_customs_offices_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_corporations_corporation_id_divisions_hangar_hangar.rb +1 -1
- data/lib/esi-client-bvv/models/get_corporations_corporation_id_divisions_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_corporations_corporation_id_divisions_wallet_wallet.rb +1 -1
- data/lib/esi-client-bvv/models/get_corporations_corporation_id_facilities_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_corporations_corporation_id_fw_stats_kills.rb +1 -1
- data/lib/esi-client-bvv/models/get_corporations_corporation_id_fw_stats_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_corporations_corporation_id_fw_stats_victory_points.rb +1 -1
- data/lib/esi-client-bvv/models/get_corporations_corporation_id_icons_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/get_corporations_corporation_id_icons_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_corporations_corporation_id_industry_jobs_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_corporations_corporation_id_killmails_recent_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_corporations_corporation_id_medals_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_corporations_corporation_id_medals_issued_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_corporations_corporation_id_members_titles_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_corporations_corporation_id_membertracking_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_corporations_corporation_id_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/get_corporations_corporation_id_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_corporations_corporation_id_orders_200_ok.rb +17 -2
- data/lib/esi-client-bvv/models/get_corporations_corporation_id_orders_history_200_ok.rb +13 -3
- data/lib/esi-client-bvv/models/get_corporations_corporation_id_roles_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_corporations_corporation_id_roles_history_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_corporations_corporation_id_shareholders_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_corporations_corporation_id_standings_200_ok.rb +1 -29
- data/lib/esi-client-bvv/models/get_corporations_corporation_id_starbases_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_corporations_corporation_id_starbases_starbase_id_fuel.rb +1 -1
- data/lib/esi-client-bvv/models/get_corporations_corporation_id_starbases_starbase_id_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_corporations_corporation_id_structures_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_corporations_corporation_id_structures_service.rb +1 -1
- data/lib/esi-client-bvv/models/get_corporations_corporation_id_titles_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_corporations_corporation_id_wallets_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_corporations_corporation_id_wallets_division_journal_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_corporations_corporation_id_wallets_division_transactions_200_ok.rb +2 -2
- data/lib/esi-client-bvv/models/get_dogma_attributes_attribute_id_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/get_dogma_attributes_attribute_id_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_dogma_dynamic_items_type_id_item_id_dogma_attribute.rb +209 -0
- data/lib/esi-client-bvv/models/get_dogma_dynamic_items_type_id_item_id_dogma_effect.rb +209 -0
- data/lib/esi-client-bvv/models/get_dogma_dynamic_items_type_id_item_id_not_found.rb +189 -0
- data/lib/esi-client-bvv/models/get_dogma_dynamic_items_type_id_item_id_ok.rb +258 -0
- data/lib/esi-client-bvv/models/get_dogma_effects_effect_id_modifier.rb +1 -1
- data/lib/esi-client-bvv/models/get_dogma_effects_effect_id_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/get_dogma_effects_effect_id_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_fleets_fleet_id_members_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_fleets_fleet_id_members_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/get_fleets_fleet_id_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/get_fleets_fleet_id_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_fleets_fleet_id_wings_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_fleets_fleet_id_wings_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/get_fleets_fleet_id_wings_squad.rb +1 -1
- data/lib/esi-client-bvv/models/get_fw_leaderboards_active_total_active_total.rb +1 -1
- data/lib/esi-client-bvv/models/get_fw_leaderboards_active_total_active_total_1.rb +1 -1
- data/lib/esi-client-bvv/models/get_fw_leaderboards_characters_active_total_active_total.rb +1 -1
- data/lib/esi-client-bvv/models/get_fw_leaderboards_characters_active_total_active_total_1.rb +1 -1
- data/lib/esi-client-bvv/models/get_fw_leaderboards_characters_kills.rb +1 -1
- data/lib/esi-client-bvv/models/get_fw_leaderboards_characters_last_week_last_week.rb +1 -1
- data/lib/esi-client-bvv/models/get_fw_leaderboards_characters_last_week_last_week_1.rb +1 -1
- data/lib/esi-client-bvv/models/get_fw_leaderboards_characters_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_fw_leaderboards_characters_victory_points.rb +1 -1
- data/lib/esi-client-bvv/models/get_fw_leaderboards_characters_yesterday_yesterday.rb +1 -1
- data/lib/esi-client-bvv/models/get_fw_leaderboards_characters_yesterday_yesterday_1.rb +1 -1
- data/lib/esi-client-bvv/models/get_fw_leaderboards_corporations_active_total_active_total.rb +1 -1
- data/lib/esi-client-bvv/models/get_fw_leaderboards_corporations_active_total_active_total_1.rb +1 -1
- data/lib/esi-client-bvv/models/get_fw_leaderboards_corporations_kills.rb +1 -1
- data/lib/esi-client-bvv/models/get_fw_leaderboards_corporations_last_week_last_week.rb +1 -1
- data/lib/esi-client-bvv/models/get_fw_leaderboards_corporations_last_week_last_week_1.rb +1 -1
- data/lib/esi-client-bvv/models/get_fw_leaderboards_corporations_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_fw_leaderboards_corporations_victory_points.rb +1 -1
- data/lib/esi-client-bvv/models/get_fw_leaderboards_corporations_yesterday_yesterday.rb +1 -1
- data/lib/esi-client-bvv/models/get_fw_leaderboards_corporations_yesterday_yesterday_1.rb +1 -1
- data/lib/esi-client-bvv/models/get_fw_leaderboards_kills.rb +1 -1
- data/lib/esi-client-bvv/models/get_fw_leaderboards_last_week_last_week.rb +1 -1
- data/lib/esi-client-bvv/models/get_fw_leaderboards_last_week_last_week_1.rb +1 -1
- data/lib/esi-client-bvv/models/get_fw_leaderboards_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_fw_leaderboards_victory_points.rb +1 -1
- data/lib/esi-client-bvv/models/get_fw_leaderboards_yesterday_yesterday.rb +1 -1
- data/lib/esi-client-bvv/models/get_fw_leaderboards_yesterday_yesterday_1.rb +1 -1
- data/lib/esi-client-bvv/models/get_fw_stats_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_fw_stats_kills.rb +1 -1
- data/lib/esi-client-bvv/models/get_fw_stats_victory_points.rb +1 -1
- data/lib/esi-client-bvv/models/get_fw_systems_200_ok.rb +36 -3
- data/lib/esi-client-bvv/models/get_fw_wars_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_incursions_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_industry_facilities_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_industry_systems_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_industry_systems_cost_indice.rb +1 -1
- data/lib/esi-client-bvv/models/get_insurance_prices_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_insurance_prices_level.rb +1 -1
- data/lib/esi-client-bvv/models/get_killmails_killmail_id_killmail_hash_attacker.rb +1 -1
- data/lib/esi-client-bvv/models/get_killmails_killmail_id_killmail_hash_item.rb +1 -1
- data/lib/esi-client-bvv/models/get_killmails_killmail_id_killmail_hash_items_item.rb +1 -1
- data/lib/esi-client-bvv/models/get_killmails_killmail_id_killmail_hash_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_killmails_killmail_id_killmail_hash_position.rb +1 -1
- data/lib/esi-client-bvv/models/get_killmails_killmail_id_killmail_hash_unprocessable_entity.rb +1 -1
- data/lib/esi-client-bvv/models/get_killmails_killmail_id_killmail_hash_victim.rb +1 -1
- data/lib/esi-client-bvv/models/get_loyalty_stores_corporation_id_offers_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_loyalty_stores_corporation_id_offers_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/get_loyalty_stores_corporation_id_offers_required_item.rb +1 -1
- data/lib/esi-client-bvv/models/get_markets_groups_market_group_id_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/get_markets_groups_market_group_id_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_markets_prices_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_markets_region_id_history_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_markets_region_id_history_error_520.rb +189 -0
- data/lib/esi-client-bvv/models/get_markets_region_id_history_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/get_markets_region_id_history_unprocessable_entity.rb +1 -1
- data/lib/esi-client-bvv/models/get_markets_region_id_orders_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_markets_region_id_orders_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/get_markets_region_id_orders_unprocessable_entity.rb +1 -1
- data/lib/esi-client-bvv/models/get_markets_structures_structure_id_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_opportunities_groups_group_id_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_opportunities_tasks_task_id_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_route_origin_destination_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/get_search_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_sovereignty_campaigns_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_sovereignty_campaigns_participant.rb +1 -1
- data/lib/esi-client-bvv/models/get_sovereignty_map_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_sovereignty_structures_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_status_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_universe_ancestries_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_universe_asteroid_belts_asteroid_belt_id_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/get_universe_asteroid_belts_asteroid_belt_id_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_universe_asteroid_belts_asteroid_belt_id_position.rb +1 -1
- data/lib/esi-client-bvv/models/get_universe_bloodlines_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_universe_categories_category_id_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/get_universe_categories_category_id_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_universe_constellations_constellation_id_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/get_universe_constellations_constellation_id_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_universe_constellations_constellation_id_position.rb +1 -1
- data/lib/esi-client-bvv/models/get_universe_factions_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_universe_graphics_graphic_id_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/get_universe_graphics_graphic_id_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_universe_groups_group_id_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/get_universe_groups_group_id_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_universe_moons_moon_id_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/get_universe_moons_moon_id_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_universe_moons_moon_id_position.rb +1 -1
- data/lib/esi-client-bvv/models/get_universe_planets_planet_id_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/get_universe_planets_planet_id_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_universe_planets_planet_id_position.rb +1 -1
- data/lib/esi-client-bvv/models/get_universe_races_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_universe_regions_region_id_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/get_universe_regions_region_id_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_universe_schematics_schematic_id_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/get_universe_schematics_schematic_id_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_universe_stargates_stargate_id_destination.rb +1 -1
- data/lib/esi-client-bvv/models/get_universe_stargates_stargate_id_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/get_universe_stargates_stargate_id_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_universe_stargates_stargate_id_position.rb +1 -1
- data/lib/esi-client-bvv/models/get_universe_stars_star_id_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_universe_stations_station_id_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/get_universe_stations_station_id_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_universe_stations_station_id_position.rb +1 -1
- data/lib/esi-client-bvv/models/get_universe_structures_structure_id_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/get_universe_structures_structure_id_ok.rb +17 -2
- data/lib/esi-client-bvv/models/get_universe_structures_structure_id_position.rb +1 -1
- data/lib/esi-client-bvv/models/get_universe_system_jumps_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_universe_system_kills_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_universe_systems_system_id_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/get_universe_systems_system_id_ok.rb +1 -11
- data/lib/esi-client-bvv/models/get_universe_systems_system_id_planet.rb +1 -1
- data/lib/esi-client-bvv/models/get_universe_systems_system_id_position.rb +1 -1
- data/lib/esi-client-bvv/models/get_universe_types_type_id_dogma_attribute.rb +1 -1
- data/lib/esi-client-bvv/models/get_universe_types_type_id_dogma_effect.rb +1 -1
- data/lib/esi-client-bvv/models/get_universe_types_type_id_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/get_universe_types_type_id_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_wars_war_id_aggressor.rb +1 -1
- data/lib/esi-client-bvv/models/get_wars_war_id_ally.rb +1 -1
- data/lib/esi-client-bvv/models/get_wars_war_id_defender.rb +1 -1
- data/lib/esi-client-bvv/models/get_wars_war_id_killmails_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_wars_war_id_killmails_unprocessable_entity.rb +1 -1
- data/lib/esi-client-bvv/models/get_wars_war_id_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_wars_war_id_unprocessable_entity.rb +1 -1
- data/lib/esi-client-bvv/models/internal_server_error.rb +1 -1
- data/lib/esi-client-bvv/models/post_characters_affiliation_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/post_characters_affiliation_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/post_characters_character_id_assets_locations_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/post_characters_character_id_assets_locations_position.rb +1 -1
- data/lib/esi-client-bvv/models/post_characters_character_id_assets_names_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/post_characters_character_id_contacts_error_520.rb +189 -0
- data/lib/esi-client-bvv/models/post_characters_character_id_fittings_created.rb +1 -1
- data/lib/esi-client-bvv/models/post_characters_character_id_fittings_fitting.rb +1 -1
- data/lib/esi-client-bvv/models/post_characters_character_id_fittings_item.rb +1 -1
- data/lib/esi-client-bvv/models/post_characters_character_id_mail_error_520.rb +189 -0
- data/lib/esi-client-bvv/models/post_characters_character_id_mail_labels_label.rb +1 -1
- data/lib/esi-client-bvv/models/post_characters_character_id_mail_mail.rb +1 -1
- data/lib/esi-client-bvv/models/post_characters_character_id_mail_recipient.rb +1 -1
- data/lib/esi-client-bvv/models/post_corporations_corporation_id_assets_locations_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/post_corporations_corporation_id_assets_locations_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/post_corporations_corporation_id_assets_locations_position.rb +1 -1
- data/lib/esi-client-bvv/models/post_corporations_corporation_id_assets_names_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/post_corporations_corporation_id_assets_names_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/post_fleets_fleet_id_members_invitation.rb +1 -1
- data/lib/esi-client-bvv/models/post_fleets_fleet_id_members_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/post_fleets_fleet_id_members_unprocessable_entity.rb +1 -1
- data/lib/esi-client-bvv/models/post_fleets_fleet_id_wings_created.rb +1 -1
- data/lib/esi-client-bvv/models/post_fleets_fleet_id_wings_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/post_fleets_fleet_id_wings_wing_id_squads_created.rb +1 -1
- data/lib/esi-client-bvv/models/post_fleets_fleet_id_wings_wing_id_squads_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/post_ui_openwindow_newmail_new_mail.rb +1 -1
- data/lib/esi-client-bvv/models/post_ui_openwindow_newmail_unprocessable_entity.rb +1 -1
- data/lib/esi-client-bvv/models/post_universe_ids_agent.rb +1 -1
- data/lib/esi-client-bvv/models/post_universe_ids_alliance.rb +1 -1
- data/lib/esi-client-bvv/models/post_universe_ids_character.rb +1 -1
- data/lib/esi-client-bvv/models/post_universe_ids_constellation.rb +1 -1
- data/lib/esi-client-bvv/models/post_universe_ids_corporation.rb +1 -1
- data/lib/esi-client-bvv/models/post_universe_ids_faction.rb +1 -1
- data/lib/esi-client-bvv/models/post_universe_ids_inventory_type.rb +1 -1
- data/lib/esi-client-bvv/models/post_universe_ids_ok.rb +1 -1
- data/lib/esi-client-bvv/models/post_universe_ids_region.rb +1 -1
- data/lib/esi-client-bvv/models/post_universe_ids_station.rb +1 -1
- data/lib/esi-client-bvv/models/post_universe_ids_system.rb +1 -1
- data/lib/esi-client-bvv/models/post_universe_names_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/post_universe_names_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/put_characters_character_id_calendar_event_id_response.rb +1 -1
- data/lib/esi-client-bvv/models/put_characters_character_id_mail_mail_id_contents.rb +1 -1
- data/lib/esi-client-bvv/models/put_fleets_fleet_id_members_member_id_movement.rb +1 -1
- data/lib/esi-client-bvv/models/put_fleets_fleet_id_members_member_id_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/put_fleets_fleet_id_members_member_id_unprocessable_entity.rb +1 -1
- data/lib/esi-client-bvv/models/put_fleets_fleet_id_new_settings.rb +1 -1
- data/lib/esi-client-bvv/models/put_fleets_fleet_id_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/put_fleets_fleet_id_squads_squad_id_naming.rb +1 -1
- data/lib/esi-client-bvv/models/put_fleets_fleet_id_squads_squad_id_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/put_fleets_fleet_id_wings_wing_id_naming.rb +1 -1
- data/lib/esi-client-bvv/models/put_fleets_fleet_id_wings_wing_id_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/service_unavailable.rb +1 -1
- data/lib/esi-client-bvv/models/unauthorized.rb +1 -1
- data/lib/esi-client-bvv/version.rb +2 -2
- data/spec/models/error_limited_spec.rb +42 -0
- data/spec/models/gateway_timeout_spec.rb +48 -0
- data/spec/models/get_corporations_corporation_id_contracts_contract_id_items_error_520_spec.rb +42 -0
- data/spec/models/get_dogma_dynamic_items_type_id_item_id_dogma_attribute_spec.rb +48 -0
- data/spec/models/get_dogma_dynamic_items_type_id_item_id_dogma_effect_spec.rb +48 -0
- data/spec/models/get_dogma_dynamic_items_type_id_item_id_not_found_spec.rb +42 -0
- data/spec/models/get_dogma_dynamic_items_type_id_item_id_ok_spec.rb +66 -0
- data/spec/models/get_markets_region_id_history_error_520_spec.rb +42 -0
- data/spec/models/post_characters_character_id_contacts_error_520_spec.rb +42 -0
- data/spec/models/post_characters_character_id_mail_error_520_spec.rb +42 -0
- metadata +42 -2
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#An OpenAPI for EVE Online
|
5
5
|
|
6
|
-
OpenAPI spec version: 0.8.
|
6
|
+
OpenAPI spec version: 0.8.5
|
7
7
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
9
|
Swagger Codegen version: 2.3.1
|
@@ -27,8 +27,6 @@ module ESI
|
|
27
27
|
# @param [Hash] opts the optional parameters
|
28
28
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
29
29
|
# @option opts [String] :token Access token to use if unable to set a header
|
30
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
31
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
32
30
|
# @return [nil]
|
33
31
|
def delete_characters_character_id_fittings_fitting_id(character_id, fitting_id, opts = {})
|
34
32
|
delete_characters_character_id_fittings_fitting_id_with_http_info(character_id, fitting_id, opts)
|
@@ -42,8 +40,6 @@ module ESI
|
|
42
40
|
# @param [Hash] opts the optional parameters
|
43
41
|
# @option opts [String] :datasource The server name you would like data from
|
44
42
|
# @option opts [String] :token Access token to use if unable to set a header
|
45
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
46
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
47
43
|
# @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
|
48
44
|
def delete_characters_character_id_fittings_fitting_id_with_http_info(character_id, fitting_id, opts = {})
|
49
45
|
if @api_client.config.debugging
|
@@ -71,7 +67,6 @@ module ESI
|
|
71
67
|
query_params = {}
|
72
68
|
query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
|
73
69
|
query_params[:'token'] = opts[:'token'] if !opts[:'token'].nil?
|
74
|
-
query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
|
75
70
|
|
76
71
|
# header parameters
|
77
72
|
header_params = {}
|
@@ -79,7 +74,6 @@ module ESI
|
|
79
74
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
80
75
|
# HTTP header 'Content-Type'
|
81
76
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
82
|
-
header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
|
83
77
|
|
84
78
|
# form parameters
|
85
79
|
form_params = {}
|
@@ -106,8 +100,6 @@ module ESI
|
|
106
100
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
107
101
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
108
102
|
# @option opts [String] :token Access token to use if unable to set a header
|
109
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
110
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
111
103
|
# @return [Array<GetCharactersCharacterIdFittings200Ok>]
|
112
104
|
def get_characters_character_id_fittings(character_id, opts = {})
|
113
105
|
data, _status_code, _headers = get_characters_character_id_fittings_with_http_info(character_id, opts)
|
@@ -121,8 +113,6 @@ module ESI
|
|
121
113
|
# @option opts [String] :datasource The server name you would like data from
|
122
114
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
123
115
|
# @option opts [String] :token Access token to use if unable to set a header
|
124
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
125
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
126
116
|
# @return [Array<(Array<GetCharactersCharacterIdFittings200Ok>, Fixnum, Hash)>] Array<GetCharactersCharacterIdFittings200Ok> data, response status code and response headers
|
127
117
|
def get_characters_character_id_fittings_with_http_info(character_id, opts = {})
|
128
118
|
if @api_client.config.debugging
|
@@ -146,7 +136,6 @@ module ESI
|
|
146
136
|
query_params = {}
|
147
137
|
query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
|
148
138
|
query_params[:'token'] = opts[:'token'] if !opts[:'token'].nil?
|
149
|
-
query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
|
150
139
|
|
151
140
|
# header parameters
|
152
141
|
header_params = {}
|
@@ -155,7 +144,6 @@ module ESI
|
|
155
144
|
# HTTP header 'Content-Type'
|
156
145
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
157
146
|
header_params[:'If-None-Match'] = opts[:'if_none_match'] if !opts[:'if_none_match'].nil?
|
158
|
-
header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
|
159
147
|
|
160
148
|
# form parameters
|
161
149
|
form_params = {}
|
@@ -183,8 +171,6 @@ module ESI
|
|
183
171
|
# @param [Hash] opts the optional parameters
|
184
172
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
185
173
|
# @option opts [String] :token Access token to use if unable to set a header
|
186
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
187
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
188
174
|
# @return [PostCharactersCharacterIdFittingsCreated]
|
189
175
|
def post_characters_character_id_fittings(character_id, fitting, opts = {})
|
190
176
|
data, _status_code, _headers = post_characters_character_id_fittings_with_http_info(character_id, fitting, opts)
|
@@ -198,8 +184,6 @@ module ESI
|
|
198
184
|
# @param [Hash] opts the optional parameters
|
199
185
|
# @option opts [String] :datasource The server name you would like data from
|
200
186
|
# @option opts [String] :token Access token to use if unable to set a header
|
201
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
202
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
203
187
|
# @return [Array<(PostCharactersCharacterIdFittingsCreated, Fixnum, Hash)>] PostCharactersCharacterIdFittingsCreated data, response status code and response headers
|
204
188
|
def post_characters_character_id_fittings_with_http_info(character_id, fitting, opts = {})
|
205
189
|
if @api_client.config.debugging
|
@@ -227,7 +211,6 @@ module ESI
|
|
227
211
|
query_params = {}
|
228
212
|
query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
|
229
213
|
query_params[:'token'] = opts[:'token'] if !opts[:'token'].nil?
|
230
|
-
query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
|
231
214
|
|
232
215
|
# header parameters
|
233
216
|
header_params = {}
|
@@ -235,7 +218,6 @@ module ESI
|
|
235
218
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
236
219
|
# HTTP header 'Content-Type'
|
237
220
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
238
|
-
header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
|
239
221
|
|
240
222
|
# form parameters
|
241
223
|
form_params = {}
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#An OpenAPI for EVE Online
|
5
5
|
|
6
|
-
OpenAPI spec version: 0.8.
|
6
|
+
OpenAPI spec version: 0.8.5
|
7
7
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
9
|
Swagger Codegen version: 2.3.1
|
@@ -27,8 +27,6 @@ module ESI
|
|
27
27
|
# @param [Hash] opts the optional parameters
|
28
28
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
29
29
|
# @option opts [String] :token Access token to use if unable to set a header
|
30
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
31
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
32
30
|
# @return [nil]
|
33
31
|
def delete_fleets_fleet_id_members_member_id(fleet_id, member_id, opts = {})
|
34
32
|
delete_fleets_fleet_id_members_member_id_with_http_info(fleet_id, member_id, opts)
|
@@ -42,8 +40,6 @@ module ESI
|
|
42
40
|
# @param [Hash] opts the optional parameters
|
43
41
|
# @option opts [String] :datasource The server name you would like data from
|
44
42
|
# @option opts [String] :token Access token to use if unable to set a header
|
45
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
46
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
47
43
|
# @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
|
48
44
|
def delete_fleets_fleet_id_members_member_id_with_http_info(fleet_id, member_id, opts = {})
|
49
45
|
if @api_client.config.debugging
|
@@ -67,7 +63,6 @@ module ESI
|
|
67
63
|
query_params = {}
|
68
64
|
query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
|
69
65
|
query_params[:'token'] = opts[:'token'] if !opts[:'token'].nil?
|
70
|
-
query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
|
71
66
|
|
72
67
|
# header parameters
|
73
68
|
header_params = {}
|
@@ -75,7 +70,6 @@ module ESI
|
|
75
70
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
76
71
|
# HTTP header 'Content-Type'
|
77
72
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
78
|
-
header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
|
79
73
|
|
80
74
|
# form parameters
|
81
75
|
form_params = {}
|
@@ -102,8 +96,6 @@ module ESI
|
|
102
96
|
# @param [Hash] opts the optional parameters
|
103
97
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
104
98
|
# @option opts [String] :token Access token to use if unable to set a header
|
105
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
106
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
107
99
|
# @return [nil]
|
108
100
|
def delete_fleets_fleet_id_squads_squad_id(fleet_id, squad_id, opts = {})
|
109
101
|
delete_fleets_fleet_id_squads_squad_id_with_http_info(fleet_id, squad_id, opts)
|
@@ -117,8 +109,6 @@ module ESI
|
|
117
109
|
# @param [Hash] opts the optional parameters
|
118
110
|
# @option opts [String] :datasource The server name you would like data from
|
119
111
|
# @option opts [String] :token Access token to use if unable to set a header
|
120
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
121
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
122
112
|
# @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
|
123
113
|
def delete_fleets_fleet_id_squads_squad_id_with_http_info(fleet_id, squad_id, opts = {})
|
124
114
|
if @api_client.config.debugging
|
@@ -142,7 +132,6 @@ module ESI
|
|
142
132
|
query_params = {}
|
143
133
|
query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
|
144
134
|
query_params[:'token'] = opts[:'token'] if !opts[:'token'].nil?
|
145
|
-
query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
|
146
135
|
|
147
136
|
# header parameters
|
148
137
|
header_params = {}
|
@@ -150,7 +139,6 @@ module ESI
|
|
150
139
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
151
140
|
# HTTP header 'Content-Type'
|
152
141
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
153
|
-
header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
|
154
142
|
|
155
143
|
# form parameters
|
156
144
|
form_params = {}
|
@@ -177,8 +165,6 @@ module ESI
|
|
177
165
|
# @param [Hash] opts the optional parameters
|
178
166
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
179
167
|
# @option opts [String] :token Access token to use if unable to set a header
|
180
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
181
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
182
168
|
# @return [nil]
|
183
169
|
def delete_fleets_fleet_id_wings_wing_id(fleet_id, wing_id, opts = {})
|
184
170
|
delete_fleets_fleet_id_wings_wing_id_with_http_info(fleet_id, wing_id, opts)
|
@@ -192,8 +178,6 @@ module ESI
|
|
192
178
|
# @param [Hash] opts the optional parameters
|
193
179
|
# @option opts [String] :datasource The server name you would like data from
|
194
180
|
# @option opts [String] :token Access token to use if unable to set a header
|
195
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
196
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
197
181
|
# @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
|
198
182
|
def delete_fleets_fleet_id_wings_wing_id_with_http_info(fleet_id, wing_id, opts = {})
|
199
183
|
if @api_client.config.debugging
|
@@ -217,7 +201,6 @@ module ESI
|
|
217
201
|
query_params = {}
|
218
202
|
query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
|
219
203
|
query_params[:'token'] = opts[:'token'] if !opts[:'token'].nil?
|
220
|
-
query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
|
221
204
|
|
222
205
|
# header parameters
|
223
206
|
header_params = {}
|
@@ -225,7 +208,6 @@ module ESI
|
|
225
208
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
226
209
|
# HTTP header 'Content-Type'
|
227
210
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
228
|
-
header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
|
229
211
|
|
230
212
|
# form parameters
|
231
213
|
form_params = {}
|
@@ -252,8 +234,6 @@ module ESI
|
|
252
234
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
253
235
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
254
236
|
# @option opts [String] :token Access token to use if unable to set a header
|
255
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
256
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
257
237
|
# @return [GetCharactersCharacterIdFleetOk]
|
258
238
|
def get_characters_character_id_fleet(character_id, opts = {})
|
259
239
|
data, _status_code, _headers = get_characters_character_id_fleet_with_http_info(character_id, opts)
|
@@ -267,8 +247,6 @@ module ESI
|
|
267
247
|
# @option opts [String] :datasource The server name you would like data from
|
268
248
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
269
249
|
# @option opts [String] :token Access token to use if unable to set a header
|
270
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
271
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
272
250
|
# @return [Array<(GetCharactersCharacterIdFleetOk, Fixnum, Hash)>] GetCharactersCharacterIdFleetOk data, response status code and response headers
|
273
251
|
def get_characters_character_id_fleet_with_http_info(character_id, opts = {})
|
274
252
|
if @api_client.config.debugging
|
@@ -292,7 +270,6 @@ module ESI
|
|
292
270
|
query_params = {}
|
293
271
|
query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
|
294
272
|
query_params[:'token'] = opts[:'token'] if !opts[:'token'].nil?
|
295
|
-
query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
|
296
273
|
|
297
274
|
# header parameters
|
298
275
|
header_params = {}
|
@@ -301,7 +278,6 @@ module ESI
|
|
301
278
|
# HTTP header 'Content-Type'
|
302
279
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
303
280
|
header_params[:'If-None-Match'] = opts[:'if_none_match'] if !opts[:'if_none_match'].nil?
|
304
|
-
header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
|
305
281
|
|
306
282
|
# form parameters
|
307
283
|
form_params = {}
|
@@ -329,8 +305,6 @@ module ESI
|
|
329
305
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
330
306
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
331
307
|
# @option opts [String] :token Access token to use if unable to set a header
|
332
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
333
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
334
308
|
# @return [GetFleetsFleetIdOk]
|
335
309
|
def get_fleets_fleet_id(fleet_id, opts = {})
|
336
310
|
data, _status_code, _headers = get_fleets_fleet_id_with_http_info(fleet_id, opts)
|
@@ -344,8 +318,6 @@ module ESI
|
|
344
318
|
# @option opts [String] :datasource The server name you would like data from
|
345
319
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
346
320
|
# @option opts [String] :token Access token to use if unable to set a header
|
347
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
348
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
349
321
|
# @return [Array<(GetFleetsFleetIdOk, Fixnum, Hash)>] GetFleetsFleetIdOk data, response status code and response headers
|
350
322
|
def get_fleets_fleet_id_with_http_info(fleet_id, opts = {})
|
351
323
|
if @api_client.config.debugging
|
@@ -365,7 +337,6 @@ module ESI
|
|
365
337
|
query_params = {}
|
366
338
|
query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
|
367
339
|
query_params[:'token'] = opts[:'token'] if !opts[:'token'].nil?
|
368
|
-
query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
|
369
340
|
|
370
341
|
# header parameters
|
371
342
|
header_params = {}
|
@@ -374,7 +345,6 @@ module ESI
|
|
374
345
|
# HTTP header 'Content-Type'
|
375
346
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
376
347
|
header_params[:'If-None-Match'] = opts[:'if_none_match'] if !opts[:'if_none_match'].nil?
|
377
|
-
header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
|
378
348
|
|
379
349
|
# form parameters
|
380
350
|
form_params = {}
|
@@ -399,12 +369,11 @@ module ESI
|
|
399
369
|
# Return information about fleet members --- This route is cached for up to 5 seconds
|
400
370
|
# @param fleet_id ID for a fleet
|
401
371
|
# @param [Hash] opts the optional parameters
|
372
|
+
# @option opts [String] :accept_language Language to use in the response (default to en-us)
|
402
373
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
403
374
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
404
|
-
# @option opts [String] :language Language to use in the response (default to en-us)
|
375
|
+
# @option opts [String] :language Language to use in the response, takes precedence over Accept-Language (default to en-us)
|
405
376
|
# @option opts [String] :token Access token to use if unable to set a header
|
406
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
407
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
408
377
|
# @return [Array<GetFleetsFleetIdMembers200Ok>]
|
409
378
|
def get_fleets_fleet_id_members(fleet_id, opts = {})
|
410
379
|
data, _status_code, _headers = get_fleets_fleet_id_members_with_http_info(fleet_id, opts)
|
@@ -415,12 +384,11 @@ module ESI
|
|
415
384
|
# Return information about fleet members --- This route is cached for up to 5 seconds
|
416
385
|
# @param fleet_id ID for a fleet
|
417
386
|
# @param [Hash] opts the optional parameters
|
387
|
+
# @option opts [String] :accept_language Language to use in the response
|
418
388
|
# @option opts [String] :datasource The server name you would like data from
|
419
389
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
420
|
-
# @option opts [String] :language Language to use in the response
|
390
|
+
# @option opts [String] :language Language to use in the response, takes precedence over Accept-Language
|
421
391
|
# @option opts [String] :token Access token to use if unable to set a header
|
422
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
423
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
424
392
|
# @return [Array<(Array<GetFleetsFleetIdMembers200Ok>, Fixnum, Hash)>] Array<GetFleetsFleetIdMembers200Ok> data, response status code and response headers
|
425
393
|
def get_fleets_fleet_id_members_with_http_info(fleet_id, opts = {})
|
426
394
|
if @api_client.config.debugging
|
@@ -430,6 +398,9 @@ module ESI
|
|
430
398
|
if @api_client.config.client_side_validation && fleet_id.nil?
|
431
399
|
fail ArgumentError, "Missing the required parameter 'fleet_id' when calling FleetsApi.get_fleets_fleet_id_members"
|
432
400
|
end
|
401
|
+
if @api_client.config.client_side_validation && opts[:'accept_language'] && !['de', 'en-us', 'fr', 'ja', 'ru', 'zh'].include?(opts[:'accept_language'])
|
402
|
+
fail ArgumentError, 'invalid value for "accept_language", must be one of de, en-us, fr, ja, ru, zh'
|
403
|
+
end
|
433
404
|
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility', 'singularity'].include?(opts[:'datasource'])
|
434
405
|
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility, singularity'
|
435
406
|
end
|
@@ -444,7 +415,6 @@ module ESI
|
|
444
415
|
query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
|
445
416
|
query_params[:'language'] = opts[:'language'] if !opts[:'language'].nil?
|
446
417
|
query_params[:'token'] = opts[:'token'] if !opts[:'token'].nil?
|
447
|
-
query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
|
448
418
|
|
449
419
|
# header parameters
|
450
420
|
header_params = {}
|
@@ -452,8 +422,8 @@ module ESI
|
|
452
422
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
453
423
|
# HTTP header 'Content-Type'
|
454
424
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
425
|
+
header_params[:'Accept-Language'] = opts[:'accept_language'] if !opts[:'accept_language'].nil?
|
455
426
|
header_params[:'If-None-Match'] = opts[:'if_none_match'] if !opts[:'if_none_match'].nil?
|
456
|
-
header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
|
457
427
|
|
458
428
|
# form parameters
|
459
429
|
form_params = {}
|
@@ -478,12 +448,11 @@ module ESI
|
|
478
448
|
# Return information about wings in a fleet --- This route is cached for up to 5 seconds
|
479
449
|
# @param fleet_id ID for a fleet
|
480
450
|
# @param [Hash] opts the optional parameters
|
451
|
+
# @option opts [String] :accept_language Language to use in the response (default to en-us)
|
481
452
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
482
453
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
483
|
-
# @option opts [String] :language Language to use in the response (default to en-us)
|
454
|
+
# @option opts [String] :language Language to use in the response, takes precedence over Accept-Language (default to en-us)
|
484
455
|
# @option opts [String] :token Access token to use if unable to set a header
|
485
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
486
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
487
456
|
# @return [Array<GetFleetsFleetIdWings200Ok>]
|
488
457
|
def get_fleets_fleet_id_wings(fleet_id, opts = {})
|
489
458
|
data, _status_code, _headers = get_fleets_fleet_id_wings_with_http_info(fleet_id, opts)
|
@@ -494,12 +463,11 @@ module ESI
|
|
494
463
|
# Return information about wings in a fleet --- This route is cached for up to 5 seconds
|
495
464
|
# @param fleet_id ID for a fleet
|
496
465
|
# @param [Hash] opts the optional parameters
|
466
|
+
# @option opts [String] :accept_language Language to use in the response
|
497
467
|
# @option opts [String] :datasource The server name you would like data from
|
498
468
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
499
|
-
# @option opts [String] :language Language to use in the response
|
469
|
+
# @option opts [String] :language Language to use in the response, takes precedence over Accept-Language
|
500
470
|
# @option opts [String] :token Access token to use if unable to set a header
|
501
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
502
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
503
471
|
# @return [Array<(Array<GetFleetsFleetIdWings200Ok>, Fixnum, Hash)>] Array<GetFleetsFleetIdWings200Ok> data, response status code and response headers
|
504
472
|
def get_fleets_fleet_id_wings_with_http_info(fleet_id, opts = {})
|
505
473
|
if @api_client.config.debugging
|
@@ -509,6 +477,9 @@ module ESI
|
|
509
477
|
if @api_client.config.client_side_validation && fleet_id.nil?
|
510
478
|
fail ArgumentError, "Missing the required parameter 'fleet_id' when calling FleetsApi.get_fleets_fleet_id_wings"
|
511
479
|
end
|
480
|
+
if @api_client.config.client_side_validation && opts[:'accept_language'] && !['de', 'en-us', 'fr', 'ja', 'ru', 'zh'].include?(opts[:'accept_language'])
|
481
|
+
fail ArgumentError, 'invalid value for "accept_language", must be one of de, en-us, fr, ja, ru, zh'
|
482
|
+
end
|
512
483
|
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility', 'singularity'].include?(opts[:'datasource'])
|
513
484
|
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility, singularity'
|
514
485
|
end
|
@@ -523,7 +494,6 @@ module ESI
|
|
523
494
|
query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
|
524
495
|
query_params[:'language'] = opts[:'language'] if !opts[:'language'].nil?
|
525
496
|
query_params[:'token'] = opts[:'token'] if !opts[:'token'].nil?
|
526
|
-
query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
|
527
497
|
|
528
498
|
# header parameters
|
529
499
|
header_params = {}
|
@@ -531,8 +501,8 @@ module ESI
|
|
531
501
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
532
502
|
# HTTP header 'Content-Type'
|
533
503
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
504
|
+
header_params[:'Accept-Language'] = opts[:'accept_language'] if !opts[:'accept_language'].nil?
|
534
505
|
header_params[:'If-None-Match'] = opts[:'if_none_match'] if !opts[:'if_none_match'].nil?
|
535
|
-
header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
|
536
506
|
|
537
507
|
# form parameters
|
538
508
|
form_params = {}
|
@@ -560,8 +530,6 @@ module ESI
|
|
560
530
|
# @param [Hash] opts the optional parameters
|
561
531
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
562
532
|
# @option opts [String] :token Access token to use if unable to set a header
|
563
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
564
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
565
533
|
# @return [nil]
|
566
534
|
def post_fleets_fleet_id_members(fleet_id, invitation, opts = {})
|
567
535
|
post_fleets_fleet_id_members_with_http_info(fleet_id, invitation, opts)
|
@@ -575,8 +543,6 @@ module ESI
|
|
575
543
|
# @param [Hash] opts the optional parameters
|
576
544
|
# @option opts [String] :datasource The server name you would like data from
|
577
545
|
# @option opts [String] :token Access token to use if unable to set a header
|
578
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
579
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
580
546
|
# @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
|
581
547
|
def post_fleets_fleet_id_members_with_http_info(fleet_id, invitation, opts = {})
|
582
548
|
if @api_client.config.debugging
|
@@ -600,7 +566,6 @@ module ESI
|
|
600
566
|
query_params = {}
|
601
567
|
query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
|
602
568
|
query_params[:'token'] = opts[:'token'] if !opts[:'token'].nil?
|
603
|
-
query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
|
604
569
|
|
605
570
|
# header parameters
|
606
571
|
header_params = {}
|
@@ -608,7 +573,6 @@ module ESI
|
|
608
573
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
609
574
|
# HTTP header 'Content-Type'
|
610
575
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
611
|
-
header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
|
612
576
|
|
613
577
|
# form parameters
|
614
578
|
form_params = {}
|
@@ -634,8 +598,6 @@ module ESI
|
|
634
598
|
# @param [Hash] opts the optional parameters
|
635
599
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
636
600
|
# @option opts [String] :token Access token to use if unable to set a header
|
637
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
638
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
639
601
|
# @return [PostFleetsFleetIdWingsCreated]
|
640
602
|
def post_fleets_fleet_id_wings(fleet_id, opts = {})
|
641
603
|
data, _status_code, _headers = post_fleets_fleet_id_wings_with_http_info(fleet_id, opts)
|
@@ -648,8 +610,6 @@ module ESI
|
|
648
610
|
# @param [Hash] opts the optional parameters
|
649
611
|
# @option opts [String] :datasource The server name you would like data from
|
650
612
|
# @option opts [String] :token Access token to use if unable to set a header
|
651
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
652
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
653
613
|
# @return [Array<(PostFleetsFleetIdWingsCreated, Fixnum, Hash)>] PostFleetsFleetIdWingsCreated data, response status code and response headers
|
654
614
|
def post_fleets_fleet_id_wings_with_http_info(fleet_id, opts = {})
|
655
615
|
if @api_client.config.debugging
|
@@ -669,7 +629,6 @@ module ESI
|
|
669
629
|
query_params = {}
|
670
630
|
query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
|
671
631
|
query_params[:'token'] = opts[:'token'] if !opts[:'token'].nil?
|
672
|
-
query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
|
673
632
|
|
674
633
|
# header parameters
|
675
634
|
header_params = {}
|
@@ -677,7 +636,6 @@ module ESI
|
|
677
636
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
678
637
|
# HTTP header 'Content-Type'
|
679
638
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
680
|
-
header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
|
681
639
|
|
682
640
|
# form parameters
|
683
641
|
form_params = {}
|
@@ -705,8 +663,6 @@ module ESI
|
|
705
663
|
# @param [Hash] opts the optional parameters
|
706
664
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
707
665
|
# @option opts [String] :token Access token to use if unable to set a header
|
708
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
709
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
710
666
|
# @return [PostFleetsFleetIdWingsWingIdSquadsCreated]
|
711
667
|
def post_fleets_fleet_id_wings_wing_id_squads(fleet_id, wing_id, opts = {})
|
712
668
|
data, _status_code, _headers = post_fleets_fleet_id_wings_wing_id_squads_with_http_info(fleet_id, wing_id, opts)
|
@@ -720,8 +676,6 @@ module ESI
|
|
720
676
|
# @param [Hash] opts the optional parameters
|
721
677
|
# @option opts [String] :datasource The server name you would like data from
|
722
678
|
# @option opts [String] :token Access token to use if unable to set a header
|
723
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
724
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
725
679
|
# @return [Array<(PostFleetsFleetIdWingsWingIdSquadsCreated, Fixnum, Hash)>] PostFleetsFleetIdWingsWingIdSquadsCreated data, response status code and response headers
|
726
680
|
def post_fleets_fleet_id_wings_wing_id_squads_with_http_info(fleet_id, wing_id, opts = {})
|
727
681
|
if @api_client.config.debugging
|
@@ -745,7 +699,6 @@ module ESI
|
|
745
699
|
query_params = {}
|
746
700
|
query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
|
747
701
|
query_params[:'token'] = opts[:'token'] if !opts[:'token'].nil?
|
748
|
-
query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
|
749
702
|
|
750
703
|
# header parameters
|
751
704
|
header_params = {}
|
@@ -753,7 +706,6 @@ module ESI
|
|
753
706
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
754
707
|
# HTTP header 'Content-Type'
|
755
708
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
756
|
-
header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
|
757
709
|
|
758
710
|
# form parameters
|
759
711
|
form_params = {}
|
@@ -781,8 +733,6 @@ module ESI
|
|
781
733
|
# @param [Hash] opts the optional parameters
|
782
734
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
783
735
|
# @option opts [String] :token Access token to use if unable to set a header
|
784
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
785
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
786
736
|
# @return [nil]
|
787
737
|
def put_fleets_fleet_id(fleet_id, new_settings, opts = {})
|
788
738
|
put_fleets_fleet_id_with_http_info(fleet_id, new_settings, opts)
|
@@ -796,8 +746,6 @@ module ESI
|
|
796
746
|
# @param [Hash] opts the optional parameters
|
797
747
|
# @option opts [String] :datasource The server name you would like data from
|
798
748
|
# @option opts [String] :token Access token to use if unable to set a header
|
799
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
800
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
801
749
|
# @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
|
802
750
|
def put_fleets_fleet_id_with_http_info(fleet_id, new_settings, opts = {})
|
803
751
|
if @api_client.config.debugging
|
@@ -821,7 +769,6 @@ module ESI
|
|
821
769
|
query_params = {}
|
822
770
|
query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
|
823
771
|
query_params[:'token'] = opts[:'token'] if !opts[:'token'].nil?
|
824
|
-
query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
|
825
772
|
|
826
773
|
# header parameters
|
827
774
|
header_params = {}
|
@@ -829,7 +776,6 @@ module ESI
|
|
829
776
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
830
777
|
# HTTP header 'Content-Type'
|
831
778
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
832
|
-
header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
|
833
779
|
|
834
780
|
# form parameters
|
835
781
|
form_params = {}
|
@@ -857,8 +803,6 @@ module ESI
|
|
857
803
|
# @param [Hash] opts the optional parameters
|
858
804
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
859
805
|
# @option opts [String] :token Access token to use if unable to set a header
|
860
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
861
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
862
806
|
# @return [nil]
|
863
807
|
def put_fleets_fleet_id_members_member_id(fleet_id, member_id, movement, opts = {})
|
864
808
|
put_fleets_fleet_id_members_member_id_with_http_info(fleet_id, member_id, movement, opts)
|
@@ -873,8 +817,6 @@ module ESI
|
|
873
817
|
# @param [Hash] opts the optional parameters
|
874
818
|
# @option opts [String] :datasource The server name you would like data from
|
875
819
|
# @option opts [String] :token Access token to use if unable to set a header
|
876
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
877
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
878
820
|
# @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
|
879
821
|
def put_fleets_fleet_id_members_member_id_with_http_info(fleet_id, member_id, movement, opts = {})
|
880
822
|
if @api_client.config.debugging
|
@@ -902,7 +844,6 @@ module ESI
|
|
902
844
|
query_params = {}
|
903
845
|
query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
|
904
846
|
query_params[:'token'] = opts[:'token'] if !opts[:'token'].nil?
|
905
|
-
query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
|
906
847
|
|
907
848
|
# header parameters
|
908
849
|
header_params = {}
|
@@ -910,7 +851,6 @@ module ESI
|
|
910
851
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
911
852
|
# HTTP header 'Content-Type'
|
912
853
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
913
|
-
header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
|
914
854
|
|
915
855
|
# form parameters
|
916
856
|
form_params = {}
|
@@ -938,8 +878,6 @@ module ESI
|
|
938
878
|
# @param [Hash] opts the optional parameters
|
939
879
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
940
880
|
# @option opts [String] :token Access token to use if unable to set a header
|
941
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
942
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
943
881
|
# @return [nil]
|
944
882
|
def put_fleets_fleet_id_squads_squad_id(fleet_id, naming, squad_id, opts = {})
|
945
883
|
put_fleets_fleet_id_squads_squad_id_with_http_info(fleet_id, naming, squad_id, opts)
|
@@ -954,8 +892,6 @@ module ESI
|
|
954
892
|
# @param [Hash] opts the optional parameters
|
955
893
|
# @option opts [String] :datasource The server name you would like data from
|
956
894
|
# @option opts [String] :token Access token to use if unable to set a header
|
957
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
958
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
959
895
|
# @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
|
960
896
|
def put_fleets_fleet_id_squads_squad_id_with_http_info(fleet_id, naming, squad_id, opts = {})
|
961
897
|
if @api_client.config.debugging
|
@@ -983,7 +919,6 @@ module ESI
|
|
983
919
|
query_params = {}
|
984
920
|
query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
|
985
921
|
query_params[:'token'] = opts[:'token'] if !opts[:'token'].nil?
|
986
|
-
query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
|
987
922
|
|
988
923
|
# header parameters
|
989
924
|
header_params = {}
|
@@ -991,7 +926,6 @@ module ESI
|
|
991
926
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
992
927
|
# HTTP header 'Content-Type'
|
993
928
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
994
|
-
header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
|
995
929
|
|
996
930
|
# form parameters
|
997
931
|
form_params = {}
|
@@ -1019,8 +953,6 @@ module ESI
|
|
1019
953
|
# @param [Hash] opts the optional parameters
|
1020
954
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
1021
955
|
# @option opts [String] :token Access token to use if unable to set a header
|
1022
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
1023
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
1024
956
|
# @return [nil]
|
1025
957
|
def put_fleets_fleet_id_wings_wing_id(fleet_id, naming, wing_id, opts = {})
|
1026
958
|
put_fleets_fleet_id_wings_wing_id_with_http_info(fleet_id, naming, wing_id, opts)
|
@@ -1035,8 +967,6 @@ module ESI
|
|
1035
967
|
# @param [Hash] opts the optional parameters
|
1036
968
|
# @option opts [String] :datasource The server name you would like data from
|
1037
969
|
# @option opts [String] :token Access token to use if unable to set a header
|
1038
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
1039
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
1040
970
|
# @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
|
1041
971
|
def put_fleets_fleet_id_wings_wing_id_with_http_info(fleet_id, naming, wing_id, opts = {})
|
1042
972
|
if @api_client.config.debugging
|
@@ -1064,7 +994,6 @@ module ESI
|
|
1064
994
|
query_params = {}
|
1065
995
|
query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
|
1066
996
|
query_params[:'token'] = opts[:'token'] if !opts[:'token'].nil?
|
1067
|
-
query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
|
1068
997
|
|
1069
998
|
# header parameters
|
1070
999
|
header_params = {}
|
@@ -1072,7 +1001,6 @@ module ESI
|
|
1072
1001
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
1073
1002
|
# HTTP header 'Content-Type'
|
1074
1003
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
1075
|
-
header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
|
1076
1004
|
|
1077
1005
|
# form parameters
|
1078
1006
|
form_params = {}
|