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
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
28
28
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
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 [Array<GetCharactersCharacterIdPlanets200Ok>]
|
33
31
|
def get_characters_character_id_planets(character_id, opts = {})
|
34
32
|
data, _status_code, _headers = get_characters_character_id_planets_with_http_info(character_id, opts)
|
@@ -42,8 +40,6 @@ module ESI
|
|
42
40
|
# @option opts [String] :datasource The server name you would like data from
|
43
41
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
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<(Array<GetCharactersCharacterIdPlanets200Ok>, Fixnum, Hash)>] Array<GetCharactersCharacterIdPlanets200Ok> data, response status code and response headers
|
48
44
|
def get_characters_character_id_planets_with_http_info(character_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 = {}
|
@@ -76,7 +71,6 @@ module ESI
|
|
76
71
|
# HTTP header 'Content-Type'
|
77
72
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
78
73
|
header_params[:'If-None-Match'] = opts[:'if_none_match'] if !opts[:'if_none_match'].nil?
|
79
|
-
header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
|
80
74
|
|
81
75
|
# form parameters
|
82
76
|
form_params = {}
|
@@ -105,8 +99,6 @@ module ESI
|
|
105
99
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
106
100
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
107
101
|
# @option opts [String] :token Access token to use if unable to set a header
|
108
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
109
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
110
102
|
# @return [GetCharactersCharacterIdPlanetsPlanetIdOk]
|
111
103
|
def get_characters_character_id_planets_planet_id(character_id, planet_id, opts = {})
|
112
104
|
data, _status_code, _headers = get_characters_character_id_planets_planet_id_with_http_info(character_id, planet_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<(GetCharactersCharacterIdPlanetsPlanetIdOk, Fixnum, Hash)>] GetCharactersCharacterIdPlanetsPlanetIdOk data, response status code and response headers
|
127
117
|
def get_characters_character_id_planets_planet_id_with_http_info(character_id, planet_id, opts = {})
|
128
118
|
if @api_client.config.debugging
|
@@ -150,7 +140,6 @@ module ESI
|
|
150
140
|
query_params = {}
|
151
141
|
query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
|
152
142
|
query_params[:'token'] = opts[:'token'] if !opts[:'token'].nil?
|
153
|
-
query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
|
154
143
|
|
155
144
|
# header parameters
|
156
145
|
header_params = {}
|
@@ -159,7 +148,6 @@ module ESI
|
|
159
148
|
# HTTP header 'Content-Type'
|
160
149
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
161
150
|
header_params[:'If-None-Match'] = opts[:'if_none_match'] if !opts[:'if_none_match'].nil?
|
162
|
-
header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
|
163
151
|
|
164
152
|
# form parameters
|
165
153
|
form_params = {}
|
@@ -188,8 +176,6 @@ module ESI
|
|
188
176
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
189
177
|
# @option opts [Integer] :page Which page of results to return (default to 1)
|
190
178
|
# @option opts [String] :token Access token to use if unable to set a header
|
191
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
192
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
193
179
|
# @return [Array<GetCorporationsCorporationIdCustomsOffices200Ok>]
|
194
180
|
def get_corporations_corporation_id_customs_offices(corporation_id, opts = {})
|
195
181
|
data, _status_code, _headers = get_corporations_corporation_id_customs_offices_with_http_info(corporation_id, opts)
|
@@ -204,8 +190,6 @@ module ESI
|
|
204
190
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
205
191
|
# @option opts [Integer] :page Which page of results to return
|
206
192
|
# @option opts [String] :token Access token to use if unable to set a header
|
207
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
208
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
209
193
|
# @return [Array<(Array<GetCorporationsCorporationIdCustomsOffices200Ok>, Fixnum, Hash)>] Array<GetCorporationsCorporationIdCustomsOffices200Ok> data, response status code and response headers
|
210
194
|
def get_corporations_corporation_id_customs_offices_with_http_info(corporation_id, opts = {})
|
211
195
|
if @api_client.config.debugging
|
@@ -234,7 +218,6 @@ module ESI
|
|
234
218
|
query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
|
235
219
|
query_params[:'page'] = opts[:'page'] if !opts[:'page'].nil?
|
236
220
|
query_params[:'token'] = opts[:'token'] if !opts[:'token'].nil?
|
237
|
-
query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
|
238
221
|
|
239
222
|
# header parameters
|
240
223
|
header_params = {}
|
@@ -243,7 +226,6 @@ module ESI
|
|
243
226
|
# HTTP header 'Content-Type'
|
244
227
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
245
228
|
header_params[:'If-None-Match'] = opts[:'if_none_match'] if !opts[:'if_none_match'].nil?
|
246
|
-
header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
|
247
229
|
|
248
230
|
# form parameters
|
249
231
|
form_params = {}
|
@@ -270,8 +252,6 @@ module ESI
|
|
270
252
|
# @param [Hash] opts the optional parameters
|
271
253
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
272
254
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
273
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
274
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
275
255
|
# @return [GetUniverseSchematicsSchematicIdOk]
|
276
256
|
def get_universe_schematics_schematic_id(schematic_id, opts = {})
|
277
257
|
data, _status_code, _headers = get_universe_schematics_schematic_id_with_http_info(schematic_id, opts)
|
@@ -284,8 +264,6 @@ module ESI
|
|
284
264
|
# @param [Hash] opts the optional parameters
|
285
265
|
# @option opts [String] :datasource The server name you would like data from
|
286
266
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
287
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
288
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
289
267
|
# @return [Array<(GetUniverseSchematicsSchematicIdOk, Fixnum, Hash)>] GetUniverseSchematicsSchematicIdOk data, response status code and response headers
|
290
268
|
def get_universe_schematics_schematic_id_with_http_info(schematic_id, opts = {})
|
291
269
|
if @api_client.config.debugging
|
@@ -304,7 +282,6 @@ module ESI
|
|
304
282
|
# query parameters
|
305
283
|
query_params = {}
|
306
284
|
query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
|
307
|
-
query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
|
308
285
|
|
309
286
|
# header parameters
|
310
287
|
header_params = {}
|
@@ -313,7 +290,6 @@ module ESI
|
|
313
290
|
# HTTP header 'Content-Type'
|
314
291
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
315
292
|
header_params[:'If-None-Match'] = opts[:'if_none_match'] if !opts[:'if_none_match'].nil?
|
316
|
-
header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
|
317
293
|
|
318
294
|
# form parameters
|
319
295
|
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
|
@@ -30,8 +30,6 @@ module ESI
|
|
30
30
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
31
31
|
# @option opts [String] :flag route security preference (default to shortest)
|
32
32
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
33
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
34
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
35
33
|
# @return [Array<Integer>]
|
36
34
|
def get_route_origin_destination(destination, origin, opts = {})
|
37
35
|
data, _status_code, _headers = get_route_origin_destination_with_http_info(destination, origin, opts)
|
@@ -48,8 +46,6 @@ module ESI
|
|
48
46
|
# @option opts [String] :datasource The server name you would like data from
|
49
47
|
# @option opts [String] :flag route security preference
|
50
48
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
51
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
52
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
53
49
|
# @return [Array<(Array<Integer>, Fixnum, Hash)>] Array<Integer> data, response status code and response headers
|
54
50
|
def get_route_origin_destination_with_http_info(destination, origin, opts = {})
|
55
51
|
if @api_client.config.debugging
|
@@ -86,7 +82,6 @@ module ESI
|
|
86
82
|
query_params[:'connections'] = @api_client.build_collection_param(opts[:'connections'], :csv) if !opts[:'connections'].nil?
|
87
83
|
query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
|
88
84
|
query_params[:'flag'] = opts[:'flag'] if !opts[:'flag'].nil?
|
89
|
-
query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
|
90
85
|
|
91
86
|
# header parameters
|
92
87
|
header_params = {}
|
@@ -95,7 +90,6 @@ module ESI
|
|
95
90
|
# HTTP header 'Content-Type'
|
96
91
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
97
92
|
header_params[:'If-None-Match'] = opts[:'if_none_match'] if !opts[:'if_none_match'].nil?
|
98
|
-
header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
|
99
93
|
|
100
94
|
# form parameters
|
101
95
|
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
|
@@ -26,13 +26,12 @@ module ESI
|
|
26
26
|
# @param character_id An EVE character ID
|
27
27
|
# @param search The string to search on
|
28
28
|
# @param [Hash] opts the optional parameters
|
29
|
+
# @option opts [String] :accept_language Language to use in the response (default to en-us)
|
29
30
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
30
31
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
31
|
-
# @option opts [String] :language Language to use in the response (default to en-us)
|
32
|
+
# @option opts [String] :language Language to use in the response, takes precedence over Accept-Language (default to en-us)
|
32
33
|
# @option opts [BOOLEAN] :strict Whether the search should be a strict match (default to false)
|
33
34
|
# @option opts [String] :token Access token to use if unable to set a header
|
34
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
35
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
36
35
|
# @return [GetCharactersCharacterIdSearchOk]
|
37
36
|
def get_characters_character_id_search(categories, character_id, search, opts = {})
|
38
37
|
data, _status_code, _headers = get_characters_character_id_search_with_http_info(categories, character_id, search, opts)
|
@@ -45,13 +44,12 @@ module ESI
|
|
45
44
|
# @param character_id An EVE character ID
|
46
45
|
# @param search The string to search on
|
47
46
|
# @param [Hash] opts the optional parameters
|
47
|
+
# @option opts [String] :accept_language Language to use in the response
|
48
48
|
# @option opts [String] :datasource The server name you would like data from
|
49
49
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
50
|
-
# @option opts [String] :language Language to use in the response
|
50
|
+
# @option opts [String] :language Language to use in the response, takes precedence over Accept-Language
|
51
51
|
# @option opts [BOOLEAN] :strict Whether the search should be a strict match
|
52
52
|
# @option opts [String] :token Access token to use if unable to set a header
|
53
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
54
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
55
53
|
# @return [Array<(GetCharactersCharacterIdSearchOk, Fixnum, Hash)>] GetCharactersCharacterIdSearchOk data, response status code and response headers
|
56
54
|
def get_characters_character_id_search_with_http_info(categories, character_id, search, opts = {})
|
57
55
|
if @api_client.config.debugging
|
@@ -85,6 +83,9 @@ module ESI
|
|
85
83
|
fail ArgumentError, 'invalid value for "search" when calling SearchApi.get_characters_character_id_search, the character length must be great than or equal to 3.'
|
86
84
|
end
|
87
85
|
|
86
|
+
if @api_client.config.client_side_validation && opts[:'accept_language'] && !['de', 'en-us', 'fr', 'ja', 'ru', 'zh'].include?(opts[:'accept_language'])
|
87
|
+
fail ArgumentError, 'invalid value for "accept_language", must be one of de, en-us, fr, ja, ru, zh'
|
88
|
+
end
|
88
89
|
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility', 'singularity'].include?(opts[:'datasource'])
|
89
90
|
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility, singularity'
|
90
91
|
end
|
@@ -102,7 +103,6 @@ module ESI
|
|
102
103
|
query_params[:'language'] = opts[:'language'] if !opts[:'language'].nil?
|
103
104
|
query_params[:'strict'] = opts[:'strict'] if !opts[:'strict'].nil?
|
104
105
|
query_params[:'token'] = opts[:'token'] if !opts[:'token'].nil?
|
105
|
-
query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
|
106
106
|
|
107
107
|
# header parameters
|
108
108
|
header_params = {}
|
@@ -110,8 +110,8 @@ module ESI
|
|
110
110
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
111
111
|
# HTTP header 'Content-Type'
|
112
112
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
113
|
+
header_params[:'Accept-Language'] = opts[:'accept_language'] if !opts[:'accept_language'].nil?
|
113
114
|
header_params[:'If-None-Match'] = opts[:'if_none_match'] if !opts[:'if_none_match'].nil?
|
114
|
-
header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
|
115
115
|
|
116
116
|
# form parameters
|
117
117
|
form_params = {}
|
@@ -137,12 +137,11 @@ module ESI
|
|
137
137
|
# @param categories Type of entities to search for
|
138
138
|
# @param search The string to search on
|
139
139
|
# @param [Hash] opts the optional parameters
|
140
|
+
# @option opts [String] :accept_language Language to use in the response (default to en-us)
|
140
141
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
141
142
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
142
|
-
# @option opts [String] :language Language to use in the response (default to en-us)
|
143
|
+
# @option opts [String] :language Language to use in the response, takes precedence over Accept-Language (default to en-us)
|
143
144
|
# @option opts [BOOLEAN] :strict Whether the search should be a strict match (default to false)
|
144
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
145
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
146
145
|
# @return [GetSearchOk]
|
147
146
|
def get_search(categories, search, opts = {})
|
148
147
|
data, _status_code, _headers = get_search_with_http_info(categories, search, opts)
|
@@ -154,12 +153,11 @@ module ESI
|
|
154
153
|
# @param categories Type of entities to search for
|
155
154
|
# @param search The string to search on
|
156
155
|
# @param [Hash] opts the optional parameters
|
156
|
+
# @option opts [String] :accept_language Language to use in the response
|
157
157
|
# @option opts [String] :datasource The server name you would like data from
|
158
158
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
159
|
-
# @option opts [String] :language Language to use in the response
|
159
|
+
# @option opts [String] :language Language to use in the response, takes precedence over Accept-Language
|
160
160
|
# @option opts [BOOLEAN] :strict Whether the search should be a strict match
|
161
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
162
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
163
161
|
# @return [Array<(GetSearchOk, Fixnum, Hash)>] GetSearchOk data, response status code and response headers
|
164
162
|
def get_search_with_http_info(categories, search, opts = {})
|
165
163
|
if @api_client.config.debugging
|
@@ -185,6 +183,9 @@ module ESI
|
|
185
183
|
fail ArgumentError, 'invalid value for "search" when calling SearchApi.get_search, the character length must be great than or equal to 3.'
|
186
184
|
end
|
187
185
|
|
186
|
+
if @api_client.config.client_side_validation && opts[:'accept_language'] && !['de', 'en-us', 'fr', 'ja', 'ru', 'zh'].include?(opts[:'accept_language'])
|
187
|
+
fail ArgumentError, 'invalid value for "accept_language", must be one of de, en-us, fr, ja, ru, zh'
|
188
|
+
end
|
188
189
|
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility', 'singularity'].include?(opts[:'datasource'])
|
189
190
|
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility, singularity'
|
190
191
|
end
|
@@ -201,7 +202,6 @@ module ESI
|
|
201
202
|
query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
|
202
203
|
query_params[:'language'] = opts[:'language'] if !opts[:'language'].nil?
|
203
204
|
query_params[:'strict'] = opts[:'strict'] if !opts[:'strict'].nil?
|
204
|
-
query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
|
205
205
|
|
206
206
|
# header parameters
|
207
207
|
header_params = {}
|
@@ -209,8 +209,8 @@ module ESI
|
|
209
209
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
210
210
|
# HTTP header 'Content-Type'
|
211
211
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
212
|
+
header_params[:'Accept-Language'] = opts[:'accept_language'] if !opts[:'accept_language'].nil?
|
212
213
|
header_params[:'If-None-Match'] = opts[:'if_none_match'] if !opts[:'if_none_match'].nil?
|
213
|
-
header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
|
214
214
|
|
215
215
|
# form parameters
|
216
216
|
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
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
28
28
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
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 [GetCharactersCharacterIdAttributesOk]
|
33
31
|
def get_characters_character_id_attributes(character_id, opts = {})
|
34
32
|
data, _status_code, _headers = get_characters_character_id_attributes_with_http_info(character_id, opts)
|
@@ -42,8 +40,6 @@ module ESI
|
|
42
40
|
# @option opts [String] :datasource The server name you would like data from
|
43
41
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
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<(GetCharactersCharacterIdAttributesOk, Fixnum, Hash)>] GetCharactersCharacterIdAttributesOk data, response status code and response headers
|
48
44
|
def get_characters_character_id_attributes_with_http_info(character_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 = {}
|
@@ -76,7 +71,6 @@ module ESI
|
|
76
71
|
# HTTP header 'Content-Type'
|
77
72
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
78
73
|
header_params[:'If-None-Match'] = opts[:'if_none_match'] if !opts[:'if_none_match'].nil?
|
79
|
-
header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
|
80
74
|
|
81
75
|
# form parameters
|
82
76
|
form_params = {}
|
@@ -104,8 +98,6 @@ module ESI
|
|
104
98
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
105
99
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
106
100
|
# @option opts [String] :token Access token to use if unable to set a header
|
107
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
108
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
109
101
|
# @return [Array<GetCharactersCharacterIdSkillqueue200Ok>]
|
110
102
|
def get_characters_character_id_skillqueue(character_id, opts = {})
|
111
103
|
data, _status_code, _headers = get_characters_character_id_skillqueue_with_http_info(character_id, opts)
|
@@ -119,8 +111,6 @@ module ESI
|
|
119
111
|
# @option opts [String] :datasource The server name you would like data from
|
120
112
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
121
113
|
# @option opts [String] :token Access token to use if unable to set a header
|
122
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
123
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
124
114
|
# @return [Array<(Array<GetCharactersCharacterIdSkillqueue200Ok>, Fixnum, Hash)>] Array<GetCharactersCharacterIdSkillqueue200Ok> data, response status code and response headers
|
125
115
|
def get_characters_character_id_skillqueue_with_http_info(character_id, opts = {})
|
126
116
|
if @api_client.config.debugging
|
@@ -144,7 +134,6 @@ module ESI
|
|
144
134
|
query_params = {}
|
145
135
|
query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
|
146
136
|
query_params[:'token'] = opts[:'token'] if !opts[:'token'].nil?
|
147
|
-
query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
|
148
137
|
|
149
138
|
# header parameters
|
150
139
|
header_params = {}
|
@@ -153,7 +142,6 @@ module ESI
|
|
153
142
|
# HTTP header 'Content-Type'
|
154
143
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
155
144
|
header_params[:'If-None-Match'] = opts[:'if_none_match'] if !opts[:'if_none_match'].nil?
|
156
|
-
header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
|
157
145
|
|
158
146
|
# form parameters
|
159
147
|
form_params = {}
|
@@ -181,8 +169,6 @@ module ESI
|
|
181
169
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
182
170
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
183
171
|
# @option opts [String] :token Access token to use if unable to set a header
|
184
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
185
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
186
172
|
# @return [GetCharactersCharacterIdSkillsOk]
|
187
173
|
def get_characters_character_id_skills(character_id, opts = {})
|
188
174
|
data, _status_code, _headers = get_characters_character_id_skills_with_http_info(character_id, opts)
|
@@ -196,8 +182,6 @@ module ESI
|
|
196
182
|
# @option opts [String] :datasource The server name you would like data from
|
197
183
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
198
184
|
# @option opts [String] :token Access token to use if unable to set a header
|
199
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
200
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
201
185
|
# @return [Array<(GetCharactersCharacterIdSkillsOk, Fixnum, Hash)>] GetCharactersCharacterIdSkillsOk data, response status code and response headers
|
202
186
|
def get_characters_character_id_skills_with_http_info(character_id, opts = {})
|
203
187
|
if @api_client.config.debugging
|
@@ -221,7 +205,6 @@ module ESI
|
|
221
205
|
query_params = {}
|
222
206
|
query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
|
223
207
|
query_params[:'token'] = opts[:'token'] if !opts[:'token'].nil?
|
224
|
-
query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
|
225
208
|
|
226
209
|
# header parameters
|
227
210
|
header_params = {}
|
@@ -230,7 +213,6 @@ module ESI
|
|
230
213
|
# HTTP header 'Content-Type'
|
231
214
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
232
215
|
header_params[:'If-None-Match'] = opts[:'if_none_match'] if !opts[:'if_none_match'].nil?
|
233
|
-
header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
|
234
216
|
|
235
217
|
# form parameters
|
236
218
|
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
|
@@ -25,8 +25,6 @@ module ESI
|
|
25
25
|
# @param [Hash] opts the optional parameters
|
26
26
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
27
27
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
28
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
29
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
30
28
|
# @return [Array<GetSovereigntyCampaigns200Ok>]
|
31
29
|
def get_sovereignty_campaigns(opts = {})
|
32
30
|
data, _status_code, _headers = get_sovereignty_campaigns_with_http_info(opts)
|
@@ -38,8 +36,6 @@ module ESI
|
|
38
36
|
# @param [Hash] opts the optional parameters
|
39
37
|
# @option opts [String] :datasource The server name you would like data from
|
40
38
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
41
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
42
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
43
39
|
# @return [Array<(Array<GetSovereigntyCampaigns200Ok>, Fixnum, Hash)>] Array<GetSovereigntyCampaigns200Ok> data, response status code and response headers
|
44
40
|
def get_sovereignty_campaigns_with_http_info(opts = {})
|
45
41
|
if @api_client.config.debugging
|
@@ -54,7 +50,6 @@ module ESI
|
|
54
50
|
# query parameters
|
55
51
|
query_params = {}
|
56
52
|
query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
|
57
|
-
query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
|
58
53
|
|
59
54
|
# header parameters
|
60
55
|
header_params = {}
|
@@ -63,7 +58,6 @@ module ESI
|
|
63
58
|
# HTTP header 'Content-Type'
|
64
59
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
65
60
|
header_params[:'If-None-Match'] = opts[:'if_none_match'] if !opts[:'if_none_match'].nil?
|
66
|
-
header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
|
67
61
|
|
68
62
|
# form parameters
|
69
63
|
form_params = {}
|
@@ -89,8 +83,6 @@ module ESI
|
|
89
83
|
# @param [Hash] opts the optional parameters
|
90
84
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
91
85
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
92
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
93
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
94
86
|
# @return [Array<GetSovereigntyMap200Ok>]
|
95
87
|
def get_sovereignty_map(opts = {})
|
96
88
|
data, _status_code, _headers = get_sovereignty_map_with_http_info(opts)
|
@@ -102,8 +94,6 @@ module ESI
|
|
102
94
|
# @param [Hash] opts the optional parameters
|
103
95
|
# @option opts [String] :datasource The server name you would like data from
|
104
96
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
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
97
|
# @return [Array<(Array<GetSovereigntyMap200Ok>, Fixnum, Hash)>] Array<GetSovereigntyMap200Ok> data, response status code and response headers
|
108
98
|
def get_sovereignty_map_with_http_info(opts = {})
|
109
99
|
if @api_client.config.debugging
|
@@ -118,7 +108,6 @@ module ESI
|
|
118
108
|
# query parameters
|
119
109
|
query_params = {}
|
120
110
|
query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
|
121
|
-
query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
|
122
111
|
|
123
112
|
# header parameters
|
124
113
|
header_params = {}
|
@@ -127,7 +116,6 @@ module ESI
|
|
127
116
|
# HTTP header 'Content-Type'
|
128
117
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
129
118
|
header_params[:'If-None-Match'] = opts[:'if_none_match'] if !opts[:'if_none_match'].nil?
|
130
|
-
header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
|
131
119
|
|
132
120
|
# form parameters
|
133
121
|
form_params = {}
|
@@ -153,8 +141,6 @@ module ESI
|
|
153
141
|
# @param [Hash] opts the optional parameters
|
154
142
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
155
143
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
156
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
157
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
158
144
|
# @return [Array<GetSovereigntyStructures200Ok>]
|
159
145
|
def get_sovereignty_structures(opts = {})
|
160
146
|
data, _status_code, _headers = get_sovereignty_structures_with_http_info(opts)
|
@@ -166,8 +152,6 @@ module ESI
|
|
166
152
|
# @param [Hash] opts the optional parameters
|
167
153
|
# @option opts [String] :datasource The server name you would like data from
|
168
154
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
169
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
170
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
171
155
|
# @return [Array<(Array<GetSovereigntyStructures200Ok>, Fixnum, Hash)>] Array<GetSovereigntyStructures200Ok> data, response status code and response headers
|
172
156
|
def get_sovereignty_structures_with_http_info(opts = {})
|
173
157
|
if @api_client.config.debugging
|
@@ -182,7 +166,6 @@ module ESI
|
|
182
166
|
# query parameters
|
183
167
|
query_params = {}
|
184
168
|
query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
|
185
|
-
query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
|
186
169
|
|
187
170
|
# header parameters
|
188
171
|
header_params = {}
|
@@ -191,7 +174,6 @@ module ESI
|
|
191
174
|
# HTTP header 'Content-Type'
|
192
175
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
193
176
|
header_params[:'If-None-Match'] = opts[:'if_none_match'] if !opts[:'if_none_match'].nil?
|
194
|
-
header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
|
195
177
|
|
196
178
|
# form parameters
|
197
179
|
form_params = {}
|