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
|
@@ -26,8 +26,6 @@ module ESI
|
|
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 [String] :user_agent Client identifier, takes precedence over headers
|
30
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
31
29
|
# @return [GetCharactersCharacterIdOk]
|
32
30
|
def get_characters_character_id(character_id, opts = {})
|
33
31
|
data, _status_code, _headers = get_characters_character_id_with_http_info(character_id, opts)
|
@@ -40,8 +38,6 @@ module ESI
|
|
40
38
|
# @param [Hash] opts the optional parameters
|
41
39
|
# @option opts [String] :datasource The server name you would like data from
|
42
40
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
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
|
45
41
|
# @return [Array<(GetCharactersCharacterIdOk, Fixnum, Hash)>] GetCharactersCharacterIdOk data, response status code and response headers
|
46
42
|
def get_characters_character_id_with_http_info(character_id, opts = {})
|
47
43
|
if @api_client.config.debugging
|
@@ -64,7 +60,6 @@ module ESI
|
|
64
60
|
# query parameters
|
65
61
|
query_params = {}
|
66
62
|
query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
|
67
|
-
query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
|
68
63
|
|
69
64
|
# header parameters
|
70
65
|
header_params = {}
|
@@ -73,7 +68,6 @@ module ESI
|
|
73
68
|
# HTTP header 'Content-Type'
|
74
69
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
75
70
|
header_params[:'If-None-Match'] = opts[:'if_none_match'] if !opts[:'if_none_match'].nil?
|
76
|
-
header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
|
77
71
|
|
78
72
|
# form parameters
|
79
73
|
form_params = {}
|
@@ -101,8 +95,6 @@ module ESI
|
|
101
95
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
102
96
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
103
97
|
# @option opts [String] :token Access token to use if unable to set a header
|
104
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
105
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
106
98
|
# @return [Array<GetCharactersCharacterIdAgentsResearch200Ok>]
|
107
99
|
def get_characters_character_id_agents_research(character_id, opts = {})
|
108
100
|
data, _status_code, _headers = get_characters_character_id_agents_research_with_http_info(character_id, opts)
|
@@ -116,8 +108,6 @@ module ESI
|
|
116
108
|
# @option opts [String] :datasource The server name you would like data from
|
117
109
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
118
110
|
# @option opts [String] :token Access token to use if unable to set a header
|
119
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
120
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
121
111
|
# @return [Array<(Array<GetCharactersCharacterIdAgentsResearch200Ok>, Fixnum, Hash)>] Array<GetCharactersCharacterIdAgentsResearch200Ok> data, response status code and response headers
|
122
112
|
def get_characters_character_id_agents_research_with_http_info(character_id, opts = {})
|
123
113
|
if @api_client.config.debugging
|
@@ -141,7 +131,6 @@ module ESI
|
|
141
131
|
query_params = {}
|
142
132
|
query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
|
143
133
|
query_params[:'token'] = opts[:'token'] if !opts[:'token'].nil?
|
144
|
-
query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
|
145
134
|
|
146
135
|
# header parameters
|
147
136
|
header_params = {}
|
@@ -150,7 +139,6 @@ module ESI
|
|
150
139
|
# HTTP header 'Content-Type'
|
151
140
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
152
141
|
header_params[:'If-None-Match'] = opts[:'if_none_match'] if !opts[:'if_none_match'].nil?
|
153
|
-
header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
|
154
142
|
|
155
143
|
# form parameters
|
156
144
|
form_params = {}
|
@@ -179,8 +167,6 @@ module ESI
|
|
179
167
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
180
168
|
# @option opts [Integer] :page Which page of results to return (default to 1)
|
181
169
|
# @option opts [String] :token Access token to use if unable to set a header
|
182
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
183
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
184
170
|
# @return [Array<GetCharactersCharacterIdBlueprints200Ok>]
|
185
171
|
def get_characters_character_id_blueprints(character_id, opts = {})
|
186
172
|
data, _status_code, _headers = get_characters_character_id_blueprints_with_http_info(character_id, opts)
|
@@ -195,8 +181,6 @@ module ESI
|
|
195
181
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
196
182
|
# @option opts [Integer] :page Which page of results to return
|
197
183
|
# @option opts [String] :token Access token to use if unable to set a header
|
198
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
199
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
200
184
|
# @return [Array<(Array<GetCharactersCharacterIdBlueprints200Ok>, Fixnum, Hash)>] Array<GetCharactersCharacterIdBlueprints200Ok> data, response status code and response headers
|
201
185
|
def get_characters_character_id_blueprints_with_http_info(character_id, opts = {})
|
202
186
|
if @api_client.config.debugging
|
@@ -225,7 +209,6 @@ module ESI
|
|
225
209
|
query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
|
226
210
|
query_params[:'page'] = opts[:'page'] if !opts[:'page'].nil?
|
227
211
|
query_params[:'token'] = opts[:'token'] if !opts[:'token'].nil?
|
228
|
-
query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
|
229
212
|
|
230
213
|
# header parameters
|
231
214
|
header_params = {}
|
@@ -234,7 +217,6 @@ module ESI
|
|
234
217
|
# HTTP header 'Content-Type'
|
235
218
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
236
219
|
header_params[:'If-None-Match'] = opts[:'if_none_match'] if !opts[:'if_none_match'].nil?
|
237
|
-
header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
|
238
220
|
|
239
221
|
# form parameters
|
240
222
|
form_params = {}
|
@@ -261,8 +243,6 @@ module ESI
|
|
261
243
|
# @param [Hash] opts the optional parameters
|
262
244
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
263
245
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
264
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
265
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
266
246
|
# @return [Array<GetCharactersCharacterIdCorporationhistory200Ok>]
|
267
247
|
def get_characters_character_id_corporationhistory(character_id, opts = {})
|
268
248
|
data, _status_code, _headers = get_characters_character_id_corporationhistory_with_http_info(character_id, opts)
|
@@ -275,8 +255,6 @@ module ESI
|
|
275
255
|
# @param [Hash] opts the optional parameters
|
276
256
|
# @option opts [String] :datasource The server name you would like data from
|
277
257
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
278
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
279
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
280
258
|
# @return [Array<(Array<GetCharactersCharacterIdCorporationhistory200Ok>, Fixnum, Hash)>] Array<GetCharactersCharacterIdCorporationhistory200Ok> data, response status code and response headers
|
281
259
|
def get_characters_character_id_corporationhistory_with_http_info(character_id, opts = {})
|
282
260
|
if @api_client.config.debugging
|
@@ -299,7 +277,6 @@ module ESI
|
|
299
277
|
# query parameters
|
300
278
|
query_params = {}
|
301
279
|
query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
|
302
|
-
query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
|
303
280
|
|
304
281
|
# header parameters
|
305
282
|
header_params = {}
|
@@ -308,7 +285,6 @@ module ESI
|
|
308
285
|
# HTTP header 'Content-Type'
|
309
286
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
310
287
|
header_params[:'If-None-Match'] = opts[:'if_none_match'] if !opts[:'if_none_match'].nil?
|
311
|
-
header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
|
312
288
|
|
313
289
|
# form parameters
|
314
290
|
form_params = {}
|
@@ -336,8 +312,6 @@ module ESI
|
|
336
312
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
337
313
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
338
314
|
# @option opts [String] :token Access token to use if unable to set a header
|
339
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
340
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
341
315
|
# @return [GetCharactersCharacterIdFatigueOk]
|
342
316
|
def get_characters_character_id_fatigue(character_id, opts = {})
|
343
317
|
data, _status_code, _headers = get_characters_character_id_fatigue_with_http_info(character_id, opts)
|
@@ -351,8 +325,6 @@ module ESI
|
|
351
325
|
# @option opts [String] :datasource The server name you would like data from
|
352
326
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
353
327
|
# @option opts [String] :token Access token to use if unable to set a header
|
354
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
355
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
356
328
|
# @return [Array<(GetCharactersCharacterIdFatigueOk, Fixnum, Hash)>] GetCharactersCharacterIdFatigueOk data, response status code and response headers
|
357
329
|
def get_characters_character_id_fatigue_with_http_info(character_id, opts = {})
|
358
330
|
if @api_client.config.debugging
|
@@ -376,7 +348,6 @@ module ESI
|
|
376
348
|
query_params = {}
|
377
349
|
query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
|
378
350
|
query_params[:'token'] = opts[:'token'] if !opts[:'token'].nil?
|
379
|
-
query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
|
380
351
|
|
381
352
|
# header parameters
|
382
353
|
header_params = {}
|
@@ -385,7 +356,6 @@ module ESI
|
|
385
356
|
# HTTP header 'Content-Type'
|
386
357
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
387
358
|
header_params[:'If-None-Match'] = opts[:'if_none_match'] if !opts[:'if_none_match'].nil?
|
388
|
-
header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
|
389
359
|
|
390
360
|
# form parameters
|
391
361
|
form_params = {}
|
@@ -413,8 +383,6 @@ module ESI
|
|
413
383
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
414
384
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
415
385
|
# @option opts [String] :token Access token to use if unable to set a header
|
416
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
417
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
418
386
|
# @return [Array<GetCharactersCharacterIdMedals200Ok>]
|
419
387
|
def get_characters_character_id_medals(character_id, opts = {})
|
420
388
|
data, _status_code, _headers = get_characters_character_id_medals_with_http_info(character_id, opts)
|
@@ -428,8 +396,6 @@ module ESI
|
|
428
396
|
# @option opts [String] :datasource The server name you would like data from
|
429
397
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
430
398
|
# @option opts [String] :token Access token to use if unable to set a header
|
431
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
432
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
433
399
|
# @return [Array<(Array<GetCharactersCharacterIdMedals200Ok>, Fixnum, Hash)>] Array<GetCharactersCharacterIdMedals200Ok> data, response status code and response headers
|
434
400
|
def get_characters_character_id_medals_with_http_info(character_id, opts = {})
|
435
401
|
if @api_client.config.debugging
|
@@ -453,7 +419,6 @@ module ESI
|
|
453
419
|
query_params = {}
|
454
420
|
query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
|
455
421
|
query_params[:'token'] = opts[:'token'] if !opts[:'token'].nil?
|
456
|
-
query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
|
457
422
|
|
458
423
|
# header parameters
|
459
424
|
header_params = {}
|
@@ -462,7 +427,6 @@ module ESI
|
|
462
427
|
# HTTP header 'Content-Type'
|
463
428
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
464
429
|
header_params[:'If-None-Match'] = opts[:'if_none_match'] if !opts[:'if_none_match'].nil?
|
465
|
-
header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
|
466
430
|
|
467
431
|
# form parameters
|
468
432
|
form_params = {}
|
@@ -490,8 +454,6 @@ module ESI
|
|
490
454
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
491
455
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
492
456
|
# @option opts [String] :token Access token to use if unable to set a header
|
493
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
494
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
495
457
|
# @return [Array<GetCharactersCharacterIdNotifications200Ok>]
|
496
458
|
def get_characters_character_id_notifications(character_id, opts = {})
|
497
459
|
data, _status_code, _headers = get_characters_character_id_notifications_with_http_info(character_id, opts)
|
@@ -505,8 +467,6 @@ module ESI
|
|
505
467
|
# @option opts [String] :datasource The server name you would like data from
|
506
468
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
507
469
|
# @option opts [String] :token Access token to use if unable to set a header
|
508
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
509
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
510
470
|
# @return [Array<(Array<GetCharactersCharacterIdNotifications200Ok>, Fixnum, Hash)>] Array<GetCharactersCharacterIdNotifications200Ok> data, response status code and response headers
|
511
471
|
def get_characters_character_id_notifications_with_http_info(character_id, opts = {})
|
512
472
|
if @api_client.config.debugging
|
@@ -530,7 +490,6 @@ module ESI
|
|
530
490
|
query_params = {}
|
531
491
|
query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
|
532
492
|
query_params[:'token'] = opts[:'token'] if !opts[:'token'].nil?
|
533
|
-
query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
|
534
493
|
|
535
494
|
# header parameters
|
536
495
|
header_params = {}
|
@@ -539,7 +498,6 @@ module ESI
|
|
539
498
|
# HTTP header 'Content-Type'
|
540
499
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
541
500
|
header_params[:'If-None-Match'] = opts[:'if_none_match'] if !opts[:'if_none_match'].nil?
|
542
|
-
header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
|
543
501
|
|
544
502
|
# form parameters
|
545
503
|
form_params = {}
|
@@ -567,8 +525,6 @@ module ESI
|
|
567
525
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
568
526
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
569
527
|
# @option opts [String] :token Access token to use if unable to set a header
|
570
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
571
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
572
528
|
# @return [Array<GetCharactersCharacterIdNotificationsContacts200Ok>]
|
573
529
|
def get_characters_character_id_notifications_contacts(character_id, opts = {})
|
574
530
|
data, _status_code, _headers = get_characters_character_id_notifications_contacts_with_http_info(character_id, opts)
|
@@ -582,8 +538,6 @@ module ESI
|
|
582
538
|
# @option opts [String] :datasource The server name you would like data from
|
583
539
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
584
540
|
# @option opts [String] :token Access token to use if unable to set a header
|
585
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
586
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
587
541
|
# @return [Array<(Array<GetCharactersCharacterIdNotificationsContacts200Ok>, Fixnum, Hash)>] Array<GetCharactersCharacterIdNotificationsContacts200Ok> data, response status code and response headers
|
588
542
|
def get_characters_character_id_notifications_contacts_with_http_info(character_id, opts = {})
|
589
543
|
if @api_client.config.debugging
|
@@ -607,7 +561,6 @@ module ESI
|
|
607
561
|
query_params = {}
|
608
562
|
query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
|
609
563
|
query_params[:'token'] = opts[:'token'] if !opts[:'token'].nil?
|
610
|
-
query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
|
611
564
|
|
612
565
|
# header parameters
|
613
566
|
header_params = {}
|
@@ -616,7 +569,6 @@ module ESI
|
|
616
569
|
# HTTP header 'Content-Type'
|
617
570
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
618
571
|
header_params[:'If-None-Match'] = opts[:'if_none_match'] if !opts[:'if_none_match'].nil?
|
619
|
-
header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
|
620
572
|
|
621
573
|
# form parameters
|
622
574
|
form_params = {}
|
@@ -643,8 +595,6 @@ module ESI
|
|
643
595
|
# @param [Hash] opts the optional parameters
|
644
596
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
645
597
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
646
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
647
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
648
598
|
# @return [GetCharactersCharacterIdPortraitOk]
|
649
599
|
def get_characters_character_id_portrait(character_id, opts = {})
|
650
600
|
data, _status_code, _headers = get_characters_character_id_portrait_with_http_info(character_id, opts)
|
@@ -657,8 +607,6 @@ module ESI
|
|
657
607
|
# @param [Hash] opts the optional parameters
|
658
608
|
# @option opts [String] :datasource The server name you would like data from
|
659
609
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
660
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
661
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
662
610
|
# @return [Array<(GetCharactersCharacterIdPortraitOk, Fixnum, Hash)>] GetCharactersCharacterIdPortraitOk data, response status code and response headers
|
663
611
|
def get_characters_character_id_portrait_with_http_info(character_id, opts = {})
|
664
612
|
if @api_client.config.debugging
|
@@ -681,7 +629,6 @@ module ESI
|
|
681
629
|
# query parameters
|
682
630
|
query_params = {}
|
683
631
|
query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
|
684
|
-
query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
|
685
632
|
|
686
633
|
# header parameters
|
687
634
|
header_params = {}
|
@@ -690,7 +637,6 @@ module ESI
|
|
690
637
|
# HTTP header 'Content-Type'
|
691
638
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
692
639
|
header_params[:'If-None-Match'] = opts[:'if_none_match'] if !opts[:'if_none_match'].nil?
|
693
|
-
header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
|
694
640
|
|
695
641
|
# form parameters
|
696
642
|
form_params = {}
|
@@ -718,8 +664,6 @@ module ESI
|
|
718
664
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
719
665
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
720
666
|
# @option opts [String] :token Access token to use if unable to set a header
|
721
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
722
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
723
667
|
# @return [GetCharactersCharacterIdRolesOk]
|
724
668
|
def get_characters_character_id_roles(character_id, opts = {})
|
725
669
|
data, _status_code, _headers = get_characters_character_id_roles_with_http_info(character_id, opts)
|
@@ -733,8 +677,6 @@ module ESI
|
|
733
677
|
# @option opts [String] :datasource The server name you would like data from
|
734
678
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
735
679
|
# @option opts [String] :token Access token to use if unable to set a header
|
736
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
737
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
738
680
|
# @return [Array<(GetCharactersCharacterIdRolesOk, Fixnum, Hash)>] GetCharactersCharacterIdRolesOk data, response status code and response headers
|
739
681
|
def get_characters_character_id_roles_with_http_info(character_id, opts = {})
|
740
682
|
if @api_client.config.debugging
|
@@ -758,7 +700,6 @@ module ESI
|
|
758
700
|
query_params = {}
|
759
701
|
query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
|
760
702
|
query_params[:'token'] = opts[:'token'] if !opts[:'token'].nil?
|
761
|
-
query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
|
762
703
|
|
763
704
|
# header parameters
|
764
705
|
header_params = {}
|
@@ -767,7 +708,6 @@ module ESI
|
|
767
708
|
# HTTP header 'Content-Type'
|
768
709
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
769
710
|
header_params[:'If-None-Match'] = opts[:'if_none_match'] if !opts[:'if_none_match'].nil?
|
770
|
-
header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
|
771
711
|
|
772
712
|
# form parameters
|
773
713
|
form_params = {}
|
@@ -795,8 +735,6 @@ module ESI
|
|
795
735
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
796
736
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
797
737
|
# @option opts [String] :token Access token to use if unable to set a header
|
798
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
799
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
800
738
|
# @return [Array<GetCharactersCharacterIdStandings200Ok>]
|
801
739
|
def get_characters_character_id_standings(character_id, opts = {})
|
802
740
|
data, _status_code, _headers = get_characters_character_id_standings_with_http_info(character_id, opts)
|
@@ -810,8 +748,6 @@ module ESI
|
|
810
748
|
# @option opts [String] :datasource The server name you would like data from
|
811
749
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
812
750
|
# @option opts [String] :token Access token to use if unable to set a header
|
813
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
814
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
815
751
|
# @return [Array<(Array<GetCharactersCharacterIdStandings200Ok>, Fixnum, Hash)>] Array<GetCharactersCharacterIdStandings200Ok> data, response status code and response headers
|
816
752
|
def get_characters_character_id_standings_with_http_info(character_id, opts = {})
|
817
753
|
if @api_client.config.debugging
|
@@ -835,7 +771,6 @@ module ESI
|
|
835
771
|
query_params = {}
|
836
772
|
query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
|
837
773
|
query_params[:'token'] = opts[:'token'] if !opts[:'token'].nil?
|
838
|
-
query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
|
839
774
|
|
840
775
|
# header parameters
|
841
776
|
header_params = {}
|
@@ -844,7 +779,6 @@ module ESI
|
|
844
779
|
# HTTP header 'Content-Type'
|
845
780
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
846
781
|
header_params[:'If-None-Match'] = opts[:'if_none_match'] if !opts[:'if_none_match'].nil?
|
847
|
-
header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
|
848
782
|
|
849
783
|
# form parameters
|
850
784
|
form_params = {}
|
@@ -872,8 +806,6 @@ module ESI
|
|
872
806
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
873
807
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
874
808
|
# @option opts [String] :token Access token to use if unable to set a header
|
875
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
876
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
877
809
|
# @return [Array<GetCharactersCharacterIdStats200Ok>]
|
878
810
|
def get_characters_character_id_stats(character_id, opts = {})
|
879
811
|
data, _status_code, _headers = get_characters_character_id_stats_with_http_info(character_id, opts)
|
@@ -887,8 +819,6 @@ module ESI
|
|
887
819
|
# @option opts [String] :datasource The server name you would like data from
|
888
820
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
889
821
|
# @option opts [String] :token Access token to use if unable to set a header
|
890
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
891
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
892
822
|
# @return [Array<(Array<GetCharactersCharacterIdStats200Ok>, Fixnum, Hash)>] Array<GetCharactersCharacterIdStats200Ok> data, response status code and response headers
|
893
823
|
def get_characters_character_id_stats_with_http_info(character_id, opts = {})
|
894
824
|
if @api_client.config.debugging
|
@@ -912,7 +842,6 @@ module ESI
|
|
912
842
|
query_params = {}
|
913
843
|
query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
|
914
844
|
query_params[:'token'] = opts[:'token'] if !opts[:'token'].nil?
|
915
|
-
query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
|
916
845
|
|
917
846
|
# header parameters
|
918
847
|
header_params = {}
|
@@ -921,7 +850,6 @@ module ESI
|
|
921
850
|
# HTTP header 'Content-Type'
|
922
851
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
923
852
|
header_params[:'If-None-Match'] = opts[:'if_none_match'] if !opts[:'if_none_match'].nil?
|
924
|
-
header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
|
925
853
|
|
926
854
|
# form parameters
|
927
855
|
form_params = {}
|
@@ -949,8 +877,6 @@ module ESI
|
|
949
877
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
950
878
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
951
879
|
# @option opts [String] :token Access token to use if unable to set a header
|
952
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
953
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
954
880
|
# @return [Array<GetCharactersCharacterIdTitles200Ok>]
|
955
881
|
def get_characters_character_id_titles(character_id, opts = {})
|
956
882
|
data, _status_code, _headers = get_characters_character_id_titles_with_http_info(character_id, opts)
|
@@ -964,8 +890,6 @@ module ESI
|
|
964
890
|
# @option opts [String] :datasource The server name you would like data from
|
965
891
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
966
892
|
# @option opts [String] :token Access token to use if unable to set a header
|
967
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
968
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
969
893
|
# @return [Array<(Array<GetCharactersCharacterIdTitles200Ok>, Fixnum, Hash)>] Array<GetCharactersCharacterIdTitles200Ok> data, response status code and response headers
|
970
894
|
def get_characters_character_id_titles_with_http_info(character_id, opts = {})
|
971
895
|
if @api_client.config.debugging
|
@@ -989,7 +913,6 @@ module ESI
|
|
989
913
|
query_params = {}
|
990
914
|
query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
|
991
915
|
query_params[:'token'] = opts[:'token'] if !opts[:'token'].nil?
|
992
|
-
query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
|
993
916
|
|
994
917
|
# header parameters
|
995
918
|
header_params = {}
|
@@ -998,7 +921,6 @@ module ESI
|
|
998
921
|
# HTTP header 'Content-Type'
|
999
922
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
1000
923
|
header_params[:'If-None-Match'] = opts[:'if_none_match'] if !opts[:'if_none_match'].nil?
|
1001
|
-
header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
|
1002
924
|
|
1003
925
|
# form parameters
|
1004
926
|
form_params = {}
|
@@ -1019,93 +941,11 @@ module ESI
|
|
1019
941
|
return data, status_code, headers
|
1020
942
|
end
|
1021
943
|
|
1022
|
-
# Get character names
|
1023
|
-
# Resolve a set of character IDs to character names --- This route is cached for up to 3600 seconds
|
1024
|
-
# @param character_ids A comma separated list of character IDs
|
1025
|
-
# @param [Hash] opts the optional parameters
|
1026
|
-
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
1027
|
-
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
1028
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
1029
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
1030
|
-
# @return [Array<GetCharactersNames200Ok>]
|
1031
|
-
def get_characters_names(character_ids, opts = {})
|
1032
|
-
data, _status_code, _headers = get_characters_names_with_http_info(character_ids, opts)
|
1033
|
-
return data
|
1034
|
-
end
|
1035
|
-
|
1036
|
-
# Get character names
|
1037
|
-
# Resolve a set of character IDs to character names --- This route is cached for up to 3600 seconds
|
1038
|
-
# @param character_ids A comma separated list of character IDs
|
1039
|
-
# @param [Hash] opts the optional parameters
|
1040
|
-
# @option opts [String] :datasource The server name you would like data from
|
1041
|
-
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
1042
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
1043
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
1044
|
-
# @return [Array<(Array<GetCharactersNames200Ok>, Fixnum, Hash)>] Array<GetCharactersNames200Ok> data, response status code and response headers
|
1045
|
-
def get_characters_names_with_http_info(character_ids, opts = {})
|
1046
|
-
if @api_client.config.debugging
|
1047
|
-
@api_client.config.logger.debug "Calling API: CharacterApi.get_characters_names ..."
|
1048
|
-
end
|
1049
|
-
# verify the required parameter 'character_ids' is set
|
1050
|
-
if @api_client.config.client_side_validation && character_ids.nil?
|
1051
|
-
fail ArgumentError, "Missing the required parameter 'character_ids' when calling CharacterApi.get_characters_names"
|
1052
|
-
end
|
1053
|
-
if @api_client.config.client_side_validation && character_ids.length > 1000
|
1054
|
-
fail ArgumentError, 'invalid value for "character_ids" when calling CharacterApi.get_characters_names, number of items must be less than or equal to 1000.'
|
1055
|
-
end
|
1056
|
-
|
1057
|
-
if @api_client.config.client_side_validation && character_ids.length < 1
|
1058
|
-
fail ArgumentError, 'invalid value for "character_ids" when calling CharacterApi.get_characters_names, number of items must be greater than or equal to 1.'
|
1059
|
-
end
|
1060
|
-
|
1061
|
-
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility', 'singularity'].include?(opts[:'datasource'])
|
1062
|
-
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility, singularity'
|
1063
|
-
end
|
1064
|
-
# resource path
|
1065
|
-
local_var_path = "/v1/characters/names/"
|
1066
|
-
|
1067
|
-
# query parameters
|
1068
|
-
query_params = {}
|
1069
|
-
query_params[:'character_ids'] = @api_client.build_collection_param(character_ids, :csv)
|
1070
|
-
query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
|
1071
|
-
query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
|
1072
|
-
|
1073
|
-
# header parameters
|
1074
|
-
header_params = {}
|
1075
|
-
# HTTP header 'Accept' (if needed)
|
1076
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
1077
|
-
# HTTP header 'Content-Type'
|
1078
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
1079
|
-
header_params[:'If-None-Match'] = opts[:'if_none_match'] if !opts[:'if_none_match'].nil?
|
1080
|
-
header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
|
1081
|
-
|
1082
|
-
# form parameters
|
1083
|
-
form_params = {}
|
1084
|
-
|
1085
|
-
# http body (model)
|
1086
|
-
post_body = nil
|
1087
|
-
auth_names = []
|
1088
|
-
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
1089
|
-
:header_params => header_params,
|
1090
|
-
:query_params => query_params,
|
1091
|
-
:form_params => form_params,
|
1092
|
-
:body => post_body,
|
1093
|
-
:auth_names => auth_names,
|
1094
|
-
:return_type => 'Array<GetCharactersNames200Ok>')
|
1095
|
-
if @api_client.config.debugging
|
1096
|
-
@api_client.config.logger.debug "API called: CharacterApi#get_characters_names\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1097
|
-
end
|
1098
|
-
return data, status_code, headers
|
1099
|
-
end
|
1100
|
-
|
1101
944
|
# Character affiliation
|
1102
945
|
# Bulk lookup of character IDs to corporation, alliance and faction --- This route is cached for up to 3600 seconds
|
1103
946
|
# @param characters The character IDs to fetch affiliations for. All characters must exist, or none will be returned.
|
1104
947
|
# @param [Hash] opts the optional parameters
|
1105
948
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
1106
|
-
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
1107
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
1108
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
1109
949
|
# @return [Array<PostCharactersAffiliation200Ok>]
|
1110
950
|
def post_characters_affiliation(characters, opts = {})
|
1111
951
|
data, _status_code, _headers = post_characters_affiliation_with_http_info(characters, opts)
|
@@ -1117,9 +957,6 @@ module ESI
|
|
1117
957
|
# @param characters The character IDs to fetch affiliations for. All characters must exist, or none will be returned.
|
1118
958
|
# @param [Hash] opts the optional parameters
|
1119
959
|
# @option opts [String] :datasource The server name you would like data from
|
1120
|
-
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
1121
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
1122
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
1123
960
|
# @return [Array<(Array<PostCharactersAffiliation200Ok>, Fixnum, Hash)>] Array<PostCharactersAffiliation200Ok> data, response status code and response headers
|
1124
961
|
def post_characters_affiliation_with_http_info(characters, opts = {})
|
1125
962
|
if @api_client.config.debugging
|
@@ -1138,7 +975,6 @@ module ESI
|
|
1138
975
|
# query parameters
|
1139
976
|
query_params = {}
|
1140
977
|
query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
|
1141
|
-
query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
|
1142
978
|
|
1143
979
|
# header parameters
|
1144
980
|
header_params = {}
|
@@ -1146,8 +982,6 @@ module ESI
|
|
1146
982
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
1147
983
|
# HTTP header 'Content-Type'
|
1148
984
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
1149
|
-
header_params[:'If-None-Match'] = opts[:'if_none_match'] if !opts[:'if_none_match'].nil?
|
1150
|
-
header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
|
1151
985
|
|
1152
986
|
# form parameters
|
1153
987
|
form_params = {}
|
@@ -1175,8 +1009,6 @@ module ESI
|
|
1175
1009
|
# @param [Hash] opts the optional parameters
|
1176
1010
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
1177
1011
|
# @option opts [String] :token Access token to use if unable to set a header
|
1178
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
1179
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
1180
1012
|
# @return [Float]
|
1181
1013
|
def post_characters_character_id_cspa(character_id, characters, opts = {})
|
1182
1014
|
data, _status_code, _headers = post_characters_character_id_cspa_with_http_info(character_id, characters, opts)
|
@@ -1190,8 +1022,6 @@ module ESI
|
|
1190
1022
|
# @param [Hash] opts the optional parameters
|
1191
1023
|
# @option opts [String] :datasource The server name you would like data from
|
1192
1024
|
# @option opts [String] :token Access token to use if unable to set a header
|
1193
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
1194
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
1195
1025
|
# @return [Array<(Float, Fixnum, Hash)>] Float data, response status code and response headers
|
1196
1026
|
def post_characters_character_id_cspa_with_http_info(character_id, characters, opts = {})
|
1197
1027
|
if @api_client.config.debugging
|
@@ -1219,7 +1049,6 @@ module ESI
|
|
1219
1049
|
query_params = {}
|
1220
1050
|
query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
|
1221
1051
|
query_params[:'token'] = opts[:'token'] if !opts[:'token'].nil?
|
1222
|
-
query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
|
1223
1052
|
|
1224
1053
|
# header parameters
|
1225
1054
|
header_params = {}
|
@@ -1227,7 +1056,6 @@ module ESI
|
|
1227
1056
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
1228
1057
|
# HTTP header 'Content-Type'
|
1229
1058
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
1230
|
-
header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
|
1231
1059
|
|
1232
1060
|
# form parameters
|
1233
1061
|
form_params = {}
|