esi-client-bvv 1.0.3 → 1.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +29 -36
- data/docs/AllianceApi.md +0 -74
- data/docs/AssetsApi.md +6 -30
- data/docs/BookmarksApi.md +4 -20
- data/docs/CalendarApi.md +4 -20
- data/docs/CharacterApi.md +11 -131
- data/docs/ClonesApi.md +2 -10
- data/docs/ContactsApi.md +25 -61
- data/docs/ContractsApi.md +10 -34
- data/docs/CorporationApi.md +22 -301
- data/docs/DogmaApi.md +57 -16
- data/docs/ErrorLimited.md +8 -0
- data/docs/FactionWarfareApi.md +4 -36
- data/docs/FittingsApi.md +3 -15
- data/docs/FleetsApi.md +22 -74
- data/docs/Forbidden.md +1 -1
- data/docs/GatewayTimeout.md +9 -0
- data/docs/GetAlliancesAllianceIdContacts200Ok.md +1 -1
- data/docs/GetCharactersCharacterIdAssets200Ok.md +1 -0
- data/docs/GetCharactersCharacterIdContacts200Ok.md +1 -1
- data/docs/GetCorporationsCorporationIdAssets200Ok.md +1 -0
- data/docs/GetCorporationsCorporationIdContacts200Ok.md +1 -1
- data/docs/GetCorporationsCorporationIdContractsContractIdItemsError520.md +8 -0
- data/docs/GetCorporationsCorporationIdOrders200Ok.md +1 -0
- data/docs/GetCorporationsCorporationIdOrdersHistory200Ok.md +2 -1
- data/docs/GetCorporationsCorporationIdWalletsDivisionTransactions200Ok.md +1 -1
- data/docs/GetDogmaDynamicItemsTypeIdItemIdDogmaAttribute.md +9 -0
- data/docs/GetDogmaDynamicItemsTypeIdItemIdDogmaEffect.md +9 -0
- data/docs/GetDogmaDynamicItemsTypeIdItemIdNotFound.md +8 -0
- data/docs/GetDogmaDynamicItemsTypeIdItemIdOk.md +12 -0
- data/docs/GetFwSystems200Ok.md +1 -1
- data/docs/GetMarketsRegionIdHistoryError520.md +8 -0
- data/docs/GetUniverseStructuresStructureIdOk.md +1 -0
- data/docs/GetUniverseSystemsSystemIdOk.md +2 -2
- data/docs/IncursionsApi.md +0 -4
- data/docs/IndustryApi.md +6 -38
- data/docs/InsuranceApi.md +4 -6
- data/docs/KillmailsApi.md +14 -28
- data/docs/LocationApi.md +3 -15
- data/docs/LoyaltyApi.md +1 -9
- data/docs/MailApi.md +9 -45
- data/docs/MarketApi.md +12 -54
- data/docs/OpportunitiesApi.md +5 -23
- data/docs/PlanetaryInteractionApi.md +3 -19
- data/docs/PostCharactersCharacterIdContactsError520.md +8 -0
- data/docs/PostCharactersCharacterIdMailError520.md +8 -0
- data/docs/RoutesApi.md +0 -4
- data/docs/SearchApi.md +10 -14
- data/docs/SkillsApi.md +3 -15
- data/docs/SovereigntyApi.md +0 -12
- data/docs/StatusApi.md +0 -4
- data/docs/UniverseApi.md +49 -147
- data/docs/UserInterfaceApi.md +5 -25
- data/docs/WalletApi.md +6 -30
- data/docs/WarsApi.md +1 -13
- data/esi-client-bvv.gemspec +1 -1
- data/lib/esi-client-bvv.rb +11 -11
- data/lib/esi-client-bvv/api/alliance_api.rb +1 -104
- data/lib/esi-client-bvv/api/assets_api.rb +1 -37
- data/lib/esi-client-bvv/api/bookmarks_api.rb +1 -25
- data/lib/esi-client-bvv/api/calendar_api.rb +1 -25
- data/lib/esi-client-bvv/api/character_api.rb +1 -173
- data/lib/esi-client-bvv/api/clones_api.rb +1 -13
- data/lib/esi-client-bvv/api/contacts_api.rb +30 -76
- data/lib/esi-client-bvv/api/contracts_api.rb +5 -41
- data/lib/esi-client-bvv/api/corporation_api.rb +9 -381
- data/lib/esi-client-bvv/api/dogma_api.rb +71 -25
- data/lib/esi-client-bvv/api/faction_warfare_api.rb +4 -52
- data/lib/esi-client-bvv/api/fittings_api.rb +1 -19
- data/lib/esi-client-bvv/api/fleets_api.rb +17 -89
- data/lib/esi-client-bvv/api/incursions_api.rb +1 -7
- data/lib/esi-client-bvv/api/industry_api.rb +1 -49
- data/lib/esi-client-bvv/api/insurance_api.rb +9 -9
- data/lib/esi-client-bvv/api/killmails_api.rb +21 -38
- data/lib/esi-client-bvv/api/location_api.rb +1 -19
- data/lib/esi-client-bvv/api/loyalty_api.rb +1 -13
- data/lib/esi-client-bvv/api/mail_api.rb +1 -55
- data/lib/esi-client-bvv/api/market_api.rb +11 -71
- data/lib/esi-client-bvv/api/opportunities_api.rb +9 -33
- data/lib/esi-client-bvv/api/planetary_interaction_api.rb +1 -25
- data/lib/esi-client-bvv/api/routes_api.rb +1 -7
- data/lib/esi-client-bvv/api/search_api.rb +17 -17
- data/lib/esi-client-bvv/api/skills_api.rb +1 -19
- data/lib/esi-client-bvv/api/sovereignty_api.rb +1 -19
- data/lib/esi-client-bvv/api/status_api.rb +1 -7
- data/lib/esi-client-bvv/api/universe_api.rb +95 -209
- data/lib/esi-client-bvv/api/user_interface_api.rb +1 -31
- data/lib/esi-client-bvv/api/wallet_api.rb +1 -37
- data/lib/esi-client-bvv/api/wars_api.rb +1 -19
- data/lib/esi-client-bvv/api_client.rb +1 -1
- data/lib/esi-client-bvv/api_error.rb +1 -1
- data/lib/esi-client-bvv/configuration.rb +1 -1
- data/lib/esi-client-bvv/models/bad_request.rb +1 -1
- data/lib/esi-client-bvv/models/delete_characters_character_id_mail_labels_label_id_unprocessable_entity.rb +1 -1
- data/lib/esi-client-bvv/models/delete_fleets_fleet_id_members_member_id_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/delete_fleets_fleet_id_squads_squad_id_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/delete_fleets_fleet_id_wings_wing_id_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/error_limited.rb +194 -0
- data/lib/esi-client-bvv/models/forbidden.rb +2 -2
- data/lib/esi-client-bvv/models/gateway_timeout.rb +204 -0
- data/lib/esi-client-bvv/models/get_alliances_alliance_id_contacts_200_ok.rb +11 -9
- data/lib/esi-client-bvv/models/get_alliances_alliance_id_contacts_labels_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_alliances_alliance_id_icons_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/get_alliances_alliance_id_icons_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_alliances_alliance_id_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/get_alliances_alliance_id_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_agents_research_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_assets_200_ok.rb +14 -4
- data/lib/esi-client-bvv/models/get_characters_character_id_attributes_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_blueprints_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_bookmarks_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_bookmarks_coordinates.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_bookmarks_folders_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_bookmarks_item.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_calendar_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_calendar_event_id_attendees_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_calendar_event_id_attendees_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_calendar_event_id_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_calendar_event_id_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_clones_home_location.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_clones_jump_clone.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_clones_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_contacts_200_ok.rb +11 -9
- data/lib/esi-client-bvv/models/get_characters_character_id_contacts_labels_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_contracts_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_contracts_contract_id_bids_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_contracts_contract_id_bids_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_contracts_contract_id_items_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_contracts_contract_id_items_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_corporationhistory_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_fatigue_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_fittings_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_fittings_item.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_fleet_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_fleet_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_fw_stats_kills.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_fw_stats_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_fw_stats_victory_points.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_industry_jobs_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_killmails_recent_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_location_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_loyalty_points_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_mail_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_mail_labels_label.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_mail_labels_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_mail_lists_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_mail_mail_id_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_mail_mail_id_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_mail_mail_id_recipient.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_mail_recipient.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_medals_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_medals_graphic.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_mining_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_notifications_200_ok.rb +3 -3
- data/lib/esi-client-bvv/models/get_characters_character_id_notifications_contacts_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_online_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_opportunities_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_orders_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_orders_history_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_planets_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_planets_planet_id_content.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_planets_planet_id_extractor_details.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_planets_planet_id_factory_details.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_planets_planet_id_head.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_planets_planet_id_link.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_planets_planet_id_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_planets_planet_id_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_planets_planet_id_pin.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_planets_planet_id_route.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_portrait_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_portrait_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_roles_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_search_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_ship_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_skillqueue_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_skills_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_skills_skill.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_standings_200_ok.rb +1 -29
- data/lib/esi-client-bvv/models/get_characters_character_id_stats_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_stats_character.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_stats_combat.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_stats_industry.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_stats_inventory.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_stats_isk.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_stats_market.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_stats_mining.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_stats_module.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_stats_orbital.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_stats_pve.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_stats_social.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_stats_travel.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_titles_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_wallet_journal_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_wallet_transactions_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_corporation_corporation_id_mining_extractions_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_corporation_corporation_id_mining_observers_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_corporation_corporation_id_mining_observers_observer_id_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_corporations_corporation_id_alliancehistory_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_corporations_corporation_id_assets_200_ok.rb +12 -2
- data/lib/esi-client-bvv/models/get_corporations_corporation_id_blueprints_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_corporations_corporation_id_bookmarks_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_corporations_corporation_id_bookmarks_coordinates.rb +1 -1
- data/lib/esi-client-bvv/models/get_corporations_corporation_id_bookmarks_folders_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_corporations_corporation_id_bookmarks_item.rb +1 -1
- data/lib/esi-client-bvv/models/get_corporations_corporation_id_contacts_200_ok.rb +11 -9
- data/lib/esi-client-bvv/models/get_corporations_corporation_id_contacts_labels_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_corporations_corporation_id_containers_logs_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_corporations_corporation_id_contracts_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_corporations_corporation_id_contracts_contract_id_bids_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_corporations_corporation_id_contracts_contract_id_bids_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/get_corporations_corporation_id_contracts_contract_id_items_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_corporations_corporation_id_contracts_contract_id_items_error_520.rb +189 -0
- data/lib/esi-client-bvv/models/get_corporations_corporation_id_contracts_contract_id_items_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/get_corporations_corporation_id_customs_offices_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_corporations_corporation_id_divisions_hangar_hangar.rb +1 -1
- data/lib/esi-client-bvv/models/get_corporations_corporation_id_divisions_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_corporations_corporation_id_divisions_wallet_wallet.rb +1 -1
- data/lib/esi-client-bvv/models/get_corporations_corporation_id_facilities_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_corporations_corporation_id_fw_stats_kills.rb +1 -1
- data/lib/esi-client-bvv/models/get_corporations_corporation_id_fw_stats_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_corporations_corporation_id_fw_stats_victory_points.rb +1 -1
- data/lib/esi-client-bvv/models/get_corporations_corporation_id_icons_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/get_corporations_corporation_id_icons_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_corporations_corporation_id_industry_jobs_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_corporations_corporation_id_killmails_recent_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_corporations_corporation_id_medals_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_corporations_corporation_id_medals_issued_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_corporations_corporation_id_members_titles_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_corporations_corporation_id_membertracking_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_corporations_corporation_id_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/get_corporations_corporation_id_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_corporations_corporation_id_orders_200_ok.rb +17 -2
- data/lib/esi-client-bvv/models/get_corporations_corporation_id_orders_history_200_ok.rb +13 -3
- data/lib/esi-client-bvv/models/get_corporations_corporation_id_roles_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_corporations_corporation_id_roles_history_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_corporations_corporation_id_shareholders_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_corporations_corporation_id_standings_200_ok.rb +1 -29
- data/lib/esi-client-bvv/models/get_corporations_corporation_id_starbases_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_corporations_corporation_id_starbases_starbase_id_fuel.rb +1 -1
- data/lib/esi-client-bvv/models/get_corporations_corporation_id_starbases_starbase_id_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_corporations_corporation_id_structures_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_corporations_corporation_id_structures_service.rb +1 -1
- data/lib/esi-client-bvv/models/get_corporations_corporation_id_titles_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_corporations_corporation_id_wallets_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_corporations_corporation_id_wallets_division_journal_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_corporations_corporation_id_wallets_division_transactions_200_ok.rb +2 -2
- data/lib/esi-client-bvv/models/get_dogma_attributes_attribute_id_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/get_dogma_attributes_attribute_id_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_dogma_dynamic_items_type_id_item_id_dogma_attribute.rb +209 -0
- data/lib/esi-client-bvv/models/get_dogma_dynamic_items_type_id_item_id_dogma_effect.rb +209 -0
- data/lib/esi-client-bvv/models/get_dogma_dynamic_items_type_id_item_id_not_found.rb +189 -0
- data/lib/esi-client-bvv/models/get_dogma_dynamic_items_type_id_item_id_ok.rb +258 -0
- data/lib/esi-client-bvv/models/get_dogma_effects_effect_id_modifier.rb +1 -1
- data/lib/esi-client-bvv/models/get_dogma_effects_effect_id_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/get_dogma_effects_effect_id_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_fleets_fleet_id_members_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_fleets_fleet_id_members_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/get_fleets_fleet_id_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/get_fleets_fleet_id_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_fleets_fleet_id_wings_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_fleets_fleet_id_wings_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/get_fleets_fleet_id_wings_squad.rb +1 -1
- data/lib/esi-client-bvv/models/get_fw_leaderboards_active_total_active_total.rb +1 -1
- data/lib/esi-client-bvv/models/get_fw_leaderboards_active_total_active_total_1.rb +1 -1
- data/lib/esi-client-bvv/models/get_fw_leaderboards_characters_active_total_active_total.rb +1 -1
- data/lib/esi-client-bvv/models/get_fw_leaderboards_characters_active_total_active_total_1.rb +1 -1
- data/lib/esi-client-bvv/models/get_fw_leaderboards_characters_kills.rb +1 -1
- data/lib/esi-client-bvv/models/get_fw_leaderboards_characters_last_week_last_week.rb +1 -1
- data/lib/esi-client-bvv/models/get_fw_leaderboards_characters_last_week_last_week_1.rb +1 -1
- data/lib/esi-client-bvv/models/get_fw_leaderboards_characters_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_fw_leaderboards_characters_victory_points.rb +1 -1
- data/lib/esi-client-bvv/models/get_fw_leaderboards_characters_yesterday_yesterday.rb +1 -1
- data/lib/esi-client-bvv/models/get_fw_leaderboards_characters_yesterday_yesterday_1.rb +1 -1
- data/lib/esi-client-bvv/models/get_fw_leaderboards_corporations_active_total_active_total.rb +1 -1
- data/lib/esi-client-bvv/models/get_fw_leaderboards_corporations_active_total_active_total_1.rb +1 -1
- data/lib/esi-client-bvv/models/get_fw_leaderboards_corporations_kills.rb +1 -1
- data/lib/esi-client-bvv/models/get_fw_leaderboards_corporations_last_week_last_week.rb +1 -1
- data/lib/esi-client-bvv/models/get_fw_leaderboards_corporations_last_week_last_week_1.rb +1 -1
- data/lib/esi-client-bvv/models/get_fw_leaderboards_corporations_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_fw_leaderboards_corporations_victory_points.rb +1 -1
- data/lib/esi-client-bvv/models/get_fw_leaderboards_corporations_yesterday_yesterday.rb +1 -1
- data/lib/esi-client-bvv/models/get_fw_leaderboards_corporations_yesterday_yesterday_1.rb +1 -1
- data/lib/esi-client-bvv/models/get_fw_leaderboards_kills.rb +1 -1
- data/lib/esi-client-bvv/models/get_fw_leaderboards_last_week_last_week.rb +1 -1
- data/lib/esi-client-bvv/models/get_fw_leaderboards_last_week_last_week_1.rb +1 -1
- data/lib/esi-client-bvv/models/get_fw_leaderboards_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_fw_leaderboards_victory_points.rb +1 -1
- data/lib/esi-client-bvv/models/get_fw_leaderboards_yesterday_yesterday.rb +1 -1
- data/lib/esi-client-bvv/models/get_fw_leaderboards_yesterday_yesterday_1.rb +1 -1
- data/lib/esi-client-bvv/models/get_fw_stats_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_fw_stats_kills.rb +1 -1
- data/lib/esi-client-bvv/models/get_fw_stats_victory_points.rb +1 -1
- data/lib/esi-client-bvv/models/get_fw_systems_200_ok.rb +36 -3
- data/lib/esi-client-bvv/models/get_fw_wars_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_incursions_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_industry_facilities_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_industry_systems_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_industry_systems_cost_indice.rb +1 -1
- data/lib/esi-client-bvv/models/get_insurance_prices_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_insurance_prices_level.rb +1 -1
- data/lib/esi-client-bvv/models/get_killmails_killmail_id_killmail_hash_attacker.rb +1 -1
- data/lib/esi-client-bvv/models/get_killmails_killmail_id_killmail_hash_item.rb +1 -1
- data/lib/esi-client-bvv/models/get_killmails_killmail_id_killmail_hash_items_item.rb +1 -1
- data/lib/esi-client-bvv/models/get_killmails_killmail_id_killmail_hash_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_killmails_killmail_id_killmail_hash_position.rb +1 -1
- data/lib/esi-client-bvv/models/get_killmails_killmail_id_killmail_hash_unprocessable_entity.rb +1 -1
- data/lib/esi-client-bvv/models/get_killmails_killmail_id_killmail_hash_victim.rb +1 -1
- data/lib/esi-client-bvv/models/get_loyalty_stores_corporation_id_offers_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_loyalty_stores_corporation_id_offers_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/get_loyalty_stores_corporation_id_offers_required_item.rb +1 -1
- data/lib/esi-client-bvv/models/get_markets_groups_market_group_id_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/get_markets_groups_market_group_id_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_markets_prices_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_markets_region_id_history_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_markets_region_id_history_error_520.rb +189 -0
- data/lib/esi-client-bvv/models/get_markets_region_id_history_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/get_markets_region_id_history_unprocessable_entity.rb +1 -1
- data/lib/esi-client-bvv/models/get_markets_region_id_orders_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_markets_region_id_orders_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/get_markets_region_id_orders_unprocessable_entity.rb +1 -1
- data/lib/esi-client-bvv/models/get_markets_structures_structure_id_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_opportunities_groups_group_id_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_opportunities_tasks_task_id_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_route_origin_destination_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/get_search_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_sovereignty_campaigns_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_sovereignty_campaigns_participant.rb +1 -1
- data/lib/esi-client-bvv/models/get_sovereignty_map_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_sovereignty_structures_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_status_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_universe_ancestries_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_universe_asteroid_belts_asteroid_belt_id_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/get_universe_asteroid_belts_asteroid_belt_id_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_universe_asteroid_belts_asteroid_belt_id_position.rb +1 -1
- data/lib/esi-client-bvv/models/get_universe_bloodlines_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_universe_categories_category_id_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/get_universe_categories_category_id_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_universe_constellations_constellation_id_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/get_universe_constellations_constellation_id_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_universe_constellations_constellation_id_position.rb +1 -1
- data/lib/esi-client-bvv/models/get_universe_factions_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_universe_graphics_graphic_id_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/get_universe_graphics_graphic_id_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_universe_groups_group_id_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/get_universe_groups_group_id_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_universe_moons_moon_id_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/get_universe_moons_moon_id_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_universe_moons_moon_id_position.rb +1 -1
- data/lib/esi-client-bvv/models/get_universe_planets_planet_id_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/get_universe_planets_planet_id_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_universe_planets_planet_id_position.rb +1 -1
- data/lib/esi-client-bvv/models/get_universe_races_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_universe_regions_region_id_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/get_universe_regions_region_id_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_universe_schematics_schematic_id_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/get_universe_schematics_schematic_id_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_universe_stargates_stargate_id_destination.rb +1 -1
- data/lib/esi-client-bvv/models/get_universe_stargates_stargate_id_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/get_universe_stargates_stargate_id_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_universe_stargates_stargate_id_position.rb +1 -1
- data/lib/esi-client-bvv/models/get_universe_stars_star_id_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_universe_stations_station_id_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/get_universe_stations_station_id_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_universe_stations_station_id_position.rb +1 -1
- data/lib/esi-client-bvv/models/get_universe_structures_structure_id_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/get_universe_structures_structure_id_ok.rb +17 -2
- data/lib/esi-client-bvv/models/get_universe_structures_structure_id_position.rb +1 -1
- data/lib/esi-client-bvv/models/get_universe_system_jumps_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_universe_system_kills_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_universe_systems_system_id_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/get_universe_systems_system_id_ok.rb +1 -11
- data/lib/esi-client-bvv/models/get_universe_systems_system_id_planet.rb +1 -1
- data/lib/esi-client-bvv/models/get_universe_systems_system_id_position.rb +1 -1
- data/lib/esi-client-bvv/models/get_universe_types_type_id_dogma_attribute.rb +1 -1
- data/lib/esi-client-bvv/models/get_universe_types_type_id_dogma_effect.rb +1 -1
- data/lib/esi-client-bvv/models/get_universe_types_type_id_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/get_universe_types_type_id_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_wars_war_id_aggressor.rb +1 -1
- data/lib/esi-client-bvv/models/get_wars_war_id_ally.rb +1 -1
- data/lib/esi-client-bvv/models/get_wars_war_id_defender.rb +1 -1
- data/lib/esi-client-bvv/models/get_wars_war_id_killmails_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_wars_war_id_killmails_unprocessable_entity.rb +1 -1
- data/lib/esi-client-bvv/models/get_wars_war_id_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_wars_war_id_unprocessable_entity.rb +1 -1
- data/lib/esi-client-bvv/models/internal_server_error.rb +1 -1
- data/lib/esi-client-bvv/models/post_characters_affiliation_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/post_characters_affiliation_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/post_characters_character_id_assets_locations_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/post_characters_character_id_assets_locations_position.rb +1 -1
- data/lib/esi-client-bvv/models/post_characters_character_id_assets_names_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/post_characters_character_id_contacts_error_520.rb +189 -0
- data/lib/esi-client-bvv/models/post_characters_character_id_fittings_created.rb +1 -1
- data/lib/esi-client-bvv/models/post_characters_character_id_fittings_fitting.rb +1 -1
- data/lib/esi-client-bvv/models/post_characters_character_id_fittings_item.rb +1 -1
- data/lib/esi-client-bvv/models/post_characters_character_id_mail_error_520.rb +189 -0
- data/lib/esi-client-bvv/models/post_characters_character_id_mail_labels_label.rb +1 -1
- data/lib/esi-client-bvv/models/post_characters_character_id_mail_mail.rb +1 -1
- data/lib/esi-client-bvv/models/post_characters_character_id_mail_recipient.rb +1 -1
- data/lib/esi-client-bvv/models/post_corporations_corporation_id_assets_locations_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/post_corporations_corporation_id_assets_locations_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/post_corporations_corporation_id_assets_locations_position.rb +1 -1
- data/lib/esi-client-bvv/models/post_corporations_corporation_id_assets_names_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/post_corporations_corporation_id_assets_names_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/post_fleets_fleet_id_members_invitation.rb +1 -1
- data/lib/esi-client-bvv/models/post_fleets_fleet_id_members_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/post_fleets_fleet_id_members_unprocessable_entity.rb +1 -1
- data/lib/esi-client-bvv/models/post_fleets_fleet_id_wings_created.rb +1 -1
- data/lib/esi-client-bvv/models/post_fleets_fleet_id_wings_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/post_fleets_fleet_id_wings_wing_id_squads_created.rb +1 -1
- data/lib/esi-client-bvv/models/post_fleets_fleet_id_wings_wing_id_squads_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/post_ui_openwindow_newmail_new_mail.rb +1 -1
- data/lib/esi-client-bvv/models/post_ui_openwindow_newmail_unprocessable_entity.rb +1 -1
- data/lib/esi-client-bvv/models/post_universe_ids_agent.rb +1 -1
- data/lib/esi-client-bvv/models/post_universe_ids_alliance.rb +1 -1
- data/lib/esi-client-bvv/models/post_universe_ids_character.rb +1 -1
- data/lib/esi-client-bvv/models/post_universe_ids_constellation.rb +1 -1
- data/lib/esi-client-bvv/models/post_universe_ids_corporation.rb +1 -1
- data/lib/esi-client-bvv/models/post_universe_ids_faction.rb +1 -1
- data/lib/esi-client-bvv/models/post_universe_ids_inventory_type.rb +1 -1
- data/lib/esi-client-bvv/models/post_universe_ids_ok.rb +1 -1
- data/lib/esi-client-bvv/models/post_universe_ids_region.rb +1 -1
- data/lib/esi-client-bvv/models/post_universe_ids_station.rb +1 -1
- data/lib/esi-client-bvv/models/post_universe_ids_system.rb +1 -1
- data/lib/esi-client-bvv/models/post_universe_names_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/post_universe_names_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/put_characters_character_id_calendar_event_id_response.rb +1 -1
- data/lib/esi-client-bvv/models/put_characters_character_id_mail_mail_id_contents.rb +1 -1
- data/lib/esi-client-bvv/models/put_fleets_fleet_id_members_member_id_movement.rb +1 -1
- data/lib/esi-client-bvv/models/put_fleets_fleet_id_members_member_id_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/put_fleets_fleet_id_members_member_id_unprocessable_entity.rb +1 -1
- data/lib/esi-client-bvv/models/put_fleets_fleet_id_new_settings.rb +1 -1
- data/lib/esi-client-bvv/models/put_fleets_fleet_id_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/put_fleets_fleet_id_squads_squad_id_naming.rb +1 -1
- data/lib/esi-client-bvv/models/put_fleets_fleet_id_squads_squad_id_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/put_fleets_fleet_id_wings_wing_id_naming.rb +1 -1
- data/lib/esi-client-bvv/models/put_fleets_fleet_id_wings_wing_id_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/service_unavailable.rb +1 -1
- data/lib/esi-client-bvv/models/unauthorized.rb +1 -1
- data/lib/esi-client-bvv/version.rb +2 -2
- data/spec/models/error_limited_spec.rb +42 -0
- data/spec/models/gateway_timeout_spec.rb +48 -0
- data/spec/models/get_corporations_corporation_id_contracts_contract_id_items_error_520_spec.rb +42 -0
- data/spec/models/get_dogma_dynamic_items_type_id_item_id_dogma_attribute_spec.rb +48 -0
- data/spec/models/get_dogma_dynamic_items_type_id_item_id_dogma_effect_spec.rb +48 -0
- data/spec/models/get_dogma_dynamic_items_type_id_item_id_not_found_spec.rb +42 -0
- data/spec/models/get_dogma_dynamic_items_type_id_item_id_ok_spec.rb +66 -0
- data/spec/models/get_markets_region_id_history_error_520_spec.rb +42 -0
- data/spec/models/post_characters_character_id_contacts_error_520_spec.rb +42 -0
- data/spec/models/post_characters_character_id_mail_error_520_spec.rb +42 -0
- metadata +42 -2
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#An OpenAPI for EVE Online
|
5
5
|
|
6
|
-
OpenAPI spec version: 0.8.
|
6
|
+
OpenAPI spec version: 0.8.5
|
7
7
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
9
|
Swagger Codegen version: 2.3.1
|
@@ -28,8 +28,6 @@ module ESI
|
|
28
28
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
29
29
|
# @option opts [Integer] :page Which page of results to return (default to 1)
|
30
30
|
# @option opts [String] :token Access token to use if unable to set a header
|
31
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
32
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
33
31
|
# @return [Array<GetCharactersCharacterIdContracts200Ok>]
|
34
32
|
def get_characters_character_id_contracts(character_id, opts = {})
|
35
33
|
data, _status_code, _headers = get_characters_character_id_contracts_with_http_info(character_id, opts)
|
@@ -44,8 +42,6 @@ module ESI
|
|
44
42
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
45
43
|
# @option opts [Integer] :page Which page of results to return
|
46
44
|
# @option opts [String] :token Access token to use if unable to set a header
|
47
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
48
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
49
45
|
# @return [Array<(Array<GetCharactersCharacterIdContracts200Ok>, Fixnum, Hash)>] Array<GetCharactersCharacterIdContracts200Ok> data, response status code and response headers
|
50
46
|
def get_characters_character_id_contracts_with_http_info(character_id, opts = {})
|
51
47
|
if @api_client.config.debugging
|
@@ -74,7 +70,6 @@ module ESI
|
|
74
70
|
query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
|
75
71
|
query_params[:'page'] = opts[:'page'] if !opts[:'page'].nil?
|
76
72
|
query_params[:'token'] = opts[:'token'] if !opts[:'token'].nil?
|
77
|
-
query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
|
78
73
|
|
79
74
|
# header parameters
|
80
75
|
header_params = {}
|
@@ -83,7 +78,6 @@ module ESI
|
|
83
78
|
# HTTP header 'Content-Type'
|
84
79
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
85
80
|
header_params[:'If-None-Match'] = opts[:'if_none_match'] if !opts[:'if_none_match'].nil?
|
86
|
-
header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
|
87
81
|
|
88
82
|
# form parameters
|
89
83
|
form_params = {}
|
@@ -112,8 +106,6 @@ module ESI
|
|
112
106
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
113
107
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
114
108
|
# @option opts [String] :token Access token to use if unable to set a header
|
115
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
116
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
117
109
|
# @return [Array<GetCharactersCharacterIdContractsContractIdBids200Ok>]
|
118
110
|
def get_characters_character_id_contracts_contract_id_bids(character_id, contract_id, opts = {})
|
119
111
|
data, _status_code, _headers = get_characters_character_id_contracts_contract_id_bids_with_http_info(character_id, contract_id, opts)
|
@@ -128,8 +120,6 @@ module ESI
|
|
128
120
|
# @option opts [String] :datasource The server name you would like data from
|
129
121
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
130
122
|
# @option opts [String] :token Access token to use if unable to set a header
|
131
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
132
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
133
123
|
# @return [Array<(Array<GetCharactersCharacterIdContractsContractIdBids200Ok>, Fixnum, Hash)>] Array<GetCharactersCharacterIdContractsContractIdBids200Ok> data, response status code and response headers
|
134
124
|
def get_characters_character_id_contracts_contract_id_bids_with_http_info(character_id, contract_id, opts = {})
|
135
125
|
if @api_client.config.debugging
|
@@ -157,7 +147,6 @@ module ESI
|
|
157
147
|
query_params = {}
|
158
148
|
query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
|
159
149
|
query_params[:'token'] = opts[:'token'] if !opts[:'token'].nil?
|
160
|
-
query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
|
161
150
|
|
162
151
|
# header parameters
|
163
152
|
header_params = {}
|
@@ -166,7 +155,6 @@ module ESI
|
|
166
155
|
# HTTP header 'Content-Type'
|
167
156
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
168
157
|
header_params[:'If-None-Match'] = opts[:'if_none_match'] if !opts[:'if_none_match'].nil?
|
169
|
-
header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
|
170
158
|
|
171
159
|
# form parameters
|
172
160
|
form_params = {}
|
@@ -195,8 +183,6 @@ module ESI
|
|
195
183
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
196
184
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
197
185
|
# @option opts [String] :token Access token to use if unable to set a header
|
198
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
199
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
200
186
|
# @return [Array<GetCharactersCharacterIdContractsContractIdItems200Ok>]
|
201
187
|
def get_characters_character_id_contracts_contract_id_items(character_id, contract_id, opts = {})
|
202
188
|
data, _status_code, _headers = get_characters_character_id_contracts_contract_id_items_with_http_info(character_id, contract_id, opts)
|
@@ -211,8 +197,6 @@ module ESI
|
|
211
197
|
# @option opts [String] :datasource The server name you would like data from
|
212
198
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
213
199
|
# @option opts [String] :token Access token to use if unable to set a header
|
214
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
215
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
216
200
|
# @return [Array<(Array<GetCharactersCharacterIdContractsContractIdItems200Ok>, Fixnum, Hash)>] Array<GetCharactersCharacterIdContractsContractIdItems200Ok> data, response status code and response headers
|
217
201
|
def get_characters_character_id_contracts_contract_id_items_with_http_info(character_id, contract_id, opts = {})
|
218
202
|
if @api_client.config.debugging
|
@@ -240,7 +224,6 @@ module ESI
|
|
240
224
|
query_params = {}
|
241
225
|
query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
|
242
226
|
query_params[:'token'] = opts[:'token'] if !opts[:'token'].nil?
|
243
|
-
query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
|
244
227
|
|
245
228
|
# header parameters
|
246
229
|
header_params = {}
|
@@ -249,7 +232,6 @@ module ESI
|
|
249
232
|
# HTTP header 'Content-Type'
|
250
233
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
251
234
|
header_params[:'If-None-Match'] = opts[:'if_none_match'] if !opts[:'if_none_match'].nil?
|
252
|
-
header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
|
253
235
|
|
254
236
|
# form parameters
|
255
237
|
form_params = {}
|
@@ -270,32 +252,28 @@ module ESI
|
|
270
252
|
return data, status_code, headers
|
271
253
|
end
|
272
254
|
|
273
|
-
# Get
|
274
|
-
# Returns contracts available to a
|
255
|
+
# Get corporation contracts
|
256
|
+
# Returns contracts available to a corporation, only if the corporation is issuer, acceptor or assignee. Only returns contracts no older than 30 days, or if the status is \"in_progress\". --- This route is cached for up to 300 seconds
|
275
257
|
# @param corporation_id An EVE corporation ID
|
276
258
|
# @param [Hash] opts the optional parameters
|
277
259
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
278
260
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
279
261
|
# @option opts [Integer] :page Which page of results to return (default to 1)
|
280
262
|
# @option opts [String] :token Access token to use if unable to set a header
|
281
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
282
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
283
263
|
# @return [Array<GetCorporationsCorporationIdContracts200Ok>]
|
284
264
|
def get_corporations_corporation_id_contracts(corporation_id, opts = {})
|
285
265
|
data, _status_code, _headers = get_corporations_corporation_id_contracts_with_http_info(corporation_id, opts)
|
286
266
|
return data
|
287
267
|
end
|
288
268
|
|
289
|
-
# Get
|
290
|
-
# Returns contracts available to a
|
269
|
+
# Get corporation contracts
|
270
|
+
# Returns contracts available to a corporation, only if the corporation is issuer, acceptor or assignee. Only returns contracts no older than 30 days, or if the status is \"in_progress\". --- This route is cached for up to 300 seconds
|
291
271
|
# @param corporation_id An EVE corporation ID
|
292
272
|
# @param [Hash] opts the optional parameters
|
293
273
|
# @option opts [String] :datasource The server name you would like data from
|
294
274
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
295
275
|
# @option opts [Integer] :page Which page of results to return
|
296
276
|
# @option opts [String] :token Access token to use if unable to set a header
|
297
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
298
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
299
277
|
# @return [Array<(Array<GetCorporationsCorporationIdContracts200Ok>, Fixnum, Hash)>] Array<GetCorporationsCorporationIdContracts200Ok> data, response status code and response headers
|
300
278
|
def get_corporations_corporation_id_contracts_with_http_info(corporation_id, opts = {})
|
301
279
|
if @api_client.config.debugging
|
@@ -324,7 +302,6 @@ module ESI
|
|
324
302
|
query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
|
325
303
|
query_params[:'page'] = opts[:'page'] if !opts[:'page'].nil?
|
326
304
|
query_params[:'token'] = opts[:'token'] if !opts[:'token'].nil?
|
327
|
-
query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
|
328
305
|
|
329
306
|
# header parameters
|
330
307
|
header_params = {}
|
@@ -333,7 +310,6 @@ module ESI
|
|
333
310
|
# HTTP header 'Content-Type'
|
334
311
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
335
312
|
header_params[:'If-None-Match'] = opts[:'if_none_match'] if !opts[:'if_none_match'].nil?
|
336
|
-
header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
|
337
313
|
|
338
314
|
# form parameters
|
339
315
|
form_params = {}
|
@@ -363,8 +339,6 @@ module ESI
|
|
363
339
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
364
340
|
# @option opts [Integer] :page Which page of results to return (default to 1)
|
365
341
|
# @option opts [String] :token Access token to use if unable to set a header
|
366
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
367
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
368
342
|
# @return [Array<GetCorporationsCorporationIdContractsContractIdBids200Ok>]
|
369
343
|
def get_corporations_corporation_id_contracts_contract_id_bids(contract_id, corporation_id, opts = {})
|
370
344
|
data, _status_code, _headers = get_corporations_corporation_id_contracts_contract_id_bids_with_http_info(contract_id, corporation_id, opts)
|
@@ -380,8 +354,6 @@ module ESI
|
|
380
354
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
381
355
|
# @option opts [Integer] :page Which page of results to return
|
382
356
|
# @option opts [String] :token Access token to use if unable to set a header
|
383
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
384
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
385
357
|
# @return [Array<(Array<GetCorporationsCorporationIdContractsContractIdBids200Ok>, Fixnum, Hash)>] Array<GetCorporationsCorporationIdContractsContractIdBids200Ok> data, response status code and response headers
|
386
358
|
def get_corporations_corporation_id_contracts_contract_id_bids_with_http_info(contract_id, corporation_id, opts = {})
|
387
359
|
if @api_client.config.debugging
|
@@ -414,7 +386,6 @@ module ESI
|
|
414
386
|
query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
|
415
387
|
query_params[:'page'] = opts[:'page'] if !opts[:'page'].nil?
|
416
388
|
query_params[:'token'] = opts[:'token'] if !opts[:'token'].nil?
|
417
|
-
query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
|
418
389
|
|
419
390
|
# header parameters
|
420
391
|
header_params = {}
|
@@ -423,7 +394,6 @@ module ESI
|
|
423
394
|
# HTTP header 'Content-Type'
|
424
395
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
425
396
|
header_params[:'If-None-Match'] = opts[:'if_none_match'] if !opts[:'if_none_match'].nil?
|
426
|
-
header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
|
427
397
|
|
428
398
|
# form parameters
|
429
399
|
form_params = {}
|
@@ -452,8 +422,6 @@ module ESI
|
|
452
422
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
453
423
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
454
424
|
# @option opts [String] :token Access token to use if unable to set a header
|
455
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
456
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
457
425
|
# @return [Array<GetCorporationsCorporationIdContractsContractIdItems200Ok>]
|
458
426
|
def get_corporations_corporation_id_contracts_contract_id_items(contract_id, corporation_id, opts = {})
|
459
427
|
data, _status_code, _headers = get_corporations_corporation_id_contracts_contract_id_items_with_http_info(contract_id, corporation_id, opts)
|
@@ -468,8 +436,6 @@ module ESI
|
|
468
436
|
# @option opts [String] :datasource The server name you would like data from
|
469
437
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
470
438
|
# @option opts [String] :token Access token to use if unable to set a header
|
471
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
472
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
473
439
|
# @return [Array<(Array<GetCorporationsCorporationIdContractsContractIdItems200Ok>, Fixnum, Hash)>] Array<GetCorporationsCorporationIdContractsContractIdItems200Ok> data, response status code and response headers
|
474
440
|
def get_corporations_corporation_id_contracts_contract_id_items_with_http_info(contract_id, corporation_id, opts = {})
|
475
441
|
if @api_client.config.debugging
|
@@ -497,7 +463,6 @@ module ESI
|
|
497
463
|
query_params = {}
|
498
464
|
query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
|
499
465
|
query_params[:'token'] = opts[:'token'] if !opts[:'token'].nil?
|
500
|
-
query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
|
501
466
|
|
502
467
|
# header parameters
|
503
468
|
header_params = {}
|
@@ -506,7 +471,6 @@ module ESI
|
|
506
471
|
# HTTP header 'Content-Type'
|
507
472
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
508
473
|
header_params[:'If-None-Match'] = opts[:'if_none_match'] if !opts[:'if_none_match'].nil?
|
509
|
-
header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
|
510
474
|
|
511
475
|
# form parameters
|
512
476
|
form_params = {}
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#An OpenAPI for EVE Online
|
5
5
|
|
6
|
-
OpenAPI spec version: 0.8.
|
6
|
+
OpenAPI spec version: 0.8.5
|
7
7
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
9
|
Swagger Codegen version: 2.3.1
|
@@ -26,8 +26,6 @@ module ESI
|
|
26
26
|
# @param [Hash] opts the optional parameters
|
27
27
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
28
28
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
29
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
30
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
31
29
|
# @return [GetCorporationsCorporationIdOk]
|
32
30
|
def get_corporations_corporation_id(corporation_id, opts = {})
|
33
31
|
data, _status_code, _headers = get_corporations_corporation_id_with_http_info(corporation_id, opts)
|
@@ -40,8 +38,6 @@ module ESI
|
|
40
38
|
# @param [Hash] opts the optional parameters
|
41
39
|
# @option opts [String] :datasource The server name you would like data from
|
42
40
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
43
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
44
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
45
41
|
# @return [Array<(GetCorporationsCorporationIdOk, Fixnum, Hash)>] GetCorporationsCorporationIdOk data, response status code and response headers
|
46
42
|
def get_corporations_corporation_id_with_http_info(corporation_id, opts = {})
|
47
43
|
if @api_client.config.debugging
|
@@ -64,7 +60,6 @@ module ESI
|
|
64
60
|
# query parameters
|
65
61
|
query_params = {}
|
66
62
|
query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
|
67
|
-
query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
|
68
63
|
|
69
64
|
# header parameters
|
70
65
|
header_params = {}
|
@@ -73,7 +68,6 @@ module ESI
|
|
73
68
|
# HTTP header 'Content-Type'
|
74
69
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
75
70
|
header_params[:'If-None-Match'] = opts[:'if_none_match'] if !opts[:'if_none_match'].nil?
|
76
|
-
header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
|
77
71
|
|
78
72
|
# form parameters
|
79
73
|
form_params = {}
|
@@ -100,8 +94,6 @@ module ESI
|
|
100
94
|
# @param [Hash] opts the optional parameters
|
101
95
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
102
96
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
103
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
104
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
105
97
|
# @return [Array<GetCorporationsCorporationIdAlliancehistory200Ok>]
|
106
98
|
def get_corporations_corporation_id_alliancehistory(corporation_id, opts = {})
|
107
99
|
data, _status_code, _headers = get_corporations_corporation_id_alliancehistory_with_http_info(corporation_id, opts)
|
@@ -114,8 +106,6 @@ module ESI
|
|
114
106
|
# @param [Hash] opts the optional parameters
|
115
107
|
# @option opts [String] :datasource The server name you would like data from
|
116
108
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
117
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
118
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
119
109
|
# @return [Array<(Array<GetCorporationsCorporationIdAlliancehistory200Ok>, Fixnum, Hash)>] Array<GetCorporationsCorporationIdAlliancehistory200Ok> data, response status code and response headers
|
120
110
|
def get_corporations_corporation_id_alliancehistory_with_http_info(corporation_id, opts = {})
|
121
111
|
if @api_client.config.debugging
|
@@ -138,7 +128,6 @@ module ESI
|
|
138
128
|
# query parameters
|
139
129
|
query_params = {}
|
140
130
|
query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
|
141
|
-
query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
|
142
131
|
|
143
132
|
# header parameters
|
144
133
|
header_params = {}
|
@@ -147,7 +136,6 @@ module ESI
|
|
147
136
|
# HTTP header 'Content-Type'
|
148
137
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
149
138
|
header_params[:'If-None-Match'] = opts[:'if_none_match'] if !opts[:'if_none_match'].nil?
|
150
|
-
header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
|
151
139
|
|
152
140
|
# form parameters
|
153
141
|
form_params = {}
|
@@ -176,8 +164,6 @@ module ESI
|
|
176
164
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
177
165
|
# @option opts [Integer] :page Which page of results to return (default to 1)
|
178
166
|
# @option opts [String] :token Access token to use if unable to set a header
|
179
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
180
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
181
167
|
# @return [Array<GetCorporationsCorporationIdBlueprints200Ok>]
|
182
168
|
def get_corporations_corporation_id_blueprints(corporation_id, opts = {})
|
183
169
|
data, _status_code, _headers = get_corporations_corporation_id_blueprints_with_http_info(corporation_id, opts)
|
@@ -192,8 +178,6 @@ module ESI
|
|
192
178
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
193
179
|
# @option opts [Integer] :page Which page of results to return
|
194
180
|
# @option opts [String] :token Access token to use if unable to set a header
|
195
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
196
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
197
181
|
# @return [Array<(Array<GetCorporationsCorporationIdBlueprints200Ok>, Fixnum, Hash)>] Array<GetCorporationsCorporationIdBlueprints200Ok> data, response status code and response headers
|
198
182
|
def get_corporations_corporation_id_blueprints_with_http_info(corporation_id, opts = {})
|
199
183
|
if @api_client.config.debugging
|
@@ -222,7 +206,6 @@ module ESI
|
|
222
206
|
query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
|
223
207
|
query_params[:'page'] = opts[:'page'] if !opts[:'page'].nil?
|
224
208
|
query_params[:'token'] = opts[:'token'] if !opts[:'token'].nil?
|
225
|
-
query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
|
226
209
|
|
227
210
|
# header parameters
|
228
211
|
header_params = {}
|
@@ -231,7 +214,6 @@ module ESI
|
|
231
214
|
# HTTP header 'Content-Type'
|
232
215
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
233
216
|
header_params[:'If-None-Match'] = opts[:'if_none_match'] if !opts[:'if_none_match'].nil?
|
234
|
-
header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
|
235
217
|
|
236
218
|
# form parameters
|
237
219
|
form_params = {}
|
@@ -260,8 +242,6 @@ module ESI
|
|
260
242
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
261
243
|
# @option opts [Integer] :page Which page of results to return (default to 1)
|
262
244
|
# @option opts [String] :token Access token to use if unable to set a header
|
263
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
264
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
265
245
|
# @return [Array<GetCorporationsCorporationIdContainersLogs200Ok>]
|
266
246
|
def get_corporations_corporation_id_containers_logs(corporation_id, opts = {})
|
267
247
|
data, _status_code, _headers = get_corporations_corporation_id_containers_logs_with_http_info(corporation_id, opts)
|
@@ -276,8 +256,6 @@ module ESI
|
|
276
256
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
277
257
|
# @option opts [Integer] :page Which page of results to return
|
278
258
|
# @option opts [String] :token Access token to use if unable to set a header
|
279
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
280
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
281
259
|
# @return [Array<(Array<GetCorporationsCorporationIdContainersLogs200Ok>, Fixnum, Hash)>] Array<GetCorporationsCorporationIdContainersLogs200Ok> data, response status code and response headers
|
282
260
|
def get_corporations_corporation_id_containers_logs_with_http_info(corporation_id, opts = {})
|
283
261
|
if @api_client.config.debugging
|
@@ -306,7 +284,6 @@ module ESI
|
|
306
284
|
query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
|
307
285
|
query_params[:'page'] = opts[:'page'] if !opts[:'page'].nil?
|
308
286
|
query_params[:'token'] = opts[:'token'] if !opts[:'token'].nil?
|
309
|
-
query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
|
310
287
|
|
311
288
|
# header parameters
|
312
289
|
header_params = {}
|
@@ -315,7 +292,6 @@ module ESI
|
|
315
292
|
# HTTP header 'Content-Type'
|
316
293
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
317
294
|
header_params[:'If-None-Match'] = opts[:'if_none_match'] if !opts[:'if_none_match'].nil?
|
318
|
-
header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
|
319
295
|
|
320
296
|
# form parameters
|
321
297
|
form_params = {}
|
@@ -343,8 +319,6 @@ module ESI
|
|
343
319
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
344
320
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
345
321
|
# @option opts [String] :token Access token to use if unable to set a header
|
346
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
347
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
348
322
|
# @return [GetCorporationsCorporationIdDivisionsOk]
|
349
323
|
def get_corporations_corporation_id_divisions(corporation_id, opts = {})
|
350
324
|
data, _status_code, _headers = get_corporations_corporation_id_divisions_with_http_info(corporation_id, opts)
|
@@ -358,8 +332,6 @@ module ESI
|
|
358
332
|
# @option opts [String] :datasource The server name you would like data from
|
359
333
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
360
334
|
# @option opts [String] :token Access token to use if unable to set a header
|
361
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
362
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
363
335
|
# @return [Array<(GetCorporationsCorporationIdDivisionsOk, Fixnum, Hash)>] GetCorporationsCorporationIdDivisionsOk data, response status code and response headers
|
364
336
|
def get_corporations_corporation_id_divisions_with_http_info(corporation_id, opts = {})
|
365
337
|
if @api_client.config.debugging
|
@@ -383,7 +355,6 @@ module ESI
|
|
383
355
|
query_params = {}
|
384
356
|
query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
|
385
357
|
query_params[:'token'] = opts[:'token'] if !opts[:'token'].nil?
|
386
|
-
query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
|
387
358
|
|
388
359
|
# header parameters
|
389
360
|
header_params = {}
|
@@ -392,7 +363,6 @@ module ESI
|
|
392
363
|
# HTTP header 'Content-Type'
|
393
364
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
394
365
|
header_params[:'If-None-Match'] = opts[:'if_none_match'] if !opts[:'if_none_match'].nil?
|
395
|
-
header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
|
396
366
|
|
397
367
|
# form parameters
|
398
368
|
form_params = {}
|
@@ -420,8 +390,6 @@ module ESI
|
|
420
390
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
421
391
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
422
392
|
# @option opts [String] :token Access token to use if unable to set a header
|
423
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
424
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
425
393
|
# @return [Array<GetCorporationsCorporationIdFacilities200Ok>]
|
426
394
|
def get_corporations_corporation_id_facilities(corporation_id, opts = {})
|
427
395
|
data, _status_code, _headers = get_corporations_corporation_id_facilities_with_http_info(corporation_id, opts)
|
@@ -435,8 +403,6 @@ module ESI
|
|
435
403
|
# @option opts [String] :datasource The server name you would like data from
|
436
404
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
437
405
|
# @option opts [String] :token Access token to use if unable to set a header
|
438
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
439
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
440
406
|
# @return [Array<(Array<GetCorporationsCorporationIdFacilities200Ok>, Fixnum, Hash)>] Array<GetCorporationsCorporationIdFacilities200Ok> data, response status code and response headers
|
441
407
|
def get_corporations_corporation_id_facilities_with_http_info(corporation_id, opts = {})
|
442
408
|
if @api_client.config.debugging
|
@@ -460,7 +426,6 @@ module ESI
|
|
460
426
|
query_params = {}
|
461
427
|
query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
|
462
428
|
query_params[:'token'] = opts[:'token'] if !opts[:'token'].nil?
|
463
|
-
query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
|
464
429
|
|
465
430
|
# header parameters
|
466
431
|
header_params = {}
|
@@ -469,7 +434,6 @@ module ESI
|
|
469
434
|
# HTTP header 'Content-Type'
|
470
435
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
471
436
|
header_params[:'If-None-Match'] = opts[:'if_none_match'] if !opts[:'if_none_match'].nil?
|
472
|
-
header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
|
473
437
|
|
474
438
|
# form parameters
|
475
439
|
form_params = {}
|
@@ -496,8 +460,6 @@ module ESI
|
|
496
460
|
# @param [Hash] opts the optional parameters
|
497
461
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
498
462
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
499
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
500
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
501
463
|
# @return [GetCorporationsCorporationIdIconsOk]
|
502
464
|
def get_corporations_corporation_id_icons(corporation_id, opts = {})
|
503
465
|
data, _status_code, _headers = get_corporations_corporation_id_icons_with_http_info(corporation_id, opts)
|
@@ -510,8 +472,6 @@ module ESI
|
|
510
472
|
# @param [Hash] opts the optional parameters
|
511
473
|
# @option opts [String] :datasource The server name you would like data from
|
512
474
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
513
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
514
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
515
475
|
# @return [Array<(GetCorporationsCorporationIdIconsOk, Fixnum, Hash)>] GetCorporationsCorporationIdIconsOk data, response status code and response headers
|
516
476
|
def get_corporations_corporation_id_icons_with_http_info(corporation_id, opts = {})
|
517
477
|
if @api_client.config.debugging
|
@@ -534,7 +494,6 @@ module ESI
|
|
534
494
|
# query parameters
|
535
495
|
query_params = {}
|
536
496
|
query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
|
537
|
-
query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
|
538
497
|
|
539
498
|
# header parameters
|
540
499
|
header_params = {}
|
@@ -543,7 +502,6 @@ module ESI
|
|
543
502
|
# HTTP header 'Content-Type'
|
544
503
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
545
504
|
header_params[:'If-None-Match'] = opts[:'if_none_match'] if !opts[:'if_none_match'].nil?
|
546
|
-
header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
|
547
505
|
|
548
506
|
# form parameters
|
549
507
|
form_params = {}
|
@@ -572,8 +530,6 @@ module ESI
|
|
572
530
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
573
531
|
# @option opts [Integer] :page Which page of results to return (default to 1)
|
574
532
|
# @option opts [String] :token Access token to use if unable to set a header
|
575
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
576
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
577
533
|
# @return [Array<GetCorporationsCorporationIdMedals200Ok>]
|
578
534
|
def get_corporations_corporation_id_medals(corporation_id, opts = {})
|
579
535
|
data, _status_code, _headers = get_corporations_corporation_id_medals_with_http_info(corporation_id, opts)
|
@@ -588,8 +544,6 @@ module ESI
|
|
588
544
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
589
545
|
# @option opts [Integer] :page Which page of results to return
|
590
546
|
# @option opts [String] :token Access token to use if unable to set a header
|
591
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
592
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
593
547
|
# @return [Array<(Array<GetCorporationsCorporationIdMedals200Ok>, Fixnum, Hash)>] Array<GetCorporationsCorporationIdMedals200Ok> data, response status code and response headers
|
594
548
|
def get_corporations_corporation_id_medals_with_http_info(corporation_id, opts = {})
|
595
549
|
if @api_client.config.debugging
|
@@ -618,7 +572,6 @@ module ESI
|
|
618
572
|
query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
|
619
573
|
query_params[:'page'] = opts[:'page'] if !opts[:'page'].nil?
|
620
574
|
query_params[:'token'] = opts[:'token'] if !opts[:'token'].nil?
|
621
|
-
query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
|
622
575
|
|
623
576
|
# header parameters
|
624
577
|
header_params = {}
|
@@ -627,7 +580,6 @@ module ESI
|
|
627
580
|
# HTTP header 'Content-Type'
|
628
581
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
629
582
|
header_params[:'If-None-Match'] = opts[:'if_none_match'] if !opts[:'if_none_match'].nil?
|
630
|
-
header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
|
631
583
|
|
632
584
|
# form parameters
|
633
585
|
form_params = {}
|
@@ -656,8 +608,6 @@ module ESI
|
|
656
608
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
657
609
|
# @option opts [Integer] :page Which page of results to return (default to 1)
|
658
610
|
# @option opts [String] :token Access token to use if unable to set a header
|
659
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
660
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
661
611
|
# @return [Array<GetCorporationsCorporationIdMedalsIssued200Ok>]
|
662
612
|
def get_corporations_corporation_id_medals_issued(corporation_id, opts = {})
|
663
613
|
data, _status_code, _headers = get_corporations_corporation_id_medals_issued_with_http_info(corporation_id, opts)
|
@@ -672,8 +622,6 @@ module ESI
|
|
672
622
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
673
623
|
# @option opts [Integer] :page Which page of results to return
|
674
624
|
# @option opts [String] :token Access token to use if unable to set a header
|
675
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
676
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
677
625
|
# @return [Array<(Array<GetCorporationsCorporationIdMedalsIssued200Ok>, Fixnum, Hash)>] Array<GetCorporationsCorporationIdMedalsIssued200Ok> data, response status code and response headers
|
678
626
|
def get_corporations_corporation_id_medals_issued_with_http_info(corporation_id, opts = {})
|
679
627
|
if @api_client.config.debugging
|
@@ -702,7 +650,6 @@ module ESI
|
|
702
650
|
query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
|
703
651
|
query_params[:'page'] = opts[:'page'] if !opts[:'page'].nil?
|
704
652
|
query_params[:'token'] = opts[:'token'] if !opts[:'token'].nil?
|
705
|
-
query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
|
706
653
|
|
707
654
|
# header parameters
|
708
655
|
header_params = {}
|
@@ -711,7 +658,6 @@ module ESI
|
|
711
658
|
# HTTP header 'Content-Type'
|
712
659
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
713
660
|
header_params[:'If-None-Match'] = opts[:'if_none_match'] if !opts[:'if_none_match'].nil?
|
714
|
-
header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
|
715
661
|
|
716
662
|
# form parameters
|
717
663
|
form_params = {}
|
@@ -739,8 +685,6 @@ module ESI
|
|
739
685
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
740
686
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
741
687
|
# @option opts [String] :token Access token to use if unable to set a header
|
742
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
743
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
744
688
|
# @return [Array<Integer>]
|
745
689
|
def get_corporations_corporation_id_members(corporation_id, opts = {})
|
746
690
|
data, _status_code, _headers = get_corporations_corporation_id_members_with_http_info(corporation_id, opts)
|
@@ -754,8 +698,6 @@ module ESI
|
|
754
698
|
# @option opts [String] :datasource The server name you would like data from
|
755
699
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
756
700
|
# @option opts [String] :token Access token to use if unable to set a header
|
757
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
758
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
759
701
|
# @return [Array<(Array<Integer>, Fixnum, Hash)>] Array<Integer> data, response status code and response headers
|
760
702
|
def get_corporations_corporation_id_members_with_http_info(corporation_id, opts = {})
|
761
703
|
if @api_client.config.debugging
|
@@ -779,7 +721,6 @@ module ESI
|
|
779
721
|
query_params = {}
|
780
722
|
query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
|
781
723
|
query_params[:'token'] = opts[:'token'] if !opts[:'token'].nil?
|
782
|
-
query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
|
783
724
|
|
784
725
|
# header parameters
|
785
726
|
header_params = {}
|
@@ -788,7 +729,6 @@ module ESI
|
|
788
729
|
# HTTP header 'Content-Type'
|
789
730
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
790
731
|
header_params[:'If-None-Match'] = opts[:'if_none_match'] if !opts[:'if_none_match'].nil?
|
791
|
-
header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
|
792
732
|
|
793
733
|
# form parameters
|
794
734
|
form_params = {}
|
@@ -816,8 +756,6 @@ module ESI
|
|
816
756
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
817
757
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
818
758
|
# @option opts [String] :token Access token to use if unable to set a header
|
819
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
820
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
821
759
|
# @return [Integer]
|
822
760
|
def get_corporations_corporation_id_members_limit(corporation_id, opts = {})
|
823
761
|
data, _status_code, _headers = get_corporations_corporation_id_members_limit_with_http_info(corporation_id, opts)
|
@@ -831,8 +769,6 @@ module ESI
|
|
831
769
|
# @option opts [String] :datasource The server name you would like data from
|
832
770
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
833
771
|
# @option opts [String] :token Access token to use if unable to set a header
|
834
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
835
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
836
772
|
# @return [Array<(Integer, Fixnum, Hash)>] Integer data, response status code and response headers
|
837
773
|
def get_corporations_corporation_id_members_limit_with_http_info(corporation_id, opts = {})
|
838
774
|
if @api_client.config.debugging
|
@@ -856,7 +792,6 @@ module ESI
|
|
856
792
|
query_params = {}
|
857
793
|
query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
|
858
794
|
query_params[:'token'] = opts[:'token'] if !opts[:'token'].nil?
|
859
|
-
query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
|
860
795
|
|
861
796
|
# header parameters
|
862
797
|
header_params = {}
|
@@ -865,7 +800,6 @@ module ESI
|
|
865
800
|
# HTTP header 'Content-Type'
|
866
801
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
867
802
|
header_params[:'If-None-Match'] = opts[:'if_none_match'] if !opts[:'if_none_match'].nil?
|
868
|
-
header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
|
869
803
|
|
870
804
|
# form parameters
|
871
805
|
form_params = {}
|
@@ -893,8 +827,6 @@ module ESI
|
|
893
827
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
894
828
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
895
829
|
# @option opts [String] :token Access token to use if unable to set a header
|
896
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
897
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
898
830
|
# @return [Array<GetCorporationsCorporationIdMembersTitles200Ok>]
|
899
831
|
def get_corporations_corporation_id_members_titles(corporation_id, opts = {})
|
900
832
|
data, _status_code, _headers = get_corporations_corporation_id_members_titles_with_http_info(corporation_id, opts)
|
@@ -908,8 +840,6 @@ module ESI
|
|
908
840
|
# @option opts [String] :datasource The server name you would like data from
|
909
841
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
910
842
|
# @option opts [String] :token Access token to use if unable to set a header
|
911
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
912
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
913
843
|
# @return [Array<(Array<GetCorporationsCorporationIdMembersTitles200Ok>, Fixnum, Hash)>] Array<GetCorporationsCorporationIdMembersTitles200Ok> data, response status code and response headers
|
914
844
|
def get_corporations_corporation_id_members_titles_with_http_info(corporation_id, opts = {})
|
915
845
|
if @api_client.config.debugging
|
@@ -933,7 +863,6 @@ module ESI
|
|
933
863
|
query_params = {}
|
934
864
|
query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
|
935
865
|
query_params[:'token'] = opts[:'token'] if !opts[:'token'].nil?
|
936
|
-
query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
|
937
866
|
|
938
867
|
# header parameters
|
939
868
|
header_params = {}
|
@@ -942,7 +871,6 @@ module ESI
|
|
942
871
|
# HTTP header 'Content-Type'
|
943
872
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
944
873
|
header_params[:'If-None-Match'] = opts[:'if_none_match'] if !opts[:'if_none_match'].nil?
|
945
|
-
header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
|
946
874
|
|
947
875
|
# form parameters
|
948
876
|
form_params = {}
|
@@ -970,8 +898,6 @@ module ESI
|
|
970
898
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
971
899
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
972
900
|
# @option opts [String] :token Access token to use if unable to set a header
|
973
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
974
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
975
901
|
# @return [Array<GetCorporationsCorporationIdMembertracking200Ok>]
|
976
902
|
def get_corporations_corporation_id_membertracking(corporation_id, opts = {})
|
977
903
|
data, _status_code, _headers = get_corporations_corporation_id_membertracking_with_http_info(corporation_id, opts)
|
@@ -985,8 +911,6 @@ module ESI
|
|
985
911
|
# @option opts [String] :datasource The server name you would like data from
|
986
912
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
987
913
|
# @option opts [String] :token Access token to use if unable to set a header
|
988
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
989
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
990
914
|
# @return [Array<(Array<GetCorporationsCorporationIdMembertracking200Ok>, Fixnum, Hash)>] Array<GetCorporationsCorporationIdMembertracking200Ok> data, response status code and response headers
|
991
915
|
def get_corporations_corporation_id_membertracking_with_http_info(corporation_id, opts = {})
|
992
916
|
if @api_client.config.debugging
|
@@ -1010,7 +934,6 @@ module ESI
|
|
1010
934
|
query_params = {}
|
1011
935
|
query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
|
1012
936
|
query_params[:'token'] = opts[:'token'] if !opts[:'token'].nil?
|
1013
|
-
query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
|
1014
937
|
|
1015
938
|
# header parameters
|
1016
939
|
header_params = {}
|
@@ -1019,7 +942,6 @@ module ESI
|
|
1019
942
|
# HTTP header 'Content-Type'
|
1020
943
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
1021
944
|
header_params[:'If-None-Match'] = opts[:'if_none_match'] if !opts[:'if_none_match'].nil?
|
1022
|
-
header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
|
1023
945
|
|
1024
946
|
# form parameters
|
1025
947
|
form_params = {}
|
@@ -1040,173 +962,6 @@ module ESI
|
|
1040
962
|
return data, status_code, headers
|
1041
963
|
end
|
1042
964
|
|
1043
|
-
# Get corporation outposts
|
1044
|
-
# Get a list of corporation outpost IDs Note: This endpoint will be removed once outposts are migrated to Citadels as talked about in this blog: https://community.eveonline.com/news/dev-blogs/the-next-steps-in-structure-transition/ --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): Director
|
1045
|
-
# @param corporation_id An EVE corporation ID
|
1046
|
-
# @param [Hash] opts the optional parameters
|
1047
|
-
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
1048
|
-
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
1049
|
-
# @option opts [Integer] :page Which page of results to return (default to 1)
|
1050
|
-
# @option opts [String] :token Access token to use if unable to set a header
|
1051
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
1052
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
1053
|
-
# @return [Array<Integer>]
|
1054
|
-
def get_corporations_corporation_id_outposts(corporation_id, opts = {})
|
1055
|
-
data, _status_code, _headers = get_corporations_corporation_id_outposts_with_http_info(corporation_id, opts)
|
1056
|
-
return data
|
1057
|
-
end
|
1058
|
-
|
1059
|
-
# Get corporation outposts
|
1060
|
-
# Get a list of corporation outpost IDs Note: This endpoint will be removed once outposts are migrated to Citadels as talked about in this blog: https://community.eveonline.com/news/dev-blogs/the-next-steps-in-structure-transition/ --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): Director
|
1061
|
-
# @param corporation_id An EVE corporation ID
|
1062
|
-
# @param [Hash] opts the optional parameters
|
1063
|
-
# @option opts [String] :datasource The server name you would like data from
|
1064
|
-
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
1065
|
-
# @option opts [Integer] :page Which page of results to return
|
1066
|
-
# @option opts [String] :token Access token to use if unable to set a header
|
1067
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
1068
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
1069
|
-
# @return [Array<(Array<Integer>, Fixnum, Hash)>] Array<Integer> data, response status code and response headers
|
1070
|
-
def get_corporations_corporation_id_outposts_with_http_info(corporation_id, opts = {})
|
1071
|
-
if @api_client.config.debugging
|
1072
|
-
@api_client.config.logger.debug "Calling API: CorporationApi.get_corporations_corporation_id_outposts ..."
|
1073
|
-
end
|
1074
|
-
# verify the required parameter 'corporation_id' is set
|
1075
|
-
if @api_client.config.client_side_validation && corporation_id.nil?
|
1076
|
-
fail ArgumentError, "Missing the required parameter 'corporation_id' when calling CorporationApi.get_corporations_corporation_id_outposts"
|
1077
|
-
end
|
1078
|
-
if @api_client.config.client_side_validation && corporation_id < 1
|
1079
|
-
fail ArgumentError, 'invalid value for "corporation_id" when calling CorporationApi.get_corporations_corporation_id_outposts, must be greater than or equal to 1.'
|
1080
|
-
end
|
1081
|
-
|
1082
|
-
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility', 'singularity'].include?(opts[:'datasource'])
|
1083
|
-
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility, singularity'
|
1084
|
-
end
|
1085
|
-
if @api_client.config.client_side_validation && !opts[:'page'].nil? && opts[:'page'] < 1
|
1086
|
-
fail ArgumentError, 'invalid value for "opts[:"page"]" when calling CorporationApi.get_corporations_corporation_id_outposts, must be greater than or equal to 1.'
|
1087
|
-
end
|
1088
|
-
|
1089
|
-
# resource path
|
1090
|
-
local_var_path = "/v1/corporations/{corporation_id}/outposts/".sub('{' + 'corporation_id' + '}', corporation_id.to_s)
|
1091
|
-
|
1092
|
-
# query parameters
|
1093
|
-
query_params = {}
|
1094
|
-
query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
|
1095
|
-
query_params[:'page'] = opts[:'page'] if !opts[:'page'].nil?
|
1096
|
-
query_params[:'token'] = opts[:'token'] if !opts[:'token'].nil?
|
1097
|
-
query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
|
1098
|
-
|
1099
|
-
# header parameters
|
1100
|
-
header_params = {}
|
1101
|
-
# HTTP header 'Accept' (if needed)
|
1102
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
1103
|
-
# HTTP header 'Content-Type'
|
1104
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
1105
|
-
header_params[:'If-None-Match'] = opts[:'if_none_match'] if !opts[:'if_none_match'].nil?
|
1106
|
-
header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
|
1107
|
-
|
1108
|
-
# form parameters
|
1109
|
-
form_params = {}
|
1110
|
-
|
1111
|
-
# http body (model)
|
1112
|
-
post_body = nil
|
1113
|
-
auth_names = ['evesso']
|
1114
|
-
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
1115
|
-
:header_params => header_params,
|
1116
|
-
:query_params => query_params,
|
1117
|
-
:form_params => form_params,
|
1118
|
-
:body => post_body,
|
1119
|
-
:auth_names => auth_names,
|
1120
|
-
:return_type => 'Array<Integer>')
|
1121
|
-
if @api_client.config.debugging
|
1122
|
-
@api_client.config.logger.debug "API called: CorporationApi#get_corporations_corporation_id_outposts\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1123
|
-
end
|
1124
|
-
return data, status_code, headers
|
1125
|
-
end
|
1126
|
-
|
1127
|
-
# Get corporation outpost details
|
1128
|
-
# Get details about a given outpost. Note: This endpoint will be removed once outposts are migrated to Citadels as talked about in this blog: https://community.eveonline.com/news/dev-blogs/the-next-steps-in-structure-transition/ --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): Director
|
1129
|
-
# @param corporation_id An EVE corporation ID
|
1130
|
-
# @param outpost_id A station (outpost) ID
|
1131
|
-
# @param [Hash] opts the optional parameters
|
1132
|
-
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
1133
|
-
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
1134
|
-
# @option opts [String] :token Access token to use if unable to set a header
|
1135
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
1136
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
1137
|
-
# @return [GetCorporationsCorporationIdOutpostsOutpostIdOk]
|
1138
|
-
def get_corporations_corporation_id_outposts_outpost_id(corporation_id, outpost_id, opts = {})
|
1139
|
-
data, _status_code, _headers = get_corporations_corporation_id_outposts_outpost_id_with_http_info(corporation_id, outpost_id, opts)
|
1140
|
-
return data
|
1141
|
-
end
|
1142
|
-
|
1143
|
-
# Get corporation outpost details
|
1144
|
-
# Get details about a given outpost. Note: This endpoint will be removed once outposts are migrated to Citadels as talked about in this blog: https://community.eveonline.com/news/dev-blogs/the-next-steps-in-structure-transition/ --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): Director
|
1145
|
-
# @param corporation_id An EVE corporation ID
|
1146
|
-
# @param outpost_id A station (outpost) ID
|
1147
|
-
# @param [Hash] opts the optional parameters
|
1148
|
-
# @option opts [String] :datasource The server name you would like data from
|
1149
|
-
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
1150
|
-
# @option opts [String] :token Access token to use if unable to set a header
|
1151
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
1152
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
1153
|
-
# @return [Array<(GetCorporationsCorporationIdOutpostsOutpostIdOk, Fixnum, Hash)>] GetCorporationsCorporationIdOutpostsOutpostIdOk data, response status code and response headers
|
1154
|
-
def get_corporations_corporation_id_outposts_outpost_id_with_http_info(corporation_id, outpost_id, opts = {})
|
1155
|
-
if @api_client.config.debugging
|
1156
|
-
@api_client.config.logger.debug "Calling API: CorporationApi.get_corporations_corporation_id_outposts_outpost_id ..."
|
1157
|
-
end
|
1158
|
-
# verify the required parameter 'corporation_id' is set
|
1159
|
-
if @api_client.config.client_side_validation && corporation_id.nil?
|
1160
|
-
fail ArgumentError, "Missing the required parameter 'corporation_id' when calling CorporationApi.get_corporations_corporation_id_outposts_outpost_id"
|
1161
|
-
end
|
1162
|
-
if @api_client.config.client_side_validation && corporation_id < 1
|
1163
|
-
fail ArgumentError, 'invalid value for "corporation_id" when calling CorporationApi.get_corporations_corporation_id_outposts_outpost_id, must be greater than or equal to 1.'
|
1164
|
-
end
|
1165
|
-
|
1166
|
-
# verify the required parameter 'outpost_id' is set
|
1167
|
-
if @api_client.config.client_side_validation && outpost_id.nil?
|
1168
|
-
fail ArgumentError, "Missing the required parameter 'outpost_id' when calling CorporationApi.get_corporations_corporation_id_outposts_outpost_id"
|
1169
|
-
end
|
1170
|
-
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility', 'singularity'].include?(opts[:'datasource'])
|
1171
|
-
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility, singularity'
|
1172
|
-
end
|
1173
|
-
# resource path
|
1174
|
-
local_var_path = "/v1/corporations/{corporation_id}/outposts/{outpost_id}/".sub('{' + 'corporation_id' + '}', corporation_id.to_s).sub('{' + 'outpost_id' + '}', outpost_id.to_s)
|
1175
|
-
|
1176
|
-
# query parameters
|
1177
|
-
query_params = {}
|
1178
|
-
query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
|
1179
|
-
query_params[:'token'] = opts[:'token'] if !opts[:'token'].nil?
|
1180
|
-
query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
|
1181
|
-
|
1182
|
-
# header parameters
|
1183
|
-
header_params = {}
|
1184
|
-
# HTTP header 'Accept' (if needed)
|
1185
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
1186
|
-
# HTTP header 'Content-Type'
|
1187
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
1188
|
-
header_params[:'If-None-Match'] = opts[:'if_none_match'] if !opts[:'if_none_match'].nil?
|
1189
|
-
header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
|
1190
|
-
|
1191
|
-
# form parameters
|
1192
|
-
form_params = {}
|
1193
|
-
|
1194
|
-
# http body (model)
|
1195
|
-
post_body = nil
|
1196
|
-
auth_names = ['evesso']
|
1197
|
-
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
1198
|
-
:header_params => header_params,
|
1199
|
-
:query_params => query_params,
|
1200
|
-
:form_params => form_params,
|
1201
|
-
:body => post_body,
|
1202
|
-
:auth_names => auth_names,
|
1203
|
-
:return_type => 'GetCorporationsCorporationIdOutpostsOutpostIdOk')
|
1204
|
-
if @api_client.config.debugging
|
1205
|
-
@api_client.config.logger.debug "API called: CorporationApi#get_corporations_corporation_id_outposts_outpost_id\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1206
|
-
end
|
1207
|
-
return data, status_code, headers
|
1208
|
-
end
|
1209
|
-
|
1210
965
|
# Get corporation member roles
|
1211
966
|
# Return the roles of all members if the character has the personnel manager role or any grantable role. --- This route is cached for up to 3600 seconds
|
1212
967
|
# @param corporation_id An EVE corporation ID
|
@@ -1214,8 +969,6 @@ module ESI
|
|
1214
969
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
1215
970
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
1216
971
|
# @option opts [String] :token Access token to use if unable to set a header
|
1217
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
1218
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
1219
972
|
# @return [Array<GetCorporationsCorporationIdRoles200Ok>]
|
1220
973
|
def get_corporations_corporation_id_roles(corporation_id, opts = {})
|
1221
974
|
data, _status_code, _headers = get_corporations_corporation_id_roles_with_http_info(corporation_id, opts)
|
@@ -1229,8 +982,6 @@ module ESI
|
|
1229
982
|
# @option opts [String] :datasource The server name you would like data from
|
1230
983
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
1231
984
|
# @option opts [String] :token Access token to use if unable to set a header
|
1232
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
1233
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
1234
985
|
# @return [Array<(Array<GetCorporationsCorporationIdRoles200Ok>, Fixnum, Hash)>] Array<GetCorporationsCorporationIdRoles200Ok> data, response status code and response headers
|
1235
986
|
def get_corporations_corporation_id_roles_with_http_info(corporation_id, opts = {})
|
1236
987
|
if @api_client.config.debugging
|
@@ -1254,7 +1005,6 @@ module ESI
|
|
1254
1005
|
query_params = {}
|
1255
1006
|
query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
|
1256
1007
|
query_params[:'token'] = opts[:'token'] if !opts[:'token'].nil?
|
1257
|
-
query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
|
1258
1008
|
|
1259
1009
|
# header parameters
|
1260
1010
|
header_params = {}
|
@@ -1263,7 +1013,6 @@ module ESI
|
|
1263
1013
|
# HTTP header 'Content-Type'
|
1264
1014
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
1265
1015
|
header_params[:'If-None-Match'] = opts[:'if_none_match'] if !opts[:'if_none_match'].nil?
|
1266
|
-
header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
|
1267
1016
|
|
1268
1017
|
# form parameters
|
1269
1018
|
form_params = {}
|
@@ -1292,8 +1041,6 @@ module ESI
|
|
1292
1041
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
1293
1042
|
# @option opts [Integer] :page Which page of results to return (default to 1)
|
1294
1043
|
# @option opts [String] :token Access token to use if unable to set a header
|
1295
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
1296
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
1297
1044
|
# @return [Array<GetCorporationsCorporationIdRolesHistory200Ok>]
|
1298
1045
|
def get_corporations_corporation_id_roles_history(corporation_id, opts = {})
|
1299
1046
|
data, _status_code, _headers = get_corporations_corporation_id_roles_history_with_http_info(corporation_id, opts)
|
@@ -1308,8 +1055,6 @@ module ESI
|
|
1308
1055
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
1309
1056
|
# @option opts [Integer] :page Which page of results to return
|
1310
1057
|
# @option opts [String] :token Access token to use if unable to set a header
|
1311
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
1312
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
1313
1058
|
# @return [Array<(Array<GetCorporationsCorporationIdRolesHistory200Ok>, Fixnum, Hash)>] Array<GetCorporationsCorporationIdRolesHistory200Ok> data, response status code and response headers
|
1314
1059
|
def get_corporations_corporation_id_roles_history_with_http_info(corporation_id, opts = {})
|
1315
1060
|
if @api_client.config.debugging
|
@@ -1338,7 +1083,6 @@ module ESI
|
|
1338
1083
|
query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
|
1339
1084
|
query_params[:'page'] = opts[:'page'] if !opts[:'page'].nil?
|
1340
1085
|
query_params[:'token'] = opts[:'token'] if !opts[:'token'].nil?
|
1341
|
-
query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
|
1342
1086
|
|
1343
1087
|
# header parameters
|
1344
1088
|
header_params = {}
|
@@ -1347,7 +1091,6 @@ module ESI
|
|
1347
1091
|
# HTTP header 'Content-Type'
|
1348
1092
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
1349
1093
|
header_params[:'If-None-Match'] = opts[:'if_none_match'] if !opts[:'if_none_match'].nil?
|
1350
|
-
header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
|
1351
1094
|
|
1352
1095
|
# form parameters
|
1353
1096
|
form_params = {}
|
@@ -1376,8 +1119,6 @@ module ESI
|
|
1376
1119
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
1377
1120
|
# @option opts [Integer] :page Which page of results to return (default to 1)
|
1378
1121
|
# @option opts [String] :token Access token to use if unable to set a header
|
1379
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
1380
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
1381
1122
|
# @return [Array<GetCorporationsCorporationIdShareholders200Ok>]
|
1382
1123
|
def get_corporations_corporation_id_shareholders(corporation_id, opts = {})
|
1383
1124
|
data, _status_code, _headers = get_corporations_corporation_id_shareholders_with_http_info(corporation_id, opts)
|
@@ -1392,8 +1133,6 @@ module ESI
|
|
1392
1133
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
1393
1134
|
# @option opts [Integer] :page Which page of results to return
|
1394
1135
|
# @option opts [String] :token Access token to use if unable to set a header
|
1395
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
1396
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
1397
1136
|
# @return [Array<(Array<GetCorporationsCorporationIdShareholders200Ok>, Fixnum, Hash)>] Array<GetCorporationsCorporationIdShareholders200Ok> data, response status code and response headers
|
1398
1137
|
def get_corporations_corporation_id_shareholders_with_http_info(corporation_id, opts = {})
|
1399
1138
|
if @api_client.config.debugging
|
@@ -1422,7 +1161,6 @@ module ESI
|
|
1422
1161
|
query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
|
1423
1162
|
query_params[:'page'] = opts[:'page'] if !opts[:'page'].nil?
|
1424
1163
|
query_params[:'token'] = opts[:'token'] if !opts[:'token'].nil?
|
1425
|
-
query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
|
1426
1164
|
|
1427
1165
|
# header parameters
|
1428
1166
|
header_params = {}
|
@@ -1431,7 +1169,6 @@ module ESI
|
|
1431
1169
|
# HTTP header 'Content-Type'
|
1432
1170
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
1433
1171
|
header_params[:'If-None-Match'] = opts[:'if_none_match'] if !opts[:'if_none_match'].nil?
|
1434
|
-
header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
|
1435
1172
|
|
1436
1173
|
# form parameters
|
1437
1174
|
form_params = {}
|
@@ -1460,8 +1197,6 @@ module ESI
|
|
1460
1197
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
1461
1198
|
# @option opts [Integer] :page Which page of results to return (default to 1)
|
1462
1199
|
# @option opts [String] :token Access token to use if unable to set a header
|
1463
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
1464
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
1465
1200
|
# @return [Array<GetCorporationsCorporationIdStandings200Ok>]
|
1466
1201
|
def get_corporations_corporation_id_standings(corporation_id, opts = {})
|
1467
1202
|
data, _status_code, _headers = get_corporations_corporation_id_standings_with_http_info(corporation_id, opts)
|
@@ -1476,8 +1211,6 @@ module ESI
|
|
1476
1211
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
1477
1212
|
# @option opts [Integer] :page Which page of results to return
|
1478
1213
|
# @option opts [String] :token Access token to use if unable to set a header
|
1479
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
1480
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
1481
1214
|
# @return [Array<(Array<GetCorporationsCorporationIdStandings200Ok>, Fixnum, Hash)>] Array<GetCorporationsCorporationIdStandings200Ok> data, response status code and response headers
|
1482
1215
|
def get_corporations_corporation_id_standings_with_http_info(corporation_id, opts = {})
|
1483
1216
|
if @api_client.config.debugging
|
@@ -1506,7 +1239,6 @@ module ESI
|
|
1506
1239
|
query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
|
1507
1240
|
query_params[:'page'] = opts[:'page'] if !opts[:'page'].nil?
|
1508
1241
|
query_params[:'token'] = opts[:'token'] if !opts[:'token'].nil?
|
1509
|
-
query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
|
1510
1242
|
|
1511
1243
|
# header parameters
|
1512
1244
|
header_params = {}
|
@@ -1515,7 +1247,6 @@ module ESI
|
|
1515
1247
|
# HTTP header 'Content-Type'
|
1516
1248
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
1517
1249
|
header_params[:'If-None-Match'] = opts[:'if_none_match'] if !opts[:'if_none_match'].nil?
|
1518
|
-
header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
|
1519
1250
|
|
1520
1251
|
# form parameters
|
1521
1252
|
form_params = {}
|
@@ -1544,8 +1275,6 @@ module ESI
|
|
1544
1275
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
1545
1276
|
# @option opts [Integer] :page Which page of results to return (default to 1)
|
1546
1277
|
# @option opts [String] :token Access token to use if unable to set a header
|
1547
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
1548
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
1549
1278
|
# @return [Array<GetCorporationsCorporationIdStarbases200Ok>]
|
1550
1279
|
def get_corporations_corporation_id_starbases(corporation_id, opts = {})
|
1551
1280
|
data, _status_code, _headers = get_corporations_corporation_id_starbases_with_http_info(corporation_id, opts)
|
@@ -1560,8 +1289,6 @@ module ESI
|
|
1560
1289
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
1561
1290
|
# @option opts [Integer] :page Which page of results to return
|
1562
1291
|
# @option opts [String] :token Access token to use if unable to set a header
|
1563
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
1564
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
1565
1292
|
# @return [Array<(Array<GetCorporationsCorporationIdStarbases200Ok>, Fixnum, Hash)>] Array<GetCorporationsCorporationIdStarbases200Ok> data, response status code and response headers
|
1566
1293
|
def get_corporations_corporation_id_starbases_with_http_info(corporation_id, opts = {})
|
1567
1294
|
if @api_client.config.debugging
|
@@ -1590,7 +1317,6 @@ module ESI
|
|
1590
1317
|
query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
|
1591
1318
|
query_params[:'page'] = opts[:'page'] if !opts[:'page'].nil?
|
1592
1319
|
query_params[:'token'] = opts[:'token'] if !opts[:'token'].nil?
|
1593
|
-
query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
|
1594
1320
|
|
1595
1321
|
# header parameters
|
1596
1322
|
header_params = {}
|
@@ -1599,7 +1325,6 @@ module ESI
|
|
1599
1325
|
# HTTP header 'Content-Type'
|
1600
1326
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
1601
1327
|
header_params[:'If-None-Match'] = opts[:'if_none_match'] if !opts[:'if_none_match'].nil?
|
1602
|
-
header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
|
1603
1328
|
|
1604
1329
|
# form parameters
|
1605
1330
|
form_params = {}
|
@@ -1629,8 +1354,6 @@ module ESI
|
|
1629
1354
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
1630
1355
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
1631
1356
|
# @option opts [String] :token Access token to use if unable to set a header
|
1632
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
1633
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
1634
1357
|
# @return [GetCorporationsCorporationIdStarbasesStarbaseIdOk]
|
1635
1358
|
def get_corporations_corporation_id_starbases_starbase_id(corporation_id, starbase_id, system_id, opts = {})
|
1636
1359
|
data, _status_code, _headers = get_corporations_corporation_id_starbases_starbase_id_with_http_info(corporation_id, starbase_id, system_id, opts)
|
@@ -1646,8 +1369,6 @@ module ESI
|
|
1646
1369
|
# @option opts [String] :datasource The server name you would like data from
|
1647
1370
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
1648
1371
|
# @option opts [String] :token Access token to use if unable to set a header
|
1649
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
1650
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
1651
1372
|
# @return [Array<(GetCorporationsCorporationIdStarbasesStarbaseIdOk, Fixnum, Hash)>] GetCorporationsCorporationIdStarbasesStarbaseIdOk data, response status code and response headers
|
1652
1373
|
def get_corporations_corporation_id_starbases_starbase_id_with_http_info(corporation_id, starbase_id, system_id, opts = {})
|
1653
1374
|
if @api_client.config.debugging
|
@@ -1680,7 +1401,6 @@ module ESI
|
|
1680
1401
|
query_params[:'system_id'] = system_id
|
1681
1402
|
query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
|
1682
1403
|
query_params[:'token'] = opts[:'token'] if !opts[:'token'].nil?
|
1683
|
-
query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
|
1684
1404
|
|
1685
1405
|
# header parameters
|
1686
1406
|
header_params = {}
|
@@ -1689,7 +1409,6 @@ module ESI
|
|
1689
1409
|
# HTTP header 'Content-Type'
|
1690
1410
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
1691
1411
|
header_params[:'If-None-Match'] = opts[:'if_none_match'] if !opts[:'if_none_match'].nil?
|
1692
|
-
header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
|
1693
1412
|
|
1694
1413
|
# form parameters
|
1695
1414
|
form_params = {}
|
@@ -1714,13 +1433,12 @@ module ESI
|
|
1714
1433
|
# Get a list of corporation structures. This route's version includes the changes to structures detailed in this blog: https://www.eveonline.com/article/upwell-2.0-structures-changes-coming-on-february-13th --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): StationManager
|
1715
1434
|
# @param corporation_id An EVE corporation ID
|
1716
1435
|
# @param [Hash] opts the optional parameters
|
1436
|
+
# @option opts [String] :accept_language Language to use in the response (default to en-us)
|
1717
1437
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
1718
1438
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
1719
|
-
# @option opts [String] :language Language to use in the response (default to en-us)
|
1439
|
+
# @option opts [String] :language Language to use in the response, takes precedence over Accept-Language (default to en-us)
|
1720
1440
|
# @option opts [Integer] :page Which page of results to return (default to 1)
|
1721
1441
|
# @option opts [String] :token Access token to use if unable to set a header
|
1722
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
1723
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
1724
1442
|
# @return [Array<GetCorporationsCorporationIdStructures200Ok>]
|
1725
1443
|
def get_corporations_corporation_id_structures(corporation_id, opts = {})
|
1726
1444
|
data, _status_code, _headers = get_corporations_corporation_id_structures_with_http_info(corporation_id, opts)
|
@@ -1731,13 +1449,12 @@ module ESI
|
|
1731
1449
|
# Get a list of corporation structures. This route's version includes the changes to structures detailed in this blog: https://www.eveonline.com/article/upwell-2.0-structures-changes-coming-on-february-13th --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): StationManager
|
1732
1450
|
# @param corporation_id An EVE corporation ID
|
1733
1451
|
# @param [Hash] opts the optional parameters
|
1452
|
+
# @option opts [String] :accept_language Language to use in the response
|
1734
1453
|
# @option opts [String] :datasource The server name you would like data from
|
1735
1454
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
1736
|
-
# @option opts [String] :language Language to use in the response
|
1455
|
+
# @option opts [String] :language Language to use in the response, takes precedence over Accept-Language
|
1737
1456
|
# @option opts [Integer] :page Which page of results to return
|
1738
1457
|
# @option opts [String] :token Access token to use if unable to set a header
|
1739
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
1740
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
1741
1458
|
# @return [Array<(Array<GetCorporationsCorporationIdStructures200Ok>, Fixnum, Hash)>] Array<GetCorporationsCorporationIdStructures200Ok> data, response status code and response headers
|
1742
1459
|
def get_corporations_corporation_id_structures_with_http_info(corporation_id, opts = {})
|
1743
1460
|
if @api_client.config.debugging
|
@@ -1751,6 +1468,9 @@ module ESI
|
|
1751
1468
|
fail ArgumentError, 'invalid value for "corporation_id" when calling CorporationApi.get_corporations_corporation_id_structures, must be greater than or equal to 1.'
|
1752
1469
|
end
|
1753
1470
|
|
1471
|
+
if @api_client.config.client_side_validation && opts[:'accept_language'] && !['de', 'en-us', 'fr', 'ja', 'ru', 'zh'].include?(opts[:'accept_language'])
|
1472
|
+
fail ArgumentError, 'invalid value for "accept_language", must be one of de, en-us, fr, ja, ru, zh'
|
1473
|
+
end
|
1754
1474
|
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility', 'singularity'].include?(opts[:'datasource'])
|
1755
1475
|
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility, singularity'
|
1756
1476
|
end
|
@@ -1770,7 +1490,6 @@ module ESI
|
|
1770
1490
|
query_params[:'language'] = opts[:'language'] if !opts[:'language'].nil?
|
1771
1491
|
query_params[:'page'] = opts[:'page'] if !opts[:'page'].nil?
|
1772
1492
|
query_params[:'token'] = opts[:'token'] if !opts[:'token'].nil?
|
1773
|
-
query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
|
1774
1493
|
|
1775
1494
|
# header parameters
|
1776
1495
|
header_params = {}
|
@@ -1778,8 +1497,8 @@ module ESI
|
|
1778
1497
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
1779
1498
|
# HTTP header 'Content-Type'
|
1780
1499
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
1500
|
+
header_params[:'Accept-Language'] = opts[:'accept_language'] if !opts[:'accept_language'].nil?
|
1781
1501
|
header_params[:'If-None-Match'] = opts[:'if_none_match'] if !opts[:'if_none_match'].nil?
|
1782
|
-
header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
|
1783
1502
|
|
1784
1503
|
# form parameters
|
1785
1504
|
form_params = {}
|
@@ -1807,8 +1526,6 @@ module ESI
|
|
1807
1526
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
1808
1527
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
1809
1528
|
# @option opts [String] :token Access token to use if unable to set a header
|
1810
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
1811
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
1812
1529
|
# @return [Array<GetCorporationsCorporationIdTitles200Ok>]
|
1813
1530
|
def get_corporations_corporation_id_titles(corporation_id, opts = {})
|
1814
1531
|
data, _status_code, _headers = get_corporations_corporation_id_titles_with_http_info(corporation_id, opts)
|
@@ -1822,8 +1539,6 @@ module ESI
|
|
1822
1539
|
# @option opts [String] :datasource The server name you would like data from
|
1823
1540
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
1824
1541
|
# @option opts [String] :token Access token to use if unable to set a header
|
1825
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
1826
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
1827
1542
|
# @return [Array<(Array<GetCorporationsCorporationIdTitles200Ok>, Fixnum, Hash)>] Array<GetCorporationsCorporationIdTitles200Ok> data, response status code and response headers
|
1828
1543
|
def get_corporations_corporation_id_titles_with_http_info(corporation_id, opts = {})
|
1829
1544
|
if @api_client.config.debugging
|
@@ -1847,7 +1562,6 @@ module ESI
|
|
1847
1562
|
query_params = {}
|
1848
1563
|
query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
|
1849
1564
|
query_params[:'token'] = opts[:'token'] if !opts[:'token'].nil?
|
1850
|
-
query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
|
1851
1565
|
|
1852
1566
|
# header parameters
|
1853
1567
|
header_params = {}
|
@@ -1856,7 +1570,6 @@ module ESI
|
|
1856
1570
|
# HTTP header 'Content-Type'
|
1857
1571
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
1858
1572
|
header_params[:'If-None-Match'] = opts[:'if_none_match'] if !opts[:'if_none_match'].nil?
|
1859
|
-
header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
|
1860
1573
|
|
1861
1574
|
# form parameters
|
1862
1575
|
form_params = {}
|
@@ -1877,92 +1590,11 @@ module ESI
|
|
1877
1590
|
return data, status_code, headers
|
1878
1591
|
end
|
1879
1592
|
|
1880
|
-
# Get corporation names
|
1881
|
-
# Resolve a set of corporation IDs to corporation names --- This route is cached for up to 3600 seconds
|
1882
|
-
# @param corporation_ids A comma separated list of corporation IDs
|
1883
|
-
# @param [Hash] opts the optional parameters
|
1884
|
-
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
1885
|
-
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
1886
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
1887
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
1888
|
-
# @return [Array<GetCorporationsNames200Ok>]
|
1889
|
-
def get_corporations_names(corporation_ids, opts = {})
|
1890
|
-
data, _status_code, _headers = get_corporations_names_with_http_info(corporation_ids, opts)
|
1891
|
-
return data
|
1892
|
-
end
|
1893
|
-
|
1894
|
-
# Get corporation names
|
1895
|
-
# Resolve a set of corporation IDs to corporation names --- This route is cached for up to 3600 seconds
|
1896
|
-
# @param corporation_ids A comma separated list of corporation IDs
|
1897
|
-
# @param [Hash] opts the optional parameters
|
1898
|
-
# @option opts [String] :datasource The server name you would like data from
|
1899
|
-
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
1900
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
1901
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
1902
|
-
# @return [Array<(Array<GetCorporationsNames200Ok>, Fixnum, Hash)>] Array<GetCorporationsNames200Ok> data, response status code and response headers
|
1903
|
-
def get_corporations_names_with_http_info(corporation_ids, opts = {})
|
1904
|
-
if @api_client.config.debugging
|
1905
|
-
@api_client.config.logger.debug "Calling API: CorporationApi.get_corporations_names ..."
|
1906
|
-
end
|
1907
|
-
# verify the required parameter 'corporation_ids' is set
|
1908
|
-
if @api_client.config.client_side_validation && corporation_ids.nil?
|
1909
|
-
fail ArgumentError, "Missing the required parameter 'corporation_ids' when calling CorporationApi.get_corporations_names"
|
1910
|
-
end
|
1911
|
-
if @api_client.config.client_side_validation && corporation_ids.length > 100
|
1912
|
-
fail ArgumentError, 'invalid value for "corporation_ids" when calling CorporationApi.get_corporations_names, number of items must be less than or equal to 100.'
|
1913
|
-
end
|
1914
|
-
|
1915
|
-
if @api_client.config.client_side_validation && corporation_ids.length < 1
|
1916
|
-
fail ArgumentError, 'invalid value for "corporation_ids" when calling CorporationApi.get_corporations_names, number of items must be greater than or equal to 1.'
|
1917
|
-
end
|
1918
|
-
|
1919
|
-
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility', 'singularity'].include?(opts[:'datasource'])
|
1920
|
-
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility, singularity'
|
1921
|
-
end
|
1922
|
-
# resource path
|
1923
|
-
local_var_path = "/v2/corporations/names/"
|
1924
|
-
|
1925
|
-
# query parameters
|
1926
|
-
query_params = {}
|
1927
|
-
query_params[:'corporation_ids'] = @api_client.build_collection_param(corporation_ids, :csv)
|
1928
|
-
query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
|
1929
|
-
query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
|
1930
|
-
|
1931
|
-
# header parameters
|
1932
|
-
header_params = {}
|
1933
|
-
# HTTP header 'Accept' (if needed)
|
1934
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
1935
|
-
# HTTP header 'Content-Type'
|
1936
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
1937
|
-
header_params[:'If-None-Match'] = opts[:'if_none_match'] if !opts[:'if_none_match'].nil?
|
1938
|
-
header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
|
1939
|
-
|
1940
|
-
# form parameters
|
1941
|
-
form_params = {}
|
1942
|
-
|
1943
|
-
# http body (model)
|
1944
|
-
post_body = nil
|
1945
|
-
auth_names = []
|
1946
|
-
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
1947
|
-
:header_params => header_params,
|
1948
|
-
:query_params => query_params,
|
1949
|
-
:form_params => form_params,
|
1950
|
-
:body => post_body,
|
1951
|
-
:auth_names => auth_names,
|
1952
|
-
:return_type => 'Array<GetCorporationsNames200Ok>')
|
1953
|
-
if @api_client.config.debugging
|
1954
|
-
@api_client.config.logger.debug "API called: CorporationApi#get_corporations_names\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1955
|
-
end
|
1956
|
-
return data, status_code, headers
|
1957
|
-
end
|
1958
|
-
|
1959
1593
|
# Get npc corporations
|
1960
1594
|
# Get a list of npc corporations --- This route expires daily at 11:05
|
1961
1595
|
# @param [Hash] opts the optional parameters
|
1962
1596
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
1963
1597
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
1964
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
1965
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
1966
1598
|
# @return [Array<Integer>]
|
1967
1599
|
def get_corporations_npccorps(opts = {})
|
1968
1600
|
data, _status_code, _headers = get_corporations_npccorps_with_http_info(opts)
|
@@ -1974,8 +1606,6 @@ module ESI
|
|
1974
1606
|
# @param [Hash] opts the optional parameters
|
1975
1607
|
# @option opts [String] :datasource The server name you would like data from
|
1976
1608
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
1977
|
-
# @option opts [String] :user_agent Client identifier, takes precedence over headers
|
1978
|
-
# @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
|
1979
1609
|
# @return [Array<(Array<Integer>, Fixnum, Hash)>] Array<Integer> data, response status code and response headers
|
1980
1610
|
def get_corporations_npccorps_with_http_info(opts = {})
|
1981
1611
|
if @api_client.config.debugging
|
@@ -1990,7 +1620,6 @@ module ESI
|
|
1990
1620
|
# query parameters
|
1991
1621
|
query_params = {}
|
1992
1622
|
query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
|
1993
|
-
query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
|
1994
1623
|
|
1995
1624
|
# header parameters
|
1996
1625
|
header_params = {}
|
@@ -1999,7 +1628,6 @@ module ESI
|
|
1999
1628
|
# HTTP header 'Content-Type'
|
2000
1629
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
2001
1630
|
header_params[:'If-None-Match'] = opts[:'if_none_match'] if !opts[:'if_none_match'].nil?
|
2002
|
-
header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
|
2003
1631
|
|
2004
1632
|
# form parameters
|
2005
1633
|
form_params = {}
|