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,10 +3,10 @@
|
|
|
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
|
|
|
@@ -34,39 +34,39 @@ describe 'SovereigntyApi' do
|
|
|
34
34
|
|
|
35
35
|
# unit tests for get_sovereignty_campaigns
|
|
36
36
|
# List sovereignty campaigns
|
|
37
|
-
# Shows sovereignty data for campaigns. --- This route is cached for up to 5 seconds
|
|
37
|
+
# Shows sovereignty data for campaigns. --- Alternate route: `/dev/sovereignty/campaigns/` Alternate route: `/legacy/sovereignty/campaigns/` Alternate route: `/v1/sovereignty/campaigns/` --- This route is cached for up to 5 seconds
|
|
38
38
|
# @param [Hash] opts the optional parameters
|
|
39
39
|
# @option opts [String] :datasource The server name you would like data from
|
|
40
40
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
|
41
41
|
# @return [Array<GetSovereigntyCampaigns200Ok>]
|
|
42
42
|
describe 'get_sovereignty_campaigns test' do
|
|
43
|
-
it
|
|
43
|
+
it 'should work' do
|
|
44
44
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
45
45
|
end
|
|
46
46
|
end
|
|
47
47
|
|
|
48
48
|
# unit tests for get_sovereignty_map
|
|
49
49
|
# List sovereignty of systems
|
|
50
|
-
# Shows sovereignty information for solar systems --- This route is cached for up to 3600 seconds
|
|
50
|
+
# Shows sovereignty information for solar systems --- Alternate route: `/dev/sovereignty/map/` Alternate route: `/legacy/sovereignty/map/` Alternate route: `/v1/sovereignty/map/` --- This route is cached for up to 3600 seconds
|
|
51
51
|
# @param [Hash] opts the optional parameters
|
|
52
52
|
# @option opts [String] :datasource The server name you would like data from
|
|
53
53
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
|
54
54
|
# @return [Array<GetSovereigntyMap200Ok>]
|
|
55
55
|
describe 'get_sovereignty_map test' do
|
|
56
|
-
it
|
|
56
|
+
it 'should work' do
|
|
57
57
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
58
58
|
end
|
|
59
59
|
end
|
|
60
60
|
|
|
61
61
|
# unit tests for get_sovereignty_structures
|
|
62
62
|
# List sovereignty structures
|
|
63
|
-
# Shows sovereignty data for structures. --- This route is cached for up to 120 seconds
|
|
63
|
+
# Shows sovereignty data for structures. --- Alternate route: `/dev/sovereignty/structures/` Alternate route: `/legacy/sovereignty/structures/` Alternate route: `/v1/sovereignty/structures/` --- This route is cached for up to 120 seconds
|
|
64
64
|
# @param [Hash] opts the optional parameters
|
|
65
65
|
# @option opts [String] :datasource The server name you would like data from
|
|
66
66
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
|
67
67
|
# @return [Array<GetSovereigntyStructures200Ok>]
|
|
68
68
|
describe 'get_sovereignty_structures test' do
|
|
69
|
-
it
|
|
69
|
+
it 'should work' do
|
|
70
70
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
71
71
|
end
|
|
72
72
|
end
|
data/spec/api/status_api_spec.rb
CHANGED
|
@@ -3,10 +3,10 @@
|
|
|
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
|
|
|
@@ -34,13 +34,13 @@ describe 'StatusApi' do
|
|
|
34
34
|
|
|
35
35
|
# unit tests for get_status
|
|
36
36
|
# Retrieve the uptime and player counts
|
|
37
|
-
# EVE Server status --- This route is cached for up to 30 seconds
|
|
37
|
+
# EVE Server status --- Alternate route: `/dev/status/` Alternate route: `/legacy/status/` Alternate route: `/v1/status/` --- This route is cached for up to 30 seconds
|
|
38
38
|
# @param [Hash] opts the optional parameters
|
|
39
39
|
# @option opts [String] :datasource The server name you would like data from
|
|
40
40
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
|
41
41
|
# @return [GetStatusOk]
|
|
42
42
|
describe 'get_status test' do
|
|
43
|
-
it
|
|
43
|
+
it 'should work' do
|
|
44
44
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
45
45
|
end
|
|
46
46
|
end
|
|
@@ -3,10 +3,10 @@
|
|
|
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
|
|
|
@@ -34,7 +34,7 @@ describe 'UniverseApi' do
|
|
|
34
34
|
|
|
35
35
|
# unit tests for get_universe_ancestries
|
|
36
36
|
# Get ancestries
|
|
37
|
-
# Get all character ancestries --- This route expires daily at 11:05
|
|
37
|
+
# Get all character ancestries --- Alternate route: `/dev/universe/ancestries/` Alternate route: `/legacy/universe/ancestries/` Alternate route: `/v1/universe/ancestries/` --- This route expires daily at 11:05
|
|
38
38
|
# @param [Hash] opts the optional parameters
|
|
39
39
|
# @option opts [String] :accept_language Language to use in the response
|
|
40
40
|
# @option opts [String] :datasource The server name you would like data from
|
|
@@ -42,28 +42,28 @@ describe 'UniverseApi' do
|
|
|
42
42
|
# @option opts [String] :language Language to use in the response, takes precedence over Accept-Language
|
|
43
43
|
# @return [Array<GetUniverseAncestries200Ok>]
|
|
44
44
|
describe 'get_universe_ancestries test' do
|
|
45
|
-
it
|
|
45
|
+
it 'should work' do
|
|
46
46
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
47
47
|
end
|
|
48
48
|
end
|
|
49
49
|
|
|
50
50
|
# unit tests for get_universe_asteroid_belts_asteroid_belt_id
|
|
51
51
|
# Get asteroid belt information
|
|
52
|
-
# Get information on an asteroid belt --- This route expires daily at 11:05
|
|
52
|
+
# Get information on an asteroid belt --- Alternate route: `/dev/universe/asteroid_belts/{asteroid_belt_id}/` Alternate route: `/legacy/universe/asteroid_belts/{asteroid_belt_id}/` Alternate route: `/v1/universe/asteroid_belts/{asteroid_belt_id}/` --- This route expires daily at 11:05
|
|
53
53
|
# @param asteroid_belt_id asteroid_belt_id integer
|
|
54
54
|
# @param [Hash] opts the optional parameters
|
|
55
55
|
# @option opts [String] :datasource The server name you would like data from
|
|
56
56
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
|
57
57
|
# @return [GetUniverseAsteroidBeltsAsteroidBeltIdOk]
|
|
58
58
|
describe 'get_universe_asteroid_belts_asteroid_belt_id test' do
|
|
59
|
-
it
|
|
59
|
+
it 'should work' do
|
|
60
60
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
61
61
|
end
|
|
62
62
|
end
|
|
63
63
|
|
|
64
64
|
# unit tests for get_universe_bloodlines
|
|
65
65
|
# Get bloodlines
|
|
66
|
-
# Get a list of bloodlines --- This route expires daily at 11:05
|
|
66
|
+
# Get a list of bloodlines --- Alternate route: `/dev/universe/bloodlines/` Alternate route: `/legacy/universe/bloodlines/` Alternate route: `/v1/universe/bloodlines/` --- This route expires daily at 11:05
|
|
67
67
|
# @param [Hash] opts the optional parameters
|
|
68
68
|
# @option opts [String] :accept_language Language to use in the response
|
|
69
69
|
# @option opts [String] :datasource The server name you would like data from
|
|
@@ -71,27 +71,27 @@ describe 'UniverseApi' do
|
|
|
71
71
|
# @option opts [String] :language Language to use in the response, takes precedence over Accept-Language
|
|
72
72
|
# @return [Array<GetUniverseBloodlines200Ok>]
|
|
73
73
|
describe 'get_universe_bloodlines test' do
|
|
74
|
-
it
|
|
74
|
+
it 'should work' do
|
|
75
75
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
76
76
|
end
|
|
77
77
|
end
|
|
78
78
|
|
|
79
79
|
# unit tests for get_universe_categories
|
|
80
80
|
# Get item categories
|
|
81
|
-
# Get a list of item categories --- This route expires daily at 11:05
|
|
81
|
+
# Get a list of item categories --- Alternate route: `/dev/universe/categories/` Alternate route: `/legacy/universe/categories/` Alternate route: `/v1/universe/categories/` --- This route expires daily at 11:05
|
|
82
82
|
# @param [Hash] opts the optional parameters
|
|
83
83
|
# @option opts [String] :datasource The server name you would like data from
|
|
84
84
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
|
85
85
|
# @return [Array<Integer>]
|
|
86
86
|
describe 'get_universe_categories test' do
|
|
87
|
-
it
|
|
87
|
+
it 'should work' do
|
|
88
88
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
89
89
|
end
|
|
90
90
|
end
|
|
91
91
|
|
|
92
92
|
# unit tests for get_universe_categories_category_id
|
|
93
93
|
# Get item category information
|
|
94
|
-
# Get information of an item category --- This route expires daily at 11:05
|
|
94
|
+
# Get information of an item category --- Alternate route: `/dev/universe/categories/{category_id}/` Alternate route: `/legacy/universe/categories/{category_id}/` Alternate route: `/v1/universe/categories/{category_id}/` --- This route expires daily at 11:05
|
|
95
95
|
# @param category_id An Eve item category ID
|
|
96
96
|
# @param [Hash] opts the optional parameters
|
|
97
97
|
# @option opts [String] :accept_language Language to use in the response
|
|
@@ -100,27 +100,27 @@ describe 'UniverseApi' do
|
|
|
100
100
|
# @option opts [String] :language Language to use in the response, takes precedence over Accept-Language
|
|
101
101
|
# @return [GetUniverseCategoriesCategoryIdOk]
|
|
102
102
|
describe 'get_universe_categories_category_id test' do
|
|
103
|
-
it
|
|
103
|
+
it 'should work' do
|
|
104
104
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
105
105
|
end
|
|
106
106
|
end
|
|
107
107
|
|
|
108
108
|
# unit tests for get_universe_constellations
|
|
109
109
|
# Get constellations
|
|
110
|
-
# Get a list of constellations --- This route expires daily at 11:05
|
|
110
|
+
# Get a list of constellations --- Alternate route: `/dev/universe/constellations/` Alternate route: `/legacy/universe/constellations/` Alternate route: `/v1/universe/constellations/` --- This route expires daily at 11:05
|
|
111
111
|
# @param [Hash] opts the optional parameters
|
|
112
112
|
# @option opts [String] :datasource The server name you would like data from
|
|
113
113
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
|
114
114
|
# @return [Array<Integer>]
|
|
115
115
|
describe 'get_universe_constellations test' do
|
|
116
|
-
it
|
|
116
|
+
it 'should work' do
|
|
117
117
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
118
118
|
end
|
|
119
119
|
end
|
|
120
120
|
|
|
121
121
|
# unit tests for get_universe_constellations_constellation_id
|
|
122
122
|
# Get constellation information
|
|
123
|
-
# Get information on a constellation --- This route expires daily at 11:05
|
|
123
|
+
# Get information on a constellation --- Alternate route: `/dev/universe/constellations/{constellation_id}/` Alternate route: `/legacy/universe/constellations/{constellation_id}/` Alternate route: `/v1/universe/constellations/{constellation_id}/` --- This route expires daily at 11:05
|
|
124
124
|
# @param constellation_id constellation_id integer
|
|
125
125
|
# @param [Hash] opts the optional parameters
|
|
126
126
|
# @option opts [String] :accept_language Language to use in the response
|
|
@@ -129,14 +129,14 @@ describe 'UniverseApi' do
|
|
|
129
129
|
# @option opts [String] :language Language to use in the response, takes precedence over Accept-Language
|
|
130
130
|
# @return [GetUniverseConstellationsConstellationIdOk]
|
|
131
131
|
describe 'get_universe_constellations_constellation_id test' do
|
|
132
|
-
it
|
|
132
|
+
it 'should work' do
|
|
133
133
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
134
134
|
end
|
|
135
135
|
end
|
|
136
136
|
|
|
137
137
|
# unit tests for get_universe_factions
|
|
138
138
|
# Get factions
|
|
139
|
-
# Get a list of factions --- This route expires daily at 11:05
|
|
139
|
+
# Get a list of factions --- Alternate route: `/dev/universe/factions/` Alternate route: `/v2/universe/factions/` --- This route expires daily at 11:05
|
|
140
140
|
# @param [Hash] opts the optional parameters
|
|
141
141
|
# @option opts [String] :accept_language Language to use in the response
|
|
142
142
|
# @option opts [String] :datasource The server name you would like data from
|
|
@@ -144,55 +144,55 @@ describe 'UniverseApi' do
|
|
|
144
144
|
# @option opts [String] :language Language to use in the response, takes precedence over Accept-Language
|
|
145
145
|
# @return [Array<GetUniverseFactions200Ok>]
|
|
146
146
|
describe 'get_universe_factions test' do
|
|
147
|
-
it
|
|
147
|
+
it 'should work' do
|
|
148
148
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
149
149
|
end
|
|
150
150
|
end
|
|
151
151
|
|
|
152
152
|
# unit tests for get_universe_graphics
|
|
153
153
|
# Get graphics
|
|
154
|
-
# Get a list of graphics --- This route expires daily at 11:05
|
|
154
|
+
# Get a list of graphics --- Alternate route: `/dev/universe/graphics/` Alternate route: `/legacy/universe/graphics/` Alternate route: `/v1/universe/graphics/` --- This route expires daily at 11:05
|
|
155
155
|
# @param [Hash] opts the optional parameters
|
|
156
156
|
# @option opts [String] :datasource The server name you would like data from
|
|
157
157
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
|
158
158
|
# @return [Array<Integer>]
|
|
159
159
|
describe 'get_universe_graphics test' do
|
|
160
|
-
it
|
|
160
|
+
it 'should work' do
|
|
161
161
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
162
162
|
end
|
|
163
163
|
end
|
|
164
164
|
|
|
165
165
|
# unit tests for get_universe_graphics_graphic_id
|
|
166
166
|
# Get graphic information
|
|
167
|
-
# Get information on a graphic --- This route expires daily at 11:05
|
|
167
|
+
# Get information on a graphic --- Alternate route: `/dev/universe/graphics/{graphic_id}/` Alternate route: `/legacy/universe/graphics/{graphic_id}/` Alternate route: `/v1/universe/graphics/{graphic_id}/` --- This route expires daily at 11:05
|
|
168
168
|
# @param graphic_id graphic_id integer
|
|
169
169
|
# @param [Hash] opts the optional parameters
|
|
170
170
|
# @option opts [String] :datasource The server name you would like data from
|
|
171
171
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
|
172
172
|
# @return [GetUniverseGraphicsGraphicIdOk]
|
|
173
173
|
describe 'get_universe_graphics_graphic_id test' do
|
|
174
|
-
it
|
|
174
|
+
it 'should work' do
|
|
175
175
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
176
176
|
end
|
|
177
177
|
end
|
|
178
178
|
|
|
179
179
|
# unit tests for get_universe_groups
|
|
180
180
|
# Get item groups
|
|
181
|
-
# Get a list of item groups --- This route expires daily at 11:05
|
|
181
|
+
# Get a list of item groups --- Alternate route: `/dev/universe/groups/` Alternate route: `/legacy/universe/groups/` Alternate route: `/v1/universe/groups/` --- This route expires daily at 11:05
|
|
182
182
|
# @param [Hash] opts the optional parameters
|
|
183
183
|
# @option opts [String] :datasource The server name you would like data from
|
|
184
184
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
|
185
185
|
# @option opts [Integer] :page Which page of results to return
|
|
186
186
|
# @return [Array<Integer>]
|
|
187
187
|
describe 'get_universe_groups test' do
|
|
188
|
-
it
|
|
188
|
+
it 'should work' do
|
|
189
189
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
190
190
|
end
|
|
191
191
|
end
|
|
192
192
|
|
|
193
193
|
# unit tests for get_universe_groups_group_id
|
|
194
194
|
# Get item group information
|
|
195
|
-
# Get information on an item group --- This route expires daily at 11:05
|
|
195
|
+
# Get information on an item group --- Alternate route: `/dev/universe/groups/{group_id}/` Alternate route: `/legacy/universe/groups/{group_id}/` Alternate route: `/v1/universe/groups/{group_id}/` --- This route expires daily at 11:05
|
|
196
196
|
# @param group_id An Eve item group ID
|
|
197
197
|
# @param [Hash] opts the optional parameters
|
|
198
198
|
# @option opts [String] :accept_language Language to use in the response
|
|
@@ -201,42 +201,42 @@ describe 'UniverseApi' do
|
|
|
201
201
|
# @option opts [String] :language Language to use in the response, takes precedence over Accept-Language
|
|
202
202
|
# @return [GetUniverseGroupsGroupIdOk]
|
|
203
203
|
describe 'get_universe_groups_group_id test' do
|
|
204
|
-
it
|
|
204
|
+
it 'should work' do
|
|
205
205
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
206
206
|
end
|
|
207
207
|
end
|
|
208
208
|
|
|
209
209
|
# unit tests for get_universe_moons_moon_id
|
|
210
210
|
# Get moon information
|
|
211
|
-
# Get information on a moon --- This route expires daily at 11:05
|
|
211
|
+
# Get information on a moon --- Alternate route: `/dev/universe/moons/{moon_id}/` Alternate route: `/legacy/universe/moons/{moon_id}/` Alternate route: `/v1/universe/moons/{moon_id}/` --- This route expires daily at 11:05
|
|
212
212
|
# @param moon_id moon_id integer
|
|
213
213
|
# @param [Hash] opts the optional parameters
|
|
214
214
|
# @option opts [String] :datasource The server name you would like data from
|
|
215
215
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
|
216
216
|
# @return [GetUniverseMoonsMoonIdOk]
|
|
217
217
|
describe 'get_universe_moons_moon_id test' do
|
|
218
|
-
it
|
|
218
|
+
it 'should work' do
|
|
219
219
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
220
220
|
end
|
|
221
221
|
end
|
|
222
222
|
|
|
223
223
|
# unit tests for get_universe_planets_planet_id
|
|
224
224
|
# Get planet information
|
|
225
|
-
# Get information on a planet --- This route expires daily at 11:05
|
|
225
|
+
# Get information on a planet --- Alternate route: `/dev/universe/planets/{planet_id}/` Alternate route: `/legacy/universe/planets/{planet_id}/` Alternate route: `/v1/universe/planets/{planet_id}/` --- This route expires daily at 11:05
|
|
226
226
|
# @param planet_id planet_id integer
|
|
227
227
|
# @param [Hash] opts the optional parameters
|
|
228
228
|
# @option opts [String] :datasource The server name you would like data from
|
|
229
229
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
|
230
230
|
# @return [GetUniversePlanetsPlanetIdOk]
|
|
231
231
|
describe 'get_universe_planets_planet_id test' do
|
|
232
|
-
it
|
|
232
|
+
it 'should work' do
|
|
233
233
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
234
234
|
end
|
|
235
235
|
end
|
|
236
236
|
|
|
237
237
|
# unit tests for get_universe_races
|
|
238
238
|
# Get character races
|
|
239
|
-
# Get a list of character races --- This route expires daily at 11:05
|
|
239
|
+
# Get a list of character races --- Alternate route: `/dev/universe/races/` Alternate route: `/legacy/universe/races/` Alternate route: `/v1/universe/races/` --- This route expires daily at 11:05
|
|
240
240
|
# @param [Hash] opts the optional parameters
|
|
241
241
|
# @option opts [String] :accept_language Language to use in the response
|
|
242
242
|
# @option opts [String] :datasource The server name you would like data from
|
|
@@ -244,27 +244,27 @@ describe 'UniverseApi' do
|
|
|
244
244
|
# @option opts [String] :language Language to use in the response, takes precedence over Accept-Language
|
|
245
245
|
# @return [Array<GetUniverseRaces200Ok>]
|
|
246
246
|
describe 'get_universe_races test' do
|
|
247
|
-
it
|
|
247
|
+
it 'should work' do
|
|
248
248
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
249
249
|
end
|
|
250
250
|
end
|
|
251
251
|
|
|
252
252
|
# unit tests for get_universe_regions
|
|
253
253
|
# Get regions
|
|
254
|
-
# Get a list of regions --- This route expires daily at 11:05
|
|
254
|
+
# Get a list of regions --- Alternate route: `/dev/universe/regions/` Alternate route: `/legacy/universe/regions/` Alternate route: `/v1/universe/regions/` --- This route expires daily at 11:05
|
|
255
255
|
# @param [Hash] opts the optional parameters
|
|
256
256
|
# @option opts [String] :datasource The server name you would like data from
|
|
257
257
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
|
258
258
|
# @return [Array<Integer>]
|
|
259
259
|
describe 'get_universe_regions test' do
|
|
260
|
-
it
|
|
260
|
+
it 'should work' do
|
|
261
261
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
262
262
|
end
|
|
263
263
|
end
|
|
264
264
|
|
|
265
265
|
# unit tests for get_universe_regions_region_id
|
|
266
266
|
# Get region information
|
|
267
|
-
# Get information on a region --- This route expires daily at 11:05
|
|
267
|
+
# Get information on a region --- Alternate route: `/dev/universe/regions/{region_id}/` Alternate route: `/legacy/universe/regions/{region_id}/` Alternate route: `/v1/universe/regions/{region_id}/` --- This route expires daily at 11:05
|
|
268
268
|
# @param region_id region_id integer
|
|
269
269
|
# @param [Hash] opts the optional parameters
|
|
270
270
|
# @option opts [String] :accept_language Language to use in the response
|
|
@@ -273,69 +273,70 @@ describe 'UniverseApi' do
|
|
|
273
273
|
# @option opts [String] :language Language to use in the response, takes precedence over Accept-Language
|
|
274
274
|
# @return [GetUniverseRegionsRegionIdOk]
|
|
275
275
|
describe 'get_universe_regions_region_id test' do
|
|
276
|
-
it
|
|
276
|
+
it 'should work' do
|
|
277
277
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
278
278
|
end
|
|
279
279
|
end
|
|
280
280
|
|
|
281
281
|
# unit tests for get_universe_stargates_stargate_id
|
|
282
282
|
# Get stargate information
|
|
283
|
-
# Get information on a stargate --- This route expires daily at 11:05
|
|
283
|
+
# Get information on a stargate --- Alternate route: `/dev/universe/stargates/{stargate_id}/` Alternate route: `/legacy/universe/stargates/{stargate_id}/` Alternate route: `/v1/universe/stargates/{stargate_id}/` --- This route expires daily at 11:05
|
|
284
284
|
# @param stargate_id stargate_id integer
|
|
285
285
|
# @param [Hash] opts the optional parameters
|
|
286
286
|
# @option opts [String] :datasource The server name you would like data from
|
|
287
287
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
|
288
288
|
# @return [GetUniverseStargatesStargateIdOk]
|
|
289
289
|
describe 'get_universe_stargates_stargate_id test' do
|
|
290
|
-
it
|
|
290
|
+
it 'should work' do
|
|
291
291
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
292
292
|
end
|
|
293
293
|
end
|
|
294
294
|
|
|
295
295
|
# unit tests for get_universe_stars_star_id
|
|
296
296
|
# Get star information
|
|
297
|
-
# Get information on a star --- This route expires daily at 11:05
|
|
297
|
+
# Get information on a star --- Alternate route: `/dev/universe/stars/{star_id}/` Alternate route: `/legacy/universe/stars/{star_id}/` Alternate route: `/v1/universe/stars/{star_id}/` --- This route expires daily at 11:05
|
|
298
298
|
# @param star_id star_id integer
|
|
299
299
|
# @param [Hash] opts the optional parameters
|
|
300
300
|
# @option opts [String] :datasource The server name you would like data from
|
|
301
301
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
|
302
302
|
# @return [GetUniverseStarsStarIdOk]
|
|
303
303
|
describe 'get_universe_stars_star_id test' do
|
|
304
|
-
it
|
|
304
|
+
it 'should work' do
|
|
305
305
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
306
306
|
end
|
|
307
307
|
end
|
|
308
308
|
|
|
309
309
|
# unit tests for get_universe_stations_station_id
|
|
310
310
|
# Get station information
|
|
311
|
-
# Get information on a station --- This route expires daily at 11:05
|
|
311
|
+
# Get information on a station --- Alternate route: `/dev/universe/stations/{station_id}/` Alternate route: `/v2/universe/stations/{station_id}/` --- This route expires daily at 11:05
|
|
312
312
|
# @param station_id station_id integer
|
|
313
313
|
# @param [Hash] opts the optional parameters
|
|
314
314
|
# @option opts [String] :datasource The server name you would like data from
|
|
315
315
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
|
316
316
|
# @return [GetUniverseStationsStationIdOk]
|
|
317
317
|
describe 'get_universe_stations_station_id test' do
|
|
318
|
-
it
|
|
318
|
+
it 'should work' do
|
|
319
319
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
320
320
|
end
|
|
321
321
|
end
|
|
322
322
|
|
|
323
323
|
# unit tests for get_universe_structures
|
|
324
324
|
# List all public structures
|
|
325
|
-
# List all public structures --- This route is cached for up to 3600 seconds
|
|
325
|
+
# List all public structures --- Alternate route: `/dev/universe/structures/` Alternate route: `/legacy/universe/structures/` Alternate route: `/v1/universe/structures/` --- This route is cached for up to 3600 seconds
|
|
326
326
|
# @param [Hash] opts the optional parameters
|
|
327
327
|
# @option opts [String] :datasource The server name you would like data from
|
|
328
|
+
# @option opts [String] :filter Only list public structures that have this service online
|
|
328
329
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
|
329
330
|
# @return [Array<Integer>]
|
|
330
331
|
describe 'get_universe_structures test' do
|
|
331
|
-
it
|
|
332
|
+
it 'should work' do
|
|
332
333
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
333
334
|
end
|
|
334
335
|
end
|
|
335
336
|
|
|
336
337
|
# unit tests for get_universe_structures_structure_id
|
|
337
338
|
# Get structure information
|
|
338
|
-
# Returns information on requested structure if you are on the ACL. Otherwise, returns \"Forbidden\" for all inputs. --- This route is cached for up to 3600 seconds
|
|
339
|
+
# Returns information on requested structure if you are on the ACL. Otherwise, returns \"Forbidden\" for all inputs. --- Alternate route: `/dev/universe/structures/{structure_id}/` Alternate route: `/v2/universe/structures/{structure_id}/` --- This route is cached for up to 3600 seconds
|
|
339
340
|
# @param structure_id An Eve structure ID
|
|
340
341
|
# @param [Hash] opts the optional parameters
|
|
341
342
|
# @option opts [String] :datasource The server name you would like data from
|
|
@@ -343,53 +344,53 @@ describe 'UniverseApi' do
|
|
|
343
344
|
# @option opts [String] :token Access token to use if unable to set a header
|
|
344
345
|
# @return [GetUniverseStructuresStructureIdOk]
|
|
345
346
|
describe 'get_universe_structures_structure_id test' do
|
|
346
|
-
it
|
|
347
|
+
it 'should work' do
|
|
347
348
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
348
349
|
end
|
|
349
350
|
end
|
|
350
351
|
|
|
351
352
|
# unit tests for get_universe_system_jumps
|
|
352
353
|
# Get system jumps
|
|
353
|
-
# Get the number of jumps in solar systems within the last hour ending at the timestamp of the Last-Modified header, excluding wormhole space. Only systems with jumps will be listed --- This route is cached for up to 3600 seconds
|
|
354
|
+
# Get the number of jumps in solar systems within the last hour ending at the timestamp of the Last-Modified header, excluding wormhole space. Only systems with jumps will be listed --- Alternate route: `/dev/universe/system_jumps/` Alternate route: `/legacy/universe/system_jumps/` Alternate route: `/v1/universe/system_jumps/` --- This route is cached for up to 3600 seconds
|
|
354
355
|
# @param [Hash] opts the optional parameters
|
|
355
356
|
# @option opts [String] :datasource The server name you would like data from
|
|
356
357
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
|
357
358
|
# @return [Array<GetUniverseSystemJumps200Ok>]
|
|
358
359
|
describe 'get_universe_system_jumps test' do
|
|
359
|
-
it
|
|
360
|
+
it 'should work' do
|
|
360
361
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
361
362
|
end
|
|
362
363
|
end
|
|
363
364
|
|
|
364
365
|
# unit tests for get_universe_system_kills
|
|
365
366
|
# Get system kills
|
|
366
|
-
# Get the number of ship, pod and NPC kills per solar system within the last hour ending at the timestamp of the Last-Modified header, excluding wormhole space. Only systems with kills will be listed --- This route is cached for up to 3600 seconds
|
|
367
|
+
# Get the number of ship, pod and NPC kills per solar system within the last hour ending at the timestamp of the Last-Modified header, excluding wormhole space. Only systems with kills will be listed --- Alternate route: `/dev/universe/system_kills/` Alternate route: `/v2/universe/system_kills/` --- This route is cached for up to 3600 seconds
|
|
367
368
|
# @param [Hash] opts the optional parameters
|
|
368
369
|
# @option opts [String] :datasource The server name you would like data from
|
|
369
370
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
|
370
371
|
# @return [Array<GetUniverseSystemKills200Ok>]
|
|
371
372
|
describe 'get_universe_system_kills test' do
|
|
372
|
-
it
|
|
373
|
+
it 'should work' do
|
|
373
374
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
374
375
|
end
|
|
375
376
|
end
|
|
376
377
|
|
|
377
378
|
# unit tests for get_universe_systems
|
|
378
379
|
# Get solar systems
|
|
379
|
-
# Get a list of solar systems --- This route expires daily at 11:05
|
|
380
|
+
# Get a list of solar systems --- Alternate route: `/dev/universe/systems/` Alternate route: `/legacy/universe/systems/` Alternate route: `/v1/universe/systems/` --- This route expires daily at 11:05
|
|
380
381
|
# @param [Hash] opts the optional parameters
|
|
381
382
|
# @option opts [String] :datasource The server name you would like data from
|
|
382
383
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
|
383
384
|
# @return [Array<Integer>]
|
|
384
385
|
describe 'get_universe_systems test' do
|
|
385
|
-
it
|
|
386
|
+
it 'should work' do
|
|
386
387
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
387
388
|
end
|
|
388
389
|
end
|
|
389
390
|
|
|
390
391
|
# unit tests for get_universe_systems_system_id
|
|
391
392
|
# Get solar system information
|
|
392
|
-
# Get information on a solar system. --- This route expires daily at 11:05
|
|
393
|
+
# Get information on a solar system. --- Alternate route: `/dev/universe/systems/{system_id}/` Alternate route: `/v4/universe/systems/{system_id}/` --- This route expires daily at 11:05
|
|
393
394
|
# @param system_id system_id integer
|
|
394
395
|
# @param [Hash] opts the optional parameters
|
|
395
396
|
# @option opts [String] :accept_language Language to use in the response
|
|
@@ -398,28 +399,28 @@ describe 'UniverseApi' do
|
|
|
398
399
|
# @option opts [String] :language Language to use in the response, takes precedence over Accept-Language
|
|
399
400
|
# @return [GetUniverseSystemsSystemIdOk]
|
|
400
401
|
describe 'get_universe_systems_system_id test' do
|
|
401
|
-
it
|
|
402
|
+
it 'should work' do
|
|
402
403
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
403
404
|
end
|
|
404
405
|
end
|
|
405
406
|
|
|
406
407
|
# unit tests for get_universe_types
|
|
407
408
|
# Get types
|
|
408
|
-
# Get a list of type ids --- This route expires daily at 11:05
|
|
409
|
+
# Get a list of type ids --- Alternate route: `/dev/universe/types/` Alternate route: `/legacy/universe/types/` Alternate route: `/v1/universe/types/` --- This route expires daily at 11:05
|
|
409
410
|
# @param [Hash] opts the optional parameters
|
|
410
411
|
# @option opts [String] :datasource The server name you would like data from
|
|
411
412
|
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
|
412
413
|
# @option opts [Integer] :page Which page of results to return
|
|
413
414
|
# @return [Array<Integer>]
|
|
414
415
|
describe 'get_universe_types test' do
|
|
415
|
-
it
|
|
416
|
+
it 'should work' do
|
|
416
417
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
417
418
|
end
|
|
418
419
|
end
|
|
419
420
|
|
|
420
421
|
# unit tests for get_universe_types_type_id
|
|
421
422
|
# Get type information
|
|
422
|
-
# Get information on a type --- This route expires daily at 11:05
|
|
423
|
+
# Get information on a type --- Alternate route: `/dev/universe/types/{type_id}/` Alternate route: `/v3/universe/types/{type_id}/` --- This route expires daily at 11:05
|
|
423
424
|
# @param type_id An Eve item type ID
|
|
424
425
|
# @param [Hash] opts the optional parameters
|
|
425
426
|
# @option opts [String] :accept_language Language to use in the response
|
|
@@ -428,14 +429,14 @@ describe 'UniverseApi' do
|
|
|
428
429
|
# @option opts [String] :language Language to use in the response, takes precedence over Accept-Language
|
|
429
430
|
# @return [GetUniverseTypesTypeIdOk]
|
|
430
431
|
describe 'get_universe_types_type_id test' do
|
|
431
|
-
it
|
|
432
|
+
it 'should work' do
|
|
432
433
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
433
434
|
end
|
|
434
435
|
end
|
|
435
436
|
|
|
436
437
|
# unit tests for post_universe_ids
|
|
437
438
|
# Bulk names to IDs
|
|
438
|
-
# Resolve a set of names to IDs in the following categories: agents, alliances, characters, constellations, corporations factions, inventory_types, regions, stations, and systems. Only exact matches will be returned. All names searched for are cached for 12 hours
|
|
439
|
+
# Resolve a set of names to IDs in the following categories: agents, alliances, characters, constellations, corporations factions, inventory_types, regions, stations, and systems. Only exact matches will be returned. All names searched for are cached for 12 hours --- Alternate route: `/dev/universe/ids/` Alternate route: `/legacy/universe/ids/` Alternate route: `/v1/universe/ids/`
|
|
439
440
|
# @param names The names to resolve
|
|
440
441
|
# @param [Hash] opts the optional parameters
|
|
441
442
|
# @option opts [String] :accept_language Language to use in the response
|
|
@@ -443,20 +444,20 @@ describe 'UniverseApi' do
|
|
|
443
444
|
# @option opts [String] :language Language to use in the response, takes precedence over Accept-Language
|
|
444
445
|
# @return [PostUniverseIdsOk]
|
|
445
446
|
describe 'post_universe_ids test' do
|
|
446
|
-
it
|
|
447
|
+
it 'should work' do
|
|
447
448
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
448
449
|
end
|
|
449
450
|
end
|
|
450
451
|
|
|
451
452
|
# unit tests for post_universe_names
|
|
452
|
-
# Get names and categories for a set of
|
|
453
|
-
# Resolve a set of IDs to names and categories. Supported ID's for resolving are: Characters, Corporations, Alliances, Stations, Solar Systems, Constellations, Regions, Types
|
|
453
|
+
# Get names and categories for a set of IDs
|
|
454
|
+
# Resolve a set of IDs to names and categories. Supported ID's for resolving are: Characters, Corporations, Alliances, Stations, Solar Systems, Constellations, Regions, Types, Factions --- Alternate route: `/dev/universe/names/` Alternate route: `/v3/universe/names/`
|
|
454
455
|
# @param ids The ids to resolve
|
|
455
456
|
# @param [Hash] opts the optional parameters
|
|
456
457
|
# @option opts [String] :datasource The server name you would like data from
|
|
457
458
|
# @return [Array<PostUniverseNames200Ok>]
|
|
458
459
|
describe 'post_universe_names test' do
|
|
459
|
-
it
|
|
460
|
+
it 'should work' do
|
|
460
461
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
461
462
|
end
|
|
462
463
|
end
|