ruby-esi 0.2.0 → 0.3.0
Sign up to get free protection for your applications and to get access to all the features.
- 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
data/docs/CharacterApi.md
CHANGED
@@ -1,24 +1,24 @@
|
|
1
1
|
# ESI::CharacterApi
|
2
2
|
|
3
|
-
All URIs are relative to *https://esi.evetech.net*
|
3
|
+
All URIs are relative to *https://esi.evetech.net/latest*
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
7
|
-
[**get_characters_character_id**](CharacterApi.md#get_characters_character_id) | **GET** /
|
8
|
-
[**get_characters_character_id_agents_research**](CharacterApi.md#get_characters_character_id_agents_research) | **GET** /
|
9
|
-
[**get_characters_character_id_blueprints**](CharacterApi.md#get_characters_character_id_blueprints) | **GET** /
|
10
|
-
[**get_characters_character_id_corporationhistory**](CharacterApi.md#get_characters_character_id_corporationhistory) | **GET** /
|
11
|
-
[**get_characters_character_id_fatigue**](CharacterApi.md#get_characters_character_id_fatigue) | **GET** /
|
12
|
-
[**get_characters_character_id_medals**](CharacterApi.md#get_characters_character_id_medals) | **GET** /
|
13
|
-
[**get_characters_character_id_notifications**](CharacterApi.md#get_characters_character_id_notifications) | **GET** /
|
14
|
-
[**get_characters_character_id_notifications_contacts**](CharacterApi.md#get_characters_character_id_notifications_contacts) | **GET** /
|
15
|
-
[**get_characters_character_id_portrait**](CharacterApi.md#get_characters_character_id_portrait) | **GET** /
|
16
|
-
[**get_characters_character_id_roles**](CharacterApi.md#get_characters_character_id_roles) | **GET** /
|
17
|
-
[**get_characters_character_id_standings**](CharacterApi.md#get_characters_character_id_standings) | **GET** /
|
18
|
-
[**get_characters_character_id_stats**](CharacterApi.md#get_characters_character_id_stats) | **GET** /
|
19
|
-
[**get_characters_character_id_titles**](CharacterApi.md#get_characters_character_id_titles) | **GET** /
|
20
|
-
[**post_characters_affiliation**](CharacterApi.md#post_characters_affiliation) | **POST** /
|
21
|
-
[**post_characters_character_id_cspa**](CharacterApi.md#post_characters_character_id_cspa) | **POST** /
|
7
|
+
[**get_characters_character_id**](CharacterApi.md#get_characters_character_id) | **GET** /characters/{character_id}/ | Get character's public information
|
8
|
+
[**get_characters_character_id_agents_research**](CharacterApi.md#get_characters_character_id_agents_research) | **GET** /characters/{character_id}/agents_research/ | Get agents research
|
9
|
+
[**get_characters_character_id_blueprints**](CharacterApi.md#get_characters_character_id_blueprints) | **GET** /characters/{character_id}/blueprints/ | Get blueprints
|
10
|
+
[**get_characters_character_id_corporationhistory**](CharacterApi.md#get_characters_character_id_corporationhistory) | **GET** /characters/{character_id}/corporationhistory/ | Get corporation history
|
11
|
+
[**get_characters_character_id_fatigue**](CharacterApi.md#get_characters_character_id_fatigue) | **GET** /characters/{character_id}/fatigue/ | Get jump fatigue
|
12
|
+
[**get_characters_character_id_medals**](CharacterApi.md#get_characters_character_id_medals) | **GET** /characters/{character_id}/medals/ | Get medals
|
13
|
+
[**get_characters_character_id_notifications**](CharacterApi.md#get_characters_character_id_notifications) | **GET** /characters/{character_id}/notifications/ | Get character notifications
|
14
|
+
[**get_characters_character_id_notifications_contacts**](CharacterApi.md#get_characters_character_id_notifications_contacts) | **GET** /characters/{character_id}/notifications/contacts/ | Get new contact notifications
|
15
|
+
[**get_characters_character_id_portrait**](CharacterApi.md#get_characters_character_id_portrait) | **GET** /characters/{character_id}/portrait/ | Get character portraits
|
16
|
+
[**get_characters_character_id_roles**](CharacterApi.md#get_characters_character_id_roles) | **GET** /characters/{character_id}/roles/ | Get character corporation roles
|
17
|
+
[**get_characters_character_id_standings**](CharacterApi.md#get_characters_character_id_standings) | **GET** /characters/{character_id}/standings/ | Get standings
|
18
|
+
[**get_characters_character_id_stats**](CharacterApi.md#get_characters_character_id_stats) | **GET** /characters/{character_id}/stats/ | Yearly aggregate stats
|
19
|
+
[**get_characters_character_id_titles**](CharacterApi.md#get_characters_character_id_titles) | **GET** /characters/{character_id}/titles/ | Get character corporation titles
|
20
|
+
[**post_characters_affiliation**](CharacterApi.md#post_characters_affiliation) | **POST** /characters/affiliation/ | Character affiliation
|
21
|
+
[**post_characters_character_id_cspa**](CharacterApi.md#post_characters_character_id_cspa) | **POST** /characters/{character_id}/cspa/ | Calculate a CSPA charge cost
|
22
22
|
|
23
23
|
|
24
24
|
# **get_characters_character_id**
|
@@ -26,7 +26,7 @@ Method | HTTP request | Description
|
|
26
26
|
|
27
27
|
Get character's public information
|
28
28
|
|
29
|
-
Public information about a character --- This route is cached for up to
|
29
|
+
Public information about a character --- Alternate route: `/dev/characters/{character_id}/` Alternate route: `/v4/characters/{character_id}/` --- This route is cached for up to 86400 seconds
|
30
30
|
|
31
31
|
### Example
|
32
32
|
```ruby
|
@@ -38,8 +38,8 @@ api_instance = ESI::CharacterApi.new
|
|
38
38
|
character_id = 56 # Integer | An EVE character ID
|
39
39
|
|
40
40
|
opts = {
|
41
|
-
datasource:
|
42
|
-
if_none_match:
|
41
|
+
datasource: 'tranquility', # String | The server name you would like data from
|
42
|
+
if_none_match: 'if_none_match_example', # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
43
43
|
}
|
44
44
|
|
45
45
|
begin
|
@@ -79,7 +79,7 @@ No authorization required
|
|
79
79
|
|
80
80
|
Get agents research
|
81
81
|
|
82
|
-
Return a list of agents research information for a character. The formula for finding the current research points with an agent is: currentPoints = remainderPoints + pointsPerDay * days(currentTime - researchStartDate) --- This route is cached for up to 3600 seconds
|
82
|
+
Return a list of agents research information for a character. The formula for finding the current research points with an agent is: currentPoints = remainderPoints + pointsPerDay * days(currentTime - researchStartDate) --- Alternate route: `/dev/characters/{character_id}/agents_research/` Alternate route: `/legacy/characters/{character_id}/agents_research/` Alternate route: `/v1/characters/{character_id}/agents_research/` --- This route is cached for up to 3600 seconds
|
83
83
|
|
84
84
|
### Example
|
85
85
|
```ruby
|
@@ -96,9 +96,9 @@ api_instance = ESI::CharacterApi.new
|
|
96
96
|
character_id = 56 # Integer | An EVE character ID
|
97
97
|
|
98
98
|
opts = {
|
99
|
-
datasource:
|
100
|
-
if_none_match:
|
101
|
-
token:
|
99
|
+
datasource: 'tranquility', # String | The server name you would like data from
|
100
|
+
if_none_match: 'if_none_match_example', # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
101
|
+
token: 'token_example' # String | Access token to use if unable to set a header
|
102
102
|
}
|
103
103
|
|
104
104
|
begin
|
@@ -139,7 +139,7 @@ Name | Type | Description | Notes
|
|
139
139
|
|
140
140
|
Get blueprints
|
141
141
|
|
142
|
-
Return a list of blueprints the character owns --- This route is cached for up to 3600 seconds
|
142
|
+
Return a list of blueprints the character owns --- Alternate route: `/dev/characters/{character_id}/blueprints/` Alternate route: `/v2/characters/{character_id}/blueprints/` --- This route is cached for up to 3600 seconds
|
143
143
|
|
144
144
|
### Example
|
145
145
|
```ruby
|
@@ -156,10 +156,10 @@ api_instance = ESI::CharacterApi.new
|
|
156
156
|
character_id = 56 # Integer | An EVE character ID
|
157
157
|
|
158
158
|
opts = {
|
159
|
-
datasource:
|
160
|
-
if_none_match:
|
161
|
-
page: 1
|
162
|
-
token:
|
159
|
+
datasource: 'tranquility', # String | The server name you would like data from
|
160
|
+
if_none_match: 'if_none_match_example', # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
161
|
+
page: 1 # Integer | Which page of results to return
|
162
|
+
token: 'token_example' # String | Access token to use if unable to set a header
|
163
163
|
}
|
164
164
|
|
165
165
|
begin
|
@@ -201,7 +201,7 @@ Name | Type | Description | Notes
|
|
201
201
|
|
202
202
|
Get corporation history
|
203
203
|
|
204
|
-
Get a list of all the corporations a character has been a member of --- This route is cached for up to
|
204
|
+
Get a list of all the corporations a character has been a member of --- Alternate route: `/dev/characters/{character_id}/corporationhistory/` Alternate route: `/legacy/characters/{character_id}/corporationhistory/` Alternate route: `/v1/characters/{character_id}/corporationhistory/` --- This route is cached for up to 86400 seconds
|
205
205
|
|
206
206
|
### Example
|
207
207
|
```ruby
|
@@ -213,8 +213,8 @@ api_instance = ESI::CharacterApi.new
|
|
213
213
|
character_id = 56 # Integer | An EVE character ID
|
214
214
|
|
215
215
|
opts = {
|
216
|
-
datasource:
|
217
|
-
if_none_match:
|
216
|
+
datasource: 'tranquility', # String | The server name you would like data from
|
217
|
+
if_none_match: 'if_none_match_example', # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
218
218
|
}
|
219
219
|
|
220
220
|
begin
|
@@ -254,7 +254,7 @@ No authorization required
|
|
254
254
|
|
255
255
|
Get jump fatigue
|
256
256
|
|
257
|
-
Return a character's jump activation and fatigue information --- This route is cached for up to 300 seconds
|
257
|
+
Return a character's jump activation and fatigue information --- Alternate route: `/dev/characters/{character_id}/fatigue/` Alternate route: `/legacy/characters/{character_id}/fatigue/` Alternate route: `/v1/characters/{character_id}/fatigue/` --- This route is cached for up to 300 seconds
|
258
258
|
|
259
259
|
### Example
|
260
260
|
```ruby
|
@@ -271,9 +271,9 @@ api_instance = ESI::CharacterApi.new
|
|
271
271
|
character_id = 56 # Integer | An EVE character ID
|
272
272
|
|
273
273
|
opts = {
|
274
|
-
datasource:
|
275
|
-
if_none_match:
|
276
|
-
token:
|
274
|
+
datasource: 'tranquility', # String | The server name you would like data from
|
275
|
+
if_none_match: 'if_none_match_example', # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
276
|
+
token: 'token_example' # String | Access token to use if unable to set a header
|
277
277
|
}
|
278
278
|
|
279
279
|
begin
|
@@ -314,7 +314,7 @@ Name | Type | Description | Notes
|
|
314
314
|
|
315
315
|
Get medals
|
316
316
|
|
317
|
-
Return a list of medals the character has --- This route is cached for up to 3600 seconds
|
317
|
+
Return a list of medals the character has --- Alternate route: `/dev/characters/{character_id}/medals/` Alternate route: `/legacy/characters/{character_id}/medals/` Alternate route: `/v1/characters/{character_id}/medals/` --- This route is cached for up to 3600 seconds
|
318
318
|
|
319
319
|
### Example
|
320
320
|
```ruby
|
@@ -331,9 +331,9 @@ api_instance = ESI::CharacterApi.new
|
|
331
331
|
character_id = 56 # Integer | An EVE character ID
|
332
332
|
|
333
333
|
opts = {
|
334
|
-
datasource:
|
335
|
-
if_none_match:
|
336
|
-
token:
|
334
|
+
datasource: 'tranquility', # String | The server name you would like data from
|
335
|
+
if_none_match: 'if_none_match_example', # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
336
|
+
token: 'token_example' # String | Access token to use if unable to set a header
|
337
337
|
}
|
338
338
|
|
339
339
|
begin
|
@@ -374,7 +374,7 @@ Name | Type | Description | Notes
|
|
374
374
|
|
375
375
|
Get character notifications
|
376
376
|
|
377
|
-
Return character notifications --- This route is cached for up to 600 seconds
|
377
|
+
Return character notifications --- Alternate route: `/dev/characters/{character_id}/notifications/` Alternate route: `/v5/characters/{character_id}/notifications/` --- This route is cached for up to 600 seconds
|
378
378
|
|
379
379
|
### Example
|
380
380
|
```ruby
|
@@ -391,9 +391,9 @@ api_instance = ESI::CharacterApi.new
|
|
391
391
|
character_id = 56 # Integer | An EVE character ID
|
392
392
|
|
393
393
|
opts = {
|
394
|
-
datasource:
|
395
|
-
if_none_match:
|
396
|
-
token:
|
394
|
+
datasource: 'tranquility', # String | The server name you would like data from
|
395
|
+
if_none_match: 'if_none_match_example', # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
396
|
+
token: 'token_example' # String | Access token to use if unable to set a header
|
397
397
|
}
|
398
398
|
|
399
399
|
begin
|
@@ -434,7 +434,7 @@ Name | Type | Description | Notes
|
|
434
434
|
|
435
435
|
Get new contact notifications
|
436
436
|
|
437
|
-
Return notifications about having been added to someone's contact list --- This route is cached for up to 600 seconds
|
437
|
+
Return notifications about having been added to someone's contact list --- Alternate route: `/dev/characters/{character_id}/notifications/contacts/` Alternate route: `/legacy/characters/{character_id}/notifications/contacts/` Alternate route: `/v1/characters/{character_id}/notifications/contacts/` --- This route is cached for up to 600 seconds
|
438
438
|
|
439
439
|
### Example
|
440
440
|
```ruby
|
@@ -451,9 +451,9 @@ api_instance = ESI::CharacterApi.new
|
|
451
451
|
character_id = 56 # Integer | An EVE character ID
|
452
452
|
|
453
453
|
opts = {
|
454
|
-
datasource:
|
455
|
-
if_none_match:
|
456
|
-
token:
|
454
|
+
datasource: 'tranquility', # String | The server name you would like data from
|
455
|
+
if_none_match: 'if_none_match_example', # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
456
|
+
token: 'token_example' # String | Access token to use if unable to set a header
|
457
457
|
}
|
458
458
|
|
459
459
|
begin
|
@@ -494,7 +494,7 @@ Name | Type | Description | Notes
|
|
494
494
|
|
495
495
|
Get character portraits
|
496
496
|
|
497
|
-
Get portrait urls for a character --- This route
|
497
|
+
Get portrait urls for a character --- Alternate route: `/v2/characters/{character_id}/portrait/` --- This route expires daily at 11:05 --- [Diff of the upcoming changes](https://esi.evetech.net/diff/latest/dev/#GET-/characters/{character_id}/portrait/)
|
498
498
|
|
499
499
|
### Example
|
500
500
|
```ruby
|
@@ -506,8 +506,8 @@ api_instance = ESI::CharacterApi.new
|
|
506
506
|
character_id = 56 # Integer | An EVE character ID
|
507
507
|
|
508
508
|
opts = {
|
509
|
-
datasource:
|
510
|
-
if_none_match:
|
509
|
+
datasource: 'tranquility', # String | The server name you would like data from
|
510
|
+
if_none_match: 'if_none_match_example', # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
511
511
|
}
|
512
512
|
|
513
513
|
begin
|
@@ -547,7 +547,7 @@ No authorization required
|
|
547
547
|
|
548
548
|
Get character corporation roles
|
549
549
|
|
550
|
-
Returns a character's corporation roles --- This route is cached for up to 3600 seconds
|
550
|
+
Returns a character's corporation roles --- Alternate route: `/dev/characters/{character_id}/roles/` Alternate route: `/v2/characters/{character_id}/roles/` --- This route is cached for up to 3600 seconds
|
551
551
|
|
552
552
|
### Example
|
553
553
|
```ruby
|
@@ -564,9 +564,9 @@ api_instance = ESI::CharacterApi.new
|
|
564
564
|
character_id = 56 # Integer | An EVE character ID
|
565
565
|
|
566
566
|
opts = {
|
567
|
-
datasource:
|
568
|
-
if_none_match:
|
569
|
-
token:
|
567
|
+
datasource: 'tranquility', # String | The server name you would like data from
|
568
|
+
if_none_match: 'if_none_match_example', # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
569
|
+
token: 'token_example' # String | Access token to use if unable to set a header
|
570
570
|
}
|
571
571
|
|
572
572
|
begin
|
@@ -607,7 +607,7 @@ Name | Type | Description | Notes
|
|
607
607
|
|
608
608
|
Get standings
|
609
609
|
|
610
|
-
Return character standings from agents, NPC corporations, and factions --- This route is cached for up to 3600 seconds
|
610
|
+
Return character standings from agents, NPC corporations, and factions --- Alternate route: `/dev/characters/{character_id}/standings/` Alternate route: `/legacy/characters/{character_id}/standings/` Alternate route: `/v1/characters/{character_id}/standings/` --- This route is cached for up to 3600 seconds
|
611
611
|
|
612
612
|
### Example
|
613
613
|
```ruby
|
@@ -624,9 +624,9 @@ api_instance = ESI::CharacterApi.new
|
|
624
624
|
character_id = 56 # Integer | An EVE character ID
|
625
625
|
|
626
626
|
opts = {
|
627
|
-
datasource:
|
628
|
-
if_none_match:
|
629
|
-
token:
|
627
|
+
datasource: 'tranquility', # String | The server name you would like data from
|
628
|
+
if_none_match: 'if_none_match_example', # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
629
|
+
token: 'token_example' # String | Access token to use if unable to set a header
|
630
630
|
}
|
631
631
|
|
632
632
|
begin
|
@@ -667,7 +667,7 @@ Name | Type | Description | Notes
|
|
667
667
|
|
668
668
|
Yearly aggregate stats
|
669
669
|
|
670
|
-
Returns aggregate yearly stats for a character --- This route is cached for up to 86400 seconds
|
670
|
+
Returns aggregate yearly stats for a character --- Alternate route: `/dev/characters/{character_id}/stats/` Alternate route: `/v2/characters/{character_id}/stats/` --- This route is cached for up to 86400 seconds
|
671
671
|
|
672
672
|
### Example
|
673
673
|
```ruby
|
@@ -684,9 +684,9 @@ api_instance = ESI::CharacterApi.new
|
|
684
684
|
character_id = 56 # Integer | An EVE character ID
|
685
685
|
|
686
686
|
opts = {
|
687
|
-
datasource:
|
688
|
-
if_none_match:
|
689
|
-
token:
|
687
|
+
datasource: 'tranquility', # String | The server name you would like data from
|
688
|
+
if_none_match: 'if_none_match_example', # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
689
|
+
token: 'token_example' # String | Access token to use if unable to set a header
|
690
690
|
}
|
691
691
|
|
692
692
|
begin
|
@@ -727,7 +727,7 @@ Name | Type | Description | Notes
|
|
727
727
|
|
728
728
|
Get character corporation titles
|
729
729
|
|
730
|
-
Returns a character's titles --- This route is cached for up to 3600 seconds
|
730
|
+
Returns a character's titles --- Alternate route: `/dev/characters/{character_id}/titles/` Alternate route: `/legacy/characters/{character_id}/titles/` Alternate route: `/v1/characters/{character_id}/titles/` --- This route is cached for up to 3600 seconds
|
731
731
|
|
732
732
|
### Example
|
733
733
|
```ruby
|
@@ -744,9 +744,9 @@ api_instance = ESI::CharacterApi.new
|
|
744
744
|
character_id = 56 # Integer | An EVE character ID
|
745
745
|
|
746
746
|
opts = {
|
747
|
-
datasource:
|
748
|
-
if_none_match:
|
749
|
-
token:
|
747
|
+
datasource: 'tranquility', # String | The server name you would like data from
|
748
|
+
if_none_match: 'if_none_match_example', # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
749
|
+
token: 'token_example' # String | Access token to use if unable to set a header
|
750
750
|
}
|
751
751
|
|
752
752
|
begin
|
@@ -787,7 +787,7 @@ Name | Type | Description | Notes
|
|
787
787
|
|
788
788
|
Character affiliation
|
789
789
|
|
790
|
-
Bulk lookup of character IDs to corporation, alliance and faction --- This route is cached for up to 3600 seconds
|
790
|
+
Bulk lookup of character IDs to corporation, alliance and faction --- Alternate route: `/dev/characters/affiliation/` Alternate route: `/legacy/characters/affiliation/` Alternate route: `/v1/characters/affiliation/` --- This route is cached for up to 3600 seconds
|
791
791
|
|
792
792
|
### Example
|
793
793
|
```ruby
|
@@ -796,10 +796,10 @@ require 'ruby-esi'
|
|
796
796
|
|
797
797
|
api_instance = ESI::CharacterApi.new
|
798
798
|
|
799
|
-
characters = [ESI::Array<Integer>.new] # Array<Integer> | The character IDs to fetch affiliations for. All characters must exist, or none will be returned
|
799
|
+
characters = [ESI::Array<Integer>.new] # Array<Integer> | The character IDs to fetch affiliations for. All characters must exist, or none will be returned
|
800
800
|
|
801
801
|
opts = {
|
802
|
-
datasource:
|
802
|
+
datasource: 'tranquility', # String | The server name you would like data from
|
803
803
|
}
|
804
804
|
|
805
805
|
begin
|
@@ -815,7 +815,7 @@ end
|
|
815
815
|
|
816
816
|
Name | Type | Description | Notes
|
817
817
|
------------- | ------------- | ------------- | -------------
|
818
|
-
**characters** | **Array<Integer>**| The character IDs to fetch affiliations for. All characters must exist, or none will be returned
|
818
|
+
**characters** | **Array<Integer>**| The character IDs to fetch affiliations for. All characters must exist, or none will be returned |
|
819
819
|
**datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
|
820
820
|
|
821
821
|
### Return type
|
@@ -838,7 +838,7 @@ No authorization required
|
|
838
838
|
|
839
839
|
Calculate a CSPA charge cost
|
840
840
|
|
841
|
-
Takes a source character ID in the url and a set of target character ID's in the body, returns a CSPA charge cost ---
|
841
|
+
Takes a source character ID in the url and a set of target character ID's in the body, returns a CSPA charge cost --- Alternate route: `/dev/characters/{character_id}/cspa/` Alternate route: `/v4/characters/{character_id}/cspa/`
|
842
842
|
|
843
843
|
### Example
|
844
844
|
```ruby
|
@@ -857,8 +857,8 @@ character_id = 56 # Integer | An EVE character ID
|
|
857
857
|
characters = [ESI::Array<Integer>.new] # Array<Integer> | The target characters to calculate the charge for
|
858
858
|
|
859
859
|
opts = {
|
860
|
-
datasource:
|
861
|
-
token:
|
860
|
+
datasource: 'tranquility', # String | The server name you would like data from
|
861
|
+
token: 'token_example' # String | Access token to use if unable to set a header
|
862
862
|
}
|
863
863
|
|
864
864
|
begin
|
data/docs/ClonesApi.md
CHANGED
@@ -1,11 +1,11 @@
|
|
1
1
|
# ESI::ClonesApi
|
2
2
|
|
3
|
-
All URIs are relative to *https://esi.evetech.net*
|
3
|
+
All URIs are relative to *https://esi.evetech.net/latest*
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
7
|
-
[**get_characters_character_id_clones**](ClonesApi.md#get_characters_character_id_clones) | **GET** /
|
8
|
-
[**get_characters_character_id_implants**](ClonesApi.md#get_characters_character_id_implants) | **GET** /
|
7
|
+
[**get_characters_character_id_clones**](ClonesApi.md#get_characters_character_id_clones) | **GET** /characters/{character_id}/clones/ | Get clones
|
8
|
+
[**get_characters_character_id_implants**](ClonesApi.md#get_characters_character_id_implants) | **GET** /characters/{character_id}/implants/ | Get active implants
|
9
9
|
|
10
10
|
|
11
11
|
# **get_characters_character_id_clones**
|
@@ -13,7 +13,7 @@ Method | HTTP request | Description
|
|
13
13
|
|
14
14
|
Get clones
|
15
15
|
|
16
|
-
A list of the character's clones --- This route is cached for up to 120 seconds
|
16
|
+
A list of the character's clones --- Alternate route: `/dev/characters/{character_id}/clones/` Alternate route: `/v3/characters/{character_id}/clones/` --- This route is cached for up to 120 seconds
|
17
17
|
|
18
18
|
### Example
|
19
19
|
```ruby
|
@@ -30,9 +30,9 @@ api_instance = ESI::ClonesApi.new
|
|
30
30
|
character_id = 56 # Integer | An EVE character ID
|
31
31
|
|
32
32
|
opts = {
|
33
|
-
datasource:
|
34
|
-
if_none_match:
|
35
|
-
token:
|
33
|
+
datasource: 'tranquility', # String | The server name you would like data from
|
34
|
+
if_none_match: 'if_none_match_example', # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
35
|
+
token: 'token_example' # String | Access token to use if unable to set a header
|
36
36
|
}
|
37
37
|
|
38
38
|
begin
|
@@ -73,7 +73,7 @@ Name | Type | Description | Notes
|
|
73
73
|
|
74
74
|
Get active implants
|
75
75
|
|
76
|
-
Return implants on the active clone of a character --- This route is cached for up to
|
76
|
+
Return implants on the active clone of a character --- Alternate route: `/dev/characters/{character_id}/implants/` Alternate route: `/legacy/characters/{character_id}/implants/` Alternate route: `/v1/characters/{character_id}/implants/` --- This route is cached for up to 120 seconds
|
77
77
|
|
78
78
|
### Example
|
79
79
|
```ruby
|
@@ -90,9 +90,9 @@ api_instance = ESI::ClonesApi.new
|
|
90
90
|
character_id = 56 # Integer | An EVE character ID
|
91
91
|
|
92
92
|
opts = {
|
93
|
-
datasource:
|
94
|
-
if_none_match:
|
95
|
-
token:
|
93
|
+
datasource: 'tranquility', # String | The server name you would like data from
|
94
|
+
if_none_match: 'if_none_match_example', # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
95
|
+
token: 'token_example' # String | Access token to use if unable to set a header
|
96
96
|
}
|
97
97
|
|
98
98
|
begin
|
data/docs/ContactsApi.md
CHANGED
@@ -1,18 +1,18 @@
|
|
1
1
|
# ESI::ContactsApi
|
2
2
|
|
3
|
-
All URIs are relative to *https://esi.evetech.net*
|
3
|
+
All URIs are relative to *https://esi.evetech.net/latest*
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
7
|
-
[**delete_characters_character_id_contacts**](ContactsApi.md#delete_characters_character_id_contacts) | **DELETE** /
|
8
|
-
[**get_alliances_alliance_id_contacts**](ContactsApi.md#get_alliances_alliance_id_contacts) | **GET** /
|
9
|
-
[**get_alliances_alliance_id_contacts_labels**](ContactsApi.md#get_alliances_alliance_id_contacts_labels) | **GET** /
|
10
|
-
[**get_characters_character_id_contacts**](ContactsApi.md#get_characters_character_id_contacts) | **GET** /
|
11
|
-
[**get_characters_character_id_contacts_labels**](ContactsApi.md#get_characters_character_id_contacts_labels) | **GET** /
|
12
|
-
[**get_corporations_corporation_id_contacts**](ContactsApi.md#get_corporations_corporation_id_contacts) | **GET** /
|
13
|
-
[**get_corporations_corporation_id_contacts_labels**](ContactsApi.md#get_corporations_corporation_id_contacts_labels) | **GET** /
|
14
|
-
[**post_characters_character_id_contacts**](ContactsApi.md#post_characters_character_id_contacts) | **POST** /
|
15
|
-
[**put_characters_character_id_contacts**](ContactsApi.md#put_characters_character_id_contacts) | **PUT** /
|
7
|
+
[**delete_characters_character_id_contacts**](ContactsApi.md#delete_characters_character_id_contacts) | **DELETE** /characters/{character_id}/contacts/ | Delete contacts
|
8
|
+
[**get_alliances_alliance_id_contacts**](ContactsApi.md#get_alliances_alliance_id_contacts) | **GET** /alliances/{alliance_id}/contacts/ | Get alliance contacts
|
9
|
+
[**get_alliances_alliance_id_contacts_labels**](ContactsApi.md#get_alliances_alliance_id_contacts_labels) | **GET** /alliances/{alliance_id}/contacts/labels/ | Get alliance contact labels
|
10
|
+
[**get_characters_character_id_contacts**](ContactsApi.md#get_characters_character_id_contacts) | **GET** /characters/{character_id}/contacts/ | Get contacts
|
11
|
+
[**get_characters_character_id_contacts_labels**](ContactsApi.md#get_characters_character_id_contacts_labels) | **GET** /characters/{character_id}/contacts/labels/ | Get contact labels
|
12
|
+
[**get_corporations_corporation_id_contacts**](ContactsApi.md#get_corporations_corporation_id_contacts) | **GET** /corporations/{corporation_id}/contacts/ | Get corporation contacts
|
13
|
+
[**get_corporations_corporation_id_contacts_labels**](ContactsApi.md#get_corporations_corporation_id_contacts_labels) | **GET** /corporations/{corporation_id}/contacts/labels/ | Get corporation contact labels
|
14
|
+
[**post_characters_character_id_contacts**](ContactsApi.md#post_characters_character_id_contacts) | **POST** /characters/{character_id}/contacts/ | Add contacts
|
15
|
+
[**put_characters_character_id_contacts**](ContactsApi.md#put_characters_character_id_contacts) | **PUT** /characters/{character_id}/contacts/ | Edit contacts
|
16
16
|
|
17
17
|
|
18
18
|
# **delete_characters_character_id_contacts**
|
@@ -20,7 +20,7 @@ Method | HTTP request | Description
|
|
20
20
|
|
21
21
|
Delete contacts
|
22
22
|
|
23
|
-
Bulk delete contacts ---
|
23
|
+
Bulk delete contacts --- Alternate route: `/dev/characters/{character_id}/contacts/` Alternate route: `/v2/characters/{character_id}/contacts/`
|
24
24
|
|
25
25
|
### Example
|
26
26
|
```ruby
|
@@ -39,8 +39,8 @@ character_id = 56 # Integer | An EVE character ID
|
|
39
39
|
contact_ids = [56] # Array<Integer> | A list of contacts to delete
|
40
40
|
|
41
41
|
opts = {
|
42
|
-
datasource:
|
43
|
-
token:
|
42
|
+
datasource: 'tranquility', # String | The server name you would like data from
|
43
|
+
token: 'token_example' # String | Access token to use if unable to set a header
|
44
44
|
}
|
45
45
|
|
46
46
|
begin
|
@@ -80,7 +80,7 @@ nil (empty response body)
|
|
80
80
|
|
81
81
|
Get alliance contacts
|
82
82
|
|
83
|
-
Return contacts of an alliance --- This route is cached for up to 300 seconds
|
83
|
+
Return contacts of an alliance --- Alternate route: `/dev/alliances/{alliance_id}/contacts/` Alternate route: `/v2/alliances/{alliance_id}/contacts/` --- This route is cached for up to 300 seconds
|
84
84
|
|
85
85
|
### Example
|
86
86
|
```ruby
|
@@ -97,10 +97,10 @@ api_instance = ESI::ContactsApi.new
|
|
97
97
|
alliance_id = 56 # Integer | An EVE alliance ID
|
98
98
|
|
99
99
|
opts = {
|
100
|
-
datasource:
|
101
|
-
if_none_match:
|
102
|
-
page: 1
|
103
|
-
token:
|
100
|
+
datasource: 'tranquility', # String | The server name you would like data from
|
101
|
+
if_none_match: 'if_none_match_example', # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
102
|
+
page: 1 # Integer | Which page of results to return
|
103
|
+
token: 'token_example' # String | Access token to use if unable to set a header
|
104
104
|
}
|
105
105
|
|
106
106
|
begin
|
@@ -142,7 +142,7 @@ Name | Type | Description | Notes
|
|
142
142
|
|
143
143
|
Get alliance contact labels
|
144
144
|
|
145
|
-
Return custom labels for an alliance's contacts --- This route is cached for up to 300 seconds
|
145
|
+
Return custom labels for an alliance's contacts --- Alternate route: `/dev/alliances/{alliance_id}/contacts/labels/` Alternate route: `/legacy/alliances/{alliance_id}/contacts/labels/` Alternate route: `/v1/alliances/{alliance_id}/contacts/labels/` --- This route is cached for up to 300 seconds
|
146
146
|
|
147
147
|
### Example
|
148
148
|
```ruby
|
@@ -159,9 +159,9 @@ api_instance = ESI::ContactsApi.new
|
|
159
159
|
alliance_id = 56 # Integer | An EVE alliance ID
|
160
160
|
|
161
161
|
opts = {
|
162
|
-
datasource:
|
163
|
-
if_none_match:
|
164
|
-
token:
|
162
|
+
datasource: 'tranquility', # String | The server name you would like data from
|
163
|
+
if_none_match: 'if_none_match_example', # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
164
|
+
token: 'token_example' # String | Access token to use if unable to set a header
|
165
165
|
}
|
166
166
|
|
167
167
|
begin
|
@@ -202,7 +202,7 @@ Name | Type | Description | Notes
|
|
202
202
|
|
203
203
|
Get contacts
|
204
204
|
|
205
|
-
Return contacts of a character --- This route is cached for up to 300 seconds
|
205
|
+
Return contacts of a character --- Alternate route: `/dev/characters/{character_id}/contacts/` Alternate route: `/v2/characters/{character_id}/contacts/` --- This route is cached for up to 300 seconds
|
206
206
|
|
207
207
|
### Example
|
208
208
|
```ruby
|
@@ -219,10 +219,10 @@ api_instance = ESI::ContactsApi.new
|
|
219
219
|
character_id = 56 # Integer | An EVE character ID
|
220
220
|
|
221
221
|
opts = {
|
222
|
-
datasource:
|
223
|
-
if_none_match:
|
224
|
-
page: 1
|
225
|
-
token:
|
222
|
+
datasource: 'tranquility', # String | The server name you would like data from
|
223
|
+
if_none_match: 'if_none_match_example', # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
224
|
+
page: 1 # Integer | Which page of results to return
|
225
|
+
token: 'token_example' # String | Access token to use if unable to set a header
|
226
226
|
}
|
227
227
|
|
228
228
|
begin
|
@@ -264,7 +264,7 @@ Name | Type | Description | Notes
|
|
264
264
|
|
265
265
|
Get contact labels
|
266
266
|
|
267
|
-
Return custom labels for a character's contacts --- This route is cached for up to 300 seconds
|
267
|
+
Return custom labels for a character's contacts --- Alternate route: `/dev/characters/{character_id}/contacts/labels/` Alternate route: `/legacy/characters/{character_id}/contacts/labels/` Alternate route: `/v1/characters/{character_id}/contacts/labels/` --- This route is cached for up to 300 seconds
|
268
268
|
|
269
269
|
### Example
|
270
270
|
```ruby
|
@@ -281,9 +281,9 @@ api_instance = ESI::ContactsApi.new
|
|
281
281
|
character_id = 56 # Integer | An EVE character ID
|
282
282
|
|
283
283
|
opts = {
|
284
|
-
datasource:
|
285
|
-
if_none_match:
|
286
|
-
token:
|
284
|
+
datasource: 'tranquility', # String | The server name you would like data from
|
285
|
+
if_none_match: 'if_none_match_example', # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
286
|
+
token: 'token_example' # String | Access token to use if unable to set a header
|
287
287
|
}
|
288
288
|
|
289
289
|
begin
|
@@ -324,7 +324,7 @@ Name | Type | Description | Notes
|
|
324
324
|
|
325
325
|
Get corporation contacts
|
326
326
|
|
327
|
-
Return contacts of a corporation --- This route is cached for up to 300 seconds
|
327
|
+
Return contacts of a corporation --- Alternate route: `/dev/corporations/{corporation_id}/contacts/` Alternate route: `/v2/corporations/{corporation_id}/contacts/` --- This route is cached for up to 300 seconds
|
328
328
|
|
329
329
|
### Example
|
330
330
|
```ruby
|
@@ -341,10 +341,10 @@ api_instance = ESI::ContactsApi.new
|
|
341
341
|
corporation_id = 56 # Integer | An EVE corporation ID
|
342
342
|
|
343
343
|
opts = {
|
344
|
-
datasource:
|
345
|
-
if_none_match:
|
346
|
-
page: 1
|
347
|
-
token:
|
344
|
+
datasource: 'tranquility', # String | The server name you would like data from
|
345
|
+
if_none_match: 'if_none_match_example', # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
346
|
+
page: 1 # Integer | Which page of results to return
|
347
|
+
token: 'token_example' # String | Access token to use if unable to set a header
|
348
348
|
}
|
349
349
|
|
350
350
|
begin
|
@@ -386,7 +386,7 @@ Name | Type | Description | Notes
|
|
386
386
|
|
387
387
|
Get corporation contact labels
|
388
388
|
|
389
|
-
Return custom labels for a corporation's contacts --- This route is cached for up to 300 seconds
|
389
|
+
Return custom labels for a corporation's contacts --- Alternate route: `/dev/corporations/{corporation_id}/contacts/labels/` Alternate route: `/legacy/corporations/{corporation_id}/contacts/labels/` Alternate route: `/v1/corporations/{corporation_id}/contacts/labels/` --- This route is cached for up to 300 seconds
|
390
390
|
|
391
391
|
### Example
|
392
392
|
```ruby
|
@@ -403,9 +403,9 @@ api_instance = ESI::ContactsApi.new
|
|
403
403
|
corporation_id = 56 # Integer | An EVE corporation ID
|
404
404
|
|
405
405
|
opts = {
|
406
|
-
datasource:
|
407
|
-
if_none_match:
|
408
|
-
token:
|
406
|
+
datasource: 'tranquility', # String | The server name you would like data from
|
407
|
+
if_none_match: 'if_none_match_example', # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
408
|
+
token: 'token_example' # String | Access token to use if unable to set a header
|
409
409
|
}
|
410
410
|
|
411
411
|
begin
|
@@ -446,7 +446,7 @@ Name | Type | Description | Notes
|
|
446
446
|
|
447
447
|
Add contacts
|
448
448
|
|
449
|
-
Bulk add contacts with same settings ---
|
449
|
+
Bulk add contacts with same settings --- Alternate route: `/dev/characters/{character_id}/contacts/` Alternate route: `/v2/characters/{character_id}/contacts/`
|
450
450
|
|
451
451
|
### Example
|
452
452
|
```ruby
|
@@ -467,9 +467,9 @@ contact_ids = [ESI::Array<Integer>.new] # Array<Integer> | A list of contacts
|
|
467
467
|
standing = 3.4 # Float | Standing for the contact
|
468
468
|
|
469
469
|
opts = {
|
470
|
-
datasource:
|
470
|
+
datasource: 'tranquility', # String | The server name you would like data from
|
471
471
|
label_ids: [56], # Array<Integer> | Add custom labels to the new contact
|
472
|
-
token:
|
472
|
+
token: 'token_example' # String | Access token to use if unable to set a header
|
473
473
|
watched: false # BOOLEAN | Whether the contact should be watched, note this is only effective on characters
|
474
474
|
}
|
475
475
|
|
@@ -514,7 +514,7 @@ Name | Type | Description | Notes
|
|
514
514
|
|
515
515
|
Edit contacts
|
516
516
|
|
517
|
-
Bulk edit contacts with same settings ---
|
517
|
+
Bulk edit contacts with same settings --- Alternate route: `/dev/characters/{character_id}/contacts/` Alternate route: `/v2/characters/{character_id}/contacts/`
|
518
518
|
|
519
519
|
### Example
|
520
520
|
```ruby
|
@@ -535,9 +535,9 @@ contact_ids = [ESI::Array<Integer>.new] # Array<Integer> | A list of contacts
|
|
535
535
|
standing = 3.4 # Float | Standing for the contact
|
536
536
|
|
537
537
|
opts = {
|
538
|
-
datasource:
|
538
|
+
datasource: 'tranquility', # String | The server name you would like data from
|
539
539
|
label_ids: [56], # Array<Integer> | Add custom labels to the contact
|
540
|
-
token:
|
540
|
+
token: 'token_example' # String | Access token to use if unable to set a header
|
541
541
|
watched: false # BOOLEAN | Whether the contact should be watched, note this is only effective on characters
|
542
542
|
}
|
543
543
|
|