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/BookmarksApi.md
CHANGED
@@ -35,9 +35,7 @@ opts = {
|
|
35
35
|
datasource: "tranquility", # String | The server name you would like data from
|
36
36
|
if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
37
37
|
page: 1, # Integer | Which page of results to return
|
38
|
-
token: "token_example"
|
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
|
38
|
+
token: "token_example" # String | Access token to use if unable to set a header
|
41
39
|
}
|
42
40
|
|
43
41
|
begin
|
@@ -58,8 +56,6 @@ Name | Type | Description | Notes
|
|
58
56
|
**if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
|
59
57
|
**page** | **Integer**| Which page of results to return | [optional] [default to 1]
|
60
58
|
**token** | **String**| Access token to use if unable to set a header | [optional]
|
61
|
-
**user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
|
62
|
-
**x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
|
63
59
|
|
64
60
|
### Return type
|
65
61
|
|
@@ -101,9 +97,7 @@ opts = {
|
|
101
97
|
datasource: "tranquility", # String | The server name you would like data from
|
102
98
|
if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
103
99
|
page: 1, # Integer | Which page of results to return
|
104
|
-
token: "token_example"
|
105
|
-
user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
|
106
|
-
x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
|
100
|
+
token: "token_example" # String | Access token to use if unable to set a header
|
107
101
|
}
|
108
102
|
|
109
103
|
begin
|
@@ -124,8 +118,6 @@ Name | Type | Description | Notes
|
|
124
118
|
**if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
|
125
119
|
**page** | **Integer**| Which page of results to return | [optional] [default to 1]
|
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
|
|
@@ -167,9 +159,7 @@ opts = {
|
|
167
159
|
datasource: "tranquility", # String | The server name you would like data from
|
168
160
|
if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
169
161
|
page: 1, # Integer | Which page of results to return
|
170
|
-
token: "token_example"
|
171
|
-
user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
|
172
|
-
x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
|
162
|
+
token: "token_example" # String | Access token to use if unable to set a header
|
173
163
|
}
|
174
164
|
|
175
165
|
begin
|
@@ -190,8 +180,6 @@ Name | Type | Description | Notes
|
|
190
180
|
**if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
|
191
181
|
**page** | **Integer**| Which page of results to return | [optional] [default to 1]
|
192
182
|
**token** | **String**| Access token to use if unable to set a header | [optional]
|
193
|
-
**user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
|
194
|
-
**x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
|
195
183
|
|
196
184
|
### Return type
|
197
185
|
|
@@ -233,9 +221,7 @@ opts = {
|
|
233
221
|
datasource: "tranquility", # String | The server name you would like data from
|
234
222
|
if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
235
223
|
page: 1, # Integer | Which page of results to return
|
236
|
-
token: "token_example"
|
237
|
-
user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
|
238
|
-
x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
|
224
|
+
token: "token_example" # String | Access token to use if unable to set a header
|
239
225
|
}
|
240
226
|
|
241
227
|
begin
|
@@ -256,8 +242,6 @@ Name | Type | Description | Notes
|
|
256
242
|
**if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
|
257
243
|
**page** | **Integer**| Which page of results to return | [optional] [default to 1]
|
258
244
|
**token** | **String**| Access token to use if unable to set a header | [optional]
|
259
|
-
**user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
|
260
|
-
**x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
|
261
245
|
|
262
246
|
### Return type
|
263
247
|
|
data/docs/CalendarApi.md
CHANGED
@@ -35,9 +35,7 @@ opts = {
|
|
35
35
|
datasource: "tranquility", # String | The server name you would like data from
|
36
36
|
from_event: 56, # Integer | The event ID to retrieve events from
|
37
37
|
if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
38
|
-
token: "token_example"
|
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
|
38
|
+
token: "token_example" # String | Access token to use if unable to set a header
|
41
39
|
}
|
42
40
|
|
43
41
|
begin
|
@@ -58,8 +56,6 @@ Name | Type | Description | Notes
|
|
58
56
|
**from_event** | **Integer**| The event ID to retrieve events from | [optional]
|
59
57
|
**if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
|
60
58
|
**token** | **String**| Access token to use if unable to set a header | [optional]
|
61
|
-
**user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
|
62
|
-
**x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
|
63
59
|
|
64
60
|
### Return type
|
65
61
|
|
@@ -102,9 +98,7 @@ event_id = 56 # Integer | The id of the event requested
|
|
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
|
@@ -125,8 +119,6 @@ Name | Type | Description | Notes
|
|
125
119
|
**datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
|
126
120
|
**if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
|
127
121
|
**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
122
|
|
131
123
|
### Return type
|
132
124
|
|
@@ -169,9 +161,7 @@ event_id = 56 # Integer | The id of the event requested
|
|
169
161
|
opts = {
|
170
162
|
datasource: "tranquility", # String | The server name you would like data from
|
171
163
|
if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
172
|
-
token: "token_example"
|
173
|
-
user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
|
174
|
-
x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
|
164
|
+
token: "token_example" # String | Access token to use if unable to set a header
|
175
165
|
}
|
176
166
|
|
177
167
|
begin
|
@@ -192,8 +182,6 @@ Name | Type | Description | Notes
|
|
192
182
|
**datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
|
193
183
|
**if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
|
194
184
|
**token** | **String**| Access token to use if unable to set a header | [optional]
|
195
|
-
**user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
|
196
|
-
**x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
|
197
185
|
|
198
186
|
### Return type
|
199
187
|
|
@@ -237,9 +225,7 @@ response = ESI::PutCharactersCharacterIdCalendarEventIdResponse.new # PutCharact
|
|
237
225
|
|
238
226
|
opts = {
|
239
227
|
datasource: "tranquility", # String | The server name you would like data from
|
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
|
@@ -259,8 +245,6 @@ Name | Type | Description | Notes
|
|
259
245
|
**response** | [**PutCharactersCharacterIdCalendarEventIdResponse**](PutCharactersCharacterIdCalendarEventIdResponse.md)| The response value to set, overriding current value. |
|
260
246
|
**datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
|
261
247
|
**token** | **String**| Access token to use if unable to set a header | [optional]
|
262
|
-
**user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
|
263
|
-
**x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
|
264
248
|
|
265
249
|
### Return type
|
266
250
|
|
data/docs/CharacterApi.md
CHANGED
@@ -17,7 +17,6 @@ Method | HTTP request | Description
|
|
17
17
|
[**get_characters_character_id_standings**](CharacterApi.md#get_characters_character_id_standings) | **GET** /v1/characters/{character_id}/standings/ | Get standings
|
18
18
|
[**get_characters_character_id_stats**](CharacterApi.md#get_characters_character_id_stats) | **GET** /v2/characters/{character_id}/stats/ | Yearly aggregate stats
|
19
19
|
[**get_characters_character_id_titles**](CharacterApi.md#get_characters_character_id_titles) | **GET** /v1/characters/{character_id}/titles/ | Get character corporation titles
|
20
|
-
[**get_characters_names**](CharacterApi.md#get_characters_names) | **GET** /v1/characters/names/ | Get character names
|
21
20
|
[**post_characters_affiliation**](CharacterApi.md#post_characters_affiliation) | **POST** /v1/characters/affiliation/ | Character affiliation
|
22
21
|
[**post_characters_character_id_cspa**](CharacterApi.md#post_characters_character_id_cspa) | **POST** /v4/characters/{character_id}/cspa/ | Calculate a CSPA charge cost
|
23
22
|
|
@@ -41,8 +40,6 @@ character_id = 56 # Integer | An EVE character ID
|
|
41
40
|
opts = {
|
42
41
|
datasource: "tranquility", # String | The server name you would like data from
|
43
42
|
if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
44
|
-
user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
|
45
|
-
x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
|
46
43
|
}
|
47
44
|
|
48
45
|
begin
|
@@ -61,8 +58,6 @@ Name | Type | Description | Notes
|
|
61
58
|
**character_id** | **Integer**| An EVE character ID |
|
62
59
|
**datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
|
63
60
|
**if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
|
64
|
-
**user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
|
65
|
-
**x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
|
66
61
|
|
67
62
|
### Return type
|
68
63
|
|
@@ -103,9 +98,7 @@ character_id = 56 # Integer | An EVE character ID
|
|
103
98
|
opts = {
|
104
99
|
datasource: "tranquility", # String | The server name you would like data from
|
105
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
|
106
|
-
token: "token_example"
|
107
|
-
user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
|
108
|
-
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
|
109
102
|
}
|
110
103
|
|
111
104
|
begin
|
@@ -125,8 +118,6 @@ Name | Type | Description | Notes
|
|
125
118
|
**datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
|
126
119
|
**if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
|
127
120
|
**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
121
|
|
131
122
|
### Return type
|
132
123
|
|
@@ -168,9 +159,7 @@ opts = {
|
|
168
159
|
datasource: "tranquility", # String | The server name you would like data from
|
169
160
|
if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
170
161
|
page: 1, # Integer | Which page of results to return
|
171
|
-
token: "token_example"
|
172
|
-
user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
|
173
|
-
x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
|
162
|
+
token: "token_example" # String | Access token to use if unable to set a header
|
174
163
|
}
|
175
164
|
|
176
165
|
begin
|
@@ -191,8 +180,6 @@ Name | Type | Description | Notes
|
|
191
180
|
**if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
|
192
181
|
**page** | **Integer**| Which page of results to return | [optional] [default to 1]
|
193
182
|
**token** | **String**| Access token to use if unable to set a header | [optional]
|
194
|
-
**user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
|
195
|
-
**x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
|
196
183
|
|
197
184
|
### Return type
|
198
185
|
|
@@ -228,8 +215,6 @@ character_id = 56 # Integer | An EVE character ID
|
|
228
215
|
opts = {
|
229
216
|
datasource: "tranquility", # String | The server name you would like data from
|
230
217
|
if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
231
|
-
user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
|
232
|
-
x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
|
233
218
|
}
|
234
219
|
|
235
220
|
begin
|
@@ -248,8 +233,6 @@ Name | Type | Description | Notes
|
|
248
233
|
**character_id** | **Integer**| An EVE character ID |
|
249
234
|
**datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
|
250
235
|
**if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
|
251
|
-
**user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
|
252
|
-
**x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
|
253
236
|
|
254
237
|
### Return type
|
255
238
|
|
@@ -290,9 +273,7 @@ character_id = 56 # Integer | An EVE character ID
|
|
290
273
|
opts = {
|
291
274
|
datasource: "tranquility", # String | The server name you would like data from
|
292
275
|
if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
293
|
-
token: "token_example"
|
294
|
-
user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
|
295
|
-
x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
|
276
|
+
token: "token_example" # String | Access token to use if unable to set a header
|
296
277
|
}
|
297
278
|
|
298
279
|
begin
|
@@ -312,8 +293,6 @@ Name | Type | Description | Notes
|
|
312
293
|
**datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
|
313
294
|
**if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
|
314
295
|
**token** | **String**| Access token to use if unable to set a header | [optional]
|
315
|
-
**user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
|
316
|
-
**x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
|
317
296
|
|
318
297
|
### Return type
|
319
298
|
|
@@ -354,9 +333,7 @@ character_id = 56 # Integer | An EVE character ID
|
|
354
333
|
opts = {
|
355
334
|
datasource: "tranquility", # String | The server name you would like data from
|
356
335
|
if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
357
|
-
token: "token_example"
|
358
|
-
user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
|
359
|
-
x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
|
336
|
+
token: "token_example" # String | Access token to use if unable to set a header
|
360
337
|
}
|
361
338
|
|
362
339
|
begin
|
@@ -376,8 +353,6 @@ Name | Type | Description | Notes
|
|
376
353
|
**datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
|
377
354
|
**if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
|
378
355
|
**token** | **String**| Access token to use if unable to set a header | [optional]
|
379
|
-
**user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
|
380
|
-
**x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
|
381
356
|
|
382
357
|
### Return type
|
383
358
|
|
@@ -418,9 +393,7 @@ character_id = 56 # Integer | An EVE character ID
|
|
418
393
|
opts = {
|
419
394
|
datasource: "tranquility", # String | The server name you would like data from
|
420
395
|
if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
421
|
-
token: "token_example"
|
422
|
-
user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
|
423
|
-
x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
|
396
|
+
token: "token_example" # String | Access token to use if unable to set a header
|
424
397
|
}
|
425
398
|
|
426
399
|
begin
|
@@ -440,8 +413,6 @@ Name | Type | Description | Notes
|
|
440
413
|
**datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
|
441
414
|
**if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
|
442
415
|
**token** | **String**| Access token to use if unable to set a header | [optional]
|
443
|
-
**user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
|
444
|
-
**x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
|
445
416
|
|
446
417
|
### Return type
|
447
418
|
|
@@ -482,9 +453,7 @@ character_id = 56 # Integer | An EVE character ID
|
|
482
453
|
opts = {
|
483
454
|
datasource: "tranquility", # String | The server name you would like data from
|
484
455
|
if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
485
|
-
token: "token_example"
|
486
|
-
user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
|
487
|
-
x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
|
456
|
+
token: "token_example" # String | Access token to use if unable to set a header
|
488
457
|
}
|
489
458
|
|
490
459
|
begin
|
@@ -504,8 +473,6 @@ Name | Type | Description | Notes
|
|
504
473
|
**datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
|
505
474
|
**if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
|
506
475
|
**token** | **String**| Access token to use if unable to set a header | [optional]
|
507
|
-
**user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
|
508
|
-
**x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
|
509
476
|
|
510
477
|
### Return type
|
511
478
|
|
@@ -541,8 +508,6 @@ character_id = 56 # Integer | An EVE character ID
|
|
541
508
|
opts = {
|
542
509
|
datasource: "tranquility", # String | The server name you would like data from
|
543
510
|
if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
544
|
-
user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
|
545
|
-
x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
|
546
511
|
}
|
547
512
|
|
548
513
|
begin
|
@@ -561,8 +526,6 @@ Name | Type | Description | Notes
|
|
561
526
|
**character_id** | **Integer**| An EVE character ID |
|
562
527
|
**datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
|
563
528
|
**if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
|
564
|
-
**user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
|
565
|
-
**x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
|
566
529
|
|
567
530
|
### Return type
|
568
531
|
|
@@ -603,9 +566,7 @@ character_id = 56 # Integer | An EVE character ID
|
|
603
566
|
opts = {
|
604
567
|
datasource: "tranquility", # String | The server name you would like data from
|
605
568
|
if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
606
|
-
token: "token_example"
|
607
|
-
user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
|
608
|
-
x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
|
569
|
+
token: "token_example" # String | Access token to use if unable to set a header
|
609
570
|
}
|
610
571
|
|
611
572
|
begin
|
@@ -625,8 +586,6 @@ Name | Type | Description | Notes
|
|
625
586
|
**datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
|
626
587
|
**if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
|
627
588
|
**token** | **String**| Access token to use if unable to set a header | [optional]
|
628
|
-
**user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
|
629
|
-
**x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
|
630
589
|
|
631
590
|
### Return type
|
632
591
|
|
@@ -667,9 +626,7 @@ character_id = 56 # Integer | An EVE character ID
|
|
667
626
|
opts = {
|
668
627
|
datasource: "tranquility", # String | The server name you would like data from
|
669
628
|
if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
670
|
-
token: "token_example"
|
671
|
-
user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
|
672
|
-
x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
|
629
|
+
token: "token_example" # String | Access token to use if unable to set a header
|
673
630
|
}
|
674
631
|
|
675
632
|
begin
|
@@ -689,8 +646,6 @@ Name | Type | Description | Notes
|
|
689
646
|
**datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
|
690
647
|
**if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
|
691
648
|
**token** | **String**| Access token to use if unable to set a header | [optional]
|
692
|
-
**user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
|
693
|
-
**x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
|
694
649
|
|
695
650
|
### Return type
|
696
651
|
|
@@ -731,9 +686,7 @@ character_id = 56 # Integer | An EVE character ID
|
|
731
686
|
opts = {
|
732
687
|
datasource: "tranquility", # String | The server name you would like data from
|
733
688
|
if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
734
|
-
token: "token_example"
|
735
|
-
user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
|
736
|
-
x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
|
689
|
+
token: "token_example" # String | Access token to use if unable to set a header
|
737
690
|
}
|
738
691
|
|
739
692
|
begin
|
@@ -753,8 +706,6 @@ Name | Type | Description | Notes
|
|
753
706
|
**datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
|
754
707
|
**if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
|
755
708
|
**token** | **String**| Access token to use if unable to set a header | [optional]
|
756
|
-
**user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
|
757
|
-
**x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
|
758
709
|
|
759
710
|
### Return type
|
760
711
|
|
@@ -795,9 +746,7 @@ character_id = 56 # Integer | An EVE character ID
|
|
795
746
|
opts = {
|
796
747
|
datasource: "tranquility", # String | The server name you would like data from
|
797
748
|
if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
798
|
-
token: "token_example"
|
799
|
-
user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
|
800
|
-
x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
|
749
|
+
token: "token_example" # String | Access token to use if unable to set a header
|
801
750
|
}
|
802
751
|
|
803
752
|
begin
|
@@ -817,8 +766,6 @@ Name | Type | Description | Notes
|
|
817
766
|
**datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
|
818
767
|
**if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
|
819
768
|
**token** | **String**| Access token to use if unable to set a header | [optional]
|
820
|
-
**user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
|
821
|
-
**x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
|
822
769
|
|
823
770
|
### Return type
|
824
771
|
|
@@ -835,63 +782,6 @@ Name | Type | Description | Notes
|
|
835
782
|
|
836
783
|
|
837
784
|
|
838
|
-
# **get_characters_names**
|
839
|
-
> Array<GetCharactersNames200Ok> get_characters_names(character_ids, opts)
|
840
|
-
|
841
|
-
Get character names
|
842
|
-
|
843
|
-
Resolve a set of character IDs to character names --- This route is cached for up to 3600 seconds
|
844
|
-
|
845
|
-
### Example
|
846
|
-
```ruby
|
847
|
-
# load the gem
|
848
|
-
require 'esi-client-bvv'
|
849
|
-
|
850
|
-
api_instance = ESI::CharacterApi.new
|
851
|
-
|
852
|
-
character_ids = [56] # Array<Integer> | A comma separated list of character IDs
|
853
|
-
|
854
|
-
opts = {
|
855
|
-
datasource: "tranquility", # String | The server name you would like data from
|
856
|
-
if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
857
|
-
user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
|
858
|
-
x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
|
859
|
-
}
|
860
|
-
|
861
|
-
begin
|
862
|
-
#Get character names
|
863
|
-
result = api_instance.get_characters_names(character_ids, opts)
|
864
|
-
p result
|
865
|
-
rescue ESI::ApiError => e
|
866
|
-
puts "Exception when calling CharacterApi->get_characters_names: #{e}"
|
867
|
-
end
|
868
|
-
```
|
869
|
-
|
870
|
-
### Parameters
|
871
|
-
|
872
|
-
Name | Type | Description | Notes
|
873
|
-
------------- | ------------- | ------------- | -------------
|
874
|
-
**character_ids** | [**Array<Integer>**](Integer.md)| A comma separated list of character IDs |
|
875
|
-
**datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
|
876
|
-
**if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
|
877
|
-
**user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
|
878
|
-
**x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
|
879
|
-
|
880
|
-
### Return type
|
881
|
-
|
882
|
-
[**Array<GetCharactersNames200Ok>**](GetCharactersNames200Ok.md)
|
883
|
-
|
884
|
-
### Authorization
|
885
|
-
|
886
|
-
No authorization required
|
887
|
-
|
888
|
-
### HTTP request headers
|
889
|
-
|
890
|
-
- **Content-Type**: application/json
|
891
|
-
- **Accept**: application/json
|
892
|
-
|
893
|
-
|
894
|
-
|
895
785
|
# **post_characters_affiliation**
|
896
786
|
> Array<PostCharactersAffiliation200Ok> post_characters_affiliation(characters, opts)
|
897
787
|
|
@@ -910,9 +800,6 @@ characters = [ESI::Array<Integer>.new] # Array<Integer> | The character IDs to f
|
|
910
800
|
|
911
801
|
opts = {
|
912
802
|
datasource: "tranquility", # String | The server name you would like data from
|
913
|
-
if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
914
|
-
user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
|
915
|
-
x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
|
916
803
|
}
|
917
804
|
|
918
805
|
begin
|
@@ -930,9 +817,6 @@ Name | Type | Description | Notes
|
|
930
817
|
------------- | ------------- | ------------- | -------------
|
931
818
|
**characters** | **Array<Integer>**| The character IDs to fetch affiliations for. All characters must exist, or none will be returned. |
|
932
819
|
**datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
|
933
|
-
**if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
|
934
|
-
**user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
|
935
|
-
**x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
|
936
820
|
|
937
821
|
### Return type
|
938
822
|
|
@@ -974,9 +858,7 @@ characters = [ESI::Array<Integer>.new] # Array<Integer> | The target characters
|
|
974
858
|
|
975
859
|
opts = {
|
976
860
|
datasource: "tranquility", # String | The server name you would like data from
|
977
|
-
token: "token_example"
|
978
|
-
user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
|
979
|
-
x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
|
861
|
+
token: "token_example" # String | Access token to use if unable to set a header
|
980
862
|
}
|
981
863
|
|
982
864
|
begin
|
@@ -996,8 +878,6 @@ Name | Type | Description | Notes
|
|
996
878
|
**characters** | **Array<Integer>**| The target characters to calculate the charge for |
|
997
879
|
**datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
|
998
880
|
**token** | **String**| Access token to use if unable to set a header | [optional]
|
999
|
-
**user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
|
1000
|
-
**x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
|
1001
881
|
|
1002
882
|
### Return type
|
1003
883
|
|