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/Forbidden.md
CHANGED
@@ -4,6 +4,6 @@
|
|
4
4
|
Name | Type | Description | Notes
|
5
5
|
------------ | ------------- | ------------- | -------------
|
6
6
|
**error** | **String** | Forbidden message |
|
7
|
-
**sso_status** | **Integer** |
|
7
|
+
**sso_status** | **Integer** | status code received from SSO | [optional]
|
8
8
|
|
9
9
|
|
@@ -0,0 +1,9 @@
|
|
1
|
+
# ESI::GatewayTimeout
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
Name | Type | Description | Notes
|
5
|
+
------------ | ------------- | ------------- | -------------
|
6
|
+
**error** | **String** | Gateway timeout message |
|
7
|
+
**timeout** | **Integer** | number of seconds the request was given | [optional]
|
8
|
+
|
9
|
+
|
@@ -5,7 +5,7 @@ Name | Type | Description | Notes
|
|
5
5
|
------------ | ------------- | ------------- | -------------
|
6
6
|
**contact_id** | **Integer** | contact_id integer |
|
7
7
|
**contact_type** | **String** | contact_type string |
|
8
|
-
**
|
8
|
+
**label_ids** | **Array<Integer>** | label_ids array | [optional]
|
9
9
|
**standing** | **Float** | Standing of the contact |
|
10
10
|
|
11
11
|
|
@@ -3,6 +3,7 @@
|
|
3
3
|
## Properties
|
4
4
|
Name | Type | Description | Notes
|
5
5
|
------------ | ------------- | ------------- | -------------
|
6
|
+
**is_blueprint_copy** | **BOOLEAN** | is_blueprint_copy boolean | [optional]
|
6
7
|
**is_singleton** | **BOOLEAN** | is_singleton boolean |
|
7
8
|
**item_id** | **Integer** | item_id integer |
|
8
9
|
**location_flag** | **String** | location_flag string |
|
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
|
|
7
7
|
**contact_type** | **String** | contact_type string |
|
8
8
|
**is_blocked** | **BOOLEAN** | Whether this contact is in the blocked list. Note a missing value denotes unknown, not true or false | [optional]
|
9
9
|
**is_watched** | **BOOLEAN** | Whether this contact is being watched | [optional]
|
10
|
-
**
|
10
|
+
**label_ids** | **Array<Integer>** | label_ids array | [optional]
|
11
11
|
**standing** | **Float** | Standing of the contact |
|
12
12
|
|
13
13
|
|
@@ -3,6 +3,7 @@
|
|
3
3
|
## Properties
|
4
4
|
Name | Type | Description | Notes
|
5
5
|
------------ | ------------- | ------------- | -------------
|
6
|
+
**is_blueprint_copy** | **BOOLEAN** | is_blueprint_copy boolean | [optional]
|
6
7
|
**is_singleton** | **BOOLEAN** | is_singleton boolean |
|
7
8
|
**item_id** | **Integer** | item_id integer |
|
8
9
|
**location_flag** | **String** | location_flag string |
|
@@ -6,7 +6,7 @@ Name | Type | Description | Notes
|
|
6
6
|
**contact_id** | **Integer** | contact_id integer |
|
7
7
|
**contact_type** | **String** | contact_type string |
|
8
8
|
**is_watched** | **BOOLEAN** | Whether this contact is being watched | [optional]
|
9
|
-
**
|
9
|
+
**label_ids** | **Array<Integer>** | label_ids array | [optional]
|
10
10
|
**standing** | **Float** | Standing of the contact |
|
11
11
|
|
12
12
|
|
@@ -7,6 +7,7 @@ Name | Type | Description | Notes
|
|
7
7
|
**escrow** | **Float** | For buy orders, the amount of ISK in escrow | [optional]
|
8
8
|
**is_buy_order** | **BOOLEAN** | True if the order is a bid (buy) order | [optional]
|
9
9
|
**issued** | **DateTime** | Date and time when this order was issued |
|
10
|
+
**issued_by** | **Integer** | The character who issued this order |
|
10
11
|
**location_id** | **Integer** | ID of the location where order was placed |
|
11
12
|
**min_volume** | **Integer** | For buy orders, the minimum quantity that will be accepted in a matching sell order | [optional]
|
12
13
|
**order_id** | **Integer** | Unique order ID |
|
@@ -7,6 +7,7 @@ Name | Type | Description | Notes
|
|
7
7
|
**escrow** | **Float** | For buy orders, the amount of ISK in escrow | [optional]
|
8
8
|
**is_buy_order** | **BOOLEAN** | True if the order is a bid (buy) order | [optional]
|
9
9
|
**issued** | **DateTime** | Date and time when this order was issued |
|
10
|
+
**issued_by** | **Integer** | The character who issued this order | [optional]
|
10
11
|
**location_id** | **Integer** | ID of the location where order was placed |
|
11
12
|
**min_volume** | **Integer** | For buy orders, the minimum quantity that will be accepted in a matching sell order | [optional]
|
12
13
|
**order_id** | **Integer** | Unique order ID |
|
@@ -17,6 +18,6 @@ Name | Type | Description | Notes
|
|
17
18
|
**type_id** | **Integer** | The type ID of the item transacted in this order |
|
18
19
|
**volume_remain** | **Integer** | Quantity of items still required or offered |
|
19
20
|
**volume_total** | **Integer** | Quantity of items required or offered at time order was placed |
|
20
|
-
**wallet_division** | **Integer** | The corporation wallet division used for this order
|
21
|
+
**wallet_division** | **Integer** | The corporation wallet division used for this order |
|
21
22
|
|
22
23
|
|
@@ -6,7 +6,7 @@ Name | Type | Description | Notes
|
|
6
6
|
**client_id** | **Integer** | client_id integer |
|
7
7
|
**date** | **DateTime** | Date and time of transaction |
|
8
8
|
**is_buy** | **BOOLEAN** | is_buy boolean |
|
9
|
-
**journal_ref_id** | **Integer** |
|
9
|
+
**journal_ref_id** | **Integer** | -1 if there is no corresponding wallet journal entry |
|
10
10
|
**location_id** | **Integer** | location_id integer |
|
11
11
|
**quantity** | **Integer** | quantity integer |
|
12
12
|
**transaction_id** | **Integer** | Unique transaction ID |
|
@@ -0,0 +1,9 @@
|
|
1
|
+
# ESI::GetDogmaDynamicItemsTypeIdItemIdDogmaAttribute
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
Name | Type | Description | Notes
|
5
|
+
------------ | ------------- | ------------- | -------------
|
6
|
+
**attribute_id** | **Integer** | attribute_id integer |
|
7
|
+
**value** | **Float** | value number |
|
8
|
+
|
9
|
+
|
@@ -0,0 +1,9 @@
|
|
1
|
+
# ESI::GetDogmaDynamicItemsTypeIdItemIdDogmaEffect
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
Name | Type | Description | Notes
|
5
|
+
------------ | ------------- | ------------- | -------------
|
6
|
+
**effect_id** | **Integer** | effect_id integer |
|
7
|
+
**is_default** | **BOOLEAN** | is_default boolean |
|
8
|
+
|
9
|
+
|
@@ -0,0 +1,12 @@
|
|
1
|
+
# ESI::GetDogmaDynamicItemsTypeIdItemIdOk
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
Name | Type | Description | Notes
|
5
|
+
------------ | ------------- | ------------- | -------------
|
6
|
+
**created_by** | **Integer** | The ID of the character who created the item |
|
7
|
+
**dogma_attributes** | [**Array<GetDogmaDynamicItemsTypeIdItemIdDogmaAttribute>**](GetDogmaDynamicItemsTypeIdItemIdDogmaAttribute.md) | dogma_attributes array |
|
8
|
+
**dogma_effects** | [**Array<GetDogmaDynamicItemsTypeIdItemIdDogmaEffect>**](GetDogmaDynamicItemsTypeIdItemIdDogmaEffect.md) | dogma_effects array |
|
9
|
+
**mutator_type_id** | **Integer** | The type ID of the mutator used to generate the dynamic item. |
|
10
|
+
**source_type_id** | **Integer** | The type ID of the source item the mutator was applied to create the dynamic item. |
|
11
|
+
|
12
|
+
|
data/docs/GetFwSystems200Ok.md
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
## Properties
|
4
4
|
Name | Type | Description | Notes
|
5
5
|
------------ | ------------- | ------------- | -------------
|
6
|
-
**contested** | **
|
6
|
+
**contested** | **String** | contested string |
|
7
7
|
**occupier_faction_id** | **Integer** | occupier_faction_id integer |
|
8
8
|
**owner_faction_id** | **Integer** | owner_faction_id integer |
|
9
9
|
**solar_system_id** | **Integer** | solar_system_id integer |
|
@@ -4,6 +4,7 @@
|
|
4
4
|
Name | Type | Description | Notes
|
5
5
|
------------ | ------------- | ------------- | -------------
|
6
6
|
**name** | **String** | The full name of the structure |
|
7
|
+
**owner_id** | **Integer** | The ID of the corporation who owns this particular structure |
|
7
8
|
**position** | [**GetUniverseStructuresStructureIdPosition**](GetUniverseStructuresStructureIdPosition.md) | | [optional]
|
8
9
|
**solar_system_id** | **Integer** | solar_system_id integer |
|
9
10
|
**type_id** | **Integer** | type_id integer | [optional]
|
@@ -5,11 +5,11 @@ Name | Type | Description | Notes
|
|
5
5
|
------------ | ------------- | ------------- | -------------
|
6
6
|
**constellation_id** | **Integer** | The constellation this solar system is in |
|
7
7
|
**name** | **String** | name string |
|
8
|
-
**planets** | [**Array<GetUniverseSystemsSystemIdPlanet>**](GetUniverseSystemsSystemIdPlanet.md) | planets array |
|
8
|
+
**planets** | [**Array<GetUniverseSystemsSystemIdPlanet>**](GetUniverseSystemsSystemIdPlanet.md) | planets array | [optional]
|
9
9
|
**position** | [**GetUniverseSystemsSystemIdPosition**](GetUniverseSystemsSystemIdPosition.md) | |
|
10
10
|
**security_class** | **String** | security_class string | [optional]
|
11
11
|
**security_status** | **Float** | security_status number |
|
12
|
-
**star_id** | **Integer** | star_id integer |
|
12
|
+
**star_id** | **Integer** | star_id integer | [optional]
|
13
13
|
**stargates** | **Array<Integer>** | stargates array | [optional]
|
14
14
|
**stations** | **Array<Integer>** | stations array | [optional]
|
15
15
|
**system_id** | **Integer** | system_id integer |
|
data/docs/IncursionsApi.md
CHANGED
@@ -24,8 +24,6 @@ api_instance = ESI::IncursionsApi.new
|
|
24
24
|
opts = {
|
25
25
|
datasource: "tranquility", # String | The server name you would like data from
|
26
26
|
if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
27
|
-
user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
|
28
|
-
x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
|
29
27
|
}
|
30
28
|
|
31
29
|
begin
|
@@ -43,8 +41,6 @@ Name | Type | Description | Notes
|
|
43
41
|
------------- | ------------- | ------------- | -------------
|
44
42
|
**datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
|
45
43
|
**if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
|
46
|
-
**user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
|
47
|
-
**x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
|
48
44
|
|
49
45
|
### Return type
|
50
46
|
|
data/docs/IndustryApi.md
CHANGED
@@ -39,9 +39,7 @@ 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
41
|
include_completed: true, # BOOLEAN | Whether retrieve completed character industry jobs as well
|
42
|
-
token: "token_example"
|
43
|
-
user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
|
44
|
-
x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
|
42
|
+
token: "token_example" # String | Access token to use if unable to set a header
|
45
43
|
}
|
46
44
|
|
47
45
|
begin
|
@@ -62,8 +60,6 @@ Name | Type | Description | Notes
|
|
62
60
|
**if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
|
63
61
|
**include_completed** | **BOOLEAN**| Whether retrieve completed character industry jobs as well | [optional]
|
64
62
|
**token** | **String**| Access token to use if unable to set a header | [optional]
|
65
|
-
**user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
|
66
|
-
**x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
|
67
63
|
|
68
64
|
### Return type
|
69
65
|
|
@@ -105,9 +101,7 @@ opts = {
|
|
105
101
|
datasource: "tranquility", # String | The server name you would like data from
|
106
102
|
if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
107
103
|
page: 1, # Integer | Which page of results to return
|
108
|
-
token: "token_example"
|
109
|
-
user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
|
110
|
-
x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
|
104
|
+
token: "token_example" # String | Access token to use if unable to set a header
|
111
105
|
}
|
112
106
|
|
113
107
|
begin
|
@@ -128,8 +122,6 @@ Name | Type | Description | Notes
|
|
128
122
|
**if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
|
129
123
|
**page** | **Integer**| Which page of results to return | [optional] [default to 1]
|
130
124
|
**token** | **String**| Access token to use if unable to set a header | [optional]
|
131
|
-
**user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
|
132
|
-
**x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
|
133
125
|
|
134
126
|
### Return type
|
135
127
|
|
@@ -171,9 +163,7 @@ opts = {
|
|
171
163
|
datasource: "tranquility", # String | The server name you would like data from
|
172
164
|
if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
173
165
|
page: 1, # Integer | Which page of results to return
|
174
|
-
token: "token_example"
|
175
|
-
user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
|
176
|
-
x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
|
166
|
+
token: "token_example" # String | Access token to use if unable to set a header
|
177
167
|
}
|
178
168
|
|
179
169
|
begin
|
@@ -194,8 +184,6 @@ Name | Type | Description | Notes
|
|
194
184
|
**if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
|
195
185
|
**page** | **Integer**| Which page of results to return | [optional] [default to 1]
|
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
|
|
@@ -237,9 +225,7 @@ 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
227
|
page: 1, # Integer | Which page of results to return
|
240
|
-
token: "token_example"
|
241
|
-
user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
|
242
|
-
x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
|
228
|
+
token: "token_example" # String | Access token to use if unable to set a header
|
243
229
|
}
|
244
230
|
|
245
231
|
begin
|
@@ -260,8 +246,6 @@ Name | Type | Description | Notes
|
|
260
246
|
**if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
|
261
247
|
**page** | **Integer**| Which page of results to return | [optional] [default to 1]
|
262
248
|
**token** | **String**| Access token to use if unable to set a header | [optional]
|
263
|
-
**user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
|
264
|
-
**x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
|
265
249
|
|
266
250
|
### Return type
|
267
251
|
|
@@ -305,9 +289,7 @@ opts = {
|
|
305
289
|
datasource: "tranquility", # String | The server name you would like data from
|
306
290
|
if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
307
291
|
page: 1, # Integer | Which page of results to return
|
308
|
-
token: "token_example"
|
309
|
-
user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
|
310
|
-
x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
|
292
|
+
token: "token_example" # String | Access token to use if unable to set a header
|
311
293
|
}
|
312
294
|
|
313
295
|
begin
|
@@ -329,8 +311,6 @@ Name | Type | Description | Notes
|
|
329
311
|
**if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
|
330
312
|
**page** | **Integer**| Which page of results to return | [optional] [default to 1]
|
331
313
|
**token** | **String**| Access token to use if unable to set a header | [optional]
|
332
|
-
**user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
|
333
|
-
**x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
|
334
314
|
|
335
315
|
### Return type
|
336
316
|
|
@@ -373,9 +353,7 @@ opts = {
|
|
373
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
|
374
354
|
include_completed: false, # BOOLEAN | Whether retrieve completed industry jobs as well
|
375
355
|
page: 1, # Integer | Which page of results to return
|
376
|
-
token: "token_example"
|
377
|
-
user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
|
378
|
-
x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
|
356
|
+
token: "token_example" # String | Access token to use if unable to set a header
|
379
357
|
}
|
380
358
|
|
381
359
|
begin
|
@@ -397,8 +375,6 @@ Name | Type | Description | Notes
|
|
397
375
|
**include_completed** | **BOOLEAN**| Whether retrieve completed industry jobs as well | [optional] [default to false]
|
398
376
|
**page** | **Integer**| Which page of results to return | [optional] [default to 1]
|
399
377
|
**token** | **String**| Access token to use if unable to set a header | [optional]
|
400
|
-
**user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
|
401
|
-
**x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
|
402
378
|
|
403
379
|
### Return type
|
404
380
|
|
@@ -432,8 +408,6 @@ api_instance = ESI::IndustryApi.new
|
|
432
408
|
opts = {
|
433
409
|
datasource: "tranquility", # String | The server name you would like data from
|
434
410
|
if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
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
|
437
411
|
}
|
438
412
|
|
439
413
|
begin
|
@@ -451,8 +425,6 @@ Name | Type | Description | Notes
|
|
451
425
|
------------- | ------------- | ------------- | -------------
|
452
426
|
**datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
|
453
427
|
**if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
|
454
|
-
**user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
|
455
|
-
**x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
|
456
428
|
|
457
429
|
### Return type
|
458
430
|
|
@@ -486,8 +458,6 @@ api_instance = ESI::IndustryApi.new
|
|
486
458
|
opts = {
|
487
459
|
datasource: "tranquility", # String | The server name you would like data from
|
488
460
|
if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
489
|
-
user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
|
490
|
-
x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
|
491
461
|
}
|
492
462
|
|
493
463
|
begin
|
@@ -505,8 +475,6 @@ Name | Type | Description | Notes
|
|
505
475
|
------------- | ------------- | ------------- | -------------
|
506
476
|
**datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
|
507
477
|
**if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
|
508
|
-
**user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
|
509
|
-
**x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
|
510
478
|
|
511
479
|
### Return type
|
512
480
|
|
data/docs/InsuranceApi.md
CHANGED
@@ -22,11 +22,10 @@ require 'esi-client-bvv'
|
|
22
22
|
api_instance = ESI::InsuranceApi.new
|
23
23
|
|
24
24
|
opts = {
|
25
|
+
accept_language: "en-us", # String | Language to use in the response
|
25
26
|
datasource: "tranquility", # String | The server name you would like data from
|
26
27
|
if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
27
|
-
language: "en-us"
|
28
|
-
user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
|
29
|
-
x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
|
28
|
+
language: "en-us" # String | Language to use in the response, takes precedence over Accept-Language
|
30
29
|
}
|
31
30
|
|
32
31
|
begin
|
@@ -42,11 +41,10 @@ end
|
|
42
41
|
|
43
42
|
Name | Type | Description | Notes
|
44
43
|
------------- | ------------- | ------------- | -------------
|
44
|
+
**accept_language** | **String**| Language to use in the response | [optional] [default to en-us]
|
45
45
|
**datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
|
46
46
|
**if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
|
47
|
-
**language** | **String**| Language to use in the response | [optional] [default to en-us]
|
48
|
-
**user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
|
49
|
-
**x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
|
47
|
+
**language** | **String**| Language to use in the response, takes precedence over Accept-Language | [optional] [default to en-us]
|
50
48
|
|
51
49
|
### Return type
|
52
50
|
|
data/docs/KillmailsApi.md
CHANGED
@@ -4,17 +4,17 @@ All URIs are relative to *https://esi.evetech.net*
|
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
7
|
-
[**get_characters_character_id_killmails_recent**](KillmailsApi.md#get_characters_character_id_killmails_recent) | **GET** /v1/characters/{character_id}/killmails/recent/ | Get character kills and losses
|
8
|
-
[**get_corporations_corporation_id_killmails_recent**](KillmailsApi.md#get_corporations_corporation_id_killmails_recent) | **GET** /v1/corporations/{corporation_id}/killmails/recent/ | Get corporation kills and losses
|
7
|
+
[**get_characters_character_id_killmails_recent**](KillmailsApi.md#get_characters_character_id_killmails_recent) | **GET** /v1/characters/{character_id}/killmails/recent/ | Get a character's recent kills and losses
|
8
|
+
[**get_corporations_corporation_id_killmails_recent**](KillmailsApi.md#get_corporations_corporation_id_killmails_recent) | **GET** /v1/corporations/{corporation_id}/killmails/recent/ | Get a corporation's recent kills and losses
|
9
9
|
[**get_killmails_killmail_id_killmail_hash**](KillmailsApi.md#get_killmails_killmail_id_killmail_hash) | **GET** /v1/killmails/{killmail_id}/{killmail_hash}/ | Get a single killmail
|
10
10
|
|
11
11
|
|
12
12
|
# **get_characters_character_id_killmails_recent**
|
13
13
|
> Array<GetCharactersCharacterIdKillmailsRecent200Ok> get_characters_character_id_killmails_recent(character_id, opts)
|
14
14
|
|
15
|
-
Get character kills and losses
|
15
|
+
Get a character's recent kills and losses
|
16
16
|
|
17
|
-
Return a list of character's
|
17
|
+
Return a list of a character's kills and losses going back 90 days --- This route is cached for up to 300 seconds
|
18
18
|
|
19
19
|
### Example
|
20
20
|
```ruby
|
@@ -33,15 +33,12 @@ character_id = 56 # Integer | An EVE character ID
|
|
33
33
|
opts = {
|
34
34
|
datasource: "tranquility", # String | The server name you would like data from
|
35
35
|
if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
36
|
-
|
37
|
-
|
38
|
-
token: "token_example", # String | Access token to use if unable to set a header
|
39
|
-
user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
|
40
|
-
x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
|
36
|
+
page: 1, # Integer | Which page of results to return
|
37
|
+
token: "token_example" # String | Access token to use if unable to set a header
|
41
38
|
}
|
42
39
|
|
43
40
|
begin
|
44
|
-
#Get character kills and losses
|
41
|
+
#Get a character's recent kills and losses
|
45
42
|
result = api_instance.get_characters_character_id_killmails_recent(character_id, opts)
|
46
43
|
p result
|
47
44
|
rescue ESI::ApiError => e
|
@@ -56,11 +53,8 @@ Name | Type | Description | Notes
|
|
56
53
|
**character_id** | **Integer**| An EVE character ID |
|
57
54
|
**datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
|
58
55
|
**if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
|
59
|
-
**
|
60
|
-
**max_kill_id** | **Integer**| Only return killmails with ID smaller than this. | [optional]
|
56
|
+
**page** | **Integer**| Which page of results to return | [optional] [default to 1]
|
61
57
|
**token** | **String**| Access token to use if unable to set a header | [optional]
|
62
|
-
**user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
|
63
|
-
**x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
|
64
58
|
|
65
59
|
### Return type
|
66
60
|
|
@@ -80,9 +74,9 @@ Name | Type | Description | Notes
|
|
80
74
|
# **get_corporations_corporation_id_killmails_recent**
|
81
75
|
> Array<GetCorporationsCorporationIdKillmailsRecent200Ok> get_corporations_corporation_id_killmails_recent(corporation_id, opts)
|
82
76
|
|
83
|
-
Get corporation kills and losses
|
77
|
+
Get a corporation's recent kills and losses
|
84
78
|
|
85
|
-
Get a list of corporation's
|
79
|
+
Get a list of a corporation's kills and losses going back 90 days --- This route is cached for up to 300 seconds --- Requires one of the following EVE corporation role(s): Director
|
86
80
|
|
87
81
|
### Example
|
88
82
|
```ruby
|
@@ -101,14 +95,12 @@ corporation_id = 56 # Integer | An EVE corporation ID
|
|
101
95
|
opts = {
|
102
96
|
datasource: "tranquility", # String | The server name you would like data from
|
103
97
|
if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
104
|
-
|
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
|
98
|
+
page: 1, # Integer | Which page of results to return
|
99
|
+
token: "token_example" # String | Access token to use if unable to set a header
|
108
100
|
}
|
109
101
|
|
110
102
|
begin
|
111
|
-
#Get corporation kills and losses
|
103
|
+
#Get a corporation's recent kills and losses
|
112
104
|
result = api_instance.get_corporations_corporation_id_killmails_recent(corporation_id, opts)
|
113
105
|
p result
|
114
106
|
rescue ESI::ApiError => e
|
@@ -123,10 +115,8 @@ Name | Type | Description | Notes
|
|
123
115
|
**corporation_id** | **Integer**| An EVE corporation ID |
|
124
116
|
**datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
|
125
117
|
**if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
|
126
|
-
**
|
118
|
+
**page** | **Integer**| Which page of results to return | [optional] [default to 1]
|
127
119
|
**token** | **String**| Access token to use if unable to set a header | [optional]
|
128
|
-
**user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
|
129
|
-
**x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
|
130
120
|
|
131
121
|
### Return type
|
132
122
|
|
@@ -164,8 +154,6 @@ killmail_id = 56 # Integer | The killmail ID to be queried
|
|
164
154
|
opts = {
|
165
155
|
datasource: "tranquility", # String | The server name you would like data from
|
166
156
|
if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
167
|
-
user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
|
168
|
-
x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
|
169
157
|
}
|
170
158
|
|
171
159
|
begin
|
@@ -185,8 +173,6 @@ Name | Type | Description | Notes
|
|
185
173
|
**killmail_id** | **Integer**| The killmail ID to be queried |
|
186
174
|
**datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
|
187
175
|
**if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
|
188
|
-
**user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
|
189
|
-
**x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
|
190
176
|
|
191
177
|
### Return type
|
192
178
|
|