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
data/docs/DogmaApi.md
CHANGED
@@ -6,6 +6,7 @@ Method | HTTP request | Description
|
|
6
6
|
------------- | ------------- | -------------
|
7
7
|
[**get_dogma_attributes**](DogmaApi.md#get_dogma_attributes) | **GET** /v1/dogma/attributes/ | Get attributes
|
8
8
|
[**get_dogma_attributes_attribute_id**](DogmaApi.md#get_dogma_attributes_attribute_id) | **GET** /v1/dogma/attributes/{attribute_id}/ | Get attribute information
|
9
|
+
[**get_dogma_dynamic_items_type_id_item_id**](DogmaApi.md#get_dogma_dynamic_items_type_id_item_id) | **GET** /v1/dogma/dynamic/items/{type_id}/{item_id}/ | Get dynamic item information
|
9
10
|
[**get_dogma_effects**](DogmaApi.md#get_dogma_effects) | **GET** /v1/dogma/effects/ | Get effects
|
10
11
|
[**get_dogma_effects_effect_id**](DogmaApi.md#get_dogma_effects_effect_id) | **GET** /v2/dogma/effects/{effect_id}/ | Get effect information
|
11
12
|
|
@@ -27,8 +28,6 @@ api_instance = ESI::DogmaApi.new
|
|
27
28
|
opts = {
|
28
29
|
datasource: "tranquility", # String | The server name you would like data from
|
29
30
|
if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
30
|
-
user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
|
31
|
-
x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
|
32
31
|
}
|
33
32
|
|
34
33
|
begin
|
@@ -46,8 +45,6 @@ Name | Type | Description | Notes
|
|
46
45
|
------------- | ------------- | ------------- | -------------
|
47
46
|
**datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
|
48
47
|
**if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
|
49
|
-
**user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
|
50
|
-
**x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
|
51
48
|
|
52
49
|
### Return type
|
53
50
|
|
@@ -83,8 +80,6 @@ attribute_id = 56 # Integer | A dogma attribute ID
|
|
83
80
|
opts = {
|
84
81
|
datasource: "tranquility", # String | The server name you would like data from
|
85
82
|
if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
86
|
-
user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
|
87
|
-
x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
|
88
83
|
}
|
89
84
|
|
90
85
|
begin
|
@@ -103,8 +98,6 @@ Name | Type | Description | Notes
|
|
103
98
|
**attribute_id** | **Integer**| A dogma attribute ID |
|
104
99
|
**datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
|
105
100
|
**if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
|
106
|
-
**user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
|
107
|
-
**x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
|
108
101
|
|
109
102
|
### Return type
|
110
103
|
|
@@ -121,6 +114,62 @@ No authorization required
|
|
121
114
|
|
122
115
|
|
123
116
|
|
117
|
+
# **get_dogma_dynamic_items_type_id_item_id**
|
118
|
+
> GetDogmaDynamicItemsTypeIdItemIdOk get_dogma_dynamic_items_type_id_item_id(item_id, type_id, opts)
|
119
|
+
|
120
|
+
Get dynamic item information
|
121
|
+
|
122
|
+
Returns info about a dynamic item resulting from mutation with a mutaplasmid. --- This route expires daily at 11:05
|
123
|
+
|
124
|
+
### Example
|
125
|
+
```ruby
|
126
|
+
# load the gem
|
127
|
+
require 'esi-client-bvv'
|
128
|
+
|
129
|
+
api_instance = ESI::DogmaApi.new
|
130
|
+
|
131
|
+
item_id = 789 # Integer | item_id integer
|
132
|
+
|
133
|
+
type_id = 56 # Integer | type_id integer
|
134
|
+
|
135
|
+
opts = {
|
136
|
+
datasource: "tranquility", # String | The server name you would like data from
|
137
|
+
if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
138
|
+
}
|
139
|
+
|
140
|
+
begin
|
141
|
+
#Get dynamic item information
|
142
|
+
result = api_instance.get_dogma_dynamic_items_type_id_item_id(item_id, type_id, opts)
|
143
|
+
p result
|
144
|
+
rescue ESI::ApiError => e
|
145
|
+
puts "Exception when calling DogmaApi->get_dogma_dynamic_items_type_id_item_id: #{e}"
|
146
|
+
end
|
147
|
+
```
|
148
|
+
|
149
|
+
### Parameters
|
150
|
+
|
151
|
+
Name | Type | Description | Notes
|
152
|
+
------------- | ------------- | ------------- | -------------
|
153
|
+
**item_id** | **Integer**| item_id integer |
|
154
|
+
**type_id** | **Integer**| type_id integer |
|
155
|
+
**datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
|
156
|
+
**if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
|
157
|
+
|
158
|
+
### Return type
|
159
|
+
|
160
|
+
[**GetDogmaDynamicItemsTypeIdItemIdOk**](GetDogmaDynamicItemsTypeIdItemIdOk.md)
|
161
|
+
|
162
|
+
### Authorization
|
163
|
+
|
164
|
+
No authorization required
|
165
|
+
|
166
|
+
### HTTP request headers
|
167
|
+
|
168
|
+
- **Content-Type**: application/json
|
169
|
+
- **Accept**: application/json
|
170
|
+
|
171
|
+
|
172
|
+
|
124
173
|
# **get_dogma_effects**
|
125
174
|
> Array<Integer> get_dogma_effects(opts)
|
126
175
|
|
@@ -138,8 +187,6 @@ api_instance = ESI::DogmaApi.new
|
|
138
187
|
opts = {
|
139
188
|
datasource: "tranquility", # String | The server name you would like data from
|
140
189
|
if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
141
|
-
user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
|
142
|
-
x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
|
143
190
|
}
|
144
191
|
|
145
192
|
begin
|
@@ -157,8 +204,6 @@ Name | Type | Description | Notes
|
|
157
204
|
------------- | ------------- | ------------- | -------------
|
158
205
|
**datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
|
159
206
|
**if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
|
160
|
-
**user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
|
161
|
-
**x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
|
162
207
|
|
163
208
|
### Return type
|
164
209
|
|
@@ -194,8 +239,6 @@ effect_id = 56 # Integer | A dogma effect ID
|
|
194
239
|
opts = {
|
195
240
|
datasource: "tranquility", # String | The server name you would like data from
|
196
241
|
if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
197
|
-
user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
|
198
|
-
x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
|
199
242
|
}
|
200
243
|
|
201
244
|
begin
|
@@ -214,8 +257,6 @@ Name | Type | Description | Notes
|
|
214
257
|
**effect_id** | **Integer**| A dogma effect ID |
|
215
258
|
**datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
|
216
259
|
**if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
|
217
|
-
**user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
|
218
|
-
**x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
|
219
260
|
|
220
261
|
### Return type
|
221
262
|
|
data/docs/FactionWarfareApi.md
CHANGED
@@ -10,7 +10,7 @@ Method | HTTP request | Description
|
|
10
10
|
[**get_fw_leaderboards_characters**](FactionWarfareApi.md#get_fw_leaderboards_characters) | **GET** /v1/fw/leaderboards/characters/ | List of the top pilots in faction warfare
|
11
11
|
[**get_fw_leaderboards_corporations**](FactionWarfareApi.md#get_fw_leaderboards_corporations) | **GET** /v1/fw/leaderboards/corporations/ | List of the top corporations in faction warfare
|
12
12
|
[**get_fw_stats**](FactionWarfareApi.md#get_fw_stats) | **GET** /v1/fw/stats/ | An overview of statistics about factions involved in faction warfare
|
13
|
-
[**get_fw_systems**](FactionWarfareApi.md#get_fw_systems) | **GET** /
|
13
|
+
[**get_fw_systems**](FactionWarfareApi.md#get_fw_systems) | **GET** /v2/fw/systems/ | Ownership of faction warfare systems
|
14
14
|
[**get_fw_wars**](FactionWarfareApi.md#get_fw_wars) | **GET** /v1/fw/wars/ | Data about which NPC factions are at war
|
15
15
|
|
16
16
|
|
@@ -38,9 +38,7 @@ character_id = 56 # Integer | An EVE character ID
|
|
38
38
|
opts = {
|
39
39
|
datasource: "tranquility", # String | The server name you would like data from
|
40
40
|
if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
41
|
-
token: "token_example"
|
42
|
-
user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
|
43
|
-
x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
|
41
|
+
token: "token_example" # String | Access token to use if unable to set a header
|
44
42
|
}
|
45
43
|
|
46
44
|
begin
|
@@ -60,8 +58,6 @@ Name | Type | Description | Notes
|
|
60
58
|
**datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
|
61
59
|
**if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
|
62
60
|
**token** | **String**| Access token to use if unable to set a header | [optional]
|
63
|
-
**user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
|
64
|
-
**x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
|
65
61
|
|
66
62
|
### Return type
|
67
63
|
|
@@ -102,9 +98,7 @@ corporation_id = 56 # Integer | An EVE corporation ID
|
|
102
98
|
opts = {
|
103
99
|
datasource: "tranquility", # String | The server name you would like data from
|
104
100
|
if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
105
|
-
token: "token_example"
|
106
|
-
user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
|
107
|
-
x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
|
101
|
+
token: "token_example" # String | Access token to use if unable to set a header
|
108
102
|
}
|
109
103
|
|
110
104
|
begin
|
@@ -124,8 +118,6 @@ Name | Type | Description | Notes
|
|
124
118
|
**datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
|
125
119
|
**if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
|
126
120
|
**token** | **String**| Access token to use if unable to set a header | [optional]
|
127
|
-
**user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
|
128
|
-
**x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
|
129
121
|
|
130
122
|
### Return type
|
131
123
|
|
@@ -159,8 +151,6 @@ api_instance = ESI::FactionWarfareApi.new
|
|
159
151
|
opts = {
|
160
152
|
datasource: "tranquility", # String | The server name you would like data from
|
161
153
|
if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
162
|
-
user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
|
163
|
-
x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
|
164
154
|
}
|
165
155
|
|
166
156
|
begin
|
@@ -178,8 +168,6 @@ Name | Type | Description | Notes
|
|
178
168
|
------------- | ------------- | ------------- | -------------
|
179
169
|
**datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
|
180
170
|
**if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
|
181
|
-
**user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
|
182
|
-
**x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
|
183
171
|
|
184
172
|
### Return type
|
185
173
|
|
@@ -213,8 +201,6 @@ api_instance = ESI::FactionWarfareApi.new
|
|
213
201
|
opts = {
|
214
202
|
datasource: "tranquility", # String | The server name you would like data from
|
215
203
|
if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
216
|
-
user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
|
217
|
-
x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
|
218
204
|
}
|
219
205
|
|
220
206
|
begin
|
@@ -232,8 +218,6 @@ Name | Type | Description | Notes
|
|
232
218
|
------------- | ------------- | ------------- | -------------
|
233
219
|
**datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
|
234
220
|
**if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
|
235
|
-
**user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
|
236
|
-
**x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
|
237
221
|
|
238
222
|
### Return type
|
239
223
|
|
@@ -267,8 +251,6 @@ api_instance = ESI::FactionWarfareApi.new
|
|
267
251
|
opts = {
|
268
252
|
datasource: "tranquility", # String | The server name you would like data from
|
269
253
|
if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
270
|
-
user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
|
271
|
-
x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
|
272
254
|
}
|
273
255
|
|
274
256
|
begin
|
@@ -286,8 +268,6 @@ Name | Type | Description | Notes
|
|
286
268
|
------------- | ------------- | ------------- | -------------
|
287
269
|
**datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
|
288
270
|
**if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
|
289
|
-
**user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
|
290
|
-
**x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
|
291
271
|
|
292
272
|
### Return type
|
293
273
|
|
@@ -321,8 +301,6 @@ api_instance = ESI::FactionWarfareApi.new
|
|
321
301
|
opts = {
|
322
302
|
datasource: "tranquility", # String | The server name you would like data from
|
323
303
|
if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
324
|
-
user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
|
325
|
-
x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
|
326
304
|
}
|
327
305
|
|
328
306
|
begin
|
@@ -340,8 +318,6 @@ Name | Type | Description | Notes
|
|
340
318
|
------------- | ------------- | ------------- | -------------
|
341
319
|
**datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
|
342
320
|
**if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
|
343
|
-
**user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
|
344
|
-
**x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
|
345
321
|
|
346
322
|
### Return type
|
347
323
|
|
@@ -363,7 +339,7 @@ No authorization required
|
|
363
339
|
|
364
340
|
Ownership of faction warfare systems
|
365
341
|
|
366
|
-
An overview of the current ownership of faction warfare solar systems --- This route is cached for up to 1800 seconds
|
342
|
+
An overview of the current ownership of faction warfare solar systems --- This route is cached for up to 1800 seconds
|
367
343
|
|
368
344
|
### Example
|
369
345
|
```ruby
|
@@ -375,8 +351,6 @@ api_instance = ESI::FactionWarfareApi.new
|
|
375
351
|
opts = {
|
376
352
|
datasource: "tranquility", # String | The server name you would like data from
|
377
353
|
if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
378
|
-
user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
|
379
|
-
x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
|
380
354
|
}
|
381
355
|
|
382
356
|
begin
|
@@ -394,8 +368,6 @@ Name | Type | Description | Notes
|
|
394
368
|
------------- | ------------- | ------------- | -------------
|
395
369
|
**datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
|
396
370
|
**if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
|
397
|
-
**user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
|
398
|
-
**x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
|
399
371
|
|
400
372
|
### Return type
|
401
373
|
|
@@ -429,8 +401,6 @@ api_instance = ESI::FactionWarfareApi.new
|
|
429
401
|
opts = {
|
430
402
|
datasource: "tranquility", # String | The server name you would like data from
|
431
403
|
if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
432
|
-
user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
|
433
|
-
x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
|
434
404
|
}
|
435
405
|
|
436
406
|
begin
|
@@ -448,8 +418,6 @@ Name | Type | Description | Notes
|
|
448
418
|
------------- | ------------- | ------------- | -------------
|
449
419
|
**datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
|
450
420
|
**if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
|
451
|
-
**user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
|
452
|
-
**x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
|
453
421
|
|
454
422
|
### Return type
|
455
423
|
|
data/docs/FittingsApi.md
CHANGED
@@ -34,9 +34,7 @@ fitting_id = 56 # Integer | ID for a fitting of this character
|
|
34
34
|
|
35
35
|
opts = {
|
36
36
|
datasource: "tranquility", # String | The server name you would like data from
|
37
|
-
token: "token_example"
|
38
|
-
user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
|
39
|
-
x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
|
37
|
+
token: "token_example" # String | Access token to use if unable to set a header
|
40
38
|
}
|
41
39
|
|
42
40
|
begin
|
@@ -55,8 +53,6 @@ Name | Type | Description | Notes
|
|
55
53
|
**fitting_id** | **Integer**| ID for a fitting of this character |
|
56
54
|
**datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
|
57
55
|
**token** | **String**| Access token to use if unable to set a header | [optional]
|
58
|
-
**user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
|
59
|
-
**x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
|
60
56
|
|
61
57
|
### Return type
|
62
58
|
|
@@ -97,9 +93,7 @@ character_id = 56 # Integer | An EVE character ID
|
|
97
93
|
opts = {
|
98
94
|
datasource: "tranquility", # String | The server name you would like data from
|
99
95
|
if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
100
|
-
token: "token_example"
|
101
|
-
user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
|
102
|
-
x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
|
96
|
+
token: "token_example" # String | Access token to use if unable to set a header
|
103
97
|
}
|
104
98
|
|
105
99
|
begin
|
@@ -119,8 +113,6 @@ Name | Type | Description | Notes
|
|
119
113
|
**datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
|
120
114
|
**if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
|
121
115
|
**token** | **String**| Access token to use if unable to set a header | [optional]
|
122
|
-
**user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
|
123
|
-
**x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
|
124
116
|
|
125
117
|
### Return type
|
126
118
|
|
@@ -162,9 +154,7 @@ fitting = ESI::PostCharactersCharacterIdFittingsFitting.new # PostCharactersChar
|
|
162
154
|
|
163
155
|
opts = {
|
164
156
|
datasource: "tranquility", # String | The server name you would like data from
|
165
|
-
token: "token_example"
|
166
|
-
user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
|
167
|
-
x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
|
157
|
+
token: "token_example" # String | Access token to use if unable to set a header
|
168
158
|
}
|
169
159
|
|
170
160
|
begin
|
@@ -184,8 +174,6 @@ Name | Type | Description | Notes
|
|
184
174
|
**fitting** | [**PostCharactersCharacterIdFittingsFitting**](PostCharactersCharacterIdFittingsFitting.md)| Details about the new fitting |
|
185
175
|
**datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
|
186
176
|
**token** | **String**| Access token to use if unable to set a header | [optional]
|
187
|
-
**user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
|
188
|
-
**x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
|
189
177
|
|
190
178
|
### Return type
|
191
179
|
|
data/docs/FleetsApi.md
CHANGED
@@ -45,9 +45,7 @@ member_id = 56 # Integer | The character ID of a member in this fleet
|
|
45
45
|
|
46
46
|
opts = {
|
47
47
|
datasource: "tranquility", # String | The server name you would like data from
|
48
|
-
token: "token_example"
|
49
|
-
user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
|
50
|
-
x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
|
48
|
+
token: "token_example" # String | Access token to use if unable to set a header
|
51
49
|
}
|
52
50
|
|
53
51
|
begin
|
@@ -66,8 +64,6 @@ Name | Type | Description | Notes
|
|
66
64
|
**member_id** | **Integer**| The character ID of a member in this fleet |
|
67
65
|
**datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
|
68
66
|
**token** | **String**| Access token to use if unable to set a header | [optional]
|
69
|
-
**user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
|
70
|
-
**x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
|
71
67
|
|
72
68
|
### Return type
|
73
69
|
|
@@ -109,9 +105,7 @@ squad_id = 789 # Integer | The squad to delete
|
|
109
105
|
|
110
106
|
opts = {
|
111
107
|
datasource: "tranquility", # String | The server name you would like data from
|
112
|
-
token: "token_example"
|
113
|
-
user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
|
114
|
-
x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
|
108
|
+
token: "token_example" # String | Access token to use if unable to set a header
|
115
109
|
}
|
116
110
|
|
117
111
|
begin
|
@@ -130,8 +124,6 @@ Name | Type | Description | Notes
|
|
130
124
|
**squad_id** | **Integer**| The squad to delete |
|
131
125
|
**datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
|
132
126
|
**token** | **String**| Access token to use if unable to set a header | [optional]
|
133
|
-
**user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
|
134
|
-
**x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
|
135
127
|
|
136
128
|
### Return type
|
137
129
|
|
@@ -173,9 +165,7 @@ wing_id = 789 # Integer | The wing to delete
|
|
173
165
|
|
174
166
|
opts = {
|
175
167
|
datasource: "tranquility", # String | The server name you would like data from
|
176
|
-
token: "token_example"
|
177
|
-
user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
|
178
|
-
x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
|
168
|
+
token: "token_example" # String | Access token to use if unable to set a header
|
179
169
|
}
|
180
170
|
|
181
171
|
begin
|
@@ -194,8 +184,6 @@ Name | Type | Description | Notes
|
|
194
184
|
**wing_id** | **Integer**| The wing to delete |
|
195
185
|
**datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
|
196
186
|
**token** | **String**| Access token to use if unable to set a header | [optional]
|
197
|
-
**user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
|
198
|
-
**x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
|
199
187
|
|
200
188
|
### Return type
|
201
189
|
|
@@ -236,9 +224,7 @@ character_id = 56 # Integer | An EVE character ID
|
|
236
224
|
opts = {
|
237
225
|
datasource: "tranquility", # String | The server name you would like data from
|
238
226
|
if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
239
|
-
token: "token_example"
|
240
|
-
user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
|
241
|
-
x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
|
227
|
+
token: "token_example" # String | Access token to use if unable to set a header
|
242
228
|
}
|
243
229
|
|
244
230
|
begin
|
@@ -258,8 +244,6 @@ Name | Type | Description | Notes
|
|
258
244
|
**datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
|
259
245
|
**if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
|
260
246
|
**token** | **String**| Access token to use if unable to set a header | [optional]
|
261
|
-
**user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
|
262
|
-
**x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
|
263
247
|
|
264
248
|
### Return type
|
265
249
|
|
@@ -300,9 +284,7 @@ fleet_id = 789 # Integer | ID for a fleet
|
|
300
284
|
opts = {
|
301
285
|
datasource: "tranquility", # String | The server name you would like data from
|
302
286
|
if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
303
|
-
token: "token_example"
|
304
|
-
user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
|
305
|
-
x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
|
287
|
+
token: "token_example" # String | Access token to use if unable to set a header
|
306
288
|
}
|
307
289
|
|
308
290
|
begin
|
@@ -322,8 +304,6 @@ Name | Type | Description | Notes
|
|
322
304
|
**datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
|
323
305
|
**if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
|
324
306
|
**token** | **String**| Access token to use if unable to set a header | [optional]
|
325
|
-
**user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
|
326
|
-
**x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
|
327
307
|
|
328
308
|
### Return type
|
329
309
|
|
@@ -362,12 +342,11 @@ api_instance = ESI::FleetsApi.new
|
|
362
342
|
fleet_id = 789 # Integer | ID for a fleet
|
363
343
|
|
364
344
|
opts = {
|
345
|
+
accept_language: "en-us", # String | Language to use in the response
|
365
346
|
datasource: "tranquility", # String | The server name you would like data from
|
366
347
|
if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
367
|
-
language: "en-us"
|
368
|
-
token: "token_example"
|
369
|
-
user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
|
370
|
-
x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
|
348
|
+
language: "en-us" # String | Language to use in the response, takes precedence over Accept-Language
|
349
|
+
token: "token_example" # String | Access token to use if unable to set a header
|
371
350
|
}
|
372
351
|
|
373
352
|
begin
|
@@ -384,12 +363,11 @@ end
|
|
384
363
|
Name | Type | Description | Notes
|
385
364
|
------------- | ------------- | ------------- | -------------
|
386
365
|
**fleet_id** | **Integer**| ID for a fleet |
|
366
|
+
**accept_language** | **String**| Language to use in the response | [optional] [default to en-us]
|
387
367
|
**datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
|
388
368
|
**if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
|
389
|
-
**language** | **String**| Language to use in the response | [optional] [default to en-us]
|
369
|
+
**language** | **String**| Language to use in the response, takes precedence over Accept-Language | [optional] [default to en-us]
|
390
370
|
**token** | **String**| Access token to use if unable to set a header | [optional]
|
391
|
-
**user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
|
392
|
-
**x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
|
393
371
|
|
394
372
|
### Return type
|
395
373
|
|
@@ -428,12 +406,11 @@ api_instance = ESI::FleetsApi.new
|
|
428
406
|
fleet_id = 789 # Integer | ID for a fleet
|
429
407
|
|
430
408
|
opts = {
|
409
|
+
accept_language: "en-us", # String | Language to use in the response
|
431
410
|
datasource: "tranquility", # String | The server name you would like data from
|
432
411
|
if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
433
|
-
language: "en-us"
|
434
|
-
token: "token_example"
|
435
|
-
user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
|
436
|
-
x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
|
412
|
+
language: "en-us" # String | Language to use in the response, takes precedence over Accept-Language
|
413
|
+
token: "token_example" # String | Access token to use if unable to set a header
|
437
414
|
}
|
438
415
|
|
439
416
|
begin
|
@@ -450,12 +427,11 @@ end
|
|
450
427
|
Name | Type | Description | Notes
|
451
428
|
------------- | ------------- | ------------- | -------------
|
452
429
|
**fleet_id** | **Integer**| ID for a fleet |
|
430
|
+
**accept_language** | **String**| Language to use in the response | [optional] [default to en-us]
|
453
431
|
**datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
|
454
432
|
**if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
|
455
|
-
**language** | **String**| Language to use in the response | [optional] [default to en-us]
|
433
|
+
**language** | **String**| Language to use in the response, takes precedence over Accept-Language | [optional] [default to en-us]
|
456
434
|
**token** | **String**| Access token to use if unable to set a header | [optional]
|
457
|
-
**user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
|
458
|
-
**x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
|
459
435
|
|
460
436
|
### Return type
|
461
437
|
|
@@ -497,9 +473,7 @@ invitation = ESI::PostFleetsFleetIdMembersInvitation.new # PostFleetsFleetIdMemb
|
|
497
473
|
|
498
474
|
opts = {
|
499
475
|
datasource: "tranquility", # String | The server name you would like data from
|
500
|
-
token: "token_example"
|
501
|
-
user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
|
502
|
-
x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
|
476
|
+
token: "token_example" # String | Access token to use if unable to set a header
|
503
477
|
}
|
504
478
|
|
505
479
|
begin
|
@@ -518,8 +492,6 @@ Name | Type | Description | Notes
|
|
518
492
|
**invitation** | [**PostFleetsFleetIdMembersInvitation**](PostFleetsFleetIdMembersInvitation.md)| Details of the invitation |
|
519
493
|
**datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
|
520
494
|
**token** | **String**| Access token to use if unable to set a header | [optional]
|
521
|
-
**user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
|
522
|
-
**x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
|
523
495
|
|
524
496
|
### Return type
|
525
497
|
|
@@ -559,9 +531,7 @@ fleet_id = 789 # Integer | ID for a fleet
|
|
559
531
|
|
560
532
|
opts = {
|
561
533
|
datasource: "tranquility", # String | The server name you would like data from
|
562
|
-
token: "token_example"
|
563
|
-
user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
|
564
|
-
x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
|
534
|
+
token: "token_example" # String | Access token to use if unable to set a header
|
565
535
|
}
|
566
536
|
|
567
537
|
begin
|
@@ -580,8 +550,6 @@ Name | Type | Description | Notes
|
|
580
550
|
**fleet_id** | **Integer**| ID for a fleet |
|
581
551
|
**datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
|
582
552
|
**token** | **String**| Access token to use if unable to set a header | [optional]
|
583
|
-
**user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
|
584
|
-
**x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
|
585
553
|
|
586
554
|
### Return type
|
587
555
|
|
@@ -623,9 +591,7 @@ wing_id = 789 # Integer | The wing_id to create squad in
|
|
623
591
|
|
624
592
|
opts = {
|
625
593
|
datasource: "tranquility", # String | The server name you would like data from
|
626
|
-
token: "token_example"
|
627
|
-
user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
|
628
|
-
x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
|
594
|
+
token: "token_example" # String | Access token to use if unable to set a header
|
629
595
|
}
|
630
596
|
|
631
597
|
begin
|
@@ -645,8 +611,6 @@ Name | Type | Description | Notes
|
|
645
611
|
**wing_id** | **Integer**| The wing_id to create squad in |
|
646
612
|
**datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
|
647
613
|
**token** | **String**| Access token to use if unable to set a header | [optional]
|
648
|
-
**user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
|
649
|
-
**x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
|
650
614
|
|
651
615
|
### Return type
|
652
616
|
|
@@ -688,9 +652,7 @@ new_settings = ESI::PutFleetsFleetIdNewSettings.new # PutFleetsFleetIdNewSetting
|
|
688
652
|
|
689
653
|
opts = {
|
690
654
|
datasource: "tranquility", # String | The server name you would like data from
|
691
|
-
token: "token_example"
|
692
|
-
user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
|
693
|
-
x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
|
655
|
+
token: "token_example" # String | Access token to use if unable to set a header
|
694
656
|
}
|
695
657
|
|
696
658
|
begin
|
@@ -709,8 +671,6 @@ Name | Type | Description | Notes
|
|
709
671
|
**new_settings** | [**PutFleetsFleetIdNewSettings**](PutFleetsFleetIdNewSettings.md)| What to update for this fleet |
|
710
672
|
**datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
|
711
673
|
**token** | **String**| Access token to use if unable to set a header | [optional]
|
712
|
-
**user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
|
713
|
-
**x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
|
714
674
|
|
715
675
|
### Return type
|
716
676
|
|
@@ -754,9 +714,7 @@ movement = ESI::PutFleetsFleetIdMembersMemberIdMovement.new # PutFleetsFleetIdMe
|
|
754
714
|
|
755
715
|
opts = {
|
756
716
|
datasource: "tranquility", # String | The server name you would like data from
|
757
|
-
token: "token_example"
|
758
|
-
user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
|
759
|
-
x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
|
717
|
+
token: "token_example" # String | Access token to use if unable to set a header
|
760
718
|
}
|
761
719
|
|
762
720
|
begin
|
@@ -776,8 +734,6 @@ Name | Type | Description | Notes
|
|
776
734
|
**movement** | [**PutFleetsFleetIdMembersMemberIdMovement**](PutFleetsFleetIdMembersMemberIdMovement.md)| Details of the invitation |
|
777
735
|
**datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
|
778
736
|
**token** | **String**| Access token to use if unable to set a header | [optional]
|
779
|
-
**user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
|
780
|
-
**x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
|
781
737
|
|
782
738
|
### Return type
|
783
739
|
|
@@ -821,9 +777,7 @@ squad_id = 789 # Integer | The squad to rename
|
|
821
777
|
|
822
778
|
opts = {
|
823
779
|
datasource: "tranquility", # String | The server name you would like data from
|
824
|
-
token: "token_example"
|
825
|
-
user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
|
826
|
-
x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
|
780
|
+
token: "token_example" # String | Access token to use if unable to set a header
|
827
781
|
}
|
828
782
|
|
829
783
|
begin
|
@@ -843,8 +797,6 @@ Name | Type | Description | Notes
|
|
843
797
|
**squad_id** | **Integer**| The squad to rename |
|
844
798
|
**datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
|
845
799
|
**token** | **String**| Access token to use if unable to set a header | [optional]
|
846
|
-
**user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
|
847
|
-
**x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
|
848
800
|
|
849
801
|
### Return type
|
850
802
|
|
@@ -888,9 +840,7 @@ wing_id = 789 # Integer | The wing to rename
|
|
888
840
|
|
889
841
|
opts = {
|
890
842
|
datasource: "tranquility", # String | The server name you would like data from
|
891
|
-
token: "token_example"
|
892
|
-
user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
|
893
|
-
x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
|
843
|
+
token: "token_example" # String | Access token to use if unable to set a header
|
894
844
|
}
|
895
845
|
|
896
846
|
begin
|
@@ -910,8 +860,6 @@ Name | Type | Description | Notes
|
|
910
860
|
**wing_id** | **Integer**| The wing to rename |
|
911
861
|
**datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
|
912
862
|
**token** | **String**| Access token to use if unable to set a header | [optional]
|
913
|
-
**user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
|
914
|
-
**x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
|
915
863
|
|
916
864
|
### Return type
|
917
865
|
|