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
|
@@ -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<GetIncursions200Ok>]
|
31
29
|
def get_incursions(opts = {})
|
32
30
|
data, _status_code, _headers = get_incursions_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<GetIncursions200Ok>, Fixnum, Hash)>] Array<GetIncursions200Ok> data, response status code and response headers
|
44
40
|
def get_incursions_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 = {}
|
@@ -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
|
@@ -28,8 +28,6 @@ module ESI
|
|
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 [BOOLEAN] :include_completed Whether retrieve completed character industry jobs as well
|
30
30
|
# @option opts [String] :token Access token to use if unable to set a header
|
31
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
32
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
33
31
|
# @return [Array<GetCharactersCharacterIdIndustryJobs200Ok>]
|
34
32
|
def get_characters_character_id_industry_jobs(character_id, opts = {})
|
35
33
|
data, _status_code, _headers = get_characters_character_id_industry_jobs_with_http_info(character_id, opts)
|
@@ -44,8 +42,6 @@ module ESI
|
|
44
42
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
45
43
|
# @option opts [BOOLEAN] :include_completed Whether retrieve completed character industry jobs as well
|
46
44
|
# @option opts [String] :token Access token to use if unable to set a header
|
47
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
48
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
49
45
|
# @return [Array<(Array<GetCharactersCharacterIdIndustryJobs200Ok>, Fixnum, Hash)>] Array<GetCharactersCharacterIdIndustryJobs200Ok> data, response status code and response headers
|
50
46
|
def get_characters_character_id_industry_jobs_with_http_info(character_id, opts = {})
|
51
47
|
if @api_client.config.debugging
|
@@ -70,7 +66,6 @@ module ESI
|
|
70
66
|
query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
|
71
67
|
query_params[:'include_completed'] = opts[:'include_completed'] if !opts[:'include_completed'].nil?
|
72
68
|
query_params[:'token'] = opts[:'token'] if !opts[:'token'].nil?
|
73
|
-
query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
|
74
69
|
|
75
70
|
# header parameters
|
76
71
|
header_params = {}
|
@@ -79,7 +74,6 @@ module ESI
|
|
79
74
|
# HTTP header 'Content-Type'
|
80
75
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
81
76
|
header_params[:'If-None-Match'] = opts[:'if_none_match'] if !opts[:'if_none_match'].nil?
|
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 = {}
|
@@ -108,8 +102,6 @@ module ESI
|
|
108
102
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
109
103
|
# @option opts [Integer] :page Which page of results to return (default to 1)
|
110
104
|
# @option opts [String] :token Access token to use if unable to set a header
|
111
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
112
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
113
105
|
# @return [Array<GetCharactersCharacterIdMining200Ok>]
|
114
106
|
def get_characters_character_id_mining(character_id, opts = {})
|
115
107
|
data, _status_code, _headers = get_characters_character_id_mining_with_http_info(character_id, opts)
|
@@ -124,8 +116,6 @@ module ESI
|
|
124
116
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
125
117
|
# @option opts [Integer] :page Which page of results to return
|
126
118
|
# @option opts [String] :token Access token to use if unable to set a header
|
127
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
128
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
129
119
|
# @return [Array<(Array<GetCharactersCharacterIdMining200Ok>, Fixnum, Hash)>] Array<GetCharactersCharacterIdMining200Ok> data, response status code and response headers
|
130
120
|
def get_characters_character_id_mining_with_http_info(character_id, opts = {})
|
131
121
|
if @api_client.config.debugging
|
@@ -154,7 +144,6 @@ module ESI
|
|
154
144
|
query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
|
155
145
|
query_params[:'page'] = opts[:'page'] if !opts[:'page'].nil?
|
156
146
|
query_params[:'token'] = opts[:'token'] if !opts[:'token'].nil?
|
157
|
-
query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
|
158
147
|
|
159
148
|
# header parameters
|
160
149
|
header_params = {}
|
@@ -163,7 +152,6 @@ module ESI
|
|
163
152
|
# HTTP header 'Content-Type'
|
164
153
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
165
154
|
header_params[:'If-None-Match'] = opts[:'if_none_match'] if !opts[:'if_none_match'].nil?
|
166
|
-
header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
|
167
155
|
|
168
156
|
# form parameters
|
169
157
|
form_params = {}
|
@@ -192,8 +180,6 @@ module ESI
|
|
192
180
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
193
181
|
# @option opts [Integer] :page Which page of results to return (default to 1)
|
194
182
|
# @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
183
|
# @return [Array<GetCorporationCorporationIdMiningExtractions200Ok>]
|
198
184
|
def get_corporation_corporation_id_mining_extractions(corporation_id, opts = {})
|
199
185
|
data, _status_code, _headers = get_corporation_corporation_id_mining_extractions_with_http_info(corporation_id, opts)
|
@@ -208,8 +194,6 @@ module ESI
|
|
208
194
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
209
195
|
# @option opts [Integer] :page Which page of results to return
|
210
196
|
# @option opts [String] :token Access token to use if unable to set a header
|
211
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
212
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
213
197
|
# @return [Array<(Array<GetCorporationCorporationIdMiningExtractions200Ok>, Fixnum, Hash)>] Array<GetCorporationCorporationIdMiningExtractions200Ok> data, response status code and response headers
|
214
198
|
def get_corporation_corporation_id_mining_extractions_with_http_info(corporation_id, opts = {})
|
215
199
|
if @api_client.config.debugging
|
@@ -238,7 +222,6 @@ module ESI
|
|
238
222
|
query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
|
239
223
|
query_params[:'page'] = opts[:'page'] if !opts[:'page'].nil?
|
240
224
|
query_params[:'token'] = opts[:'token'] if !opts[:'token'].nil?
|
241
|
-
query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
|
242
225
|
|
243
226
|
# header parameters
|
244
227
|
header_params = {}
|
@@ -247,7 +230,6 @@ module ESI
|
|
247
230
|
# HTTP header 'Content-Type'
|
248
231
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
249
232
|
header_params[:'If-None-Match'] = opts[:'if_none_match'] if !opts[:'if_none_match'].nil?
|
250
|
-
header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
|
251
233
|
|
252
234
|
# form parameters
|
253
235
|
form_params = {}
|
@@ -276,8 +258,6 @@ module ESI
|
|
276
258
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
277
259
|
# @option opts [Integer] :page Which page of results to return (default to 1)
|
278
260
|
# @option opts [String] :token Access token to use if unable to set a header
|
279
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
280
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
281
261
|
# @return [Array<GetCorporationCorporationIdMiningObservers200Ok>]
|
282
262
|
def get_corporation_corporation_id_mining_observers(corporation_id, opts = {})
|
283
263
|
data, _status_code, _headers = get_corporation_corporation_id_mining_observers_with_http_info(corporation_id, opts)
|
@@ -292,8 +272,6 @@ module ESI
|
|
292
272
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
293
273
|
# @option opts [Integer] :page Which page of results to return
|
294
274
|
# @option opts [String] :token Access token to use if unable to set a header
|
295
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
296
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
297
275
|
# @return [Array<(Array<GetCorporationCorporationIdMiningObservers200Ok>, Fixnum, Hash)>] Array<GetCorporationCorporationIdMiningObservers200Ok> data, response status code and response headers
|
298
276
|
def get_corporation_corporation_id_mining_observers_with_http_info(corporation_id, opts = {})
|
299
277
|
if @api_client.config.debugging
|
@@ -322,7 +300,6 @@ module ESI
|
|
322
300
|
query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
|
323
301
|
query_params[:'page'] = opts[:'page'] if !opts[:'page'].nil?
|
324
302
|
query_params[:'token'] = opts[:'token'] if !opts[:'token'].nil?
|
325
|
-
query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
|
326
303
|
|
327
304
|
# header parameters
|
328
305
|
header_params = {}
|
@@ -331,7 +308,6 @@ module ESI
|
|
331
308
|
# HTTP header 'Content-Type'
|
332
309
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
333
310
|
header_params[:'If-None-Match'] = opts[:'if_none_match'] if !opts[:'if_none_match'].nil?
|
334
|
-
header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
|
335
311
|
|
336
312
|
# form parameters
|
337
313
|
form_params = {}
|
@@ -361,8 +337,6 @@ module ESI
|
|
361
337
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
362
338
|
# @option opts [Integer] :page Which page of results to return (default to 1)
|
363
339
|
# @option opts [String] :token Access token to use if unable to set a header
|
364
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
365
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
366
340
|
# @return [Array<GetCorporationCorporationIdMiningObserversObserverId200Ok>]
|
367
341
|
def get_corporation_corporation_id_mining_observers_observer_id(corporation_id, observer_id, opts = {})
|
368
342
|
data, _status_code, _headers = get_corporation_corporation_id_mining_observers_observer_id_with_http_info(corporation_id, observer_id, opts)
|
@@ -378,8 +352,6 @@ module ESI
|
|
378
352
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
379
353
|
# @option opts [Integer] :page Which page of results to return
|
380
354
|
# @option opts [String] :token Access token to use if unable to set a header
|
381
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
382
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
383
355
|
# @return [Array<(Array<GetCorporationCorporationIdMiningObserversObserverId200Ok>, Fixnum, Hash)>] Array<GetCorporationCorporationIdMiningObserversObserverId200Ok> data, response status code and response headers
|
384
356
|
def get_corporation_corporation_id_mining_observers_observer_id_with_http_info(corporation_id, observer_id, opts = {})
|
385
357
|
if @api_client.config.debugging
|
@@ -412,7 +384,6 @@ module ESI
|
|
412
384
|
query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
|
413
385
|
query_params[:'page'] = opts[:'page'] if !opts[:'page'].nil?
|
414
386
|
query_params[:'token'] = opts[:'token'] if !opts[:'token'].nil?
|
415
|
-
query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
|
416
387
|
|
417
388
|
# header parameters
|
418
389
|
header_params = {}
|
@@ -421,7 +392,6 @@ module ESI
|
|
421
392
|
# HTTP header 'Content-Type'
|
422
393
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
423
394
|
header_params[:'If-None-Match'] = opts[:'if_none_match'] if !opts[:'if_none_match'].nil?
|
424
|
-
header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
|
425
395
|
|
426
396
|
# form parameters
|
427
397
|
form_params = {}
|
@@ -451,8 +421,6 @@ module ESI
|
|
451
421
|
# @option opts [BOOLEAN] :include_completed Whether retrieve completed industry jobs as well (default to false)
|
452
422
|
# @option opts [Integer] :page Which page of results to return (default to 1)
|
453
423
|
# @option opts [String] :token Access token to use if unable to set a header
|
454
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
455
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
456
424
|
# @return [Array<GetCorporationsCorporationIdIndustryJobs200Ok>]
|
457
425
|
def get_corporations_corporation_id_industry_jobs(corporation_id, opts = {})
|
458
426
|
data, _status_code, _headers = get_corporations_corporation_id_industry_jobs_with_http_info(corporation_id, opts)
|
@@ -468,8 +436,6 @@ module ESI
|
|
468
436
|
# @option opts [BOOLEAN] :include_completed Whether retrieve completed industry jobs as well
|
469
437
|
# @option opts [Integer] :page Which page of results to return
|
470
438
|
# @option opts [String] :token Access token to use if unable to set a header
|
471
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
472
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
473
439
|
# @return [Array<(Array<GetCorporationsCorporationIdIndustryJobs200Ok>, Fixnum, Hash)>] Array<GetCorporationsCorporationIdIndustryJobs200Ok> data, response status code and response headers
|
474
440
|
def get_corporations_corporation_id_industry_jobs_with_http_info(corporation_id, opts = {})
|
475
441
|
if @api_client.config.debugging
|
@@ -499,7 +465,6 @@ module ESI
|
|
499
465
|
query_params[:'include_completed'] = opts[:'include_completed'] if !opts[:'include_completed'].nil?
|
500
466
|
query_params[:'page'] = opts[:'page'] if !opts[:'page'].nil?
|
501
467
|
query_params[:'token'] = opts[:'token'] if !opts[:'token'].nil?
|
502
|
-
query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
|
503
468
|
|
504
469
|
# header parameters
|
505
470
|
header_params = {}
|
@@ -508,7 +473,6 @@ module ESI
|
|
508
473
|
# HTTP header 'Content-Type'
|
509
474
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
510
475
|
header_params[:'If-None-Match'] = opts[:'if_none_match'] if !opts[:'if_none_match'].nil?
|
511
|
-
header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
|
512
476
|
|
513
477
|
# form parameters
|
514
478
|
form_params = {}
|
@@ -534,8 +498,6 @@ module ESI
|
|
534
498
|
# @param [Hash] opts the optional parameters
|
535
499
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
536
500
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
537
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
538
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
539
501
|
# @return [Array<GetIndustryFacilities200Ok>]
|
540
502
|
def get_industry_facilities(opts = {})
|
541
503
|
data, _status_code, _headers = get_industry_facilities_with_http_info(opts)
|
@@ -547,8 +509,6 @@ module ESI
|
|
547
509
|
# @param [Hash] opts the optional parameters
|
548
510
|
# @option opts [String] :datasource The server name you would like data from
|
549
511
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
550
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
551
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
552
512
|
# @return [Array<(Array<GetIndustryFacilities200Ok>, Fixnum, Hash)>] Array<GetIndustryFacilities200Ok> data, response status code and response headers
|
553
513
|
def get_industry_facilities_with_http_info(opts = {})
|
554
514
|
if @api_client.config.debugging
|
@@ -563,7 +523,6 @@ module ESI
|
|
563
523
|
# query parameters
|
564
524
|
query_params = {}
|
565
525
|
query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
|
566
|
-
query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
|
567
526
|
|
568
527
|
# header parameters
|
569
528
|
header_params = {}
|
@@ -572,7 +531,6 @@ module ESI
|
|
572
531
|
# HTTP header 'Content-Type'
|
573
532
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
574
533
|
header_params[:'If-None-Match'] = opts[:'if_none_match'] if !opts[:'if_none_match'].nil?
|
575
|
-
header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
|
576
534
|
|
577
535
|
# form parameters
|
578
536
|
form_params = {}
|
@@ -598,8 +556,6 @@ module ESI
|
|
598
556
|
# @param [Hash] opts the optional parameters
|
599
557
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
600
558
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
601
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
602
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
603
559
|
# @return [Array<GetIndustrySystems200Ok>]
|
604
560
|
def get_industry_systems(opts = {})
|
605
561
|
data, _status_code, _headers = get_industry_systems_with_http_info(opts)
|
@@ -611,8 +567,6 @@ module ESI
|
|
611
567
|
# @param [Hash] opts the optional parameters
|
612
568
|
# @option opts [String] :datasource The server name you would like data from
|
613
569
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
614
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
615
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
616
570
|
# @return [Array<(Array<GetIndustrySystems200Ok>, Fixnum, Hash)>] Array<GetIndustrySystems200Ok> data, response status code and response headers
|
617
571
|
def get_industry_systems_with_http_info(opts = {})
|
618
572
|
if @api_client.config.debugging
|
@@ -627,7 +581,6 @@ module ESI
|
|
627
581
|
# query parameters
|
628
582
|
query_params = {}
|
629
583
|
query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
|
630
|
-
query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
|
631
584
|
|
632
585
|
# header parameters
|
633
586
|
header_params = {}
|
@@ -636,7 +589,6 @@ module ESI
|
|
636
589
|
# HTTP header 'Content-Type'
|
637
590
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
638
591
|
header_params[:'If-None-Match'] = opts[:'if_none_match'] if !opts[:'if_none_match'].nil?
|
639
|
-
header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
|
640
592
|
|
641
593
|
# form parameters
|
642
594
|
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
|
@@ -23,11 +23,10 @@ module ESI
|
|
23
23
|
# List insurance levels
|
24
24
|
# Return available insurance levels for all ship types --- This route is cached for up to 3600 seconds
|
25
25
|
# @param [Hash] opts the optional parameters
|
26
|
+
# @option opts [String] :accept_language Language to use in the response (default to en-us)
|
26
27
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
27
28
|
# @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] :language Language to use in the response (default to en-us)
|
29
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
30
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
29
|
+
# @option opts [String] :language Language to use in the response, takes precedence over Accept-Language (default to en-us)
|
31
30
|
# @return [Array<GetInsurancePrices200Ok>]
|
32
31
|
def get_insurance_prices(opts = {})
|
33
32
|
data, _status_code, _headers = get_insurance_prices_with_http_info(opts)
|
@@ -37,16 +36,18 @@ module ESI
|
|
37
36
|
# List insurance levels
|
38
37
|
# Return available insurance levels for all ship types --- This route is cached for up to 3600 seconds
|
39
38
|
# @param [Hash] opts the optional parameters
|
39
|
+
# @option opts [String] :accept_language Language to use in the response
|
40
40
|
# @option opts [String] :datasource The server name you would like data from
|
41
41
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
42
|
-
# @option opts [String] :language Language to use in the response
|
43
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
44
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
42
|
+
# @option opts [String] :language Language to use in the response, takes precedence over Accept-Language
|
45
43
|
# @return [Array<(Array<GetInsurancePrices200Ok>, Fixnum, Hash)>] Array<GetInsurancePrices200Ok> data, response status code and response headers
|
46
44
|
def get_insurance_prices_with_http_info(opts = {})
|
47
45
|
if @api_client.config.debugging
|
48
46
|
@api_client.config.logger.debug "Calling API: InsuranceApi.get_insurance_prices ..."
|
49
47
|
end
|
48
|
+
if @api_client.config.client_side_validation && opts[:'accept_language'] && !['de', 'en-us', 'fr', 'ja', 'ru', 'zh'].include?(opts[:'accept_language'])
|
49
|
+
fail ArgumentError, 'invalid value for "accept_language", must be one of de, en-us, fr, ja, ru, zh'
|
50
|
+
end
|
50
51
|
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility', 'singularity'].include?(opts[:'datasource'])
|
51
52
|
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility, singularity'
|
52
53
|
end
|
@@ -60,7 +61,6 @@ module ESI
|
|
60
61
|
query_params = {}
|
61
62
|
query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
|
62
63
|
query_params[:'language'] = opts[:'language'] if !opts[:'language'].nil?
|
63
|
-
query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
|
64
64
|
|
65
65
|
# header parameters
|
66
66
|
header_params = {}
|
@@ -68,8 +68,8 @@ module ESI
|
|
68
68
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
69
69
|
# HTTP header 'Content-Type'
|
70
70
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
71
|
+
header_params[:'Accept-Language'] = opts[:'accept_language'] if !opts[:'accept_language'].nil?
|
71
72
|
header_params[:'If-None-Match'] = opts[:'if_none_match'] if !opts[:'if_none_match'].nil?
|
72
|
-
header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
|
73
73
|
|
74
74
|
# form parameters
|
75
75
|
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
|
@@ -20,34 +20,28 @@ module ESI
|
|
20
20
|
@api_client = api_client
|
21
21
|
end
|
22
22
|
|
23
|
-
# Get character kills and losses
|
24
|
-
# Return a list of character's
|
23
|
+
# Get a character's recent kills and losses
|
24
|
+
# Return a list of a character's kills and losses going back 90 days --- This route is cached for up to 300 seconds
|
25
25
|
# @param character_id An EVE character ID
|
26
26
|
# @param [Hash] opts the optional parameters
|
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
|
-
# @option opts [Integer] :
|
30
|
-
# @option opts [Integer] :max_kill_id Only return killmails with ID smaller than this.
|
29
|
+
# @option opts [Integer] :page Which page of results to return (default to 1)
|
31
30
|
# @option opts [String] :token Access token to use if unable to set a header
|
32
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
33
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
34
31
|
# @return [Array<GetCharactersCharacterIdKillmailsRecent200Ok>]
|
35
32
|
def get_characters_character_id_killmails_recent(character_id, opts = {})
|
36
33
|
data, _status_code, _headers = get_characters_character_id_killmails_recent_with_http_info(character_id, opts)
|
37
34
|
return data
|
38
35
|
end
|
39
36
|
|
40
|
-
# Get character kills and losses
|
41
|
-
# Return a list of character's
|
37
|
+
# Get a character's recent kills and losses
|
38
|
+
# Return a list of a character's kills and losses going back 90 days --- This route is cached for up to 300 seconds
|
42
39
|
# @param character_id An EVE character ID
|
43
40
|
# @param [Hash] opts the optional parameters
|
44
41
|
# @option opts [String] :datasource The server name you would like data from
|
45
42
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
46
|
-
# @option opts [Integer] :
|
47
|
-
# @option opts [Integer] :max_kill_id Only return killmails with ID smaller than this.
|
43
|
+
# @option opts [Integer] :page Which page of results to return
|
48
44
|
# @option opts [String] :token Access token to use if unable to set a header
|
49
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
50
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
51
45
|
# @return [Array<(Array<GetCharactersCharacterIdKillmailsRecent200Ok>, Fixnum, Hash)>] Array<GetCharactersCharacterIdKillmailsRecent200Ok> data, response status code and response headers
|
52
46
|
def get_characters_character_id_killmails_recent_with_http_info(character_id, opts = {})
|
53
47
|
if @api_client.config.debugging
|
@@ -64,8 +58,8 @@ module ESI
|
|
64
58
|
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility', 'singularity'].include?(opts[:'datasource'])
|
65
59
|
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility, singularity'
|
66
60
|
end
|
67
|
-
if @api_client.config.client_side_validation && !opts[:'
|
68
|
-
fail ArgumentError, 'invalid value for "opts[:"
|
61
|
+
if @api_client.config.client_side_validation && !opts[:'page'].nil? && opts[:'page'] < 1
|
62
|
+
fail ArgumentError, 'invalid value for "opts[:"page"]" when calling KillmailsApi.get_characters_character_id_killmails_recent, must be greater than or equal to 1.'
|
69
63
|
end
|
70
64
|
|
71
65
|
# resource path
|
@@ -74,10 +68,8 @@ module ESI
|
|
74
68
|
# query parameters
|
75
69
|
query_params = {}
|
76
70
|
query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
|
77
|
-
query_params[:'
|
78
|
-
query_params[:'max_kill_id'] = opts[:'max_kill_id'] if !opts[:'max_kill_id'].nil?
|
71
|
+
query_params[:'page'] = opts[:'page'] if !opts[:'page'].nil?
|
79
72
|
query_params[:'token'] = opts[:'token'] if !opts[:'token'].nil?
|
80
|
-
query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
|
81
73
|
|
82
74
|
# header parameters
|
83
75
|
header_params = {}
|
@@ -86,7 +78,6 @@ module ESI
|
|
86
78
|
# HTTP header 'Content-Type'
|
87
79
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
88
80
|
header_params[:'If-None-Match'] = opts[:'if_none_match'] if !opts[:'if_none_match'].nil?
|
89
|
-
header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
|
90
81
|
|
91
82
|
# form parameters
|
92
83
|
form_params = {}
|
@@ -107,32 +98,28 @@ module ESI
|
|
107
98
|
return data, status_code, headers
|
108
99
|
end
|
109
100
|
|
110
|
-
# Get corporation kills and losses
|
111
|
-
# Get a list of corporation's
|
101
|
+
# Get a corporation's recent kills and losses
|
102
|
+
# Get a list of a corporation's kills and losses going back 90 days --- This route is cached for up to 300 seconds --- Requires one of the following EVE corporation role(s): Director
|
112
103
|
# @param corporation_id An EVE corporation ID
|
113
104
|
# @param [Hash] opts the optional parameters
|
114
105
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
115
106
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
116
|
-
# @option opts [Integer] :
|
107
|
+
# @option opts [Integer] :page Which page of results to return (default to 1)
|
117
108
|
# @option opts [String] :token Access token to use if unable to set a header
|
118
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
119
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
120
109
|
# @return [Array<GetCorporationsCorporationIdKillmailsRecent200Ok>]
|
121
110
|
def get_corporations_corporation_id_killmails_recent(corporation_id, opts = {})
|
122
111
|
data, _status_code, _headers = get_corporations_corporation_id_killmails_recent_with_http_info(corporation_id, opts)
|
123
112
|
return data
|
124
113
|
end
|
125
114
|
|
126
|
-
# Get corporation kills and losses
|
127
|
-
# Get a list of corporation's
|
115
|
+
# Get a corporation's recent kills and losses
|
116
|
+
# Get a list of a corporation's kills and losses going back 90 days --- This route is cached for up to 300 seconds --- Requires one of the following EVE corporation role(s): Director
|
128
117
|
# @param corporation_id An EVE corporation ID
|
129
118
|
# @param [Hash] opts the optional parameters
|
130
119
|
# @option opts [String] :datasource The server name you would like data from
|
131
120
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
132
|
-
# @option opts [Integer] :
|
121
|
+
# @option opts [Integer] :page Which page of results to return
|
133
122
|
# @option opts [String] :token Access token to use if unable to set a header
|
134
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
135
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
136
123
|
# @return [Array<(Array<GetCorporationsCorporationIdKillmailsRecent200Ok>, Fixnum, Hash)>] Array<GetCorporationsCorporationIdKillmailsRecent200Ok> data, response status code and response headers
|
137
124
|
def get_corporations_corporation_id_killmails_recent_with_http_info(corporation_id, opts = {})
|
138
125
|
if @api_client.config.debugging
|
@@ -149,15 +136,18 @@ module ESI
|
|
149
136
|
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility', 'singularity'].include?(opts[:'datasource'])
|
150
137
|
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility, singularity'
|
151
138
|
end
|
139
|
+
if @api_client.config.client_side_validation && !opts[:'page'].nil? && opts[:'page'] < 1
|
140
|
+
fail ArgumentError, 'invalid value for "opts[:"page"]" when calling KillmailsApi.get_corporations_corporation_id_killmails_recent, must be greater than or equal to 1.'
|
141
|
+
end
|
142
|
+
|
152
143
|
# resource path
|
153
144
|
local_var_path = "/v1/corporations/{corporation_id}/killmails/recent/".sub('{' + 'corporation_id' + '}', corporation_id.to_s)
|
154
145
|
|
155
146
|
# query parameters
|
156
147
|
query_params = {}
|
157
148
|
query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
|
158
|
-
query_params[:'
|
149
|
+
query_params[:'page'] = opts[:'page'] if !opts[:'page'].nil?
|
159
150
|
query_params[:'token'] = opts[:'token'] if !opts[:'token'].nil?
|
160
|
-
query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
|
161
151
|
|
162
152
|
# header parameters
|
163
153
|
header_params = {}
|
@@ -166,7 +156,6 @@ module ESI
|
|
166
156
|
# HTTP header 'Content-Type'
|
167
157
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
168
158
|
header_params[:'If-None-Match'] = opts[:'if_none_match'] if !opts[:'if_none_match'].nil?
|
169
|
-
header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
|
170
159
|
|
171
160
|
# form parameters
|
172
161
|
form_params = {}
|
@@ -194,8 +183,6 @@ module ESI
|
|
194
183
|
# @param [Hash] opts the optional parameters
|
195
184
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
196
185
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
197
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
198
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
199
186
|
# @return [GetKillmailsKillmailIdKillmailHashOk]
|
200
187
|
def get_killmails_killmail_id_killmail_hash(killmail_hash, killmail_id, opts = {})
|
201
188
|
data, _status_code, _headers = get_killmails_killmail_id_killmail_hash_with_http_info(killmail_hash, killmail_id, opts)
|
@@ -209,8 +196,6 @@ module ESI
|
|
209
196
|
# @param [Hash] opts the optional parameters
|
210
197
|
# @option opts [String] :datasource The server name you would like data from
|
211
198
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
212
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
213
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
214
199
|
# @return [Array<(GetKillmailsKillmailIdKillmailHashOk, Fixnum, Hash)>] GetKillmailsKillmailIdKillmailHashOk data, response status code and response headers
|
215
200
|
def get_killmails_killmail_id_killmail_hash_with_http_info(killmail_hash, killmail_id, opts = {})
|
216
201
|
if @api_client.config.debugging
|
@@ -233,7 +218,6 @@ module ESI
|
|
233
218
|
# query parameters
|
234
219
|
query_params = {}
|
235
220
|
query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
|
236
|
-
query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
|
237
221
|
|
238
222
|
# header parameters
|
239
223
|
header_params = {}
|
@@ -242,7 +226,6 @@ module ESI
|
|
242
226
|
# HTTP header 'Content-Type'
|
243
227
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
244
228
|
header_params[:'If-None-Match'] = opts[:'if_none_match'] if !opts[:'if_none_match'].nil?
|
245
|
-
header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
|
246
229
|
|
247
230
|
# form parameters
|
248
231
|
form_params = {}
|