ruby-esi 0.2.0 → 0.3.0
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 +223 -212
- data/docs/AllianceApi.md +17 -17
- data/docs/AssetsApi.md +31 -31
- data/docs/BookmarksApi.md +25 -25
- data/docs/CalendarApi.md +22 -22
- data/docs/CharacterApi.md +73 -73
- data/docs/ClonesApi.md +11 -11
- data/docs/ContactsApi.md +46 -46
- data/docs/ContractsApi.md +202 -34
- data/docs/CorporationApi.md +118 -118
- data/docs/DogmaApi.md +21 -21
- data/docs/FactionWarfareApi.md +35 -35
- data/docs/FittingsApi.md +14 -14
- data/docs/FleetsApi.md +65 -65
- data/docs/GetCharactersCharacterIdBlueprints200Ok.md +1 -1
- data/docs/GetCharactersCharacterIdContractsContractIdItems200Ok.md +1 -1
- data/docs/GetCharactersCharacterIdFittingsItem.md +1 -1
- data/docs/GetCharactersCharacterIdMailLabelsLabel.md +1 -1
- data/docs/GetCharactersCharacterIdOk.md +1 -0
- data/docs/GetCharactersCharacterIdSkillqueue200Ok.md +1 -1
- data/docs/GetCharactersCharacterIdWalletJournal200Ok.md +1 -1
- data/docs/GetContractsPublicBidsContractId200Ok.md +10 -0
- data/docs/GetContractsPublicBidsContractIdForbidden.md +8 -0
- data/docs/GetContractsPublicBidsContractIdNotFound.md +8 -0
- data/docs/GetContractsPublicItemsContractId200Ok.md +16 -0
- data/docs/GetContractsPublicItemsContractIdForbidden.md +8 -0
- data/docs/GetContractsPublicItemsContractIdNotFound.md +8 -0
- data/docs/GetContractsPublicRegionId200Ok.md +23 -0
- data/docs/GetContractsPublicRegionIdNotFound.md +8 -0
- data/docs/GetCorporationsCorporationIdBlueprints200Ok.md +1 -1
- data/docs/GetCorporationsCorporationIdContractsContractIdItems200Ok.md +1 -1
- data/docs/GetCorporationsCorporationIdOk.md +1 -0
- data/docs/GetCorporationsCorporationIdStructures200Ok.md +5 -5
- data/docs/GetCorporationsCorporationIdWalletsDivisionJournal200Ok.md +1 -1
- data/docs/GetFwLeaderboardsCharactersKills.md +1 -1
- data/docs/GetFwLeaderboardsCharactersVictoryPoints.md +1 -1
- data/docs/GetFwLeaderboardsCorporationsKills.md +1 -1
- data/docs/GetFwLeaderboardsCorporationsVictoryPoints.md +1 -1
- data/docs/GetFwLeaderboardsKills.md +1 -1
- data/docs/GetFwLeaderboardsVictoryPoints.md +1 -1
- data/docs/IncursionsApi.md +5 -5
- data/docs/IndustryApi.md +48 -48
- data/docs/InsuranceApi.md +7 -7
- data/docs/KillmailsApi.md +18 -18
- data/docs/LocationApi.md +16 -16
- data/docs/LoyaltyApi.md +10 -10
- data/docs/MailApi.md +41 -41
- data/docs/MarketApi.md +60 -60
- data/docs/OpportunitiesApi.md +24 -24
- data/docs/PlanetaryInteractionApi.md +21 -21
- data/docs/PostCharactersCharacterIdFittingsItem.md +1 -1
- data/docs/PostCharactersCharacterIdMailLabelsLabel.md +1 -1
- data/docs/RoutesApi.md +6 -6
- data/docs/SearchApi.md +18 -18
- data/docs/SkillsApi.md +16 -16
- data/docs/SovereigntyApi.md +13 -13
- data/docs/StatusApi.md +5 -5
- data/docs/UniverseApi.md +148 -146
- data/docs/UserInterfaceApi.md +21 -21
- data/docs/WalletApi.md +33 -33
- data/docs/WarsApi.md +16 -16
- data/lib/ruby-esi.rb +10 -2
- data/lib/ruby-esi/api/alliance_api.rb +31 -35
- data/lib/ruby-esi/api/assets_api.rb +47 -53
- data/lib/ruby-esi/api/bookmarks_api.rb +31 -35
- data/lib/ruby-esi/api/calendar_api.rb +33 -37
- data/lib/ruby-esi/api/character_api.rb +110 -125
- data/lib/ruby-esi/api/clones_api.rb +17 -19
- data/lib/ruby-esi/api/contacts_api.rb +66 -75
- data/lib/ruby-esi/api/contracts_api.rb +254 -50
- data/lib/ruby-esi/api/corporation_api.rb +161 -183
- data/lib/ruby-esi/api/dogma_api.rb +38 -43
- data/lib/ruby-esi/api/faction_warfare_api.rb +59 -67
- data/lib/ruby-esi/api/fittings_api.rb +24 -27
- data/lib/ruby-esi/api/fleets_api.rb +109 -123
- data/lib/ruby-esi/api/incursions_api.rb +10 -11
- data/lib/ruby-esi/api/industry_api.rb +63 -71
- data/lib/ruby-esi/api/insurance_api.rb +14 -15
- data/lib/ruby-esi/api/killmails_api.rb +24 -27
- data/lib/ruby-esi/api/location_api.rb +24 -27
- data/lib/ruby-esi/api/loyalty_api.rb +17 -19
- data/lib/ruby-esi/api/mail_api.rb +66 -75
- data/lib/ruby-esi/api/market_api.rb +86 -97
- data/lib/ruby-esi/api/opportunities_api.rb +42 -47
- data/lib/ruby-esi/api/planetary_interaction_api.rb +31 -35
- data/lib/ruby-esi/api/routes_api.rb +10 -11
- data/lib/ruby-esi/api/search_api.rb +25 -27
- data/lib/ruby-esi/api/skills_api.rb +24 -27
- data/lib/ruby-esi/api/sovereignty_api.rb +24 -27
- data/lib/ruby-esi/api/status_api.rb +10 -11
- data/lib/ruby-esi/api/universe_api.rb +265 -289
- data/lib/ruby-esi/api/user_interface_api.rb +38 -43
- data/lib/ruby-esi/api/wallet_api.rb +45 -51
- data/lib/ruby-esi/api/wars_api.rb +26 -29
- data/lib/ruby-esi/api_client.rb +12 -10
- data/lib/ruby-esi/api_error.rb +2 -2
- data/lib/ruby-esi/configuration.rb +4 -4
- data/lib/ruby-esi/models/bad_request.rb +9 -12
- data/lib/ruby-esi/models/delete_characters_character_id_mail_labels_label_id_unprocessable_entity.rb +8 -11
- data/lib/ruby-esi/models/delete_fleets_fleet_id_members_member_id_not_found.rb +8 -11
- data/lib/ruby-esi/models/delete_fleets_fleet_id_squads_squad_id_not_found.rb +8 -11
- data/lib/ruby-esi/models/delete_fleets_fleet_id_wings_wing_id_not_found.rb +8 -11
- data/lib/ruby-esi/models/error_limited.rb +9 -12
- data/lib/ruby-esi/models/forbidden.rb +9 -12
- data/lib/ruby-esi/models/gateway_timeout.rb +9 -12
- data/lib/ruby-esi/models/get_alliances_alliance_id_contacts_200_ok.rb +14 -16
- data/lib/ruby-esi/models/get_alliances_alliance_id_contacts_labels_200_ok.rb +10 -13
- data/lib/ruby-esi/models/get_alliances_alliance_id_icons_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_alliances_alliance_id_icons_ok.rb +8 -11
- data/lib/ruby-esi/models/get_alliances_alliance_id_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_alliances_alliance_id_ok.rb +13 -16
- data/lib/ruby-esi/models/get_characters_character_id_agents_research_200_ok.rb +13 -16
- data/lib/ruby-esi/models/get_characters_character_id_assets_200_ok.rb +21 -23
- data/lib/ruby-esi/models/get_characters_character_id_attributes_ok.rb +13 -16
- data/lib/ruby-esi/models/get_characters_character_id_blueprints_200_ok.rb +36 -38
- data/lib/ruby-esi/models/get_characters_character_id_bookmarks_200_ok.rb +14 -17
- data/lib/ruby-esi/models/get_characters_character_id_bookmarks_coordinates.rb +11 -14
- data/lib/ruby-esi/models/get_characters_character_id_bookmarks_folders_200_ok.rb +10 -13
- data/lib/ruby-esi/models/get_characters_character_id_bookmarks_item.rb +10 -13
- data/lib/ruby-esi/models/get_characters_character_id_calendar_200_ok.rb +11 -13
- data/lib/ruby-esi/models/get_characters_character_id_calendar_event_id_attendees_200_ok.rb +11 -13
- data/lib/ruby-esi/models/get_characters_character_id_calendar_event_id_attendees_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_characters_character_id_calendar_event_id_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_characters_character_id_calendar_event_id_ok.rb +21 -23
- data/lib/ruby-esi/models/get_characters_character_id_clones_home_location.rb +11 -13
- data/lib/ruby-esi/models/get_characters_character_id_clones_jump_clone.rb +15 -17
- data/lib/ruby-esi/models/get_characters_character_id_clones_ok.rb +9 -12
- data/lib/ruby-esi/models/get_characters_character_id_contacts_200_ok.rb +14 -16
- data/lib/ruby-esi/models/get_characters_character_id_contacts_labels_200_ok.rb +10 -13
- data/lib/ruby-esi/models/get_characters_character_id_contracts_200_ok.rb +28 -30
- data/lib/ruby-esi/models/get_characters_character_id_contracts_contract_id_bids_200_ok.rb +12 -15
- data/lib/ruby-esi/models/get_characters_character_id_contracts_contract_id_bids_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_characters_character_id_contracts_contract_id_items_200_ok.rb +14 -17
- data/lib/ruby-esi/models/get_characters_character_id_contracts_contract_id_items_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_characters_character_id_corporationhistory_200_ok.rb +11 -14
- data/lib/ruby-esi/models/get_characters_character_id_fatigue_ok.rb +8 -11
- data/lib/ruby-esi/models/get_characters_character_id_fittings_200_ok.rb +13 -16
- data/lib/ruby-esi/models/get_characters_character_id_fittings_item.rb +46 -15
- data/lib/ruby-esi/models/get_characters_character_id_fleet_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_characters_character_id_fleet_ok.rb +15 -17
- data/lib/ruby-esi/models/get_characters_character_id_fw_stats_kills.rb +11 -14
- data/lib/ruby-esi/models/get_characters_character_id_fw_stats_ok.rb +18 -23
- data/lib/ruby-esi/models/get_characters_character_id_fw_stats_victory_points.rb +11 -14
- data/lib/ruby-esi/models/get_characters_character_id_industry_jobs_200_ok.rb +25 -27
- data/lib/ruby-esi/models/get_characters_character_id_killmails_recent_200_ok.rb +10 -13
- data/lib/ruby-esi/models/get_characters_character_id_location_ok.rb +9 -12
- data/lib/ruby-esi/models/get_characters_character_id_loyalty_points_200_ok.rb +10 -13
- data/lib/ruby-esi/models/get_characters_character_id_mail_200_ok.rb +8 -11
- data/lib/ruby-esi/models/get_characters_character_id_mail_labels_label.rb +18 -23
- data/lib/ruby-esi/models/get_characters_character_id_mail_labels_ok.rb +10 -14
- data/lib/ruby-esi/models/get_characters_character_id_mail_lists_200_ok.rb +10 -13
- data/lib/ruby-esi/models/get_characters_character_id_mail_mail_id_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_characters_character_id_mail_mail_id_ok.rb +8 -11
- data/lib/ruby-esi/models/get_characters_character_id_mail_mail_id_recipient.rb +13 -15
- data/lib/ruby-esi/models/get_characters_character_id_mail_recipient.rb +13 -15
- data/lib/ruby-esi/models/get_characters_character_id_medals_200_ok.rb +20 -22
- data/lib/ruby-esi/models/get_characters_character_id_medals_graphic.rb +11 -14
- data/lib/ruby-esi/models/get_characters_character_id_mining_200_ok.rb +12 -15
- data/lib/ruby-esi/models/get_characters_character_id_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_characters_character_id_notifications_200_ok.rb +19 -21
- data/lib/ruby-esi/models/get_characters_character_id_notifications_contacts_200_ok.rb +13 -16
- data/lib/ruby-esi/models/get_characters_character_id_ok.rb +34 -27
- data/lib/ruby-esi/models/get_characters_character_id_online_ok.rb +9 -12
- data/lib/ruby-esi/models/get_characters_character_id_opportunities_200_ok.rb +10 -13
- data/lib/ruby-esi/models/get_characters_character_id_orders_200_ok.rb +22 -24
- data/lib/ruby-esi/models/get_characters_character_id_orders_history_200_ok.rb +26 -28
- data/lib/ruby-esi/models/get_characters_character_id_planets_200_ok.rb +26 -28
- data/lib/ruby-esi/models/get_characters_character_id_planets_planet_id_content.rb +10 -13
- data/lib/ruby-esi/models/get_characters_character_id_planets_planet_id_extractor_details.rb +9 -12
- data/lib/ruby-esi/models/get_characters_character_id_planets_planet_id_factory_details.rb +9 -12
- data/lib/ruby-esi/models/get_characters_character_id_planets_planet_id_head.rb +16 -19
- data/lib/ruby-esi/models/get_characters_character_id_planets_planet_id_link.rb +16 -19
- data/lib/ruby-esi/models/get_characters_character_id_planets_planet_id_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_characters_character_id_planets_planet_id_ok.rb +11 -14
- data/lib/ruby-esi/models/get_characters_character_id_planets_planet_id_pin.rb +12 -15
- data/lib/ruby-esi/models/get_characters_character_id_planets_planet_id_route.rb +13 -16
- data/lib/ruby-esi/models/get_characters_character_id_portrait_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_characters_character_id_portrait_ok.rb +8 -11
- data/lib/ruby-esi/models/get_characters_character_id_roles_ok.rb +8 -10
- data/lib/ruby-esi/models/get_characters_character_id_search_ok.rb +8 -11
- data/lib/ruby-esi/models/get_characters_character_id_ship_ok.rb +11 -14
- data/lib/ruby-esi/models/get_characters_character_id_skillqueue_200_ok.rb +17 -20
- data/lib/ruby-esi/models/get_characters_character_id_skills_ok.rb +10 -13
- data/lib/ruby-esi/models/get_characters_character_id_skills_skill.rb +12 -15
- data/lib/ruby-esi/models/get_characters_character_id_standings_200_ok.rb +14 -16
- data/lib/ruby-esi/models/get_characters_character_id_stats_200_ok.rb +9 -12
- data/lib/ruby-esi/models/get_characters_character_id_stats_character.rb +8 -11
- data/lib/ruby-esi/models/get_characters_character_id_stats_combat.rb +8 -11
- data/lib/ruby-esi/models/get_characters_character_id_stats_industry.rb +8 -11
- data/lib/ruby-esi/models/get_characters_character_id_stats_inventory.rb +8 -11
- data/lib/ruby-esi/models/get_characters_character_id_stats_isk.rb +8 -11
- data/lib/ruby-esi/models/get_characters_character_id_stats_market.rb +8 -11
- data/lib/ruby-esi/models/get_characters_character_id_stats_mining.rb +8 -11
- data/lib/ruby-esi/models/get_characters_character_id_stats_module.rb +8 -11
- data/lib/ruby-esi/models/get_characters_character_id_stats_orbital.rb +8 -11
- data/lib/ruby-esi/models/get_characters_character_id_stats_pve.rb +8 -11
- data/lib/ruby-esi/models/get_characters_character_id_stats_social.rb +8 -11
- data/lib/ruby-esi/models/get_characters_character_id_stats_travel.rb +8 -11
- data/lib/ruby-esi/models/get_characters_character_id_titles_200_ok.rb +8 -11
- data/lib/ruby-esi/models/get_characters_character_id_wallet_journal_200_ok.rb +19 -21
- data/lib/ruby-esi/models/get_characters_character_id_wallet_transactions_200_ok.rb +18 -21
- data/lib/ruby-esi/models/get_contracts_public_bids_contract_id_200_ok.rb +221 -0
- data/lib/ruby-esi/models/get_contracts_public_bids_contract_id_forbidden.rb +186 -0
- data/lib/ruby-esi/models/get_contracts_public_bids_contract_id_not_found.rb +186 -0
- data/lib/ruby-esi/models/get_contracts_public_items_contract_id_200_ok.rb +349 -0
- data/lib/ruby-esi/models/get_contracts_public_items_contract_id_forbidden.rb +186 -0
- data/lib/ruby-esi/models/get_contracts_public_items_contract_id_not_found.rb +186 -0
- data/lib/ruby-esi/models/get_contracts_public_region_id_200_ok.rb +400 -0
- data/lib/ruby-esi/models/get_contracts_public_region_id_not_found.rb +186 -0
- data/lib/ruby-esi/models/get_corporation_corporation_id_mining_extractions_200_ok.rb +13 -16
- data/lib/ruby-esi/models/get_corporation_corporation_id_mining_observers_200_ok.rb +14 -16
- data/lib/ruby-esi/models/get_corporation_corporation_id_mining_observers_observer_id_200_ok.rb +13 -16
- data/lib/ruby-esi/models/get_corporations_corporation_id_alliancehistory_200_ok.rb +10 -13
- data/lib/ruby-esi/models/get_corporations_corporation_id_assets_200_ok.rb +21 -23
- data/lib/ruby-esi/models/get_corporations_corporation_id_blueprints_200_ok.rb +36 -38
- data/lib/ruby-esi/models/get_corporations_corporation_id_bookmarks_200_ok.rb +14 -17
- data/lib/ruby-esi/models/get_corporations_corporation_id_bookmarks_coordinates.rb +11 -14
- data/lib/ruby-esi/models/get_corporations_corporation_id_bookmarks_folders_200_ok.rb +10 -13
- data/lib/ruby-esi/models/get_corporations_corporation_id_bookmarks_item.rb +10 -13
- data/lib/ruby-esi/models/get_corporations_corporation_id_contacts_200_ok.rb +14 -16
- data/lib/ruby-esi/models/get_corporations_corporation_id_contacts_labels_200_ok.rb +10 -13
- data/lib/ruby-esi/models/get_corporations_corporation_id_containers_logs_200_ok.rb +24 -26
- data/lib/ruby-esi/models/get_corporations_corporation_id_contracts_200_ok.rb +28 -30
- data/lib/ruby-esi/models/get_corporations_corporation_id_contracts_contract_id_bids_200_ok.rb +12 -15
- data/lib/ruby-esi/models/get_corporations_corporation_id_contracts_contract_id_bids_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_corporations_corporation_id_contracts_contract_id_items_200_ok.rb +14 -17
- data/lib/ruby-esi/models/get_corporations_corporation_id_contracts_contract_id_items_error_520.rb +8 -11
- data/lib/ruby-esi/models/get_corporations_corporation_id_contracts_contract_id_items_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_corporations_corporation_id_customs_offices_200_ok.rb +27 -29
- data/lib/ruby-esi/models/get_corporations_corporation_id_divisions_hangar_hangar.rb +14 -19
- data/lib/ruby-esi/models/get_corporations_corporation_id_divisions_ok.rb +8 -11
- data/lib/ruby-esi/models/get_corporations_corporation_id_divisions_wallet_wallet.rb +14 -19
- data/lib/ruby-esi/models/get_corporations_corporation_id_facilities_200_ok.rb +11 -14
- data/lib/ruby-esi/models/get_corporations_corporation_id_fw_stats_kills.rb +11 -14
- data/lib/ruby-esi/models/get_corporations_corporation_id_fw_stats_ok.rb +10 -13
- data/lib/ruby-esi/models/get_corporations_corporation_id_fw_stats_victory_points.rb +11 -14
- data/lib/ruby-esi/models/get_corporations_corporation_id_icons_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_corporations_corporation_id_icons_ok.rb +8 -11
- data/lib/ruby-esi/models/get_corporations_corporation_id_industry_jobs_200_ok.rb +25 -27
- data/lib/ruby-esi/models/get_corporations_corporation_id_killmails_recent_200_ok.rb +10 -13
- data/lib/ruby-esi/models/get_corporations_corporation_id_medals_200_ok.rb +19 -22
- data/lib/ruby-esi/models/get_corporations_corporation_id_medals_issued_200_ok.rb +20 -22
- data/lib/ruby-esi/models/get_corporations_corporation_id_members_titles_200_ok.rb +10 -13
- data/lib/ruby-esi/models/get_corporations_corporation_id_membertracking_200_ok.rb +9 -12
- data/lib/ruby-esi/models/get_corporations_corporation_id_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_corporations_corporation_id_ok.rb +31 -24
- data/lib/ruby-esi/models/get_corporations_corporation_id_orders_200_ok.rb +28 -30
- data/lib/ruby-esi/models/get_corporations_corporation_id_orders_history_200_ok.rb +31 -33
- data/lib/ruby-esi/models/get_corporations_corporation_id_roles_200_ok.rb +9 -11
- data/lib/ruby-esi/models/get_corporations_corporation_id_roles_history_200_ok.rb +17 -19
- data/lib/ruby-esi/models/get_corporations_corporation_id_shareholders_200_ok.rb +14 -16
- data/lib/ruby-esi/models/get_corporations_corporation_id_standings_200_ok.rb +14 -16
- data/lib/ruby-esi/models/get_corporations_corporation_id_starbases_200_ok.rb +14 -16
- data/lib/ruby-esi/models/get_corporations_corporation_id_starbases_starbase_id_fuel.rb +10 -13
- data/lib/ruby-esi/models/get_corporations_corporation_id_starbases_starbase_id_ok.rb +37 -39
- data/lib/ruby-esi/models/get_corporations_corporation_id_structures_200_ok.rb +46 -59
- data/lib/ruby-esi/models/get_corporations_corporation_id_structures_service.rb +13 -15
- data/lib/ruby-esi/models/get_corporations_corporation_id_titles_200_ok.rb +8 -10
- data/lib/ruby-esi/models/get_corporations_corporation_id_wallets_200_ok.rb +15 -18
- data/lib/ruby-esi/models/get_corporations_corporation_id_wallets_division_journal_200_ok.rb +19 -21
- data/lib/ruby-esi/models/get_corporations_corporation_id_wallets_division_transactions_200_ok.rb +17 -20
- data/lib/ruby-esi/models/get_dogma_attributes_attribute_id_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_dogma_attributes_attribute_id_ok.rb +9 -12
- data/lib/ruby-esi/models/get_dogma_dynamic_items_type_id_item_id_dogma_attribute.rb +10 -13
- data/lib/ruby-esi/models/get_dogma_dynamic_items_type_id_item_id_dogma_effect.rb +10 -13
- data/lib/ruby-esi/models/get_dogma_dynamic_items_type_id_item_id_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_dogma_dynamic_items_type_id_item_id_ok.rb +13 -16
- data/lib/ruby-esi/models/get_dogma_effects_effect_id_modifier.rb +9 -12
- data/lib/ruby-esi/models/get_dogma_effects_effect_id_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_dogma_effects_effect_id_ok.rb +9 -12
- data/lib/ruby-esi/models/get_fleets_fleet_id_members_200_ok.rb +20 -22
- data/lib/ruby-esi/models/get_fleets_fleet_id_members_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_fleets_fleet_id_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_fleets_fleet_id_ok.rb +12 -15
- data/lib/ruby-esi/models/get_fleets_fleet_id_wings_200_ok.rb +11 -14
- data/lib/ruby-esi/models/get_fleets_fleet_id_wings_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_fleets_fleet_id_wings_squad.rb +10 -13
- data/lib/ruby-esi/models/get_fw_leaderboards_active_total_active_total.rb +8 -11
- data/lib/ruby-esi/models/get_fw_leaderboards_active_total_active_total_1.rb +8 -11
- data/lib/ruby-esi/models/get_fw_leaderboards_characters_active_total_active_total.rb +8 -11
- data/lib/ruby-esi/models/get_fw_leaderboards_characters_active_total_active_total_1.rb +8 -11
- data/lib/ruby-esi/models/get_fw_leaderboards_characters_kills.rb +13 -16
- data/lib/ruby-esi/models/get_fw_leaderboards_characters_last_week_last_week.rb +8 -11
- data/lib/ruby-esi/models/get_fw_leaderboards_characters_last_week_last_week_1.rb +8 -11
- data/lib/ruby-esi/models/get_fw_leaderboards_characters_ok.rb +10 -13
- data/lib/ruby-esi/models/get_fw_leaderboards_characters_victory_points.rb +12 -15
- data/lib/ruby-esi/models/get_fw_leaderboards_characters_yesterday_yesterday.rb +8 -11
- data/lib/ruby-esi/models/get_fw_leaderboards_characters_yesterday_yesterday_1.rb +8 -11
- data/lib/ruby-esi/models/get_fw_leaderboards_corporations_active_total_active_total.rb +8 -11
- data/lib/ruby-esi/models/get_fw_leaderboards_corporations_active_total_active_total_1.rb +8 -11
- data/lib/ruby-esi/models/get_fw_leaderboards_corporations_kills.rb +13 -16
- data/lib/ruby-esi/models/get_fw_leaderboards_corporations_last_week_last_week.rb +8 -11
- data/lib/ruby-esi/models/get_fw_leaderboards_corporations_last_week_last_week_1.rb +8 -11
- data/lib/ruby-esi/models/get_fw_leaderboards_corporations_ok.rb +10 -13
- data/lib/ruby-esi/models/get_fw_leaderboards_corporations_victory_points.rb +12 -15
- data/lib/ruby-esi/models/get_fw_leaderboards_corporations_yesterday_yesterday.rb +8 -11
- data/lib/ruby-esi/models/get_fw_leaderboards_corporations_yesterday_yesterday_1.rb +8 -11
- data/lib/ruby-esi/models/get_fw_leaderboards_kills.rb +13 -16
- data/lib/ruby-esi/models/get_fw_leaderboards_last_week_last_week.rb +8 -11
- data/lib/ruby-esi/models/get_fw_leaderboards_last_week_last_week_1.rb +8 -11
- data/lib/ruby-esi/models/get_fw_leaderboards_ok.rb +10 -13
- data/lib/ruby-esi/models/get_fw_leaderboards_victory_points.rb +12 -15
- data/lib/ruby-esi/models/get_fw_leaderboards_yesterday_yesterday.rb +8 -11
- data/lib/ruby-esi/models/get_fw_leaderboards_yesterday_yesterday_1.rb +8 -11
- data/lib/ruby-esi/models/get_fw_stats_200_ok.rb +13 -16
- data/lib/ruby-esi/models/get_fw_stats_kills.rb +11 -14
- data/lib/ruby-esi/models/get_fw_stats_victory_points.rb +11 -14
- data/lib/ruby-esi/models/get_fw_systems_200_ok.rb +17 -19
- data/lib/ruby-esi/models/get_fw_wars_200_ok.rb +10 -13
- data/lib/ruby-esi/models/get_incursions_200_ok.rb +19 -21
- data/lib/ruby-esi/models/get_industry_facilities_200_ok.rb +13 -16
- data/lib/ruby-esi/models/get_industry_systems_200_ok.rb +10 -13
- data/lib/ruby-esi/models/get_industry_systems_cost_indice.rb +13 -15
- data/lib/ruby-esi/models/get_insurance_prices_200_ok.rb +10 -13
- data/lib/ruby-esi/models/get_insurance_prices_level.rb +11 -14
- data/lib/ruby-esi/models/get_killmails_killmail_id_killmail_hash_attacker.rb +11 -14
- data/lib/ruby-esi/models/get_killmails_killmail_id_killmail_hash_item.rb +11 -14
- data/lib/ruby-esi/models/get_killmails_killmail_id_killmail_hash_items_item.rb +11 -14
- data/lib/ruby-esi/models/get_killmails_killmail_id_killmail_hash_ok.rb +13 -16
- data/lib/ruby-esi/models/get_killmails_killmail_id_killmail_hash_position.rb +11 -14
- data/lib/ruby-esi/models/get_killmails_killmail_id_killmail_hash_unprocessable_entity.rb +8 -11
- data/lib/ruby-esi/models/get_killmails_killmail_id_killmail_hash_victim.rb +10 -13
- data/lib/ruby-esi/models/get_loyalty_stores_corporation_id_offers_200_ok.rb +14 -17
- data/lib/ruby-esi/models/get_loyalty_stores_corporation_id_offers_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_loyalty_stores_corporation_id_offers_required_item.rb +10 -13
- data/lib/ruby-esi/models/get_markets_groups_market_group_id_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_markets_groups_market_group_id_ok.rb +12 -15
- data/lib/ruby-esi/models/get_markets_prices_200_ok.rb +9 -12
- data/lib/ruby-esi/models/get_markets_region_id_history_200_ok.rb +14 -17
- data/lib/ruby-esi/models/get_markets_region_id_history_error_520.rb +8 -11
- data/lib/ruby-esi/models/get_markets_region_id_history_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_markets_region_id_history_unprocessable_entity.rb +8 -11
- data/lib/ruby-esi/models/get_markets_region_id_orders_200_ok.rb +23 -25
- data/lib/ruby-esi/models/get_markets_region_id_orders_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_markets_region_id_orders_unprocessable_entity.rb +8 -11
- data/lib/ruby-esi/models/get_markets_structures_structure_id_200_ok.rb +22 -24
- data/lib/ruby-esi/models/get_opportunities_groups_group_id_ok.rb +14 -17
- data/lib/ruby-esi/models/get_opportunities_tasks_task_id_ok.rb +12 -15
- data/lib/ruby-esi/models/get_route_origin_destination_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_search_ok.rb +8 -11
- data/lib/ruby-esi/models/get_sovereignty_campaigns_200_ok.rb +17 -19
- data/lib/ruby-esi/models/get_sovereignty_campaigns_participant.rb +10 -13
- data/lib/ruby-esi/models/get_sovereignty_map_200_ok.rb +9 -12
- data/lib/ruby-esi/models/get_sovereignty_structures_200_ok.rb +12 -15
- data/lib/ruby-esi/models/get_status_ok.rb +11 -14
- data/lib/ruby-esi/models/get_universe_ancestries_200_ok.rb +12 -15
- data/lib/ruby-esi/models/get_universe_asteroid_belts_asteroid_belt_id_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_universe_asteroid_belts_asteroid_belt_id_ok.rb +11 -14
- data/lib/ruby-esi/models/get_universe_asteroid_belts_asteroid_belt_id_position.rb +11 -14
- data/lib/ruby-esi/models/get_universe_bloodlines_200_ok.rb +19 -22
- data/lib/ruby-esi/models/get_universe_categories_category_id_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_universe_categories_category_id_ok.rb +12 -15
- data/lib/ruby-esi/models/get_universe_constellations_constellation_id_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_universe_constellations_constellation_id_ok.rb +13 -16
- data/lib/ruby-esi/models/get_universe_constellations_constellation_id_position.rb +11 -14
- data/lib/ruby-esi/models/get_universe_factions_200_ok.rb +15 -18
- data/lib/ruby-esi/models/get_universe_graphics_graphic_id_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_universe_graphics_graphic_id_ok.rb +9 -12
- data/lib/ruby-esi/models/get_universe_groups_group_id_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_universe_groups_group_id_ok.rb +13 -16
- data/lib/ruby-esi/models/get_universe_moons_moon_id_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_universe_moons_moon_id_ok.rb +12 -15
- data/lib/ruby-esi/models/get_universe_moons_moon_id_position.rb +11 -14
- data/lib/ruby-esi/models/get_universe_planets_planet_id_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_universe_planets_planet_id_ok.rb +13 -16
- data/lib/ruby-esi/models/get_universe_planets_planet_id_position.rb +11 -14
- data/lib/ruby-esi/models/get_universe_races_200_ok.rb +12 -15
- data/lib/ruby-esi/models/get_universe_regions_region_id_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_universe_regions_region_id_ok.rb +11 -14
- data/lib/ruby-esi/models/get_universe_schematics_schematic_id_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_universe_schematics_schematic_id_ok.rb +10 -13
- data/lib/ruby-esi/models/get_universe_stargates_stargate_id_destination.rb +10 -13
- data/lib/ruby-esi/models/get_universe_stargates_stargate_id_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_universe_stargates_stargate_id_ok.rb +14 -17
- data/lib/ruby-esi/models/get_universe_stargates_stargate_id_position.rb +11 -14
- data/lib/ruby-esi/models/get_universe_stars_star_id_ok.rb +19 -21
- data/lib/ruby-esi/models/get_universe_stations_station_id_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_universe_stations_station_id_ok.rb +18 -20
- data/lib/ruby-esi/models/get_universe_stations_station_id_position.rb +11 -14
- data/lib/ruby-esi/models/get_universe_structures_structure_id_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_universe_structures_structure_id_ok.rb +11 -14
- data/lib/ruby-esi/models/get_universe_structures_structure_id_position.rb +11 -14
- data/lib/ruby-esi/models/get_universe_system_jumps_200_ok.rb +10 -13
- data/lib/ruby-esi/models/get_universe_system_kills_200_ok.rb +12 -15
- data/lib/ruby-esi/models/get_universe_systems_system_id_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_universe_systems_system_id_ok.rb +13 -16
- data/lib/ruby-esi/models/get_universe_systems_system_id_planet.rb +9 -12
- data/lib/ruby-esi/models/get_universe_systems_system_id_position.rb +11 -14
- data/lib/ruby-esi/models/get_universe_types_type_id_dogma_attribute.rb +10 -13
- data/lib/ruby-esi/models/get_universe_types_type_id_dogma_effect.rb +10 -13
- data/lib/ruby-esi/models/get_universe_types_type_id_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_universe_types_type_id_ok.rb +13 -16
- data/lib/ruby-esi/models/get_wars_war_id_aggressor.rb +10 -13
- data/lib/ruby-esi/models/get_wars_war_id_ally.rb +8 -11
- data/lib/ruby-esi/models/get_wars_war_id_defender.rb +10 -13
- data/lib/ruby-esi/models/get_wars_war_id_killmails_200_ok.rb +10 -13
- data/lib/ruby-esi/models/get_wars_war_id_killmails_unprocessable_entity.rb +8 -11
- data/lib/ruby-esi/models/get_wars_war_id_ok.rb +14 -17
- data/lib/ruby-esi/models/get_wars_war_id_unprocessable_entity.rb +8 -11
- data/lib/ruby-esi/models/internal_server_error.rb +9 -12
- data/lib/ruby-esi/models/post_characters_affiliation_200_ok.rb +10 -13
- data/lib/ruby-esi/models/post_characters_affiliation_not_found.rb +8 -11
- data/lib/ruby-esi/models/post_characters_character_id_assets_locations_200_ok.rb +10 -13
- data/lib/ruby-esi/models/post_characters_character_id_assets_locations_position.rb +11 -14
- data/lib/ruby-esi/models/post_characters_character_id_assets_names_200_ok.rb +10 -13
- data/lib/ruby-esi/models/post_characters_character_id_contacts_error_520.rb +8 -11
- data/lib/ruby-esi/models/post_characters_character_id_fittings_created.rb +9 -12
- data/lib/ruby-esi/models/post_characters_character_id_fittings_fitting.rb +22 -25
- data/lib/ruby-esi/models/post_characters_character_id_fittings_item.rb +46 -15
- data/lib/ruby-esi/models/post_characters_character_id_mail_error_520.rb +8 -11
- data/lib/ruby-esi/models/post_characters_character_id_mail_labels_label.rb +18 -20
- data/lib/ruby-esi/models/post_characters_character_id_mail_mail.rb +17 -20
- data/lib/ruby-esi/models/post_characters_character_id_mail_recipient.rb +13 -15
- data/lib/ruby-esi/models/post_corporations_corporation_id_assets_locations_200_ok.rb +10 -13
- data/lib/ruby-esi/models/post_corporations_corporation_id_assets_locations_not_found.rb +8 -11
- data/lib/ruby-esi/models/post_corporations_corporation_id_assets_locations_position.rb +11 -14
- data/lib/ruby-esi/models/post_corporations_corporation_id_assets_names_200_ok.rb +10 -13
- data/lib/ruby-esi/models/post_corporations_corporation_id_assets_names_not_found.rb +8 -11
- data/lib/ruby-esi/models/post_fleets_fleet_id_members_invitation.rb +17 -21
- data/lib/ruby-esi/models/post_fleets_fleet_id_members_not_found.rb +8 -11
- data/lib/ruby-esi/models/post_fleets_fleet_id_members_unprocessable_entity.rb +8 -11
- data/lib/ruby-esi/models/post_fleets_fleet_id_wings_created.rb +9 -12
- data/lib/ruby-esi/models/post_fleets_fleet_id_wings_not_found.rb +8 -11
- data/lib/ruby-esi/models/post_fleets_fleet_id_wings_wing_id_squads_created.rb +9 -12
- data/lib/ruby-esi/models/post_fleets_fleet_id_wings_wing_id_squads_not_found.rb +8 -11
- data/lib/ruby-esi/models/post_ui_openwindow_newmail_new_mail.rb +17 -20
- data/lib/ruby-esi/models/post_ui_openwindow_newmail_unprocessable_entity.rb +8 -11
- data/lib/ruby-esi/models/post_universe_ids_agent.rb +8 -11
- data/lib/ruby-esi/models/post_universe_ids_alliance.rb +8 -11
- data/lib/ruby-esi/models/post_universe_ids_character.rb +8 -11
- data/lib/ruby-esi/models/post_universe_ids_constellation.rb +8 -11
- data/lib/ruby-esi/models/post_universe_ids_corporation.rb +8 -11
- data/lib/ruby-esi/models/post_universe_ids_faction.rb +8 -11
- data/lib/ruby-esi/models/post_universe_ids_inventory_type.rb +8 -11
- data/lib/ruby-esi/models/post_universe_ids_ok.rb +8 -11
- data/lib/ruby-esi/models/post_universe_ids_region.rb +8 -11
- data/lib/ruby-esi/models/post_universe_ids_station.rb +8 -11
- data/lib/ruby-esi/models/post_universe_ids_system.rb +8 -11
- data/lib/ruby-esi/models/post_universe_names_200_ok.rb +14 -16
- data/lib/ruby-esi/models/post_universe_names_not_found.rb +8 -11
- data/lib/ruby-esi/models/put_characters_character_id_calendar_event_id_response.rb +12 -14
- data/lib/ruby-esi/models/put_characters_character_id_mail_mail_id_contents.rb +8 -11
- data/lib/ruby-esi/models/put_fleets_fleet_id_members_member_id_movement.rb +16 -20
- data/lib/ruby-esi/models/put_fleets_fleet_id_members_member_id_not_found.rb +8 -11
- data/lib/ruby-esi/models/put_fleets_fleet_id_members_member_id_unprocessable_entity.rb +8 -11
- data/lib/ruby-esi/models/put_fleets_fleet_id_new_settings.rb +8 -11
- data/lib/ruby-esi/models/put_fleets_fleet_id_not_found.rb +8 -11
- data/lib/ruby-esi/models/put_fleets_fleet_id_squads_squad_id_naming.rb +12 -15
- data/lib/ruby-esi/models/put_fleets_fleet_id_squads_squad_id_not_found.rb +8 -11
- data/lib/ruby-esi/models/put_fleets_fleet_id_wings_wing_id_naming.rb +12 -15
- data/lib/ruby-esi/models/put_fleets_fleet_id_wings_wing_id_not_found.rb +8 -11
- data/lib/ruby-esi/models/service_unavailable.rb +9 -12
- data/lib/ruby-esi/models/unauthorized.rb +9 -12
- data/lib/ruby-esi/version.rb +3 -3
- data/ruby-esi.gemspec +5 -5
- data/spec/api/alliance_api_spec.rb +10 -10
- data/spec/api/assets_api_spec.rb +15 -15
- data/spec/api/bookmarks_api_spec.rb +10 -10
- data/spec/api/calendar_api_spec.rb +11 -11
- data/spec/api/character_api_spec.rb +33 -33
- data/spec/api/clones_api_spec.rb +6 -6
- data/spec/api/contacts_api_spec.rb +20 -20
- data/spec/api/contracts_api_spec.rb +59 -14
- data/spec/api/corporation_api_spec.rb +46 -46
- data/spec/api/dogma_api_spec.rb +12 -12
- data/spec/api/faction_warfare_api_spec.rb +18 -18
- data/spec/api/fittings_api_spec.rb +8 -8
- data/spec/api/fleets_api_spec.rb +30 -30
- data/spec/api/incursions_api_spec.rb +4 -4
- data/spec/api/industry_api_spec.rb +20 -20
- data/spec/api/insurance_api_spec.rb +4 -4
- data/spec/api/killmails_api_spec.rb +8 -8
- data/spec/api/location_api_spec.rb +8 -8
- data/spec/api/loyalty_api_spec.rb +6 -6
- data/spec/api/mail_api_spec.rb +20 -20
- data/spec/api/market_api_spec.rb +25 -25
- data/spec/api/opportunities_api_spec.rb +12 -12
- data/spec/api/planetary_interaction_api_spec.rb +10 -10
- data/spec/api/routes_api_spec.rb +4 -4
- data/spec/api/search_api_spec.rb +6 -6
- data/spec/api/skills_api_spec.rb +8 -8
- data/spec/api/sovereignty_api_spec.rb +8 -8
- data/spec/api/status_api_spec.rb +4 -4
- data/spec/api/universe_api_spec.rb +64 -63
- data/spec/api/user_interface_api_spec.rb +12 -12
- data/spec/api/wallet_api_spec.rb +14 -14
- data/spec/api/wars_api_spec.rb +9 -9
- data/spec/api_client_spec.rb +53 -36
- data/spec/configuration_spec.rb +10 -10
- data/spec/models/bad_request_spec.rb +3 -4
- data/spec/models/delete_characters_character_id_mail_labels_label_id_unprocessable_entity_spec.rb +3 -4
- data/spec/models/delete_fleets_fleet_id_members_member_id_not_found_spec.rb +3 -4
- data/spec/models/delete_fleets_fleet_id_squads_squad_id_not_found_spec.rb +3 -4
- data/spec/models/delete_fleets_fleet_id_wings_wing_id_not_found_spec.rb +3 -4
- data/spec/models/error_limited_spec.rb +3 -4
- data/spec/models/forbidden_spec.rb +4 -5
- data/spec/models/gateway_timeout_spec.rb +4 -5
- data/spec/models/get_alliances_alliance_id_contacts_200_ok_spec.rb +10 -11
- data/spec/models/get_alliances_alliance_id_contacts_labels_200_ok_spec.rb +4 -5
- data/spec/models/get_alliances_alliance_id_icons_not_found_spec.rb +3 -4
- data/spec/models/get_alliances_alliance_id_icons_ok_spec.rb +4 -5
- data/spec/models/get_alliances_alliance_id_not_found_spec.rb +3 -4
- data/spec/models/get_alliances_alliance_id_ok_spec.rb +9 -10
- data/spec/models/get_characters_character_id_agents_research_200_ok_spec.rb +7 -8
- data/spec/models/get_characters_character_id_assets_200_ok_spec.rb +18 -19
- data/spec/models/get_characters_character_id_attributes_ok_spec.rb +10 -11
- data/spec/models/get_characters_character_id_blueprints_200_ok_spec.rb +14 -15
- data/spec/models/get_characters_character_id_bookmarks_200_ok_spec.rb +11 -12
- data/spec/models/get_characters_character_id_bookmarks_coordinates_spec.rb +5 -6
- data/spec/models/get_characters_character_id_bookmarks_folders_200_ok_spec.rb +4 -5
- data/spec/models/get_characters_character_id_bookmarks_item_spec.rb +4 -5
- data/spec/models/get_characters_character_id_calendar_200_ok_spec.rb +11 -12
- data/spec/models/get_characters_character_id_calendar_event_id_attendees_200_ok_spec.rb +8 -9
- data/spec/models/get_characters_character_id_calendar_event_id_attendees_not_found_spec.rb +3 -4
- data/spec/models/get_characters_character_id_calendar_event_id_not_found_spec.rb +3 -4
- data/spec/models/get_characters_character_id_calendar_event_id_ok_spec.rb +16 -17
- data/spec/models/get_characters_character_id_clones_home_location_spec.rb +8 -9
- data/spec/models/get_characters_character_id_clones_jump_clone_spec.rb +11 -12
- data/spec/models/get_characters_character_id_clones_ok_spec.rb +6 -7
- data/spec/models/get_characters_character_id_contacts_200_ok_spec.rb +12 -13
- data/spec/models/get_characters_character_id_contacts_labels_200_ok_spec.rb +4 -5
- data/spec/models/get_characters_character_id_contracts_200_ok_spec.rb +36 -37
- data/spec/models/get_characters_character_id_contracts_contract_id_bids_200_ok_spec.rb +6 -7
- data/spec/models/get_characters_character_id_contracts_contract_id_bids_not_found_spec.rb +3 -4
- data/spec/models/get_characters_character_id_contracts_contract_id_items_200_ok_spec.rb +8 -9
- data/spec/models/get_characters_character_id_contracts_contract_id_items_not_found_spec.rb +3 -4
- data/spec/models/get_characters_character_id_corporationhistory_200_ok_spec.rb +6 -7
- data/spec/models/get_characters_character_id_fatigue_ok_spec.rb +5 -6
- data/spec/models/get_characters_character_id_fittings_200_ok_spec.rb +7 -8
- data/spec/models/get_characters_character_id_fittings_item_spec.rb +9 -6
- data/spec/models/get_characters_character_id_fleet_not_found_spec.rb +3 -4
- data/spec/models/get_characters_character_id_fleet_ok_spec.rb +10 -11
- data/spec/models/get_characters_character_id_fw_stats_kills_spec.rb +5 -6
- data/spec/models/get_characters_character_id_fw_stats_ok_spec.rb +8 -9
- data/spec/models/get_characters_character_id_fw_stats_victory_points_spec.rb +5 -6
- data/spec/models/get_characters_character_id_industry_jobs_200_ok_spec.rb +28 -29
- data/spec/models/get_characters_character_id_killmails_recent_200_ok_spec.rb +4 -5
- data/spec/models/get_characters_character_id_location_ok_spec.rb +5 -6
- data/spec/models/get_characters_character_id_loyalty_points_200_ok_spec.rb +4 -5
- data/spec/models/get_characters_character_id_mail_200_ok_spec.rb +9 -10
- data/spec/models/get_characters_character_id_mail_labels_label_spec.rb +10 -11
- data/spec/models/get_characters_character_id_mail_labels_ok_spec.rb +4 -5
- data/spec/models/get_characters_character_id_mail_lists_200_ok_spec.rb +4 -5
- data/spec/models/get_characters_character_id_mail_mail_id_not_found_spec.rb +3 -4
- data/spec/models/get_characters_character_id_mail_mail_id_ok_spec.rb +9 -10
- data/spec/models/get_characters_character_id_mail_mail_id_recipient_spec.rb +8 -9
- data/spec/models/get_characters_character_id_mail_recipient_spec.rb +8 -9
- data/spec/models/get_characters_character_id_medals_200_ok_spec.rb +15 -16
- data/spec/models/get_characters_character_id_medals_graphic_spec.rb +6 -7
- data/spec/models/get_characters_character_id_mining_200_ok_spec.rb +6 -7
- data/spec/models/get_characters_character_id_not_found_spec.rb +3 -4
- data/spec/models/get_characters_character_id_notifications_200_ok_spec.rb +17 -18
- data/spec/models/get_characters_character_id_notifications_contacts_200_ok_spec.rb +7 -8
- data/spec/models/get_characters_character_id_ok_spec.rb +23 -18
- data/spec/models/get_characters_character_id_online_ok_spec.rb +6 -7
- data/spec/models/get_characters_character_id_opportunities_200_ok_spec.rb +4 -5
- data/spec/models/get_characters_character_id_orders_200_ok_spec.rb +20 -21
- data/spec/models/get_characters_character_id_orders_history_200_ok_spec.rb +25 -26
- data/spec/models/get_characters_character_id_planets_200_ok_spec.rb +13 -14
- data/spec/models/get_characters_character_id_planets_planet_id_content_spec.rb +4 -5
- data/spec/models/get_characters_character_id_planets_planet_id_extractor_details_spec.rb +7 -8
- data/spec/models/get_characters_character_id_planets_planet_id_factory_details_spec.rb +3 -4
- data/spec/models/get_characters_character_id_planets_planet_id_head_spec.rb +5 -6
- data/spec/models/get_characters_character_id_planets_planet_id_link_spec.rb +5 -6
- data/spec/models/get_characters_character_id_planets_planet_id_not_found_spec.rb +3 -4
- data/spec/models/get_characters_character_id_planets_planet_id_ok_spec.rb +5 -6
- data/spec/models/get_characters_character_id_planets_planet_id_pin_spec.rb +13 -14
- data/spec/models/get_characters_character_id_planets_planet_id_route_spec.rb +8 -9
- data/spec/models/get_characters_character_id_portrait_not_found_spec.rb +3 -4
- data/spec/models/get_characters_character_id_portrait_ok_spec.rb +6 -7
- data/spec/models/get_characters_character_id_roles_ok_spec.rb +22 -23
- data/spec/models/get_characters_character_id_search_ok_spec.rb +13 -14
- data/spec/models/get_characters_character_id_ship_ok_spec.rb +5 -6
- data/spec/models/get_characters_character_id_skillqueue_200_ok_spec.rb +10 -11
- data/spec/models/get_characters_character_id_skills_ok_spec.rb +5 -6
- data/spec/models/get_characters_character_id_skills_skill_spec.rb +6 -7
- data/spec/models/get_characters_character_id_standings_200_ok_spec.rb +9 -10
- data/spec/models/get_characters_character_id_stats_200_ok_spec.rb +15 -16
- data/spec/models/get_characters_character_id_stats_character_spec.rb +5 -6
- data/spec/models/get_characters_character_id_stats_combat_spec.rb +96 -97
- data/spec/models/get_characters_character_id_stats_industry_spec.rb +38 -39
- data/spec/models/get_characters_character_id_stats_inventory_spec.rb +4 -5
- data/spec/models/get_characters_character_id_stats_isk_spec.rb +4 -5
- data/spec/models/get_characters_character_id_stats_market_spec.rb +15 -16
- data/spec/models/get_characters_character_id_stats_mining_spec.rb +21 -22
- data/spec/models/get_characters_character_id_stats_module_spec.rb +71 -72
- data/spec/models/get_characters_character_id_stats_orbital_spec.rb +5 -6
- data/spec/models/get_characters_character_id_stats_pve_spec.rb +6 -7
- data/spec/models/get_characters_character_id_stats_social_spec.rb +27 -28
- data/spec/models/get_characters_character_id_stats_travel_spec.rb +23 -24
- data/spec/models/get_characters_character_id_titles_200_ok_spec.rb +4 -5
- data/spec/models/get_characters_character_id_wallet_journal_200_ok_spec.rb +23 -24
- data/spec/models/get_characters_character_id_wallet_transactions_200_ok_spec.rb +12 -13
- data/spec/models/get_contracts_public_bids_contract_id_200_ok_spec.rb +53 -0
- data/spec/models/get_contracts_public_bids_contract_id_forbidden_spec.rb +41 -0
- data/spec/models/get_contracts_public_bids_contract_id_not_found_spec.rb +41 -0
- data/spec/models/get_contracts_public_items_contract_id_200_ok_spec.rb +89 -0
- data/spec/models/get_contracts_public_items_contract_id_forbidden_spec.rb +41 -0
- data/spec/models/get_contracts_public_items_contract_id_not_found_spec.rb +41 -0
- data/spec/models/get_contracts_public_region_id_200_ok_spec.rb +135 -0
- data/spec/models/get_contracts_public_region_id_not_found_spec.rb +41 -0
- data/spec/models/get_corporation_corporation_id_mining_extractions_200_ok_spec.rb +7 -8
- data/spec/models/get_corporation_corporation_id_mining_observers_200_ok_spec.rb +9 -10
- data/spec/models/get_corporation_corporation_id_mining_observers_observer_id_200_ok_spec.rb +7 -8
- data/spec/models/get_corporations_corporation_id_alliancehistory_200_ok_spec.rb +6 -7
- data/spec/models/get_corporations_corporation_id_assets_200_ok_spec.rb +18 -19
- data/spec/models/get_corporations_corporation_id_blueprints_200_ok_spec.rb +14 -15
- data/spec/models/get_corporations_corporation_id_bookmarks_200_ok_spec.rb +11 -12
- data/spec/models/get_corporations_corporation_id_bookmarks_coordinates_spec.rb +5 -6
- data/spec/models/get_corporations_corporation_id_bookmarks_folders_200_ok_spec.rb +5 -6
- data/spec/models/get_corporations_corporation_id_bookmarks_item_spec.rb +4 -5
- data/spec/models/get_corporations_corporation_id_contacts_200_ok_spec.rb +11 -12
- data/spec/models/get_corporations_corporation_id_contacts_labels_200_ok_spec.rb +4 -5
- data/spec/models/get_corporations_corporation_id_containers_logs_200_ok_spec.rb +26 -27
- data/spec/models/get_corporations_corporation_id_contracts_200_ok_spec.rb +36 -37
- data/spec/models/get_corporations_corporation_id_contracts_contract_id_bids_200_ok_spec.rb +6 -7
- data/spec/models/get_corporations_corporation_id_contracts_contract_id_bids_not_found_spec.rb +3 -4
- data/spec/models/get_corporations_corporation_id_contracts_contract_id_items_200_ok_spec.rb +8 -9
- data/spec/models/get_corporations_corporation_id_contracts_contract_id_items_error_520_spec.rb +3 -4
- data/spec/models/get_corporations_corporation_id_contracts_contract_id_items_not_found_spec.rb +3 -4
- data/spec/models/get_corporations_corporation_id_customs_offices_200_ok_spec.rb +20 -21
- data/spec/models/get_corporations_corporation_id_divisions_hangar_hangar_spec.rb +4 -5
- data/spec/models/get_corporations_corporation_id_divisions_ok_spec.rb +4 -5
- data/spec/models/get_corporations_corporation_id_divisions_wallet_wallet_spec.rb +4 -5
- data/spec/models/get_corporations_corporation_id_facilities_200_ok_spec.rb +5 -6
- data/spec/models/get_corporations_corporation_id_fw_stats_kills_spec.rb +5 -6
- data/spec/models/get_corporations_corporation_id_fw_stats_ok_spec.rb +7 -8
- data/spec/models/get_corporations_corporation_id_fw_stats_victory_points_spec.rb +5 -6
- data/spec/models/get_corporations_corporation_id_icons_not_found_spec.rb +3 -4
- data/spec/models/get_corporations_corporation_id_icons_ok_spec.rb +5 -6
- data/spec/models/get_corporations_corporation_id_industry_jobs_200_ok_spec.rb +28 -29
- data/spec/models/get_corporations_corporation_id_killmails_recent_200_ok_spec.rb +4 -5
- data/spec/models/get_corporations_corporation_id_medals_200_ok_spec.rb +7 -8
- data/spec/models/get_corporations_corporation_id_medals_issued_200_ok_spec.rb +12 -13
- data/spec/models/get_corporations_corporation_id_members_titles_200_ok_spec.rb +4 -5
- data/spec/models/get_corporations_corporation_id_membertracking_200_ok_spec.rb +9 -10
- data/spec/models/get_corporations_corporation_id_not_found_spec.rb +3 -4
- data/spec/models/get_corporations_corporation_id_ok_spec.rb +21 -16
- data/spec/models/get_corporations_corporation_id_orders_200_ok_spec.rb +21 -22
- data/spec/models/get_corporations_corporation_id_orders_history_200_ok_spec.rb +26 -27
- data/spec/models/get_corporations_corporation_id_roles_200_ok_spec.rb +43 -44
- data/spec/models/get_corporations_corporation_id_roles_history_200_ok_spec.rb +20 -21
- data/spec/models/get_corporations_corporation_id_shareholders_200_ok_spec.rb +9 -10
- data/spec/models/get_corporations_corporation_id_standings_200_ok_spec.rb +9 -10
- data/spec/models/get_corporations_corporation_id_starbases_200_ok_spec.rb +14 -15
- data/spec/models/get_corporations_corporation_id_starbases_starbase_id_fuel_spec.rb +4 -5
- data/spec/models/get_corporations_corporation_id_starbases_starbase_id_ok_spec.rb +40 -41
- data/spec/models/get_corporations_corporation_id_structures_200_ok_spec.rb +22 -23
- data/spec/models/get_corporations_corporation_id_structures_service_spec.rb +8 -9
- data/spec/models/get_corporations_corporation_id_titles_200_ok_spec.rb +44 -45
- data/spec/models/get_corporations_corporation_id_wallets_200_ok_spec.rb +4 -5
- data/spec/models/get_corporations_corporation_id_wallets_division_journal_200_ok_spec.rb +23 -24
- data/spec/models/get_corporations_corporation_id_wallets_division_transactions_200_ok_spec.rb +11 -12
- data/spec/models/get_dogma_attributes_attribute_id_not_found_spec.rb +3 -4
- data/spec/models/get_dogma_attributes_attribute_id_ok_spec.rb +12 -13
- data/spec/models/get_dogma_dynamic_items_type_id_item_id_dogma_attribute_spec.rb +4 -5
- data/spec/models/get_dogma_dynamic_items_type_id_item_id_dogma_effect_spec.rb +4 -5
- data/spec/models/get_dogma_dynamic_items_type_id_item_id_not_found_spec.rb +3 -4
- data/spec/models/get_dogma_dynamic_items_type_id_item_id_ok_spec.rb +7 -8
- data/spec/models/get_dogma_effects_effect_id_modifier_spec.rb +8 -9
- data/spec/models/get_dogma_effects_effect_id_not_found_spec.rb +3 -4
- data/spec/models/get_dogma_effects_effect_id_ok_spec.rb +23 -24
- data/spec/models/get_fleets_fleet_id_members_200_ok_spec.rb +16 -17
- data/spec/models/get_fleets_fleet_id_members_not_found_spec.rb +3 -4
- data/spec/models/get_fleets_fleet_id_not_found_spec.rb +3 -4
- data/spec/models/get_fleets_fleet_id_ok_spec.rb +6 -7
- data/spec/models/get_fleets_fleet_id_wings_200_ok_spec.rb +5 -6
- data/spec/models/get_fleets_fleet_id_wings_not_found_spec.rb +3 -4
- data/spec/models/get_fleets_fleet_id_wings_squad_spec.rb +4 -5
- data/spec/models/get_fw_leaderboards_active_total_active_total_1_spec.rb +4 -5
- data/spec/models/get_fw_leaderboards_active_total_active_total_spec.rb +4 -5
- data/spec/models/get_fw_leaderboards_characters_active_total_active_total_1_spec.rb +4 -5
- data/spec/models/get_fw_leaderboards_characters_active_total_active_total_spec.rb +4 -5
- data/spec/models/get_fw_leaderboards_characters_kills_spec.rb +5 -6
- data/spec/models/get_fw_leaderboards_characters_last_week_last_week_1_spec.rb +4 -5
- data/spec/models/get_fw_leaderboards_characters_last_week_last_week_spec.rb +4 -5
- data/spec/models/get_fw_leaderboards_characters_ok_spec.rb +4 -5
- data/spec/models/get_fw_leaderboards_characters_victory_points_spec.rb +5 -6
- data/spec/models/get_fw_leaderboards_characters_yesterday_yesterday_1_spec.rb +4 -5
- data/spec/models/get_fw_leaderboards_characters_yesterday_yesterday_spec.rb +4 -5
- data/spec/models/get_fw_leaderboards_corporations_active_total_active_total_1_spec.rb +4 -5
- data/spec/models/get_fw_leaderboards_corporations_active_total_active_total_spec.rb +4 -5
- data/spec/models/get_fw_leaderboards_corporations_kills_spec.rb +5 -6
- data/spec/models/get_fw_leaderboards_corporations_last_week_last_week_1_spec.rb +4 -5
- data/spec/models/get_fw_leaderboards_corporations_last_week_last_week_spec.rb +4 -5
- data/spec/models/get_fw_leaderboards_corporations_ok_spec.rb +4 -5
- data/spec/models/get_fw_leaderboards_corporations_victory_points_spec.rb +5 -6
- data/spec/models/get_fw_leaderboards_corporations_yesterday_yesterday_1_spec.rb +4 -5
- data/spec/models/get_fw_leaderboards_corporations_yesterday_yesterday_spec.rb +4 -5
- data/spec/models/get_fw_leaderboards_kills_spec.rb +5 -6
- data/spec/models/get_fw_leaderboards_last_week_last_week_1_spec.rb +4 -5
- data/spec/models/get_fw_leaderboards_last_week_last_week_spec.rb +4 -5
- data/spec/models/get_fw_leaderboards_ok_spec.rb +4 -5
- data/spec/models/get_fw_leaderboards_victory_points_spec.rb +5 -6
- data/spec/models/get_fw_leaderboards_yesterday_yesterday_1_spec.rb +4 -5
- data/spec/models/get_fw_leaderboards_yesterday_yesterday_spec.rb +4 -5
- data/spec/models/get_fw_stats_200_ok_spec.rb +7 -8
- data/spec/models/get_fw_stats_kills_spec.rb +5 -6
- data/spec/models/get_fw_stats_victory_points_spec.rb +5 -6
- data/spec/models/get_fw_systems_200_ok_spec.rb +12 -13
- data/spec/models/get_fw_wars_200_ok_spec.rb +4 -5
- data/spec/models/get_incursions_200_ok_spec.rb +14 -15
- data/spec/models/get_industry_facilities_200_ok_spec.rb +8 -9
- data/spec/models/get_industry_systems_200_ok_spec.rb +4 -5
- data/spec/models/get_industry_systems_cost_indice_spec.rb +8 -9
- data/spec/models/get_insurance_prices_200_ok_spec.rb +4 -5
- data/spec/models/get_insurance_prices_level_spec.rb +5 -6
- data/spec/models/get_killmails_killmail_id_killmail_hash_attacker_spec.rb +11 -12
- data/spec/models/get_killmails_killmail_id_killmail_hash_item_spec.rb +8 -9
- data/spec/models/get_killmails_killmail_id_killmail_hash_items_item_spec.rb +7 -8
- data/spec/models/get_killmails_killmail_id_killmail_hash_ok_spec.rb +9 -10
- data/spec/models/get_killmails_killmail_id_killmail_hash_position_spec.rb +5 -6
- data/spec/models/get_killmails_killmail_id_killmail_hash_unprocessable_entity_spec.rb +3 -4
- data/spec/models/get_killmails_killmail_id_killmail_hash_victim_spec.rb +10 -11
- data/spec/models/get_loyalty_stores_corporation_id_offers_200_ok_spec.rb +9 -10
- data/spec/models/get_loyalty_stores_corporation_id_offers_not_found_spec.rb +3 -4
- data/spec/models/get_loyalty_stores_corporation_id_offers_required_item_spec.rb +4 -5
- data/spec/models/get_markets_groups_market_group_id_not_found_spec.rb +3 -4
- data/spec/models/get_markets_groups_market_group_id_ok_spec.rb +7 -8
- data/spec/models/get_markets_prices_200_ok_spec.rb +5 -6
- data/spec/models/get_markets_region_id_history_200_ok_spec.rb +8 -9
- data/spec/models/get_markets_region_id_history_error_520_spec.rb +3 -4
- data/spec/models/get_markets_region_id_history_not_found_spec.rb +3 -4
- data/spec/models/get_markets_region_id_history_unprocessable_entity_spec.rb +3 -4
- data/spec/models/get_markets_region_id_orders_200_ok_spec.rb +18 -19
- data/spec/models/get_markets_region_id_orders_not_found_spec.rb +3 -4
- data/spec/models/get_markets_region_id_orders_unprocessable_entity_spec.rb +3 -4
- data/spec/models/get_markets_structures_structure_id_200_ok_spec.rb +17 -18
- data/spec/models/get_opportunities_groups_group_id_ok_spec.rb +8 -9
- data/spec/models/get_opportunities_tasks_task_id_ok_spec.rb +6 -7
- data/spec/models/get_route_origin_destination_not_found_spec.rb +3 -4
- data/spec/models/get_search_ok_spec.rb +12 -13
- data/spec/models/get_sovereignty_campaigns_200_ok_spec.rb +16 -17
- data/spec/models/get_sovereignty_campaigns_participant_spec.rb +4 -5
- data/spec/models/get_sovereignty_map_200_ok_spec.rb +6 -7
- data/spec/models/get_sovereignty_structures_200_ok_spec.rb +9 -10
- data/spec/models/get_status_ok_spec.rb +6 -7
- data/spec/models/get_universe_ancestries_200_ok_spec.rb +8 -9
- data/spec/models/get_universe_asteroid_belts_asteroid_belt_id_not_found_spec.rb +3 -4
- data/spec/models/get_universe_asteroid_belts_asteroid_belt_id_ok_spec.rb +5 -6
- data/spec/models/get_universe_asteroid_belts_asteroid_belt_id_position_spec.rb +5 -6
- data/spec/models/get_universe_bloodlines_200_ok_spec.rb +13 -14
- data/spec/models/get_universe_categories_category_id_not_found_spec.rb +3 -4
- data/spec/models/get_universe_categories_category_id_ok_spec.rb +6 -7
- data/spec/models/get_universe_constellations_constellation_id_not_found_spec.rb +3 -4
- data/spec/models/get_universe_constellations_constellation_id_ok_spec.rb +7 -8
- data/spec/models/get_universe_constellations_constellation_id_position_spec.rb +5 -6
- data/spec/models/get_universe_factions_200_ok_spec.rb +12 -13
- data/spec/models/get_universe_graphics_graphic_id_not_found_spec.rb +3 -4
- data/spec/models/get_universe_graphics_graphic_id_ok_spec.rb +10 -11
- data/spec/models/get_universe_groups_group_id_not_found_spec.rb +3 -4
- data/spec/models/get_universe_groups_group_id_ok_spec.rb +7 -8
- data/spec/models/get_universe_moons_moon_id_not_found_spec.rb +3 -4
- data/spec/models/get_universe_moons_moon_id_ok_spec.rb +6 -7
- data/spec/models/get_universe_moons_moon_id_position_spec.rb +5 -6
- data/spec/models/get_universe_planets_planet_id_not_found_spec.rb +3 -4
- data/spec/models/get_universe_planets_planet_id_ok_spec.rb +7 -8
- data/spec/models/get_universe_planets_planet_id_position_spec.rb +5 -6
- data/spec/models/get_universe_races_200_ok_spec.rb +6 -7
- data/spec/models/get_universe_regions_region_id_not_found_spec.rb +3 -4
- data/spec/models/get_universe_regions_region_id_ok_spec.rb +6 -7
- data/spec/models/get_universe_schematics_schematic_id_not_found_spec.rb +3 -4
- data/spec/models/get_universe_schematics_schematic_id_ok_spec.rb +4 -5
- data/spec/models/get_universe_stargates_stargate_id_destination_spec.rb +4 -5
- data/spec/models/get_universe_stargates_stargate_id_not_found_spec.rb +3 -4
- data/spec/models/get_universe_stargates_stargate_id_ok_spec.rb +8 -9
- data/spec/models/get_universe_stargates_stargate_id_position_spec.rb +5 -6
- data/spec/models/get_universe_stars_star_id_ok_spec.rb +14 -15
- data/spec/models/get_universe_stations_station_id_not_found_spec.rb +3 -4
- data/spec/models/get_universe_stations_station_id_ok_spec.rb +18 -19
- data/spec/models/get_universe_stations_station_id_position_spec.rb +5 -6
- data/spec/models/get_universe_structures_structure_id_not_found_spec.rb +3 -4
- data/spec/models/get_universe_structures_structure_id_ok_spec.rb +7 -8
- data/spec/models/get_universe_structures_structure_id_position_spec.rb +5 -6
- data/spec/models/get_universe_system_jumps_200_ok_spec.rb +4 -5
- data/spec/models/get_universe_system_kills_200_ok_spec.rb +6 -7
- data/spec/models/get_universe_systems_system_id_not_found_spec.rb +3 -4
- data/spec/models/get_universe_systems_system_id_ok_spec.rb +12 -13
- data/spec/models/get_universe_systems_system_id_planet_spec.rb +5 -6
- data/spec/models/get_universe_systems_system_id_position_spec.rb +5 -6
- data/spec/models/get_universe_types_type_id_dogma_attribute_spec.rb +4 -5
- data/spec/models/get_universe_types_type_id_dogma_effect_spec.rb +4 -5
- data/spec/models/get_universe_types_type_id_not_found_spec.rb +3 -4
- data/spec/models/get_universe_types_type_id_ok_spec.rb +18 -19
- data/spec/models/get_wars_war_id_aggressor_spec.rb +6 -7
- data/spec/models/get_wars_war_id_ally_spec.rb +4 -5
- data/spec/models/get_wars_war_id_defender_spec.rb +6 -7
- data/spec/models/get_wars_war_id_killmails_200_ok_spec.rb +4 -5
- data/spec/models/get_wars_war_id_killmails_unprocessable_entity_spec.rb +3 -4
- data/spec/models/get_wars_war_id_ok_spec.rb +12 -13
- data/spec/models/get_wars_war_id_unprocessable_entity_spec.rb +3 -4
- data/spec/models/internal_server_error_spec.rb +3 -4
- data/spec/models/post_characters_affiliation_200_ok_spec.rb +6 -7
- data/spec/models/post_characters_affiliation_not_found_spec.rb +3 -4
- data/spec/models/post_characters_character_id_assets_locations_200_ok_spec.rb +4 -5
- data/spec/models/post_characters_character_id_assets_locations_position_spec.rb +5 -6
- data/spec/models/post_characters_character_id_assets_names_200_ok_spec.rb +4 -5
- data/spec/models/post_characters_character_id_contacts_error_520_spec.rb +3 -4
- data/spec/models/post_characters_character_id_fittings_created_spec.rb +3 -4
- data/spec/models/post_characters_character_id_fittings_fitting_spec.rb +6 -7
- data/spec/models/post_characters_character_id_fittings_item_spec.rb +9 -6
- data/spec/models/post_characters_character_id_mail_error_520_spec.rb +3 -4
- data/spec/models/post_characters_character_id_mail_labels_label_spec.rb +8 -9
- data/spec/models/post_characters_character_id_mail_mail_spec.rb +6 -7
- data/spec/models/post_characters_character_id_mail_recipient_spec.rb +8 -9
- data/spec/models/post_corporations_corporation_id_assets_locations_200_ok_spec.rb +4 -5
- data/spec/models/post_corporations_corporation_id_assets_locations_not_found_spec.rb +3 -4
- data/spec/models/post_corporations_corporation_id_assets_locations_position_spec.rb +5 -6
- data/spec/models/post_corporations_corporation_id_assets_names_200_ok_spec.rb +4 -5
- data/spec/models/post_corporations_corporation_id_assets_names_not_found_spec.rb +3 -4
- data/spec/models/post_fleets_fleet_id_members_invitation_spec.rb +10 -11
- data/spec/models/post_fleets_fleet_id_members_not_found_spec.rb +3 -4
- data/spec/models/post_fleets_fleet_id_members_unprocessable_entity_spec.rb +3 -4
- data/spec/models/post_fleets_fleet_id_wings_created_spec.rb +3 -4
- data/spec/models/post_fleets_fleet_id_wings_not_found_spec.rb +3 -4
- data/spec/models/post_fleets_fleet_id_wings_wing_id_squads_created_spec.rb +3 -4
- data/spec/models/post_fleets_fleet_id_wings_wing_id_squads_not_found_spec.rb +3 -4
- data/spec/models/post_ui_openwindow_newmail_new_mail_spec.rb +7 -8
- data/spec/models/post_ui_openwindow_newmail_unprocessable_entity_spec.rb +3 -4
- data/spec/models/post_universe_ids_agent_spec.rb +4 -5
- data/spec/models/post_universe_ids_alliance_spec.rb +4 -5
- data/spec/models/post_universe_ids_character_spec.rb +4 -5
- data/spec/models/post_universe_ids_constellation_spec.rb +4 -5
- data/spec/models/post_universe_ids_corporation_spec.rb +4 -5
- data/spec/models/post_universe_ids_faction_spec.rb +4 -5
- data/spec/models/post_universe_ids_inventory_type_spec.rb +4 -5
- data/spec/models/post_universe_ids_ok_spec.rb +12 -13
- data/spec/models/post_universe_ids_region_spec.rb +4 -5
- data/spec/models/post_universe_ids_station_spec.rb +4 -5
- data/spec/models/post_universe_ids_system_spec.rb +4 -5
- data/spec/models/post_universe_names_200_ok_spec.rb +9 -10
- data/spec/models/post_universe_names_not_found_spec.rb +3 -4
- data/spec/models/put_characters_character_id_calendar_event_id_response_spec.rb +7 -8
- data/spec/models/put_characters_character_id_mail_mail_id_contents_spec.rb +4 -5
- data/spec/models/put_fleets_fleet_id_members_member_id_movement_spec.rb +9 -10
- data/spec/models/put_fleets_fleet_id_members_member_id_not_found_spec.rb +3 -4
- data/spec/models/put_fleets_fleet_id_members_member_id_unprocessable_entity_spec.rb +3 -4
- data/spec/models/put_fleets_fleet_id_new_settings_spec.rb +4 -5
- data/spec/models/put_fleets_fleet_id_not_found_spec.rb +3 -4
- data/spec/models/put_fleets_fleet_id_squads_squad_id_naming_spec.rb +3 -4
- data/spec/models/put_fleets_fleet_id_squads_squad_id_not_found_spec.rb +3 -4
- data/spec/models/put_fleets_fleet_id_wings_wing_id_naming_spec.rb +3 -4
- data/spec/models/put_fleets_fleet_id_wings_wing_id_not_found_spec.rb +3 -4
- data/spec/models/service_unavailable_spec.rb +3 -4
- data/spec/models/unauthorized_spec.rb +3 -4
- data/spec/spec_helper.rb +2 -2
- metadata +374 -343
|
@@ -3,14 +3,14 @@
|
|
|
3
3
|
|
|
4
4
|
#An OpenAPI for EVE Online
|
|
5
5
|
|
|
6
|
-
OpenAPI spec version:
|
|
6
|
+
OpenAPI spec version: 1.3.8
|
|
7
7
|
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
9
|
-
Swagger Codegen version: 2.
|
|
9
|
+
Swagger Codegen version: 2.4.13
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
13
|
-
require
|
|
13
|
+
require 'uri'
|
|
14
14
|
|
|
15
15
|
module ESI
|
|
16
16
|
class CorporationApi
|
|
@@ -19,9 +19,8 @@ module ESI
|
|
|
19
19
|
def initialize(api_client = ApiClient.default)
|
|
20
20
|
@api_client = api_client
|
|
21
21
|
end
|
|
22
|
-
|
|
23
22
|
# Get corporation information
|
|
24
|
-
# Public information about a corporation --- This route is cached for up to 3600 seconds
|
|
23
|
+
# Public information about a corporation --- Alternate route: `/dev/corporations/{corporation_id}/` Alternate route: `/v4/corporations/{corporation_id}/` --- This route is cached for up to 3600 seconds
|
|
25
24
|
# @param corporation_id An EVE corporation ID
|
|
26
25
|
# @param [Hash] opts the optional parameters
|
|
27
26
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
|
@@ -29,11 +28,11 @@ module ESI
|
|
|
29
28
|
# @return [GetCorporationsCorporationIdOk]
|
|
30
29
|
def get_corporations_corporation_id(corporation_id, opts = {})
|
|
31
30
|
data, _status_code, _headers = get_corporations_corporation_id_with_http_info(corporation_id, opts)
|
|
32
|
-
|
|
31
|
+
data
|
|
33
32
|
end
|
|
34
33
|
|
|
35
34
|
# Get corporation information
|
|
36
|
-
# Public information about a corporation --- This route is cached for up to 3600 seconds
|
|
35
|
+
# Public information about a corporation --- Alternate route: `/dev/corporations/{corporation_id}/` Alternate route: `/v4/corporations/{corporation_id}/` --- This route is cached for up to 3600 seconds
|
|
37
36
|
# @param corporation_id An EVE corporation ID
|
|
38
37
|
# @param [Hash] opts the optional parameters
|
|
39
38
|
# @option opts [String] :datasource The server name you would like data from
|
|
@@ -41,7 +40,7 @@ module ESI
|
|
|
41
40
|
# @return [Array<(GetCorporationsCorporationIdOk, Fixnum, Hash)>] GetCorporationsCorporationIdOk data, response status code and response headers
|
|
42
41
|
def get_corporations_corporation_id_with_http_info(corporation_id, opts = {})
|
|
43
42
|
if @api_client.config.debugging
|
|
44
|
-
@api_client.config.logger.debug
|
|
43
|
+
@api_client.config.logger.debug 'Calling API: CorporationApi.get_corporations_corporation_id ...'
|
|
45
44
|
end
|
|
46
45
|
# verify the required parameter 'corporation_id' is set
|
|
47
46
|
if @api_client.config.client_side_validation && corporation_id.nil?
|
|
@@ -51,11 +50,11 @@ module ESI
|
|
|
51
50
|
fail ArgumentError, 'invalid value for "corporation_id" when calling CorporationApi.get_corporations_corporation_id, must be greater than or equal to 1.'
|
|
52
51
|
end
|
|
53
52
|
|
|
54
|
-
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'
|
|
55
|
-
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility
|
|
53
|
+
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'].include?(opts[:'datasource'])
|
|
54
|
+
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility'
|
|
56
55
|
end
|
|
57
56
|
# resource path
|
|
58
|
-
local_var_path =
|
|
57
|
+
local_var_path = '/corporations/{corporation_id}/'.sub('{' + 'corporation_id' + '}', corporation_id.to_s)
|
|
59
58
|
|
|
60
59
|
# query parameters
|
|
61
60
|
query_params = {}
|
|
@@ -87,9 +86,8 @@ module ESI
|
|
|
87
86
|
end
|
|
88
87
|
return data, status_code, headers
|
|
89
88
|
end
|
|
90
|
-
|
|
91
89
|
# Get alliance history
|
|
92
|
-
# Get a list of all the alliances a corporation has been a member of --- This route is cached for up to 3600 seconds
|
|
90
|
+
# Get a list of all the alliances a corporation has been a member of --- Alternate route: `/dev/corporations/{corporation_id}/alliancehistory/` Alternate route: `/v2/corporations/{corporation_id}/alliancehistory/` --- This route is cached for up to 3600 seconds
|
|
93
91
|
# @param corporation_id An EVE corporation ID
|
|
94
92
|
# @param [Hash] opts the optional parameters
|
|
95
93
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
|
@@ -97,11 +95,11 @@ module ESI
|
|
|
97
95
|
# @return [Array<GetCorporationsCorporationIdAlliancehistory200Ok>]
|
|
98
96
|
def get_corporations_corporation_id_alliancehistory(corporation_id, opts = {})
|
|
99
97
|
data, _status_code, _headers = get_corporations_corporation_id_alliancehistory_with_http_info(corporation_id, opts)
|
|
100
|
-
|
|
98
|
+
data
|
|
101
99
|
end
|
|
102
100
|
|
|
103
101
|
# Get alliance history
|
|
104
|
-
# Get a list of all the alliances a corporation has been a member of --- This route is cached for up to 3600 seconds
|
|
102
|
+
# Get a list of all the alliances a corporation has been a member of --- Alternate route: `/dev/corporations/{corporation_id}/alliancehistory/` Alternate route: `/v2/corporations/{corporation_id}/alliancehistory/` --- This route is cached for up to 3600 seconds
|
|
105
103
|
# @param corporation_id An EVE corporation ID
|
|
106
104
|
# @param [Hash] opts the optional parameters
|
|
107
105
|
# @option opts [String] :datasource The server name you would like data from
|
|
@@ -109,7 +107,7 @@ module ESI
|
|
|
109
107
|
# @return [Array<(Array<GetCorporationsCorporationIdAlliancehistory200Ok>, Fixnum, Hash)>] Array<GetCorporationsCorporationIdAlliancehistory200Ok> data, response status code and response headers
|
|
110
108
|
def get_corporations_corporation_id_alliancehistory_with_http_info(corporation_id, opts = {})
|
|
111
109
|
if @api_client.config.debugging
|
|
112
|
-
@api_client.config.logger.debug
|
|
110
|
+
@api_client.config.logger.debug 'Calling API: CorporationApi.get_corporations_corporation_id_alliancehistory ...'
|
|
113
111
|
end
|
|
114
112
|
# verify the required parameter 'corporation_id' is set
|
|
115
113
|
if @api_client.config.client_side_validation && corporation_id.nil?
|
|
@@ -119,11 +117,11 @@ module ESI
|
|
|
119
117
|
fail ArgumentError, 'invalid value for "corporation_id" when calling CorporationApi.get_corporations_corporation_id_alliancehistory, must be greater than or equal to 1.'
|
|
120
118
|
end
|
|
121
119
|
|
|
122
|
-
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'
|
|
123
|
-
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility
|
|
120
|
+
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'].include?(opts[:'datasource'])
|
|
121
|
+
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility'
|
|
124
122
|
end
|
|
125
123
|
# resource path
|
|
126
|
-
local_var_path =
|
|
124
|
+
local_var_path = '/corporations/{corporation_id}/alliancehistory/'.sub('{' + 'corporation_id' + '}', corporation_id.to_s)
|
|
127
125
|
|
|
128
126
|
# query parameters
|
|
129
127
|
query_params = {}
|
|
@@ -155,9 +153,8 @@ module ESI
|
|
|
155
153
|
end
|
|
156
154
|
return data, status_code, headers
|
|
157
155
|
end
|
|
158
|
-
|
|
159
156
|
# Get corporation blueprints
|
|
160
|
-
# Returns a list of blueprints the corporation owns --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): Director
|
|
157
|
+
# Returns a list of blueprints the corporation owns --- Alternate route: `/dev/corporations/{corporation_id}/blueprints/` Alternate route: `/v2/corporations/{corporation_id}/blueprints/` --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): Director
|
|
161
158
|
# @param corporation_id An EVE corporation ID
|
|
162
159
|
# @param [Hash] opts the optional parameters
|
|
163
160
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
|
@@ -167,11 +164,11 @@ module ESI
|
|
|
167
164
|
# @return [Array<GetCorporationsCorporationIdBlueprints200Ok>]
|
|
168
165
|
def get_corporations_corporation_id_blueprints(corporation_id, opts = {})
|
|
169
166
|
data, _status_code, _headers = get_corporations_corporation_id_blueprints_with_http_info(corporation_id, opts)
|
|
170
|
-
|
|
167
|
+
data
|
|
171
168
|
end
|
|
172
169
|
|
|
173
170
|
# Get corporation blueprints
|
|
174
|
-
# Returns a list of blueprints the corporation owns --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): Director
|
|
171
|
+
# Returns a list of blueprints the corporation owns --- Alternate route: `/dev/corporations/{corporation_id}/blueprints/` Alternate route: `/v2/corporations/{corporation_id}/blueprints/` --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): Director
|
|
175
172
|
# @param corporation_id An EVE corporation ID
|
|
176
173
|
# @param [Hash] opts the optional parameters
|
|
177
174
|
# @option opts [String] :datasource The server name you would like data from
|
|
@@ -181,7 +178,7 @@ module ESI
|
|
|
181
178
|
# @return [Array<(Array<GetCorporationsCorporationIdBlueprints200Ok>, Fixnum, Hash)>] Array<GetCorporationsCorporationIdBlueprints200Ok> data, response status code and response headers
|
|
182
179
|
def get_corporations_corporation_id_blueprints_with_http_info(corporation_id, opts = {})
|
|
183
180
|
if @api_client.config.debugging
|
|
184
|
-
@api_client.config.logger.debug
|
|
181
|
+
@api_client.config.logger.debug 'Calling API: CorporationApi.get_corporations_corporation_id_blueprints ...'
|
|
185
182
|
end
|
|
186
183
|
# verify the required parameter 'corporation_id' is set
|
|
187
184
|
if @api_client.config.client_side_validation && corporation_id.nil?
|
|
@@ -191,15 +188,15 @@ module ESI
|
|
|
191
188
|
fail ArgumentError, 'invalid value for "corporation_id" when calling CorporationApi.get_corporations_corporation_id_blueprints, must be greater than or equal to 1.'
|
|
192
189
|
end
|
|
193
190
|
|
|
194
|
-
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'
|
|
195
|
-
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility
|
|
191
|
+
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'].include?(opts[:'datasource'])
|
|
192
|
+
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility'
|
|
196
193
|
end
|
|
197
194
|
if @api_client.config.client_side_validation && !opts[:'page'].nil? && opts[:'page'] < 1
|
|
198
195
|
fail ArgumentError, 'invalid value for "opts[:"page"]" when calling CorporationApi.get_corporations_corporation_id_blueprints, must be greater than or equal to 1.'
|
|
199
196
|
end
|
|
200
197
|
|
|
201
198
|
# resource path
|
|
202
|
-
local_var_path =
|
|
199
|
+
local_var_path = '/corporations/{corporation_id}/blueprints/'.sub('{' + 'corporation_id' + '}', corporation_id.to_s)
|
|
203
200
|
|
|
204
201
|
# query parameters
|
|
205
202
|
query_params = {}
|
|
@@ -233,9 +230,8 @@ module ESI
|
|
|
233
230
|
end
|
|
234
231
|
return data, status_code, headers
|
|
235
232
|
end
|
|
236
|
-
|
|
237
233
|
# Get all corporation ALSC logs
|
|
238
|
-
# Returns logs recorded in the past seven days from all audit log secure containers (ALSC) owned by a given corporation --- This route is cached for up to 600 seconds --- Requires one of the following EVE corporation role(s): Director
|
|
234
|
+
# Returns logs recorded in the past seven days from all audit log secure containers (ALSC) owned by a given corporation --- Alternate route: `/dev/corporations/{corporation_id}/containers/logs/` Alternate route: `/v2/corporations/{corporation_id}/containers/logs/` --- This route is cached for up to 600 seconds --- Requires one of the following EVE corporation role(s): Director
|
|
239
235
|
# @param corporation_id An EVE corporation ID
|
|
240
236
|
# @param [Hash] opts the optional parameters
|
|
241
237
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
|
@@ -245,11 +241,11 @@ module ESI
|
|
|
245
241
|
# @return [Array<GetCorporationsCorporationIdContainersLogs200Ok>]
|
|
246
242
|
def get_corporations_corporation_id_containers_logs(corporation_id, opts = {})
|
|
247
243
|
data, _status_code, _headers = get_corporations_corporation_id_containers_logs_with_http_info(corporation_id, opts)
|
|
248
|
-
|
|
244
|
+
data
|
|
249
245
|
end
|
|
250
246
|
|
|
251
247
|
# Get all corporation ALSC logs
|
|
252
|
-
# Returns logs recorded in the past seven days from all audit log secure containers (ALSC) owned by a given corporation --- This route is cached for up to 600 seconds --- Requires one of the following EVE corporation role(s): Director
|
|
248
|
+
# Returns logs recorded in the past seven days from all audit log secure containers (ALSC) owned by a given corporation --- Alternate route: `/dev/corporations/{corporation_id}/containers/logs/` Alternate route: `/v2/corporations/{corporation_id}/containers/logs/` --- This route is cached for up to 600 seconds --- Requires one of the following EVE corporation role(s): Director
|
|
253
249
|
# @param corporation_id An EVE corporation ID
|
|
254
250
|
# @param [Hash] opts the optional parameters
|
|
255
251
|
# @option opts [String] :datasource The server name you would like data from
|
|
@@ -259,7 +255,7 @@ module ESI
|
|
|
259
255
|
# @return [Array<(Array<GetCorporationsCorporationIdContainersLogs200Ok>, Fixnum, Hash)>] Array<GetCorporationsCorporationIdContainersLogs200Ok> data, response status code and response headers
|
|
260
256
|
def get_corporations_corporation_id_containers_logs_with_http_info(corporation_id, opts = {})
|
|
261
257
|
if @api_client.config.debugging
|
|
262
|
-
@api_client.config.logger.debug
|
|
258
|
+
@api_client.config.logger.debug 'Calling API: CorporationApi.get_corporations_corporation_id_containers_logs ...'
|
|
263
259
|
end
|
|
264
260
|
# verify the required parameter 'corporation_id' is set
|
|
265
261
|
if @api_client.config.client_side_validation && corporation_id.nil?
|
|
@@ -269,15 +265,15 @@ module ESI
|
|
|
269
265
|
fail ArgumentError, 'invalid value for "corporation_id" when calling CorporationApi.get_corporations_corporation_id_containers_logs, must be greater than or equal to 1.'
|
|
270
266
|
end
|
|
271
267
|
|
|
272
|
-
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'
|
|
273
|
-
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility
|
|
268
|
+
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'].include?(opts[:'datasource'])
|
|
269
|
+
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility'
|
|
274
270
|
end
|
|
275
271
|
if @api_client.config.client_side_validation && !opts[:'page'].nil? && opts[:'page'] < 1
|
|
276
272
|
fail ArgumentError, 'invalid value for "opts[:"page"]" when calling CorporationApi.get_corporations_corporation_id_containers_logs, must be greater than or equal to 1.'
|
|
277
273
|
end
|
|
278
274
|
|
|
279
275
|
# resource path
|
|
280
|
-
local_var_path =
|
|
276
|
+
local_var_path = '/corporations/{corporation_id}/containers/logs/'.sub('{' + 'corporation_id' + '}', corporation_id.to_s)
|
|
281
277
|
|
|
282
278
|
# query parameters
|
|
283
279
|
query_params = {}
|
|
@@ -311,9 +307,8 @@ module ESI
|
|
|
311
307
|
end
|
|
312
308
|
return data, status_code, headers
|
|
313
309
|
end
|
|
314
|
-
|
|
315
310
|
# Get corporation divisions
|
|
316
|
-
# Return corporation hangar and wallet division names, only show if a division is not using the default name --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): Director
|
|
311
|
+
# Return corporation hangar and wallet division names, only show if a division is not using the default name --- Alternate route: `/dev/corporations/{corporation_id}/divisions/` Alternate route: `/legacy/corporations/{corporation_id}/divisions/` Alternate route: `/v1/corporations/{corporation_id}/divisions/` --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): Director
|
|
317
312
|
# @param corporation_id An EVE corporation ID
|
|
318
313
|
# @param [Hash] opts the optional parameters
|
|
319
314
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
|
@@ -322,11 +317,11 @@ module ESI
|
|
|
322
317
|
# @return [GetCorporationsCorporationIdDivisionsOk]
|
|
323
318
|
def get_corporations_corporation_id_divisions(corporation_id, opts = {})
|
|
324
319
|
data, _status_code, _headers = get_corporations_corporation_id_divisions_with_http_info(corporation_id, opts)
|
|
325
|
-
|
|
320
|
+
data
|
|
326
321
|
end
|
|
327
322
|
|
|
328
323
|
# Get corporation divisions
|
|
329
|
-
# Return corporation hangar and wallet division names, only show if a division is not using the default name --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): Director
|
|
324
|
+
# Return corporation hangar and wallet division names, only show if a division is not using the default name --- Alternate route: `/dev/corporations/{corporation_id}/divisions/` Alternate route: `/legacy/corporations/{corporation_id}/divisions/` Alternate route: `/v1/corporations/{corporation_id}/divisions/` --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): Director
|
|
330
325
|
# @param corporation_id An EVE corporation ID
|
|
331
326
|
# @param [Hash] opts the optional parameters
|
|
332
327
|
# @option opts [String] :datasource The server name you would like data from
|
|
@@ -335,7 +330,7 @@ module ESI
|
|
|
335
330
|
# @return [Array<(GetCorporationsCorporationIdDivisionsOk, Fixnum, Hash)>] GetCorporationsCorporationIdDivisionsOk data, response status code and response headers
|
|
336
331
|
def get_corporations_corporation_id_divisions_with_http_info(corporation_id, opts = {})
|
|
337
332
|
if @api_client.config.debugging
|
|
338
|
-
@api_client.config.logger.debug
|
|
333
|
+
@api_client.config.logger.debug 'Calling API: CorporationApi.get_corporations_corporation_id_divisions ...'
|
|
339
334
|
end
|
|
340
335
|
# verify the required parameter 'corporation_id' is set
|
|
341
336
|
if @api_client.config.client_side_validation && corporation_id.nil?
|
|
@@ -345,11 +340,11 @@ module ESI
|
|
|
345
340
|
fail ArgumentError, 'invalid value for "corporation_id" when calling CorporationApi.get_corporations_corporation_id_divisions, must be greater than or equal to 1.'
|
|
346
341
|
end
|
|
347
342
|
|
|
348
|
-
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'
|
|
349
|
-
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility
|
|
343
|
+
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'].include?(opts[:'datasource'])
|
|
344
|
+
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility'
|
|
350
345
|
end
|
|
351
346
|
# resource path
|
|
352
|
-
local_var_path =
|
|
347
|
+
local_var_path = '/corporations/{corporation_id}/divisions/'.sub('{' + 'corporation_id' + '}', corporation_id.to_s)
|
|
353
348
|
|
|
354
349
|
# query parameters
|
|
355
350
|
query_params = {}
|
|
@@ -382,9 +377,8 @@ module ESI
|
|
|
382
377
|
end
|
|
383
378
|
return data, status_code, headers
|
|
384
379
|
end
|
|
385
|
-
|
|
386
380
|
# Get corporation facilities
|
|
387
|
-
# Return a corporation's facilities --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): Factory_Manager
|
|
381
|
+
# Return a corporation's facilities --- Alternate route: `/dev/corporations/{corporation_id}/facilities/` Alternate route: `/legacy/corporations/{corporation_id}/facilities/` Alternate route: `/v1/corporations/{corporation_id}/facilities/` --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): Factory_Manager
|
|
388
382
|
# @param corporation_id An EVE corporation ID
|
|
389
383
|
# @param [Hash] opts the optional parameters
|
|
390
384
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
|
@@ -393,11 +387,11 @@ module ESI
|
|
|
393
387
|
# @return [Array<GetCorporationsCorporationIdFacilities200Ok>]
|
|
394
388
|
def get_corporations_corporation_id_facilities(corporation_id, opts = {})
|
|
395
389
|
data, _status_code, _headers = get_corporations_corporation_id_facilities_with_http_info(corporation_id, opts)
|
|
396
|
-
|
|
390
|
+
data
|
|
397
391
|
end
|
|
398
392
|
|
|
399
393
|
# Get corporation facilities
|
|
400
|
-
# Return a corporation's facilities --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): Factory_Manager
|
|
394
|
+
# Return a corporation's facilities --- Alternate route: `/dev/corporations/{corporation_id}/facilities/` Alternate route: `/legacy/corporations/{corporation_id}/facilities/` Alternate route: `/v1/corporations/{corporation_id}/facilities/` --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): Factory_Manager
|
|
401
395
|
# @param corporation_id An EVE corporation ID
|
|
402
396
|
# @param [Hash] opts the optional parameters
|
|
403
397
|
# @option opts [String] :datasource The server name you would like data from
|
|
@@ -406,7 +400,7 @@ module ESI
|
|
|
406
400
|
# @return [Array<(Array<GetCorporationsCorporationIdFacilities200Ok>, Fixnum, Hash)>] Array<GetCorporationsCorporationIdFacilities200Ok> data, response status code and response headers
|
|
407
401
|
def get_corporations_corporation_id_facilities_with_http_info(corporation_id, opts = {})
|
|
408
402
|
if @api_client.config.debugging
|
|
409
|
-
@api_client.config.logger.debug
|
|
403
|
+
@api_client.config.logger.debug 'Calling API: CorporationApi.get_corporations_corporation_id_facilities ...'
|
|
410
404
|
end
|
|
411
405
|
# verify the required parameter 'corporation_id' is set
|
|
412
406
|
if @api_client.config.client_side_validation && corporation_id.nil?
|
|
@@ -416,11 +410,11 @@ module ESI
|
|
|
416
410
|
fail ArgumentError, 'invalid value for "corporation_id" when calling CorporationApi.get_corporations_corporation_id_facilities, must be greater than or equal to 1.'
|
|
417
411
|
end
|
|
418
412
|
|
|
419
|
-
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'
|
|
420
|
-
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility
|
|
413
|
+
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'].include?(opts[:'datasource'])
|
|
414
|
+
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility'
|
|
421
415
|
end
|
|
422
416
|
# resource path
|
|
423
|
-
local_var_path =
|
|
417
|
+
local_var_path = '/corporations/{corporation_id}/facilities/'.sub('{' + 'corporation_id' + '}', corporation_id.to_s)
|
|
424
418
|
|
|
425
419
|
# query parameters
|
|
426
420
|
query_params = {}
|
|
@@ -453,9 +447,8 @@ module ESI
|
|
|
453
447
|
end
|
|
454
448
|
return data, status_code, headers
|
|
455
449
|
end
|
|
456
|
-
|
|
457
450
|
# Get corporation icon
|
|
458
|
-
# Get the icon urls for a corporation --- This route is cached for up to 3600 seconds
|
|
451
|
+
# Get the icon urls for a corporation --- Alternate route: `/legacy/corporations/{corporation_id}/icons/` Alternate route: `/v1/corporations/{corporation_id}/icons/` --- This route is cached for up to 3600 seconds --- [Diff of the upcoming changes](https://esi.evetech.net/diff/latest/dev/#GET-/corporations/{corporation_id}/icons/)
|
|
459
452
|
# @param corporation_id An EVE corporation ID
|
|
460
453
|
# @param [Hash] opts the optional parameters
|
|
461
454
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
|
@@ -463,11 +456,11 @@ module ESI
|
|
|
463
456
|
# @return [GetCorporationsCorporationIdIconsOk]
|
|
464
457
|
def get_corporations_corporation_id_icons(corporation_id, opts = {})
|
|
465
458
|
data, _status_code, _headers = get_corporations_corporation_id_icons_with_http_info(corporation_id, opts)
|
|
466
|
-
|
|
459
|
+
data
|
|
467
460
|
end
|
|
468
461
|
|
|
469
462
|
# Get corporation icon
|
|
470
|
-
# Get the icon urls for a corporation --- This route is cached for up to 3600 seconds
|
|
463
|
+
# Get the icon urls for a corporation --- Alternate route: `/legacy/corporations/{corporation_id}/icons/` Alternate route: `/v1/corporations/{corporation_id}/icons/` --- This route is cached for up to 3600 seconds --- [Diff of the upcoming changes](https://esi.evetech.net/diff/latest/dev/#GET-/corporations/{corporation_id}/icons/)
|
|
471
464
|
# @param corporation_id An EVE corporation ID
|
|
472
465
|
# @param [Hash] opts the optional parameters
|
|
473
466
|
# @option opts [String] :datasource The server name you would like data from
|
|
@@ -475,7 +468,7 @@ module ESI
|
|
|
475
468
|
# @return [Array<(GetCorporationsCorporationIdIconsOk, Fixnum, Hash)>] GetCorporationsCorporationIdIconsOk data, response status code and response headers
|
|
476
469
|
def get_corporations_corporation_id_icons_with_http_info(corporation_id, opts = {})
|
|
477
470
|
if @api_client.config.debugging
|
|
478
|
-
@api_client.config.logger.debug
|
|
471
|
+
@api_client.config.logger.debug 'Calling API: CorporationApi.get_corporations_corporation_id_icons ...'
|
|
479
472
|
end
|
|
480
473
|
# verify the required parameter 'corporation_id' is set
|
|
481
474
|
if @api_client.config.client_side_validation && corporation_id.nil?
|
|
@@ -485,11 +478,11 @@ module ESI
|
|
|
485
478
|
fail ArgumentError, 'invalid value for "corporation_id" when calling CorporationApi.get_corporations_corporation_id_icons, must be greater than or equal to 1.'
|
|
486
479
|
end
|
|
487
480
|
|
|
488
|
-
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'
|
|
489
|
-
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility
|
|
481
|
+
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'].include?(opts[:'datasource'])
|
|
482
|
+
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility'
|
|
490
483
|
end
|
|
491
484
|
# resource path
|
|
492
|
-
local_var_path =
|
|
485
|
+
local_var_path = '/corporations/{corporation_id}/icons/'.sub('{' + 'corporation_id' + '}', corporation_id.to_s)
|
|
493
486
|
|
|
494
487
|
# query parameters
|
|
495
488
|
query_params = {}
|
|
@@ -521,9 +514,8 @@ module ESI
|
|
|
521
514
|
end
|
|
522
515
|
return data, status_code, headers
|
|
523
516
|
end
|
|
524
|
-
|
|
525
517
|
# Get corporation medals
|
|
526
|
-
# Returns a corporation's medals --- This route is cached for up to 3600 seconds
|
|
518
|
+
# Returns a corporation's medals --- Alternate route: `/dev/corporations/{corporation_id}/medals/` Alternate route: `/legacy/corporations/{corporation_id}/medals/` Alternate route: `/v1/corporations/{corporation_id}/medals/` --- This route is cached for up to 3600 seconds
|
|
527
519
|
# @param corporation_id An EVE corporation ID
|
|
528
520
|
# @param [Hash] opts the optional parameters
|
|
529
521
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
|
@@ -533,11 +525,11 @@ module ESI
|
|
|
533
525
|
# @return [Array<GetCorporationsCorporationIdMedals200Ok>]
|
|
534
526
|
def get_corporations_corporation_id_medals(corporation_id, opts = {})
|
|
535
527
|
data, _status_code, _headers = get_corporations_corporation_id_medals_with_http_info(corporation_id, opts)
|
|
536
|
-
|
|
528
|
+
data
|
|
537
529
|
end
|
|
538
530
|
|
|
539
531
|
# Get corporation medals
|
|
540
|
-
# Returns a corporation's medals --- This route is cached for up to 3600 seconds
|
|
532
|
+
# Returns a corporation's medals --- Alternate route: `/dev/corporations/{corporation_id}/medals/` Alternate route: `/legacy/corporations/{corporation_id}/medals/` Alternate route: `/v1/corporations/{corporation_id}/medals/` --- This route is cached for up to 3600 seconds
|
|
541
533
|
# @param corporation_id An EVE corporation ID
|
|
542
534
|
# @param [Hash] opts the optional parameters
|
|
543
535
|
# @option opts [String] :datasource The server name you would like data from
|
|
@@ -547,7 +539,7 @@ module ESI
|
|
|
547
539
|
# @return [Array<(Array<GetCorporationsCorporationIdMedals200Ok>, Fixnum, Hash)>] Array<GetCorporationsCorporationIdMedals200Ok> data, response status code and response headers
|
|
548
540
|
def get_corporations_corporation_id_medals_with_http_info(corporation_id, opts = {})
|
|
549
541
|
if @api_client.config.debugging
|
|
550
|
-
@api_client.config.logger.debug
|
|
542
|
+
@api_client.config.logger.debug 'Calling API: CorporationApi.get_corporations_corporation_id_medals ...'
|
|
551
543
|
end
|
|
552
544
|
# verify the required parameter 'corporation_id' is set
|
|
553
545
|
if @api_client.config.client_side_validation && corporation_id.nil?
|
|
@@ -557,15 +549,15 @@ module ESI
|
|
|
557
549
|
fail ArgumentError, 'invalid value for "corporation_id" when calling CorporationApi.get_corporations_corporation_id_medals, must be greater than or equal to 1.'
|
|
558
550
|
end
|
|
559
551
|
|
|
560
|
-
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'
|
|
561
|
-
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility
|
|
552
|
+
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'].include?(opts[:'datasource'])
|
|
553
|
+
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility'
|
|
562
554
|
end
|
|
563
555
|
if @api_client.config.client_side_validation && !opts[:'page'].nil? && opts[:'page'] < 1
|
|
564
556
|
fail ArgumentError, 'invalid value for "opts[:"page"]" when calling CorporationApi.get_corporations_corporation_id_medals, must be greater than or equal to 1.'
|
|
565
557
|
end
|
|
566
558
|
|
|
567
559
|
# resource path
|
|
568
|
-
local_var_path =
|
|
560
|
+
local_var_path = '/corporations/{corporation_id}/medals/'.sub('{' + 'corporation_id' + '}', corporation_id.to_s)
|
|
569
561
|
|
|
570
562
|
# query parameters
|
|
571
563
|
query_params = {}
|
|
@@ -599,9 +591,8 @@ module ESI
|
|
|
599
591
|
end
|
|
600
592
|
return data, status_code, headers
|
|
601
593
|
end
|
|
602
|
-
|
|
603
594
|
# Get corporation issued medals
|
|
604
|
-
# Returns medals issued by a corporation --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): Director
|
|
595
|
+
# Returns medals issued by a corporation --- Alternate route: `/dev/corporations/{corporation_id}/medals/issued/` Alternate route: `/legacy/corporations/{corporation_id}/medals/issued/` Alternate route: `/v1/corporations/{corporation_id}/medals/issued/` --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): Director
|
|
605
596
|
# @param corporation_id An EVE corporation ID
|
|
606
597
|
# @param [Hash] opts the optional parameters
|
|
607
598
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
|
@@ -611,11 +602,11 @@ module ESI
|
|
|
611
602
|
# @return [Array<GetCorporationsCorporationIdMedalsIssued200Ok>]
|
|
612
603
|
def get_corporations_corporation_id_medals_issued(corporation_id, opts = {})
|
|
613
604
|
data, _status_code, _headers = get_corporations_corporation_id_medals_issued_with_http_info(corporation_id, opts)
|
|
614
|
-
|
|
605
|
+
data
|
|
615
606
|
end
|
|
616
607
|
|
|
617
608
|
# Get corporation issued medals
|
|
618
|
-
# Returns medals issued by a corporation --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): Director
|
|
609
|
+
# Returns medals issued by a corporation --- Alternate route: `/dev/corporations/{corporation_id}/medals/issued/` Alternate route: `/legacy/corporations/{corporation_id}/medals/issued/` Alternate route: `/v1/corporations/{corporation_id}/medals/issued/` --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): Director
|
|
619
610
|
# @param corporation_id An EVE corporation ID
|
|
620
611
|
# @param [Hash] opts the optional parameters
|
|
621
612
|
# @option opts [String] :datasource The server name you would like data from
|
|
@@ -625,7 +616,7 @@ module ESI
|
|
|
625
616
|
# @return [Array<(Array<GetCorporationsCorporationIdMedalsIssued200Ok>, Fixnum, Hash)>] Array<GetCorporationsCorporationIdMedalsIssued200Ok> data, response status code and response headers
|
|
626
617
|
def get_corporations_corporation_id_medals_issued_with_http_info(corporation_id, opts = {})
|
|
627
618
|
if @api_client.config.debugging
|
|
628
|
-
@api_client.config.logger.debug
|
|
619
|
+
@api_client.config.logger.debug 'Calling API: CorporationApi.get_corporations_corporation_id_medals_issued ...'
|
|
629
620
|
end
|
|
630
621
|
# verify the required parameter 'corporation_id' is set
|
|
631
622
|
if @api_client.config.client_side_validation && corporation_id.nil?
|
|
@@ -635,15 +626,15 @@ module ESI
|
|
|
635
626
|
fail ArgumentError, 'invalid value for "corporation_id" when calling CorporationApi.get_corporations_corporation_id_medals_issued, must be greater than or equal to 1.'
|
|
636
627
|
end
|
|
637
628
|
|
|
638
|
-
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'
|
|
639
|
-
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility
|
|
629
|
+
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'].include?(opts[:'datasource'])
|
|
630
|
+
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility'
|
|
640
631
|
end
|
|
641
632
|
if @api_client.config.client_side_validation && !opts[:'page'].nil? && opts[:'page'] < 1
|
|
642
633
|
fail ArgumentError, 'invalid value for "opts[:"page"]" when calling CorporationApi.get_corporations_corporation_id_medals_issued, must be greater than or equal to 1.'
|
|
643
634
|
end
|
|
644
635
|
|
|
645
636
|
# resource path
|
|
646
|
-
local_var_path =
|
|
637
|
+
local_var_path = '/corporations/{corporation_id}/medals/issued/'.sub('{' + 'corporation_id' + '}', corporation_id.to_s)
|
|
647
638
|
|
|
648
639
|
# query parameters
|
|
649
640
|
query_params = {}
|
|
@@ -677,9 +668,8 @@ module ESI
|
|
|
677
668
|
end
|
|
678
669
|
return data, status_code, headers
|
|
679
670
|
end
|
|
680
|
-
|
|
681
671
|
# Get corporation members
|
|
682
|
-
# Return the current member list of a corporation, the token's character need to be a member of the corporation. --- This route is cached for up to 3600 seconds
|
|
672
|
+
# Return the current member list of a corporation, the token's character need to be a member of the corporation. --- Alternate route: `/dev/corporations/{corporation_id}/members/` Alternate route: `/v3/corporations/{corporation_id}/members/` --- This route is cached for up to 3600 seconds
|
|
683
673
|
# @param corporation_id An EVE corporation ID
|
|
684
674
|
# @param [Hash] opts the optional parameters
|
|
685
675
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
|
@@ -688,11 +678,11 @@ module ESI
|
|
|
688
678
|
# @return [Array<Integer>]
|
|
689
679
|
def get_corporations_corporation_id_members(corporation_id, opts = {})
|
|
690
680
|
data, _status_code, _headers = get_corporations_corporation_id_members_with_http_info(corporation_id, opts)
|
|
691
|
-
|
|
681
|
+
data
|
|
692
682
|
end
|
|
693
683
|
|
|
694
684
|
# Get corporation members
|
|
695
|
-
# Return the current member list of a corporation, the token's character need to be a member of the corporation. --- This route is cached for up to 3600 seconds
|
|
685
|
+
# Return the current member list of a corporation, the token's character need to be a member of the corporation. --- Alternate route: `/dev/corporations/{corporation_id}/members/` Alternate route: `/v3/corporations/{corporation_id}/members/` --- This route is cached for up to 3600 seconds
|
|
696
686
|
# @param corporation_id An EVE corporation ID
|
|
697
687
|
# @param [Hash] opts the optional parameters
|
|
698
688
|
# @option opts [String] :datasource The server name you would like data from
|
|
@@ -701,7 +691,7 @@ module ESI
|
|
|
701
691
|
# @return [Array<(Array<Integer>, Fixnum, Hash)>] Array<Integer> data, response status code and response headers
|
|
702
692
|
def get_corporations_corporation_id_members_with_http_info(corporation_id, opts = {})
|
|
703
693
|
if @api_client.config.debugging
|
|
704
|
-
@api_client.config.logger.debug
|
|
694
|
+
@api_client.config.logger.debug 'Calling API: CorporationApi.get_corporations_corporation_id_members ...'
|
|
705
695
|
end
|
|
706
696
|
# verify the required parameter 'corporation_id' is set
|
|
707
697
|
if @api_client.config.client_side_validation && corporation_id.nil?
|
|
@@ -711,11 +701,11 @@ module ESI
|
|
|
711
701
|
fail ArgumentError, 'invalid value for "corporation_id" when calling CorporationApi.get_corporations_corporation_id_members, must be greater than or equal to 1.'
|
|
712
702
|
end
|
|
713
703
|
|
|
714
|
-
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'
|
|
715
|
-
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility
|
|
704
|
+
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'].include?(opts[:'datasource'])
|
|
705
|
+
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility'
|
|
716
706
|
end
|
|
717
707
|
# resource path
|
|
718
|
-
local_var_path =
|
|
708
|
+
local_var_path = '/corporations/{corporation_id}/members/'.sub('{' + 'corporation_id' + '}', corporation_id.to_s)
|
|
719
709
|
|
|
720
710
|
# query parameters
|
|
721
711
|
query_params = {}
|
|
@@ -748,9 +738,8 @@ module ESI
|
|
|
748
738
|
end
|
|
749
739
|
return data, status_code, headers
|
|
750
740
|
end
|
|
751
|
-
|
|
752
741
|
# Get corporation member limit
|
|
753
|
-
# Return a corporation's member limit, not including CEO himself --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): Director
|
|
742
|
+
# Return a corporation's member limit, not including CEO himself --- Alternate route: `/dev/corporations/{corporation_id}/members/limit/` Alternate route: `/legacy/corporations/{corporation_id}/members/limit/` Alternate route: `/v1/corporations/{corporation_id}/members/limit/` --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): Director
|
|
754
743
|
# @param corporation_id An EVE corporation ID
|
|
755
744
|
# @param [Hash] opts the optional parameters
|
|
756
745
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
|
@@ -759,11 +748,11 @@ module ESI
|
|
|
759
748
|
# @return [Integer]
|
|
760
749
|
def get_corporations_corporation_id_members_limit(corporation_id, opts = {})
|
|
761
750
|
data, _status_code, _headers = get_corporations_corporation_id_members_limit_with_http_info(corporation_id, opts)
|
|
762
|
-
|
|
751
|
+
data
|
|
763
752
|
end
|
|
764
753
|
|
|
765
754
|
# Get corporation member limit
|
|
766
|
-
# Return a corporation's member limit, not including CEO himself --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): Director
|
|
755
|
+
# Return a corporation's member limit, not including CEO himself --- Alternate route: `/dev/corporations/{corporation_id}/members/limit/` Alternate route: `/legacy/corporations/{corporation_id}/members/limit/` Alternate route: `/v1/corporations/{corporation_id}/members/limit/` --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): Director
|
|
767
756
|
# @param corporation_id An EVE corporation ID
|
|
768
757
|
# @param [Hash] opts the optional parameters
|
|
769
758
|
# @option opts [String] :datasource The server name you would like data from
|
|
@@ -772,7 +761,7 @@ module ESI
|
|
|
772
761
|
# @return [Array<(Integer, Fixnum, Hash)>] Integer data, response status code and response headers
|
|
773
762
|
def get_corporations_corporation_id_members_limit_with_http_info(corporation_id, opts = {})
|
|
774
763
|
if @api_client.config.debugging
|
|
775
|
-
@api_client.config.logger.debug
|
|
764
|
+
@api_client.config.logger.debug 'Calling API: CorporationApi.get_corporations_corporation_id_members_limit ...'
|
|
776
765
|
end
|
|
777
766
|
# verify the required parameter 'corporation_id' is set
|
|
778
767
|
if @api_client.config.client_side_validation && corporation_id.nil?
|
|
@@ -782,11 +771,11 @@ module ESI
|
|
|
782
771
|
fail ArgumentError, 'invalid value for "corporation_id" when calling CorporationApi.get_corporations_corporation_id_members_limit, must be greater than or equal to 1.'
|
|
783
772
|
end
|
|
784
773
|
|
|
785
|
-
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'
|
|
786
|
-
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility
|
|
774
|
+
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'].include?(opts[:'datasource'])
|
|
775
|
+
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility'
|
|
787
776
|
end
|
|
788
777
|
# resource path
|
|
789
|
-
local_var_path =
|
|
778
|
+
local_var_path = '/corporations/{corporation_id}/members/limit/'.sub('{' + 'corporation_id' + '}', corporation_id.to_s)
|
|
790
779
|
|
|
791
780
|
# query parameters
|
|
792
781
|
query_params = {}
|
|
@@ -819,9 +808,8 @@ module ESI
|
|
|
819
808
|
end
|
|
820
809
|
return data, status_code, headers
|
|
821
810
|
end
|
|
822
|
-
|
|
823
811
|
# Get corporation's members' titles
|
|
824
|
-
# Returns a corporation's members' titles --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): Director
|
|
812
|
+
# Returns a corporation's members' titles --- Alternate route: `/dev/corporations/{corporation_id}/members/titles/` Alternate route: `/legacy/corporations/{corporation_id}/members/titles/` Alternate route: `/v1/corporations/{corporation_id}/members/titles/` --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): Director
|
|
825
813
|
# @param corporation_id An EVE corporation ID
|
|
826
814
|
# @param [Hash] opts the optional parameters
|
|
827
815
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
|
@@ -830,11 +818,11 @@ module ESI
|
|
|
830
818
|
# @return [Array<GetCorporationsCorporationIdMembersTitles200Ok>]
|
|
831
819
|
def get_corporations_corporation_id_members_titles(corporation_id, opts = {})
|
|
832
820
|
data, _status_code, _headers = get_corporations_corporation_id_members_titles_with_http_info(corporation_id, opts)
|
|
833
|
-
|
|
821
|
+
data
|
|
834
822
|
end
|
|
835
823
|
|
|
836
824
|
# Get corporation's members' titles
|
|
837
|
-
# Returns a corporation's members' titles --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): Director
|
|
825
|
+
# Returns a corporation's members' titles --- Alternate route: `/dev/corporations/{corporation_id}/members/titles/` Alternate route: `/legacy/corporations/{corporation_id}/members/titles/` Alternate route: `/v1/corporations/{corporation_id}/members/titles/` --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): Director
|
|
838
826
|
# @param corporation_id An EVE corporation ID
|
|
839
827
|
# @param [Hash] opts the optional parameters
|
|
840
828
|
# @option opts [String] :datasource The server name you would like data from
|
|
@@ -843,7 +831,7 @@ module ESI
|
|
|
843
831
|
# @return [Array<(Array<GetCorporationsCorporationIdMembersTitles200Ok>, Fixnum, Hash)>] Array<GetCorporationsCorporationIdMembersTitles200Ok> data, response status code and response headers
|
|
844
832
|
def get_corporations_corporation_id_members_titles_with_http_info(corporation_id, opts = {})
|
|
845
833
|
if @api_client.config.debugging
|
|
846
|
-
@api_client.config.logger.debug
|
|
834
|
+
@api_client.config.logger.debug 'Calling API: CorporationApi.get_corporations_corporation_id_members_titles ...'
|
|
847
835
|
end
|
|
848
836
|
# verify the required parameter 'corporation_id' is set
|
|
849
837
|
if @api_client.config.client_side_validation && corporation_id.nil?
|
|
@@ -853,11 +841,11 @@ module ESI
|
|
|
853
841
|
fail ArgumentError, 'invalid value for "corporation_id" when calling CorporationApi.get_corporations_corporation_id_members_titles, must be greater than or equal to 1.'
|
|
854
842
|
end
|
|
855
843
|
|
|
856
|
-
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'
|
|
857
|
-
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility
|
|
844
|
+
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'].include?(opts[:'datasource'])
|
|
845
|
+
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility'
|
|
858
846
|
end
|
|
859
847
|
# resource path
|
|
860
|
-
local_var_path =
|
|
848
|
+
local_var_path = '/corporations/{corporation_id}/members/titles/'.sub('{' + 'corporation_id' + '}', corporation_id.to_s)
|
|
861
849
|
|
|
862
850
|
# query parameters
|
|
863
851
|
query_params = {}
|
|
@@ -890,9 +878,8 @@ module ESI
|
|
|
890
878
|
end
|
|
891
879
|
return data, status_code, headers
|
|
892
880
|
end
|
|
893
|
-
|
|
894
881
|
# Track corporation members
|
|
895
|
-
# Returns additional information about a corporation's members which helps tracking their activities --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): Director
|
|
882
|
+
# Returns additional information about a corporation's members which helps tracking their activities --- Alternate route: `/dev/corporations/{corporation_id}/membertracking/` Alternate route: `/legacy/corporations/{corporation_id}/membertracking/` Alternate route: `/v1/corporations/{corporation_id}/membertracking/` --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): Director
|
|
896
883
|
# @param corporation_id An EVE corporation ID
|
|
897
884
|
# @param [Hash] opts the optional parameters
|
|
898
885
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
|
@@ -901,11 +888,11 @@ module ESI
|
|
|
901
888
|
# @return [Array<GetCorporationsCorporationIdMembertracking200Ok>]
|
|
902
889
|
def get_corporations_corporation_id_membertracking(corporation_id, opts = {})
|
|
903
890
|
data, _status_code, _headers = get_corporations_corporation_id_membertracking_with_http_info(corporation_id, opts)
|
|
904
|
-
|
|
891
|
+
data
|
|
905
892
|
end
|
|
906
893
|
|
|
907
894
|
# Track corporation members
|
|
908
|
-
# Returns additional information about a corporation's members which helps tracking their activities --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): Director
|
|
895
|
+
# Returns additional information about a corporation's members which helps tracking their activities --- Alternate route: `/dev/corporations/{corporation_id}/membertracking/` Alternate route: `/legacy/corporations/{corporation_id}/membertracking/` Alternate route: `/v1/corporations/{corporation_id}/membertracking/` --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): Director
|
|
909
896
|
# @param corporation_id An EVE corporation ID
|
|
910
897
|
# @param [Hash] opts the optional parameters
|
|
911
898
|
# @option opts [String] :datasource The server name you would like data from
|
|
@@ -914,7 +901,7 @@ module ESI
|
|
|
914
901
|
# @return [Array<(Array<GetCorporationsCorporationIdMembertracking200Ok>, Fixnum, Hash)>] Array<GetCorporationsCorporationIdMembertracking200Ok> data, response status code and response headers
|
|
915
902
|
def get_corporations_corporation_id_membertracking_with_http_info(corporation_id, opts = {})
|
|
916
903
|
if @api_client.config.debugging
|
|
917
|
-
@api_client.config.logger.debug
|
|
904
|
+
@api_client.config.logger.debug 'Calling API: CorporationApi.get_corporations_corporation_id_membertracking ...'
|
|
918
905
|
end
|
|
919
906
|
# verify the required parameter 'corporation_id' is set
|
|
920
907
|
if @api_client.config.client_side_validation && corporation_id.nil?
|
|
@@ -924,11 +911,11 @@ module ESI
|
|
|
924
911
|
fail ArgumentError, 'invalid value for "corporation_id" when calling CorporationApi.get_corporations_corporation_id_membertracking, must be greater than or equal to 1.'
|
|
925
912
|
end
|
|
926
913
|
|
|
927
|
-
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'
|
|
928
|
-
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility
|
|
914
|
+
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'].include?(opts[:'datasource'])
|
|
915
|
+
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility'
|
|
929
916
|
end
|
|
930
917
|
# resource path
|
|
931
|
-
local_var_path =
|
|
918
|
+
local_var_path = '/corporations/{corporation_id}/membertracking/'.sub('{' + 'corporation_id' + '}', corporation_id.to_s)
|
|
932
919
|
|
|
933
920
|
# query parameters
|
|
934
921
|
query_params = {}
|
|
@@ -961,9 +948,8 @@ module ESI
|
|
|
961
948
|
end
|
|
962
949
|
return data, status_code, headers
|
|
963
950
|
end
|
|
964
|
-
|
|
965
951
|
# Get corporation member roles
|
|
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
|
|
952
|
+
# Return the roles of all members if the character has the personnel manager role or any grantable role. --- Alternate route: `/dev/corporations/{corporation_id}/roles/` Alternate route: `/legacy/corporations/{corporation_id}/roles/` Alternate route: `/v1/corporations/{corporation_id}/roles/` --- This route is cached for up to 3600 seconds
|
|
967
953
|
# @param corporation_id An EVE corporation ID
|
|
968
954
|
# @param [Hash] opts the optional parameters
|
|
969
955
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
|
@@ -972,11 +958,11 @@ module ESI
|
|
|
972
958
|
# @return [Array<GetCorporationsCorporationIdRoles200Ok>]
|
|
973
959
|
def get_corporations_corporation_id_roles(corporation_id, opts = {})
|
|
974
960
|
data, _status_code, _headers = get_corporations_corporation_id_roles_with_http_info(corporation_id, opts)
|
|
975
|
-
|
|
961
|
+
data
|
|
976
962
|
end
|
|
977
963
|
|
|
978
964
|
# Get corporation member roles
|
|
979
|
-
# 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
|
|
965
|
+
# Return the roles of all members if the character has the personnel manager role or any grantable role. --- Alternate route: `/dev/corporations/{corporation_id}/roles/` Alternate route: `/legacy/corporations/{corporation_id}/roles/` Alternate route: `/v1/corporations/{corporation_id}/roles/` --- This route is cached for up to 3600 seconds
|
|
980
966
|
# @param corporation_id An EVE corporation ID
|
|
981
967
|
# @param [Hash] opts the optional parameters
|
|
982
968
|
# @option opts [String] :datasource The server name you would like data from
|
|
@@ -985,7 +971,7 @@ module ESI
|
|
|
985
971
|
# @return [Array<(Array<GetCorporationsCorporationIdRoles200Ok>, Fixnum, Hash)>] Array<GetCorporationsCorporationIdRoles200Ok> data, response status code and response headers
|
|
986
972
|
def get_corporations_corporation_id_roles_with_http_info(corporation_id, opts = {})
|
|
987
973
|
if @api_client.config.debugging
|
|
988
|
-
@api_client.config.logger.debug
|
|
974
|
+
@api_client.config.logger.debug 'Calling API: CorporationApi.get_corporations_corporation_id_roles ...'
|
|
989
975
|
end
|
|
990
976
|
# verify the required parameter 'corporation_id' is set
|
|
991
977
|
if @api_client.config.client_side_validation && corporation_id.nil?
|
|
@@ -995,11 +981,11 @@ module ESI
|
|
|
995
981
|
fail ArgumentError, 'invalid value for "corporation_id" when calling CorporationApi.get_corporations_corporation_id_roles, must be greater than or equal to 1.'
|
|
996
982
|
end
|
|
997
983
|
|
|
998
|
-
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'
|
|
999
|
-
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility
|
|
984
|
+
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'].include?(opts[:'datasource'])
|
|
985
|
+
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility'
|
|
1000
986
|
end
|
|
1001
987
|
# resource path
|
|
1002
|
-
local_var_path =
|
|
988
|
+
local_var_path = '/corporations/{corporation_id}/roles/'.sub('{' + 'corporation_id' + '}', corporation_id.to_s)
|
|
1003
989
|
|
|
1004
990
|
# query parameters
|
|
1005
991
|
query_params = {}
|
|
@@ -1032,9 +1018,8 @@ module ESI
|
|
|
1032
1018
|
end
|
|
1033
1019
|
return data, status_code, headers
|
|
1034
1020
|
end
|
|
1035
|
-
|
|
1036
1021
|
# Get corporation member roles history
|
|
1037
|
-
# Return how roles have changed for a coporation's members, up to a month --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): Director
|
|
1022
|
+
# Return how roles have changed for a coporation's members, up to a month --- Alternate route: `/dev/corporations/{corporation_id}/roles/history/` Alternate route: `/legacy/corporations/{corporation_id}/roles/history/` Alternate route: `/v1/corporations/{corporation_id}/roles/history/` --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): Director
|
|
1038
1023
|
# @param corporation_id An EVE corporation ID
|
|
1039
1024
|
# @param [Hash] opts the optional parameters
|
|
1040
1025
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
|
@@ -1044,11 +1029,11 @@ module ESI
|
|
|
1044
1029
|
# @return [Array<GetCorporationsCorporationIdRolesHistory200Ok>]
|
|
1045
1030
|
def get_corporations_corporation_id_roles_history(corporation_id, opts = {})
|
|
1046
1031
|
data, _status_code, _headers = get_corporations_corporation_id_roles_history_with_http_info(corporation_id, opts)
|
|
1047
|
-
|
|
1032
|
+
data
|
|
1048
1033
|
end
|
|
1049
1034
|
|
|
1050
1035
|
# Get corporation member roles history
|
|
1051
|
-
# Return how roles have changed for a coporation's members, up to a month --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): Director
|
|
1036
|
+
# Return how roles have changed for a coporation's members, up to a month --- Alternate route: `/dev/corporations/{corporation_id}/roles/history/` Alternate route: `/legacy/corporations/{corporation_id}/roles/history/` Alternate route: `/v1/corporations/{corporation_id}/roles/history/` --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): Director
|
|
1052
1037
|
# @param corporation_id An EVE corporation ID
|
|
1053
1038
|
# @param [Hash] opts the optional parameters
|
|
1054
1039
|
# @option opts [String] :datasource The server name you would like data from
|
|
@@ -1058,7 +1043,7 @@ module ESI
|
|
|
1058
1043
|
# @return [Array<(Array<GetCorporationsCorporationIdRolesHistory200Ok>, Fixnum, Hash)>] Array<GetCorporationsCorporationIdRolesHistory200Ok> data, response status code and response headers
|
|
1059
1044
|
def get_corporations_corporation_id_roles_history_with_http_info(corporation_id, opts = {})
|
|
1060
1045
|
if @api_client.config.debugging
|
|
1061
|
-
@api_client.config.logger.debug
|
|
1046
|
+
@api_client.config.logger.debug 'Calling API: CorporationApi.get_corporations_corporation_id_roles_history ...'
|
|
1062
1047
|
end
|
|
1063
1048
|
# verify the required parameter 'corporation_id' is set
|
|
1064
1049
|
if @api_client.config.client_side_validation && corporation_id.nil?
|
|
@@ -1068,15 +1053,15 @@ module ESI
|
|
|
1068
1053
|
fail ArgumentError, 'invalid value for "corporation_id" when calling CorporationApi.get_corporations_corporation_id_roles_history, must be greater than or equal to 1.'
|
|
1069
1054
|
end
|
|
1070
1055
|
|
|
1071
|
-
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'
|
|
1072
|
-
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility
|
|
1056
|
+
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'].include?(opts[:'datasource'])
|
|
1057
|
+
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility'
|
|
1073
1058
|
end
|
|
1074
1059
|
if @api_client.config.client_side_validation && !opts[:'page'].nil? && opts[:'page'] < 1
|
|
1075
1060
|
fail ArgumentError, 'invalid value for "opts[:"page"]" when calling CorporationApi.get_corporations_corporation_id_roles_history, must be greater than or equal to 1.'
|
|
1076
1061
|
end
|
|
1077
1062
|
|
|
1078
1063
|
# resource path
|
|
1079
|
-
local_var_path =
|
|
1064
|
+
local_var_path = '/corporations/{corporation_id}/roles/history/'.sub('{' + 'corporation_id' + '}', corporation_id.to_s)
|
|
1080
1065
|
|
|
1081
1066
|
# query parameters
|
|
1082
1067
|
query_params = {}
|
|
@@ -1110,9 +1095,8 @@ module ESI
|
|
|
1110
1095
|
end
|
|
1111
1096
|
return data, status_code, headers
|
|
1112
1097
|
end
|
|
1113
|
-
|
|
1114
1098
|
# Get corporation shareholders
|
|
1115
|
-
# Return the current shareholders of a corporation. --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): Director
|
|
1099
|
+
# Return the current shareholders of a corporation. --- Alternate route: `/dev/corporations/{corporation_id}/shareholders/` Alternate route: `/legacy/corporations/{corporation_id}/shareholders/` Alternate route: `/v1/corporations/{corporation_id}/shareholders/` --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): Director
|
|
1116
1100
|
# @param corporation_id An EVE corporation ID
|
|
1117
1101
|
# @param [Hash] opts the optional parameters
|
|
1118
1102
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
|
@@ -1122,11 +1106,11 @@ module ESI
|
|
|
1122
1106
|
# @return [Array<GetCorporationsCorporationIdShareholders200Ok>]
|
|
1123
1107
|
def get_corporations_corporation_id_shareholders(corporation_id, opts = {})
|
|
1124
1108
|
data, _status_code, _headers = get_corporations_corporation_id_shareholders_with_http_info(corporation_id, opts)
|
|
1125
|
-
|
|
1109
|
+
data
|
|
1126
1110
|
end
|
|
1127
1111
|
|
|
1128
1112
|
# Get corporation shareholders
|
|
1129
|
-
# Return the current shareholders of a corporation. --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): Director
|
|
1113
|
+
# Return the current shareholders of a corporation. --- Alternate route: `/dev/corporations/{corporation_id}/shareholders/` Alternate route: `/legacy/corporations/{corporation_id}/shareholders/` Alternate route: `/v1/corporations/{corporation_id}/shareholders/` --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): Director
|
|
1130
1114
|
# @param corporation_id An EVE corporation ID
|
|
1131
1115
|
# @param [Hash] opts the optional parameters
|
|
1132
1116
|
# @option opts [String] :datasource The server name you would like data from
|
|
@@ -1136,7 +1120,7 @@ module ESI
|
|
|
1136
1120
|
# @return [Array<(Array<GetCorporationsCorporationIdShareholders200Ok>, Fixnum, Hash)>] Array<GetCorporationsCorporationIdShareholders200Ok> data, response status code and response headers
|
|
1137
1121
|
def get_corporations_corporation_id_shareholders_with_http_info(corporation_id, opts = {})
|
|
1138
1122
|
if @api_client.config.debugging
|
|
1139
|
-
@api_client.config.logger.debug
|
|
1123
|
+
@api_client.config.logger.debug 'Calling API: CorporationApi.get_corporations_corporation_id_shareholders ...'
|
|
1140
1124
|
end
|
|
1141
1125
|
# verify the required parameter 'corporation_id' is set
|
|
1142
1126
|
if @api_client.config.client_side_validation && corporation_id.nil?
|
|
@@ -1146,15 +1130,15 @@ module ESI
|
|
|
1146
1130
|
fail ArgumentError, 'invalid value for "corporation_id" when calling CorporationApi.get_corporations_corporation_id_shareholders, must be greater than or equal to 1.'
|
|
1147
1131
|
end
|
|
1148
1132
|
|
|
1149
|
-
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'
|
|
1150
|
-
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility
|
|
1133
|
+
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'].include?(opts[:'datasource'])
|
|
1134
|
+
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility'
|
|
1151
1135
|
end
|
|
1152
1136
|
if @api_client.config.client_side_validation && !opts[:'page'].nil? && opts[:'page'] < 1
|
|
1153
1137
|
fail ArgumentError, 'invalid value for "opts[:"page"]" when calling CorporationApi.get_corporations_corporation_id_shareholders, must be greater than or equal to 1.'
|
|
1154
1138
|
end
|
|
1155
1139
|
|
|
1156
1140
|
# resource path
|
|
1157
|
-
local_var_path =
|
|
1141
|
+
local_var_path = '/corporations/{corporation_id}/shareholders/'.sub('{' + 'corporation_id' + '}', corporation_id.to_s)
|
|
1158
1142
|
|
|
1159
1143
|
# query parameters
|
|
1160
1144
|
query_params = {}
|
|
@@ -1188,9 +1172,8 @@ module ESI
|
|
|
1188
1172
|
end
|
|
1189
1173
|
return data, status_code, headers
|
|
1190
1174
|
end
|
|
1191
|
-
|
|
1192
1175
|
# Get corporation standings
|
|
1193
|
-
# Return corporation standings from agents, NPC corporations, and factions --- This route is cached for up to 3600 seconds
|
|
1176
|
+
# Return corporation standings from agents, NPC corporations, and factions --- Alternate route: `/dev/corporations/{corporation_id}/standings/` Alternate route: `/legacy/corporations/{corporation_id}/standings/` Alternate route: `/v1/corporations/{corporation_id}/standings/` --- This route is cached for up to 3600 seconds
|
|
1194
1177
|
# @param corporation_id An EVE corporation ID
|
|
1195
1178
|
# @param [Hash] opts the optional parameters
|
|
1196
1179
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
|
@@ -1200,11 +1183,11 @@ module ESI
|
|
|
1200
1183
|
# @return [Array<GetCorporationsCorporationIdStandings200Ok>]
|
|
1201
1184
|
def get_corporations_corporation_id_standings(corporation_id, opts = {})
|
|
1202
1185
|
data, _status_code, _headers = get_corporations_corporation_id_standings_with_http_info(corporation_id, opts)
|
|
1203
|
-
|
|
1186
|
+
data
|
|
1204
1187
|
end
|
|
1205
1188
|
|
|
1206
1189
|
# Get corporation standings
|
|
1207
|
-
# Return corporation standings from agents, NPC corporations, and factions --- This route is cached for up to 3600 seconds
|
|
1190
|
+
# Return corporation standings from agents, NPC corporations, and factions --- Alternate route: `/dev/corporations/{corporation_id}/standings/` Alternate route: `/legacy/corporations/{corporation_id}/standings/` Alternate route: `/v1/corporations/{corporation_id}/standings/` --- This route is cached for up to 3600 seconds
|
|
1208
1191
|
# @param corporation_id An EVE corporation ID
|
|
1209
1192
|
# @param [Hash] opts the optional parameters
|
|
1210
1193
|
# @option opts [String] :datasource The server name you would like data from
|
|
@@ -1214,7 +1197,7 @@ module ESI
|
|
|
1214
1197
|
# @return [Array<(Array<GetCorporationsCorporationIdStandings200Ok>, Fixnum, Hash)>] Array<GetCorporationsCorporationIdStandings200Ok> data, response status code and response headers
|
|
1215
1198
|
def get_corporations_corporation_id_standings_with_http_info(corporation_id, opts = {})
|
|
1216
1199
|
if @api_client.config.debugging
|
|
1217
|
-
@api_client.config.logger.debug
|
|
1200
|
+
@api_client.config.logger.debug 'Calling API: CorporationApi.get_corporations_corporation_id_standings ...'
|
|
1218
1201
|
end
|
|
1219
1202
|
# verify the required parameter 'corporation_id' is set
|
|
1220
1203
|
if @api_client.config.client_side_validation && corporation_id.nil?
|
|
@@ -1224,15 +1207,15 @@ module ESI
|
|
|
1224
1207
|
fail ArgumentError, 'invalid value for "corporation_id" when calling CorporationApi.get_corporations_corporation_id_standings, must be greater than or equal to 1.'
|
|
1225
1208
|
end
|
|
1226
1209
|
|
|
1227
|
-
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'
|
|
1228
|
-
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility
|
|
1210
|
+
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'].include?(opts[:'datasource'])
|
|
1211
|
+
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility'
|
|
1229
1212
|
end
|
|
1230
1213
|
if @api_client.config.client_side_validation && !opts[:'page'].nil? && opts[:'page'] < 1
|
|
1231
1214
|
fail ArgumentError, 'invalid value for "opts[:"page"]" when calling CorporationApi.get_corporations_corporation_id_standings, must be greater than or equal to 1.'
|
|
1232
1215
|
end
|
|
1233
1216
|
|
|
1234
1217
|
# resource path
|
|
1235
|
-
local_var_path =
|
|
1218
|
+
local_var_path = '/corporations/{corporation_id}/standings/'.sub('{' + 'corporation_id' + '}', corporation_id.to_s)
|
|
1236
1219
|
|
|
1237
1220
|
# query parameters
|
|
1238
1221
|
query_params = {}
|
|
@@ -1266,9 +1249,8 @@ module ESI
|
|
|
1266
1249
|
end
|
|
1267
1250
|
return data, status_code, headers
|
|
1268
1251
|
end
|
|
1269
|
-
|
|
1270
1252
|
# Get corporation starbases (POSes)
|
|
1271
|
-
# Returns list of corporation starbases (POSes) --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): Director
|
|
1253
|
+
# Returns list of corporation starbases (POSes) --- Alternate route: `/dev/corporations/{corporation_id}/starbases/` Alternate route: `/legacy/corporations/{corporation_id}/starbases/` Alternate route: `/v1/corporations/{corporation_id}/starbases/` --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): Director
|
|
1272
1254
|
# @param corporation_id An EVE corporation ID
|
|
1273
1255
|
# @param [Hash] opts the optional parameters
|
|
1274
1256
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
|
@@ -1278,11 +1260,11 @@ module ESI
|
|
|
1278
1260
|
# @return [Array<GetCorporationsCorporationIdStarbases200Ok>]
|
|
1279
1261
|
def get_corporations_corporation_id_starbases(corporation_id, opts = {})
|
|
1280
1262
|
data, _status_code, _headers = get_corporations_corporation_id_starbases_with_http_info(corporation_id, opts)
|
|
1281
|
-
|
|
1263
|
+
data
|
|
1282
1264
|
end
|
|
1283
1265
|
|
|
1284
1266
|
# Get corporation starbases (POSes)
|
|
1285
|
-
# Returns list of corporation starbases (POSes) --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): Director
|
|
1267
|
+
# Returns list of corporation starbases (POSes) --- Alternate route: `/dev/corporations/{corporation_id}/starbases/` Alternate route: `/legacy/corporations/{corporation_id}/starbases/` Alternate route: `/v1/corporations/{corporation_id}/starbases/` --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): Director
|
|
1286
1268
|
# @param corporation_id An EVE corporation ID
|
|
1287
1269
|
# @param [Hash] opts the optional parameters
|
|
1288
1270
|
# @option opts [String] :datasource The server name you would like data from
|
|
@@ -1292,7 +1274,7 @@ module ESI
|
|
|
1292
1274
|
# @return [Array<(Array<GetCorporationsCorporationIdStarbases200Ok>, Fixnum, Hash)>] Array<GetCorporationsCorporationIdStarbases200Ok> data, response status code and response headers
|
|
1293
1275
|
def get_corporations_corporation_id_starbases_with_http_info(corporation_id, opts = {})
|
|
1294
1276
|
if @api_client.config.debugging
|
|
1295
|
-
@api_client.config.logger.debug
|
|
1277
|
+
@api_client.config.logger.debug 'Calling API: CorporationApi.get_corporations_corporation_id_starbases ...'
|
|
1296
1278
|
end
|
|
1297
1279
|
# verify the required parameter 'corporation_id' is set
|
|
1298
1280
|
if @api_client.config.client_side_validation && corporation_id.nil?
|
|
@@ -1302,15 +1284,15 @@ module ESI
|
|
|
1302
1284
|
fail ArgumentError, 'invalid value for "corporation_id" when calling CorporationApi.get_corporations_corporation_id_starbases, must be greater than or equal to 1.'
|
|
1303
1285
|
end
|
|
1304
1286
|
|
|
1305
|
-
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'
|
|
1306
|
-
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility
|
|
1287
|
+
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'].include?(opts[:'datasource'])
|
|
1288
|
+
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility'
|
|
1307
1289
|
end
|
|
1308
1290
|
if @api_client.config.client_side_validation && !opts[:'page'].nil? && opts[:'page'] < 1
|
|
1309
1291
|
fail ArgumentError, 'invalid value for "opts[:"page"]" when calling CorporationApi.get_corporations_corporation_id_starbases, must be greater than or equal to 1.'
|
|
1310
1292
|
end
|
|
1311
1293
|
|
|
1312
1294
|
# resource path
|
|
1313
|
-
local_var_path =
|
|
1295
|
+
local_var_path = '/corporations/{corporation_id}/starbases/'.sub('{' + 'corporation_id' + '}', corporation_id.to_s)
|
|
1314
1296
|
|
|
1315
1297
|
# query parameters
|
|
1316
1298
|
query_params = {}
|
|
@@ -1344,9 +1326,8 @@ module ESI
|
|
|
1344
1326
|
end
|
|
1345
1327
|
return data, status_code, headers
|
|
1346
1328
|
end
|
|
1347
|
-
|
|
1348
1329
|
# Get starbase (POS) detail
|
|
1349
|
-
# Returns various settings and fuels of a starbase (POS) --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): Director
|
|
1330
|
+
# Returns various settings and fuels of a starbase (POS) --- Alternate route: `/dev/corporations/{corporation_id}/starbases/{starbase_id}/` Alternate route: `/legacy/corporations/{corporation_id}/starbases/{starbase_id}/` Alternate route: `/v1/corporations/{corporation_id}/starbases/{starbase_id}/` --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): Director
|
|
1350
1331
|
# @param corporation_id An EVE corporation ID
|
|
1351
1332
|
# @param starbase_id An EVE starbase (POS) ID
|
|
1352
1333
|
# @param system_id The solar system this starbase (POS) is located in,
|
|
@@ -1357,11 +1338,11 @@ module ESI
|
|
|
1357
1338
|
# @return [GetCorporationsCorporationIdStarbasesStarbaseIdOk]
|
|
1358
1339
|
def get_corporations_corporation_id_starbases_starbase_id(corporation_id, starbase_id, system_id, opts = {})
|
|
1359
1340
|
data, _status_code, _headers = get_corporations_corporation_id_starbases_starbase_id_with_http_info(corporation_id, starbase_id, system_id, opts)
|
|
1360
|
-
|
|
1341
|
+
data
|
|
1361
1342
|
end
|
|
1362
1343
|
|
|
1363
1344
|
# Get starbase (POS) detail
|
|
1364
|
-
# Returns various settings and fuels of a starbase (POS) --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): Director
|
|
1345
|
+
# Returns various settings and fuels of a starbase (POS) --- Alternate route: `/dev/corporations/{corporation_id}/starbases/{starbase_id}/` Alternate route: `/legacy/corporations/{corporation_id}/starbases/{starbase_id}/` Alternate route: `/v1/corporations/{corporation_id}/starbases/{starbase_id}/` --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): Director
|
|
1365
1346
|
# @param corporation_id An EVE corporation ID
|
|
1366
1347
|
# @param starbase_id An EVE starbase (POS) ID
|
|
1367
1348
|
# @param system_id The solar system this starbase (POS) is located in,
|
|
@@ -1372,7 +1353,7 @@ module ESI
|
|
|
1372
1353
|
# @return [Array<(GetCorporationsCorporationIdStarbasesStarbaseIdOk, Fixnum, Hash)>] GetCorporationsCorporationIdStarbasesStarbaseIdOk data, response status code and response headers
|
|
1373
1354
|
def get_corporations_corporation_id_starbases_starbase_id_with_http_info(corporation_id, starbase_id, system_id, opts = {})
|
|
1374
1355
|
if @api_client.config.debugging
|
|
1375
|
-
@api_client.config.logger.debug
|
|
1356
|
+
@api_client.config.logger.debug 'Calling API: CorporationApi.get_corporations_corporation_id_starbases_starbase_id ...'
|
|
1376
1357
|
end
|
|
1377
1358
|
# verify the required parameter 'corporation_id' is set
|
|
1378
1359
|
if @api_client.config.client_side_validation && corporation_id.nil?
|
|
@@ -1390,11 +1371,11 @@ module ESI
|
|
|
1390
1371
|
if @api_client.config.client_side_validation && system_id.nil?
|
|
1391
1372
|
fail ArgumentError, "Missing the required parameter 'system_id' when calling CorporationApi.get_corporations_corporation_id_starbases_starbase_id"
|
|
1392
1373
|
end
|
|
1393
|
-
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'
|
|
1394
|
-
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility
|
|
1374
|
+
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'].include?(opts[:'datasource'])
|
|
1375
|
+
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility'
|
|
1395
1376
|
end
|
|
1396
1377
|
# resource path
|
|
1397
|
-
local_var_path =
|
|
1378
|
+
local_var_path = '/corporations/{corporation_id}/starbases/{starbase_id}/'.sub('{' + 'corporation_id' + '}', corporation_id.to_s).sub('{' + 'starbase_id' + '}', starbase_id.to_s)
|
|
1398
1379
|
|
|
1399
1380
|
# query parameters
|
|
1400
1381
|
query_params = {}
|
|
@@ -1428,9 +1409,8 @@ module ESI
|
|
|
1428
1409
|
end
|
|
1429
1410
|
return data, status_code, headers
|
|
1430
1411
|
end
|
|
1431
|
-
|
|
1432
1412
|
# Get corporation structures
|
|
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):
|
|
1413
|
+
# 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 --- Alternate route: `/dev/corporations/{corporation_id}/structures/` Alternate route: `/v3/corporations/{corporation_id}/structures/` --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): Station_Manager
|
|
1434
1414
|
# @param corporation_id An EVE corporation ID
|
|
1435
1415
|
# @param [Hash] opts the optional parameters
|
|
1436
1416
|
# @option opts [String] :accept_language Language to use in the response (default to en-us)
|
|
@@ -1442,11 +1422,11 @@ module ESI
|
|
|
1442
1422
|
# @return [Array<GetCorporationsCorporationIdStructures200Ok>]
|
|
1443
1423
|
def get_corporations_corporation_id_structures(corporation_id, opts = {})
|
|
1444
1424
|
data, _status_code, _headers = get_corporations_corporation_id_structures_with_http_info(corporation_id, opts)
|
|
1445
|
-
|
|
1425
|
+
data
|
|
1446
1426
|
end
|
|
1447
1427
|
|
|
1448
1428
|
# Get corporation structures
|
|
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):
|
|
1429
|
+
# 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 --- Alternate route: `/dev/corporations/{corporation_id}/structures/` Alternate route: `/v3/corporations/{corporation_id}/structures/` --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): Station_Manager
|
|
1450
1430
|
# @param corporation_id An EVE corporation ID
|
|
1451
1431
|
# @param [Hash] opts the optional parameters
|
|
1452
1432
|
# @option opts [String] :accept_language Language to use in the response
|
|
@@ -1458,7 +1438,7 @@ module ESI
|
|
|
1458
1438
|
# @return [Array<(Array<GetCorporationsCorporationIdStructures200Ok>, Fixnum, Hash)>] Array<GetCorporationsCorporationIdStructures200Ok> data, response status code and response headers
|
|
1459
1439
|
def get_corporations_corporation_id_structures_with_http_info(corporation_id, opts = {})
|
|
1460
1440
|
if @api_client.config.debugging
|
|
1461
|
-
@api_client.config.logger.debug
|
|
1441
|
+
@api_client.config.logger.debug 'Calling API: CorporationApi.get_corporations_corporation_id_structures ...'
|
|
1462
1442
|
end
|
|
1463
1443
|
# verify the required parameter 'corporation_id' is set
|
|
1464
1444
|
if @api_client.config.client_side_validation && corporation_id.nil?
|
|
@@ -1468,21 +1448,21 @@ module ESI
|
|
|
1468
1448
|
fail ArgumentError, 'invalid value for "corporation_id" when calling CorporationApi.get_corporations_corporation_id_structures, must be greater than or equal to 1.'
|
|
1469
1449
|
end
|
|
1470
1450
|
|
|
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'
|
|
1451
|
+
if @api_client.config.client_side_validation && opts[:'accept_language'] && !['de', 'en-us', 'fr', 'ja', 'ru', 'zh', 'ko'].include?(opts[:'accept_language'])
|
|
1452
|
+
fail ArgumentError, 'invalid value for "accept_language", must be one of de, en-us, fr, ja, ru, zh, ko'
|
|
1473
1453
|
end
|
|
1474
|
-
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'
|
|
1475
|
-
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility
|
|
1454
|
+
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'].include?(opts[:'datasource'])
|
|
1455
|
+
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility'
|
|
1476
1456
|
end
|
|
1477
|
-
if @api_client.config.client_side_validation && opts[:'language'] && !['de', 'en-us', 'fr', 'ja', 'ru', 'zh'].include?(opts[:'language'])
|
|
1478
|
-
fail ArgumentError, 'invalid value for "language", must be one of de, en-us, fr, ja, ru, zh'
|
|
1457
|
+
if @api_client.config.client_side_validation && opts[:'language'] && !['de', 'en-us', 'fr', 'ja', 'ru', 'zh', 'ko'].include?(opts[:'language'])
|
|
1458
|
+
fail ArgumentError, 'invalid value for "language", must be one of de, en-us, fr, ja, ru, zh, ko'
|
|
1479
1459
|
end
|
|
1480
1460
|
if @api_client.config.client_side_validation && !opts[:'page'].nil? && opts[:'page'] < 1
|
|
1481
1461
|
fail ArgumentError, 'invalid value for "opts[:"page"]" when calling CorporationApi.get_corporations_corporation_id_structures, must be greater than or equal to 1.'
|
|
1482
1462
|
end
|
|
1483
1463
|
|
|
1484
1464
|
# resource path
|
|
1485
|
-
local_var_path =
|
|
1465
|
+
local_var_path = '/corporations/{corporation_id}/structures/'.sub('{' + 'corporation_id' + '}', corporation_id.to_s)
|
|
1486
1466
|
|
|
1487
1467
|
# query parameters
|
|
1488
1468
|
query_params = {}
|
|
@@ -1518,9 +1498,8 @@ module ESI
|
|
|
1518
1498
|
end
|
|
1519
1499
|
return data, status_code, headers
|
|
1520
1500
|
end
|
|
1521
|
-
|
|
1522
1501
|
# Get corporation titles
|
|
1523
|
-
# Returns a corporation's titles --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): Director
|
|
1502
|
+
# Returns a corporation's titles --- Alternate route: `/dev/corporations/{corporation_id}/titles/` Alternate route: `/legacy/corporations/{corporation_id}/titles/` Alternate route: `/v1/corporations/{corporation_id}/titles/` --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): Director
|
|
1524
1503
|
# @param corporation_id An EVE corporation ID
|
|
1525
1504
|
# @param [Hash] opts the optional parameters
|
|
1526
1505
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
|
@@ -1529,11 +1508,11 @@ module ESI
|
|
|
1529
1508
|
# @return [Array<GetCorporationsCorporationIdTitles200Ok>]
|
|
1530
1509
|
def get_corporations_corporation_id_titles(corporation_id, opts = {})
|
|
1531
1510
|
data, _status_code, _headers = get_corporations_corporation_id_titles_with_http_info(corporation_id, opts)
|
|
1532
|
-
|
|
1511
|
+
data
|
|
1533
1512
|
end
|
|
1534
1513
|
|
|
1535
1514
|
# Get corporation titles
|
|
1536
|
-
# Returns a corporation's titles --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): Director
|
|
1515
|
+
# Returns a corporation's titles --- Alternate route: `/dev/corporations/{corporation_id}/titles/` Alternate route: `/legacy/corporations/{corporation_id}/titles/` Alternate route: `/v1/corporations/{corporation_id}/titles/` --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): Director
|
|
1537
1516
|
# @param corporation_id An EVE corporation ID
|
|
1538
1517
|
# @param [Hash] opts the optional parameters
|
|
1539
1518
|
# @option opts [String] :datasource The server name you would like data from
|
|
@@ -1542,7 +1521,7 @@ module ESI
|
|
|
1542
1521
|
# @return [Array<(Array<GetCorporationsCorporationIdTitles200Ok>, Fixnum, Hash)>] Array<GetCorporationsCorporationIdTitles200Ok> data, response status code and response headers
|
|
1543
1522
|
def get_corporations_corporation_id_titles_with_http_info(corporation_id, opts = {})
|
|
1544
1523
|
if @api_client.config.debugging
|
|
1545
|
-
@api_client.config.logger.debug
|
|
1524
|
+
@api_client.config.logger.debug 'Calling API: CorporationApi.get_corporations_corporation_id_titles ...'
|
|
1546
1525
|
end
|
|
1547
1526
|
# verify the required parameter 'corporation_id' is set
|
|
1548
1527
|
if @api_client.config.client_side_validation && corporation_id.nil?
|
|
@@ -1552,11 +1531,11 @@ module ESI
|
|
|
1552
1531
|
fail ArgumentError, 'invalid value for "corporation_id" when calling CorporationApi.get_corporations_corporation_id_titles, must be greater than or equal to 1.'
|
|
1553
1532
|
end
|
|
1554
1533
|
|
|
1555
|
-
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'
|
|
1556
|
-
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility
|
|
1534
|
+
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'].include?(opts[:'datasource'])
|
|
1535
|
+
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility'
|
|
1557
1536
|
end
|
|
1558
1537
|
# resource path
|
|
1559
|
-
local_var_path =
|
|
1538
|
+
local_var_path = '/corporations/{corporation_id}/titles/'.sub('{' + 'corporation_id' + '}', corporation_id.to_s)
|
|
1560
1539
|
|
|
1561
1540
|
# query parameters
|
|
1562
1541
|
query_params = {}
|
|
@@ -1589,33 +1568,32 @@ module ESI
|
|
|
1589
1568
|
end
|
|
1590
1569
|
return data, status_code, headers
|
|
1591
1570
|
end
|
|
1592
|
-
|
|
1593
1571
|
# Get npc corporations
|
|
1594
|
-
# Get a list of npc corporations --- This route expires daily at 11:05
|
|
1572
|
+
# Get a list of npc corporations --- Alternate route: `/dev/corporations/npccorps/` Alternate route: `/legacy/corporations/npccorps/` Alternate route: `/v1/corporations/npccorps/` --- This route expires daily at 11:05
|
|
1595
1573
|
# @param [Hash] opts the optional parameters
|
|
1596
1574
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
|
1597
1575
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
|
1598
1576
|
# @return [Array<Integer>]
|
|
1599
1577
|
def get_corporations_npccorps(opts = {})
|
|
1600
1578
|
data, _status_code, _headers = get_corporations_npccorps_with_http_info(opts)
|
|
1601
|
-
|
|
1579
|
+
data
|
|
1602
1580
|
end
|
|
1603
1581
|
|
|
1604
1582
|
# Get npc corporations
|
|
1605
|
-
# Get a list of npc corporations --- This route expires daily at 11:05
|
|
1583
|
+
# Get a list of npc corporations --- Alternate route: `/dev/corporations/npccorps/` Alternate route: `/legacy/corporations/npccorps/` Alternate route: `/v1/corporations/npccorps/` --- This route expires daily at 11:05
|
|
1606
1584
|
# @param [Hash] opts the optional parameters
|
|
1607
1585
|
# @option opts [String] :datasource The server name you would like data from
|
|
1608
1586
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
|
1609
1587
|
# @return [Array<(Array<Integer>, Fixnum, Hash)>] Array<Integer> data, response status code and response headers
|
|
1610
1588
|
def get_corporations_npccorps_with_http_info(opts = {})
|
|
1611
1589
|
if @api_client.config.debugging
|
|
1612
|
-
@api_client.config.logger.debug
|
|
1590
|
+
@api_client.config.logger.debug 'Calling API: CorporationApi.get_corporations_npccorps ...'
|
|
1613
1591
|
end
|
|
1614
|
-
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'
|
|
1615
|
-
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility
|
|
1592
|
+
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'].include?(opts[:'datasource'])
|
|
1593
|
+
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility'
|
|
1616
1594
|
end
|
|
1617
1595
|
# resource path
|
|
1618
|
-
local_var_path =
|
|
1596
|
+
local_var_path = '/corporations/npccorps/'
|
|
1619
1597
|
|
|
1620
1598
|
# query parameters
|
|
1621
1599
|
query_params = {}
|