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
|
@@ -28,8 +28,6 @@ module ESI
|
|
28
28
|
# @param [Hash] opts the optional parameters
|
29
29
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
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 [nil]
|
34
32
|
def post_ui_autopilot_waypoint(add_to_beginning, clear_other_waypoints, destination_id, opts = {})
|
35
33
|
post_ui_autopilot_waypoint_with_http_info(add_to_beginning, clear_other_waypoints, destination_id, opts)
|
@@ -44,8 +42,6 @@ module ESI
|
|
44
42
|
# @param [Hash] opts the optional parameters
|
45
43
|
# @option opts [String] :datasource The server name you would like data from
|
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<(nil, Fixnum, Hash)>] nil, response status code and response headers
|
50
46
|
def post_ui_autopilot_waypoint_with_http_info(add_to_beginning, clear_other_waypoints, destination_id, opts = {})
|
51
47
|
if @api_client.config.debugging
|
@@ -76,7 +72,6 @@ module ESI
|
|
76
72
|
query_params[:'destination_id'] = destination_id
|
77
73
|
query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
|
78
74
|
query_params[:'token'] = opts[:'token'] if !opts[:'token'].nil?
|
79
|
-
query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
|
80
75
|
|
81
76
|
# header parameters
|
82
77
|
header_params = {}
|
@@ -84,7 +79,6 @@ module ESI
|
|
84
79
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
85
80
|
# HTTP header 'Content-Type'
|
86
81
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
87
|
-
header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
|
88
82
|
|
89
83
|
# form parameters
|
90
84
|
form_params = {}
|
@@ -110,8 +104,6 @@ module ESI
|
|
110
104
|
# @param [Hash] opts the optional parameters
|
111
105
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
112
106
|
# @option opts [String] :token Access token to use if unable to set a header
|
113
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
114
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
115
107
|
# @return [nil]
|
116
108
|
def post_ui_openwindow_contract(contract_id, opts = {})
|
117
109
|
post_ui_openwindow_contract_with_http_info(contract_id, opts)
|
@@ -124,8 +116,6 @@ module ESI
|
|
124
116
|
# @param [Hash] opts the optional parameters
|
125
117
|
# @option opts [String] :datasource The server name you would like data from
|
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<(nil, Fixnum, Hash)>] nil, response status code and response headers
|
130
120
|
def post_ui_openwindow_contract_with_http_info(contract_id, opts = {})
|
131
121
|
if @api_client.config.debugging
|
@@ -146,7 +136,6 @@ module ESI
|
|
146
136
|
query_params[:'contract_id'] = contract_id
|
147
137
|
query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
|
148
138
|
query_params[:'token'] = opts[:'token'] if !opts[:'token'].nil?
|
149
|
-
query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
|
150
139
|
|
151
140
|
# header parameters
|
152
141
|
header_params = {}
|
@@ -154,7 +143,6 @@ module ESI
|
|
154
143
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
155
144
|
# HTTP header 'Content-Type'
|
156
145
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
157
|
-
header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
|
158
146
|
|
159
147
|
# form parameters
|
160
148
|
form_params = {}
|
@@ -180,8 +168,6 @@ module ESI
|
|
180
168
|
# @param [Hash] opts the optional parameters
|
181
169
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
182
170
|
# @option opts [String] :token Access token to use if unable to set a header
|
183
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
184
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
185
171
|
# @return [nil]
|
186
172
|
def post_ui_openwindow_information(target_id, opts = {})
|
187
173
|
post_ui_openwindow_information_with_http_info(target_id, opts)
|
@@ -194,8 +180,6 @@ module ESI
|
|
194
180
|
# @param [Hash] opts the optional parameters
|
195
181
|
# @option opts [String] :datasource The server name you would like data from
|
196
182
|
# @option opts [String] :token Access token to use if unable to set a header
|
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
183
|
# @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
|
200
184
|
def post_ui_openwindow_information_with_http_info(target_id, opts = {})
|
201
185
|
if @api_client.config.debugging
|
@@ -216,7 +200,6 @@ module ESI
|
|
216
200
|
query_params[:'target_id'] = target_id
|
217
201
|
query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
|
218
202
|
query_params[:'token'] = opts[:'token'] if !opts[:'token'].nil?
|
219
|
-
query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
|
220
203
|
|
221
204
|
# header parameters
|
222
205
|
header_params = {}
|
@@ -224,7 +207,6 @@ module ESI
|
|
224
207
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
225
208
|
# HTTP header 'Content-Type'
|
226
209
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
227
|
-
header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
|
228
210
|
|
229
211
|
# form parameters
|
230
212
|
form_params = {}
|
@@ -250,8 +232,6 @@ module ESI
|
|
250
232
|
# @param [Hash] opts the optional parameters
|
251
233
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
252
234
|
# @option opts [String] :token Access token to use if unable to set a header
|
253
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
254
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
255
235
|
# @return [nil]
|
256
236
|
def post_ui_openwindow_marketdetails(type_id, opts = {})
|
257
237
|
post_ui_openwindow_marketdetails_with_http_info(type_id, opts)
|
@@ -264,8 +244,6 @@ module ESI
|
|
264
244
|
# @param [Hash] opts the optional parameters
|
265
245
|
# @option opts [String] :datasource The server name you would like data from
|
266
246
|
# @option opts [String] :token Access token to use if unable to set a header
|
267
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
268
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
269
247
|
# @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
|
270
248
|
def post_ui_openwindow_marketdetails_with_http_info(type_id, opts = {})
|
271
249
|
if @api_client.config.debugging
|
@@ -286,7 +264,6 @@ module ESI
|
|
286
264
|
query_params[:'type_id'] = type_id
|
287
265
|
query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
|
288
266
|
query_params[:'token'] = opts[:'token'] if !opts[:'token'].nil?
|
289
|
-
query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
|
290
267
|
|
291
268
|
# header parameters
|
292
269
|
header_params = {}
|
@@ -294,7 +271,6 @@ module ESI
|
|
294
271
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
295
272
|
# HTTP header 'Content-Type'
|
296
273
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
297
|
-
header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
|
298
274
|
|
299
275
|
# form parameters
|
300
276
|
form_params = {}
|
@@ -320,8 +296,6 @@ module ESI
|
|
320
296
|
# @param [Hash] opts the optional parameters
|
321
297
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
322
298
|
# @option opts [String] :token Access token to use if unable to set a header
|
323
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
324
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
325
299
|
# @return [nil]
|
326
300
|
def post_ui_openwindow_newmail(new_mail, opts = {})
|
327
301
|
post_ui_openwindow_newmail_with_http_info(new_mail, opts)
|
@@ -334,8 +308,6 @@ module ESI
|
|
334
308
|
# @param [Hash] opts the optional parameters
|
335
309
|
# @option opts [String] :datasource The server name you would like data from
|
336
310
|
# @option opts [String] :token Access token to use if unable to set a header
|
337
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
338
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
339
311
|
# @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
|
340
312
|
def post_ui_openwindow_newmail_with_http_info(new_mail, opts = {})
|
341
313
|
if @api_client.config.debugging
|
@@ -355,7 +327,6 @@ module ESI
|
|
355
327
|
query_params = {}
|
356
328
|
query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
|
357
329
|
query_params[:'token'] = opts[:'token'] if !opts[:'token'].nil?
|
358
|
-
query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
|
359
330
|
|
360
331
|
# header parameters
|
361
332
|
header_params = {}
|
@@ -363,7 +334,6 @@ module ESI
|
|
363
334
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
364
335
|
# HTTP header 'Content-Type'
|
365
336
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
366
|
-
header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
|
367
337
|
|
368
338
|
# form parameters
|
369
339
|
form_params = {}
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#An OpenAPI for EVE Online
|
5
5
|
|
6
|
-
OpenAPI spec version: 0.8.
|
6
|
+
OpenAPI spec version: 0.8.5
|
7
7
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
9
|
Swagger Codegen version: 2.3.1
|
@@ -27,8 +27,6 @@ module ESI
|
|
27
27
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
28
28
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
29
29
|
# @option opts [String] :token Access token to use if unable to set a header
|
30
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
31
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
32
30
|
# @return [Float]
|
33
31
|
def get_characters_character_id_wallet(character_id, opts = {})
|
34
32
|
data, _status_code, _headers = get_characters_character_id_wallet_with_http_info(character_id, opts)
|
@@ -42,8 +40,6 @@ module ESI
|
|
42
40
|
# @option opts [String] :datasource The server name you would like data from
|
43
41
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
44
42
|
# @option opts [String] :token Access token to use if unable to set a header
|
45
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
46
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
47
43
|
# @return [Array<(Float, Fixnum, Hash)>] Float data, response status code and response headers
|
48
44
|
def get_characters_character_id_wallet_with_http_info(character_id, opts = {})
|
49
45
|
if @api_client.config.debugging
|
@@ -67,7 +63,6 @@ module ESI
|
|
67
63
|
query_params = {}
|
68
64
|
query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
|
69
65
|
query_params[:'token'] = opts[:'token'] if !opts[:'token'].nil?
|
70
|
-
query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
|
71
66
|
|
72
67
|
# header parameters
|
73
68
|
header_params = {}
|
@@ -76,7 +71,6 @@ module ESI
|
|
76
71
|
# HTTP header 'Content-Type'
|
77
72
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
78
73
|
header_params[:'If-None-Match'] = opts[:'if_none_match'] if !opts[:'if_none_match'].nil?
|
79
|
-
header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
|
80
74
|
|
81
75
|
# form parameters
|
82
76
|
form_params = {}
|
@@ -105,8 +99,6 @@ module ESI
|
|
105
99
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
106
100
|
# @option opts [Integer] :page Which page of results to return (default to 1)
|
107
101
|
# @option opts [String] :token Access token to use if unable to set a header
|
108
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
109
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
110
102
|
# @return [Array<GetCharactersCharacterIdWalletJournal200Ok>]
|
111
103
|
def get_characters_character_id_wallet_journal(character_id, opts = {})
|
112
104
|
data, _status_code, _headers = get_characters_character_id_wallet_journal_with_http_info(character_id, opts)
|
@@ -121,8 +113,6 @@ module ESI
|
|
121
113
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
122
114
|
# @option opts [Integer] :page Which page of results to return
|
123
115
|
# @option opts [String] :token Access token to use if unable to set a header
|
124
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
125
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
126
116
|
# @return [Array<(Array<GetCharactersCharacterIdWalletJournal200Ok>, Fixnum, Hash)>] Array<GetCharactersCharacterIdWalletJournal200Ok> data, response status code and response headers
|
127
117
|
def get_characters_character_id_wallet_journal_with_http_info(character_id, opts = {})
|
128
118
|
if @api_client.config.debugging
|
@@ -151,7 +141,6 @@ module ESI
|
|
151
141
|
query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
|
152
142
|
query_params[:'page'] = opts[:'page'] if !opts[:'page'].nil?
|
153
143
|
query_params[:'token'] = opts[:'token'] if !opts[:'token'].nil?
|
154
|
-
query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
|
155
144
|
|
156
145
|
# header parameters
|
157
146
|
header_params = {}
|
@@ -160,7 +149,6 @@ module ESI
|
|
160
149
|
# HTTP header 'Content-Type'
|
161
150
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
162
151
|
header_params[:'If-None-Match'] = opts[:'if_none_match'] if !opts[:'if_none_match'].nil?
|
163
|
-
header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
|
164
152
|
|
165
153
|
# form parameters
|
166
154
|
form_params = {}
|
@@ -189,8 +177,6 @@ module ESI
|
|
189
177
|
# @option opts [Integer] :from_id Only show transactions happened before the one referenced by this id
|
190
178
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
191
179
|
# @option opts [String] :token Access token to use if unable to set a header
|
192
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
193
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
194
180
|
# @return [Array<GetCharactersCharacterIdWalletTransactions200Ok>]
|
195
181
|
def get_characters_character_id_wallet_transactions(character_id, opts = {})
|
196
182
|
data, _status_code, _headers = get_characters_character_id_wallet_transactions_with_http_info(character_id, opts)
|
@@ -205,8 +191,6 @@ module ESI
|
|
205
191
|
# @option opts [Integer] :from_id Only show transactions happened before the one referenced by this id
|
206
192
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
207
193
|
# @option opts [String] :token Access token to use if unable to set a header
|
208
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
209
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
210
194
|
# @return [Array<(Array<GetCharactersCharacterIdWalletTransactions200Ok>, Fixnum, Hash)>] Array<GetCharactersCharacterIdWalletTransactions200Ok> data, response status code and response headers
|
211
195
|
def get_characters_character_id_wallet_transactions_with_http_info(character_id, opts = {})
|
212
196
|
if @api_client.config.debugging
|
@@ -231,7 +215,6 @@ module ESI
|
|
231
215
|
query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
|
232
216
|
query_params[:'from_id'] = opts[:'from_id'] if !opts[:'from_id'].nil?
|
233
217
|
query_params[:'token'] = opts[:'token'] if !opts[:'token'].nil?
|
234
|
-
query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
|
235
218
|
|
236
219
|
# header parameters
|
237
220
|
header_params = {}
|
@@ -240,7 +223,6 @@ module ESI
|
|
240
223
|
# HTTP header 'Content-Type'
|
241
224
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
242
225
|
header_params[:'If-None-Match'] = opts[:'if_none_match'] if !opts[:'if_none_match'].nil?
|
243
|
-
header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
|
244
226
|
|
245
227
|
# form parameters
|
246
228
|
form_params = {}
|
@@ -268,8 +250,6 @@ module ESI
|
|
268
250
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
269
251
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
270
252
|
# @option opts [String] :token Access token to use if unable to set a header
|
271
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
272
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
273
253
|
# @return [Array<GetCorporationsCorporationIdWallets200Ok>]
|
274
254
|
def get_corporations_corporation_id_wallets(corporation_id, opts = {})
|
275
255
|
data, _status_code, _headers = get_corporations_corporation_id_wallets_with_http_info(corporation_id, opts)
|
@@ -283,8 +263,6 @@ module ESI
|
|
283
263
|
# @option opts [String] :datasource The server name you would like data from
|
284
264
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
285
265
|
# @option opts [String] :token Access token to use if unable to set a header
|
286
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
287
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
288
266
|
# @return [Array<(Array<GetCorporationsCorporationIdWallets200Ok>, Fixnum, Hash)>] Array<GetCorporationsCorporationIdWallets200Ok> data, response status code and response headers
|
289
267
|
def get_corporations_corporation_id_wallets_with_http_info(corporation_id, opts = {})
|
290
268
|
if @api_client.config.debugging
|
@@ -308,7 +286,6 @@ module ESI
|
|
308
286
|
query_params = {}
|
309
287
|
query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
|
310
288
|
query_params[:'token'] = opts[:'token'] if !opts[:'token'].nil?
|
311
|
-
query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
|
312
289
|
|
313
290
|
# header parameters
|
314
291
|
header_params = {}
|
@@ -317,7 +294,6 @@ module ESI
|
|
317
294
|
# HTTP header 'Content-Type'
|
318
295
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
319
296
|
header_params[:'If-None-Match'] = opts[:'if_none_match'] if !opts[:'if_none_match'].nil?
|
320
|
-
header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
|
321
297
|
|
322
298
|
# form parameters
|
323
299
|
form_params = {}
|
@@ -347,8 +323,6 @@ module ESI
|
|
347
323
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
348
324
|
# @option opts [Integer] :page Which page of results to return (default to 1)
|
349
325
|
# @option opts [String] :token Access token to use if unable to set a header
|
350
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
351
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
352
326
|
# @return [Array<GetCorporationsCorporationIdWalletsDivisionJournal200Ok>]
|
353
327
|
def get_corporations_corporation_id_wallets_division_journal(corporation_id, division, opts = {})
|
354
328
|
data, _status_code, _headers = get_corporations_corporation_id_wallets_division_journal_with_http_info(corporation_id, division, opts)
|
@@ -364,8 +338,6 @@ module ESI
|
|
364
338
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
365
339
|
# @option opts [Integer] :page Which page of results to return
|
366
340
|
# @option opts [String] :token Access token to use if unable to set a header
|
367
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
368
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
369
341
|
# @return [Array<(Array<GetCorporationsCorporationIdWalletsDivisionJournal200Ok>, Fixnum, Hash)>] Array<GetCorporationsCorporationIdWalletsDivisionJournal200Ok> data, response status code and response headers
|
370
342
|
def get_corporations_corporation_id_wallets_division_journal_with_http_info(corporation_id, division, opts = {})
|
371
343
|
if @api_client.config.debugging
|
@@ -406,7 +378,6 @@ module ESI
|
|
406
378
|
query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
|
407
379
|
query_params[:'page'] = opts[:'page'] if !opts[:'page'].nil?
|
408
380
|
query_params[:'token'] = opts[:'token'] if !opts[:'token'].nil?
|
409
|
-
query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
|
410
381
|
|
411
382
|
# header parameters
|
412
383
|
header_params = {}
|
@@ -415,7 +386,6 @@ module ESI
|
|
415
386
|
# HTTP header 'Content-Type'
|
416
387
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
417
388
|
header_params[:'If-None-Match'] = opts[:'if_none_match'] if !opts[:'if_none_match'].nil?
|
418
|
-
header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
|
419
389
|
|
420
390
|
# form parameters
|
421
391
|
form_params = {}
|
@@ -445,8 +415,6 @@ module ESI
|
|
445
415
|
# @option opts [Integer] :from_id Only show journal entries happened before the transaction referenced by this id
|
446
416
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
447
417
|
# @option opts [String] :token Access token to use if unable to set a header
|
448
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
449
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
450
418
|
# @return [Array<GetCorporationsCorporationIdWalletsDivisionTransactions200Ok>]
|
451
419
|
def get_corporations_corporation_id_wallets_division_transactions(corporation_id, division, opts = {})
|
452
420
|
data, _status_code, _headers = get_corporations_corporation_id_wallets_division_transactions_with_http_info(corporation_id, division, opts)
|
@@ -462,8 +430,6 @@ module ESI
|
|
462
430
|
# @option opts [Integer] :from_id Only show journal entries happened before the transaction referenced by this id
|
463
431
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
464
432
|
# @option opts [String] :token Access token to use if unable to set a header
|
465
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
466
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
467
433
|
# @return [Array<(Array<GetCorporationsCorporationIdWalletsDivisionTransactions200Ok>, Fixnum, Hash)>] Array<GetCorporationsCorporationIdWalletsDivisionTransactions200Ok> data, response status code and response headers
|
468
434
|
def get_corporations_corporation_id_wallets_division_transactions_with_http_info(corporation_id, division, opts = {})
|
469
435
|
if @api_client.config.debugging
|
@@ -500,7 +466,6 @@ module ESI
|
|
500
466
|
query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
|
501
467
|
query_params[:'from_id'] = opts[:'from_id'] if !opts[:'from_id'].nil?
|
502
468
|
query_params[:'token'] = opts[:'token'] if !opts[:'token'].nil?
|
503
|
-
query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
|
504
469
|
|
505
470
|
# header parameters
|
506
471
|
header_params = {}
|
@@ -509,7 +474,6 @@ module ESI
|
|
509
474
|
# HTTP header 'Content-Type'
|
510
475
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
511
476
|
header_params[:'If-None-Match'] = opts[:'if_none_match'] if !opts[:'if_none_match'].nil?
|
512
|
-
header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
|
513
477
|
|
514
478
|
# form parameters
|
515
479
|
form_params = {}
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#An OpenAPI for EVE Online
|
5
5
|
|
6
|
-
OpenAPI spec version: 0.8.
|
6
|
+
OpenAPI spec version: 0.8.5
|
7
7
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
9
|
Swagger Codegen version: 2.3.1
|
@@ -26,8 +26,6 @@ module ESI
|
|
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
28
|
# @option opts [Integer] :max_war_id Only return wars with ID smaller than this.
|
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 [Array<Integer>]
|
32
30
|
def get_wars(opts = {})
|
33
31
|
data, _status_code, _headers = get_wars_with_http_info(opts)
|
@@ -40,8 +38,6 @@ module ESI
|
|
40
38
|
# @option opts [String] :datasource The server name you would like data from
|
41
39
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
42
40
|
# @option opts [Integer] :max_war_id Only return wars with ID smaller than this.
|
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<(Array<Integer>, Fixnum, Hash)>] Array<Integer> data, response status code and response headers
|
46
42
|
def get_wars_with_http_info(opts = {})
|
47
43
|
if @api_client.config.debugging
|
@@ -57,7 +53,6 @@ module ESI
|
|
57
53
|
query_params = {}
|
58
54
|
query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
|
59
55
|
query_params[:'max_war_id'] = opts[:'max_war_id'] if !opts[:'max_war_id'].nil?
|
60
|
-
query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
|
61
56
|
|
62
57
|
# header parameters
|
63
58
|
header_params = {}
|
@@ -66,7 +61,6 @@ module ESI
|
|
66
61
|
# HTTP header 'Content-Type'
|
67
62
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
68
63
|
header_params[:'If-None-Match'] = opts[:'if_none_match'] if !opts[:'if_none_match'].nil?
|
69
|
-
header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
|
70
64
|
|
71
65
|
# form parameters
|
72
66
|
form_params = {}
|
@@ -93,8 +87,6 @@ module ESI
|
|
93
87
|
# @param [Hash] opts the optional parameters
|
94
88
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
95
89
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
96
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
97
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
98
90
|
# @return [GetWarsWarIdOk]
|
99
91
|
def get_wars_war_id(war_id, opts = {})
|
100
92
|
data, _status_code, _headers = get_wars_war_id_with_http_info(war_id, opts)
|
@@ -107,8 +99,6 @@ module ESI
|
|
107
99
|
# @param [Hash] opts the optional parameters
|
108
100
|
# @option opts [String] :datasource The server name you would like data from
|
109
101
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
110
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
111
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
112
102
|
# @return [Array<(GetWarsWarIdOk, Fixnum, Hash)>] GetWarsWarIdOk data, response status code and response headers
|
113
103
|
def get_wars_war_id_with_http_info(war_id, opts = {})
|
114
104
|
if @api_client.config.debugging
|
@@ -131,7 +121,6 @@ module ESI
|
|
131
121
|
# query parameters
|
132
122
|
query_params = {}
|
133
123
|
query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
|
134
|
-
query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
|
135
124
|
|
136
125
|
# header parameters
|
137
126
|
header_params = {}
|
@@ -140,7 +129,6 @@ module ESI
|
|
140
129
|
# HTTP header 'Content-Type'
|
141
130
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
142
131
|
header_params[:'If-None-Match'] = opts[:'if_none_match'] if !opts[:'if_none_match'].nil?
|
143
|
-
header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
|
144
132
|
|
145
133
|
# form parameters
|
146
134
|
form_params = {}
|
@@ -168,8 +156,6 @@ module ESI
|
|
168
156
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
169
157
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
170
158
|
# @option opts [Integer] :page Which page of results to return (default to 1)
|
171
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
172
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
173
159
|
# @return [Array<GetWarsWarIdKillmails200Ok>]
|
174
160
|
def get_wars_war_id_killmails(war_id, opts = {})
|
175
161
|
data, _status_code, _headers = get_wars_war_id_killmails_with_http_info(war_id, opts)
|
@@ -183,8 +169,6 @@ module ESI
|
|
183
169
|
# @option opts [String] :datasource The server name you would like data from
|
184
170
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
185
171
|
# @option opts [Integer] :page Which page of results to return
|
186
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
187
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
188
172
|
# @return [Array<(Array<GetWarsWarIdKillmails200Ok>, Fixnum, Hash)>] Array<GetWarsWarIdKillmails200Ok> data, response status code and response headers
|
189
173
|
def get_wars_war_id_killmails_with_http_info(war_id, opts = {})
|
190
174
|
if @api_client.config.debugging
|
@@ -212,7 +196,6 @@ module ESI
|
|
212
196
|
query_params = {}
|
213
197
|
query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
|
214
198
|
query_params[:'page'] = opts[:'page'] if !opts[:'page'].nil?
|
215
|
-
query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
|
216
199
|
|
217
200
|
# header parameters
|
218
201
|
header_params = {}
|
@@ -221,7 +204,6 @@ module ESI
|
|
221
204
|
# HTTP header 'Content-Type'
|
222
205
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
223
206
|
header_params[:'If-None-Match'] = opts[:'if_none_match'] if !opts[:'if_none_match'].nil?
|
224
|
-
header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
|
225
207
|
|
226
208
|
# form parameters
|
227
209
|
form_params = {}
|