ruby-esi 0.3.0 → 0.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile +1 -1
- data/README.md +6 -21
- data/config.json +9 -0
- data/docs/AllianceApi.md +1 -1
- data/docs/CalendarApi.md +2 -2
- data/docs/CharacterApi.md +14 -75
- data/docs/ClonesApi.md +2 -2
- data/docs/CorporationApi.md +25 -25
- data/docs/FactionWarfareApi.md +1 -1
- data/docs/FleetsApi.md +8 -8
- data/docs/{PostCharactersAffiliationNotFound.md → GetCharactersCharacterIdAssetsNotFound.md} +2 -2
- data/docs/GetCharactersCharacterIdOk.md +0 -1
- data/docs/GetCorporationsCorporationIdStructures200Ok.md +2 -3
- data/docs/InsuranceApi.md +4 -4
- data/docs/MarketApi.md +4 -4
- data/docs/OpportunitiesApi.md +4 -4
- data/docs/PlanetaryInteractionApi.md +1 -3
- data/docs/SearchApi.md +8 -8
- data/docs/StatusApi.md +1 -1
- data/docs/UniverseApi.md +63 -63
- data/docs/WalletApi.md +1 -1
- data/lib/ruby-esi/api/alliance_api.rb +4 -4
- data/lib/ruby-esi/api/assets_api.rb +2 -2
- data/lib/ruby-esi/api/bookmarks_api.rb +2 -2
- data/lib/ruby-esi/api/calendar_api.rb +6 -6
- data/lib/ruby-esi/api/character_api.rb +30 -100
- data/lib/ruby-esi/api/clones_api.rb +6 -6
- data/lib/ruby-esi/api/contacts_api.rb +2 -2
- data/lib/ruby-esi/api/contracts_api.rb +2 -2
- data/lib/ruby-esi/api/corporation_api.rb +50 -50
- data/lib/ruby-esi/api/dogma_api.rb +2 -2
- data/lib/ruby-esi/api/faction_warfare_api.rb +4 -4
- data/lib/ruby-esi/api/fittings_api.rb +2 -2
- data/lib/ruby-esi/api/fleets_api.rb +14 -14
- data/lib/ruby-esi/api/incursions_api.rb +2 -2
- data/lib/ruby-esi/api/industry_api.rb +2 -2
- data/lib/ruby-esi/api/insurance_api.rb +8 -8
- data/lib/ruby-esi/api/killmails_api.rb +2 -2
- data/lib/ruby-esi/api/location_api.rb +2 -2
- data/lib/ruby-esi/api/loyalty_api.rb +2 -2
- data/lib/ruby-esi/api/mail_api.rb +2 -2
- data/lib/ruby-esi/api/market_api.rb +8 -8
- data/lib/ruby-esi/api/opportunities_api.rb +8 -8
- data/lib/ruby-esi/api/planetary_interaction_api.rb +4 -7
- data/lib/ruby-esi/api/routes_api.rb +2 -2
- data/lib/ruby-esi/api/search_api.rb +14 -14
- data/lib/ruby-esi/api/skills_api.rb +2 -2
- data/lib/ruby-esi/api/sovereignty_api.rb +2 -2
- data/lib/ruby-esi/api/status_api.rb +4 -4
- data/lib/ruby-esi/api/universe_api.rb +106 -106
- data/lib/ruby-esi/api/user_interface_api.rb +2 -2
- data/lib/ruby-esi/api/wallet_api.rb +4 -4
- data/lib/ruby-esi/api/wars_api.rb +2 -2
- data/lib/ruby-esi/api_client.rb +5 -5
- 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 +2 -2
- data/lib/ruby-esi/models/delete_characters_character_id_mail_labels_label_id_unprocessable_entity.rb +2 -2
- data/lib/ruby-esi/models/delete_fleets_fleet_id_members_member_id_not_found.rb +2 -2
- data/lib/ruby-esi/models/delete_fleets_fleet_id_squads_squad_id_not_found.rb +2 -2
- data/lib/ruby-esi/models/delete_fleets_fleet_id_wings_wing_id_not_found.rb +2 -2
- data/lib/ruby-esi/models/error_limited.rb +2 -2
- data/lib/ruby-esi/models/forbidden.rb +2 -2
- data/lib/ruby-esi/models/gateway_timeout.rb +2 -2
- data/lib/ruby-esi/models/get_alliances_alliance_id_contacts_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_alliances_alliance_id_contacts_labels_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_alliances_alliance_id_icons_not_found.rb +2 -2
- data/lib/ruby-esi/models/get_alliances_alliance_id_icons_ok.rb +2 -2
- data/lib/ruby-esi/models/get_alliances_alliance_id_not_found.rb +2 -2
- data/lib/ruby-esi/models/get_alliances_alliance_id_ok.rb +2 -2
- data/lib/ruby-esi/models/get_characters_character_id_agents_research_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_characters_character_id_assets_200_ok.rb +2 -2
- data/lib/ruby-esi/models/{post_characters_affiliation_not_found.rb → get_characters_character_id_assets_not_found.rb} +5 -5
- data/lib/ruby-esi/models/get_characters_character_id_attributes_ok.rb +2 -2
- data/lib/ruby-esi/models/get_characters_character_id_blueprints_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_characters_character_id_bookmarks_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_characters_character_id_bookmarks_coordinates.rb +2 -2
- data/lib/ruby-esi/models/get_characters_character_id_bookmarks_folders_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_characters_character_id_bookmarks_item.rb +2 -2
- data/lib/ruby-esi/models/get_characters_character_id_calendar_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_characters_character_id_calendar_event_id_attendees_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_characters_character_id_calendar_event_id_attendees_not_found.rb +2 -2
- data/lib/ruby-esi/models/get_characters_character_id_calendar_event_id_not_found.rb +2 -2
- data/lib/ruby-esi/models/get_characters_character_id_calendar_event_id_ok.rb +2 -2
- data/lib/ruby-esi/models/get_characters_character_id_clones_home_location.rb +2 -2
- data/lib/ruby-esi/models/get_characters_character_id_clones_jump_clone.rb +2 -2
- data/lib/ruby-esi/models/get_characters_character_id_clones_ok.rb +2 -2
- data/lib/ruby-esi/models/get_characters_character_id_contacts_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_characters_character_id_contacts_labels_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_characters_character_id_contracts_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_characters_character_id_contracts_contract_id_bids_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_characters_character_id_contracts_contract_id_bids_not_found.rb +2 -2
- data/lib/ruby-esi/models/get_characters_character_id_contracts_contract_id_items_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_characters_character_id_contracts_contract_id_items_not_found.rb +2 -2
- data/lib/ruby-esi/models/get_characters_character_id_corporationhistory_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_characters_character_id_fatigue_ok.rb +2 -2
- data/lib/ruby-esi/models/get_characters_character_id_fittings_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_characters_character_id_fittings_item.rb +2 -2
- data/lib/ruby-esi/models/get_characters_character_id_fleet_not_found.rb +2 -2
- data/lib/ruby-esi/models/get_characters_character_id_fleet_ok.rb +2 -2
- data/lib/ruby-esi/models/get_characters_character_id_fw_stats_kills.rb +2 -2
- data/lib/ruby-esi/models/get_characters_character_id_fw_stats_ok.rb +2 -2
- data/lib/ruby-esi/models/get_characters_character_id_fw_stats_victory_points.rb +2 -2
- data/lib/ruby-esi/models/get_characters_character_id_industry_jobs_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_characters_character_id_killmails_recent_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_characters_character_id_location_ok.rb +2 -2
- data/lib/ruby-esi/models/get_characters_character_id_loyalty_points_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_characters_character_id_mail_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_characters_character_id_mail_labels_label.rb +2 -2
- data/lib/ruby-esi/models/get_characters_character_id_mail_labels_ok.rb +2 -2
- data/lib/ruby-esi/models/get_characters_character_id_mail_lists_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_characters_character_id_mail_mail_id_not_found.rb +2 -2
- data/lib/ruby-esi/models/get_characters_character_id_mail_mail_id_ok.rb +2 -2
- data/lib/ruby-esi/models/get_characters_character_id_mail_mail_id_recipient.rb +2 -2
- data/lib/ruby-esi/models/get_characters_character_id_mail_recipient.rb +2 -2
- data/lib/ruby-esi/models/get_characters_character_id_medals_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_characters_character_id_medals_graphic.rb +2 -2
- data/lib/ruby-esi/models/get_characters_character_id_mining_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_characters_character_id_not_found.rb +2 -2
- data/lib/ruby-esi/models/get_characters_character_id_notifications_200_ok.rb +4 -4
- data/lib/ruby-esi/models/get_characters_character_id_notifications_contacts_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_characters_character_id_ok.rb +3 -13
- data/lib/ruby-esi/models/get_characters_character_id_online_ok.rb +2 -2
- data/lib/ruby-esi/models/get_characters_character_id_opportunities_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_characters_character_id_orders_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_characters_character_id_orders_history_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_characters_character_id_planets_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_characters_character_id_planets_planet_id_content.rb +2 -2
- data/lib/ruby-esi/models/get_characters_character_id_planets_planet_id_extractor_details.rb +2 -2
- data/lib/ruby-esi/models/get_characters_character_id_planets_planet_id_factory_details.rb +2 -2
- data/lib/ruby-esi/models/get_characters_character_id_planets_planet_id_head.rb +2 -2
- data/lib/ruby-esi/models/get_characters_character_id_planets_planet_id_link.rb +2 -2
- data/lib/ruby-esi/models/get_characters_character_id_planets_planet_id_not_found.rb +2 -2
- data/lib/ruby-esi/models/get_characters_character_id_planets_planet_id_ok.rb +2 -2
- data/lib/ruby-esi/models/get_characters_character_id_planets_planet_id_pin.rb +2 -2
- data/lib/ruby-esi/models/get_characters_character_id_planets_planet_id_route.rb +2 -2
- data/lib/ruby-esi/models/get_characters_character_id_portrait_not_found.rb +2 -2
- data/lib/ruby-esi/models/get_characters_character_id_portrait_ok.rb +2 -2
- data/lib/ruby-esi/models/get_characters_character_id_roles_ok.rb +2 -2
- data/lib/ruby-esi/models/get_characters_character_id_search_ok.rb +2 -2
- data/lib/ruby-esi/models/get_characters_character_id_ship_ok.rb +2 -2
- data/lib/ruby-esi/models/get_characters_character_id_skillqueue_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_characters_character_id_skills_ok.rb +2 -2
- data/lib/ruby-esi/models/get_characters_character_id_skills_skill.rb +2 -2
- data/lib/ruby-esi/models/get_characters_character_id_standings_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_characters_character_id_titles_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_characters_character_id_wallet_journal_200_ok.rb +4 -4
- data/lib/ruby-esi/models/get_characters_character_id_wallet_transactions_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_contracts_public_bids_contract_id_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_contracts_public_bids_contract_id_forbidden.rb +2 -2
- data/lib/ruby-esi/models/get_contracts_public_bids_contract_id_not_found.rb +2 -2
- data/lib/ruby-esi/models/get_contracts_public_items_contract_id_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_contracts_public_items_contract_id_forbidden.rb +2 -2
- data/lib/ruby-esi/models/get_contracts_public_items_contract_id_not_found.rb +2 -2
- data/lib/ruby-esi/models/get_contracts_public_region_id_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_contracts_public_region_id_not_found.rb +2 -2
- data/lib/ruby-esi/models/get_corporation_corporation_id_mining_extractions_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_corporation_corporation_id_mining_observers_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_corporation_corporation_id_mining_observers_observer_id_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_corporations_corporation_id_alliancehistory_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_corporations_corporation_id_assets_200_ok.rb +4 -4
- data/lib/ruby-esi/models/get_corporations_corporation_id_blueprints_200_ok.rb +4 -4
- data/lib/ruby-esi/models/get_corporations_corporation_id_bookmarks_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_corporations_corporation_id_bookmarks_coordinates.rb +2 -2
- data/lib/ruby-esi/models/get_corporations_corporation_id_bookmarks_folders_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_corporations_corporation_id_bookmarks_item.rb +2 -2
- data/lib/ruby-esi/models/get_corporations_corporation_id_contacts_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_corporations_corporation_id_contacts_labels_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_corporations_corporation_id_containers_logs_200_ok.rb +4 -4
- data/lib/ruby-esi/models/get_corporations_corporation_id_contracts_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_corporations_corporation_id_contracts_contract_id_bids_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_corporations_corporation_id_contracts_contract_id_bids_not_found.rb +2 -2
- data/lib/ruby-esi/models/get_corporations_corporation_id_contracts_contract_id_items_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_corporations_corporation_id_contracts_contract_id_items_error_520.rb +2 -2
- data/lib/ruby-esi/models/get_corporations_corporation_id_contracts_contract_id_items_not_found.rb +2 -2
- data/lib/ruby-esi/models/get_corporations_corporation_id_customs_offices_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_corporations_corporation_id_divisions_hangar_hangar.rb +2 -2
- data/lib/ruby-esi/models/get_corporations_corporation_id_divisions_ok.rb +2 -2
- data/lib/ruby-esi/models/get_corporations_corporation_id_divisions_wallet_wallet.rb +2 -2
- data/lib/ruby-esi/models/get_corporations_corporation_id_facilities_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_corporations_corporation_id_fw_stats_kills.rb +2 -2
- data/lib/ruby-esi/models/get_corporations_corporation_id_fw_stats_ok.rb +2 -2
- data/lib/ruby-esi/models/get_corporations_corporation_id_fw_stats_victory_points.rb +2 -2
- data/lib/ruby-esi/models/get_corporations_corporation_id_icons_not_found.rb +2 -2
- data/lib/ruby-esi/models/get_corporations_corporation_id_icons_ok.rb +2 -2
- data/lib/ruby-esi/models/get_corporations_corporation_id_industry_jobs_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_corporations_corporation_id_killmails_recent_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_corporations_corporation_id_medals_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_corporations_corporation_id_medals_issued_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_corporations_corporation_id_members_titles_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_corporations_corporation_id_membertracking_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_corporations_corporation_id_not_found.rb +2 -2
- data/lib/ruby-esi/models/get_corporations_corporation_id_ok.rb +2 -2
- data/lib/ruby-esi/models/get_corporations_corporation_id_orders_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_corporations_corporation_id_orders_history_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_corporations_corporation_id_roles_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_corporations_corporation_id_roles_history_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_corporations_corporation_id_shareholders_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_corporations_corporation_id_standings_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_corporations_corporation_id_starbases_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_corporations_corporation_id_starbases_starbase_id_fuel.rb +2 -2
- data/lib/ruby-esi/models/get_corporations_corporation_id_starbases_starbase_id_ok.rb +2 -2
- data/lib/ruby-esi/models/get_corporations_corporation_id_structures_200_ok.rb +19 -86
- data/lib/ruby-esi/models/get_corporations_corporation_id_structures_service.rb +2 -2
- data/lib/ruby-esi/models/get_corporations_corporation_id_titles_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_corporations_corporation_id_wallets_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_corporations_corporation_id_wallets_division_journal_200_ok.rb +4 -4
- data/lib/ruby-esi/models/get_corporations_corporation_id_wallets_division_transactions_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_dogma_attributes_attribute_id_not_found.rb +2 -2
- data/lib/ruby-esi/models/get_dogma_attributes_attribute_id_ok.rb +2 -2
- data/lib/ruby-esi/models/get_dogma_dynamic_items_type_id_item_id_dogma_attribute.rb +2 -2
- data/lib/ruby-esi/models/get_dogma_dynamic_items_type_id_item_id_dogma_effect.rb +2 -2
- data/lib/ruby-esi/models/get_dogma_dynamic_items_type_id_item_id_not_found.rb +2 -2
- data/lib/ruby-esi/models/get_dogma_dynamic_items_type_id_item_id_ok.rb +2 -2
- data/lib/ruby-esi/models/get_dogma_effects_effect_id_modifier.rb +2 -2
- data/lib/ruby-esi/models/get_dogma_effects_effect_id_not_found.rb +2 -2
- data/lib/ruby-esi/models/get_dogma_effects_effect_id_ok.rb +2 -2
- data/lib/ruby-esi/models/get_fleets_fleet_id_members_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_fleets_fleet_id_members_not_found.rb +2 -2
- data/lib/ruby-esi/models/get_fleets_fleet_id_not_found.rb +2 -2
- data/lib/ruby-esi/models/get_fleets_fleet_id_ok.rb +2 -2
- data/lib/ruby-esi/models/get_fleets_fleet_id_wings_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_fleets_fleet_id_wings_not_found.rb +2 -2
- data/lib/ruby-esi/models/get_fleets_fleet_id_wings_squad.rb +2 -2
- data/lib/ruby-esi/models/get_fw_leaderboards_active_total_active_total.rb +2 -2
- data/lib/ruby-esi/models/get_fw_leaderboards_active_total_active_total_1.rb +2 -2
- data/lib/ruby-esi/models/get_fw_leaderboards_characters_active_total_active_total.rb +2 -2
- data/lib/ruby-esi/models/get_fw_leaderboards_characters_active_total_active_total_1.rb +2 -2
- data/lib/ruby-esi/models/get_fw_leaderboards_characters_kills.rb +2 -2
- data/lib/ruby-esi/models/get_fw_leaderboards_characters_last_week_last_week.rb +2 -2
- data/lib/ruby-esi/models/get_fw_leaderboards_characters_last_week_last_week_1.rb +2 -2
- data/lib/ruby-esi/models/get_fw_leaderboards_characters_ok.rb +2 -2
- data/lib/ruby-esi/models/get_fw_leaderboards_characters_victory_points.rb +2 -2
- data/lib/ruby-esi/models/get_fw_leaderboards_characters_yesterday_yesterday.rb +2 -2
- data/lib/ruby-esi/models/get_fw_leaderboards_characters_yesterday_yesterday_1.rb +2 -2
- data/lib/ruby-esi/models/get_fw_leaderboards_corporations_active_total_active_total.rb +2 -2
- data/lib/ruby-esi/models/get_fw_leaderboards_corporations_active_total_active_total_1.rb +2 -2
- data/lib/ruby-esi/models/get_fw_leaderboards_corporations_kills.rb +2 -2
- data/lib/ruby-esi/models/get_fw_leaderboards_corporations_last_week_last_week.rb +2 -2
- data/lib/ruby-esi/models/get_fw_leaderboards_corporations_last_week_last_week_1.rb +2 -2
- data/lib/ruby-esi/models/get_fw_leaderboards_corporations_ok.rb +2 -2
- data/lib/ruby-esi/models/get_fw_leaderboards_corporations_victory_points.rb +2 -2
- data/lib/ruby-esi/models/get_fw_leaderboards_corporations_yesterday_yesterday.rb +2 -2
- data/lib/ruby-esi/models/get_fw_leaderboards_corporations_yesterday_yesterday_1.rb +2 -2
- data/lib/ruby-esi/models/get_fw_leaderboards_kills.rb +2 -2
- data/lib/ruby-esi/models/get_fw_leaderboards_last_week_last_week.rb +2 -2
- data/lib/ruby-esi/models/get_fw_leaderboards_last_week_last_week_1.rb +2 -2
- data/lib/ruby-esi/models/get_fw_leaderboards_ok.rb +2 -2
- data/lib/ruby-esi/models/get_fw_leaderboards_victory_points.rb +2 -2
- data/lib/ruby-esi/models/get_fw_leaderboards_yesterday_yesterday.rb +2 -2
- data/lib/ruby-esi/models/get_fw_leaderboards_yesterday_yesterday_1.rb +2 -2
- data/lib/ruby-esi/models/get_fw_stats_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_fw_stats_kills.rb +2 -2
- data/lib/ruby-esi/models/get_fw_stats_victory_points.rb +2 -2
- data/lib/ruby-esi/models/get_fw_systems_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_fw_wars_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_incursions_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_industry_facilities_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_industry_systems_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_industry_systems_cost_indice.rb +2 -2
- data/lib/ruby-esi/models/get_insurance_prices_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_insurance_prices_level.rb +2 -2
- data/lib/ruby-esi/models/get_killmails_killmail_id_killmail_hash_attacker.rb +2 -2
- data/lib/ruby-esi/models/get_killmails_killmail_id_killmail_hash_item.rb +2 -2
- data/lib/ruby-esi/models/get_killmails_killmail_id_killmail_hash_items_item.rb +2 -2
- data/lib/ruby-esi/models/get_killmails_killmail_id_killmail_hash_ok.rb +2 -2
- data/lib/ruby-esi/models/get_killmails_killmail_id_killmail_hash_position.rb +2 -2
- data/lib/ruby-esi/models/get_killmails_killmail_id_killmail_hash_unprocessable_entity.rb +2 -2
- data/lib/ruby-esi/models/get_killmails_killmail_id_killmail_hash_victim.rb +2 -2
- data/lib/ruby-esi/models/get_loyalty_stores_corporation_id_offers_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_loyalty_stores_corporation_id_offers_not_found.rb +2 -2
- data/lib/ruby-esi/models/get_loyalty_stores_corporation_id_offers_required_item.rb +2 -2
- data/lib/ruby-esi/models/get_markets_groups_market_group_id_not_found.rb +2 -2
- data/lib/ruby-esi/models/get_markets_groups_market_group_id_ok.rb +2 -2
- data/lib/ruby-esi/models/get_markets_prices_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_markets_region_id_history_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_markets_region_id_history_error_520.rb +2 -2
- data/lib/ruby-esi/models/get_markets_region_id_history_not_found.rb +2 -2
- data/lib/ruby-esi/models/get_markets_region_id_history_unprocessable_entity.rb +2 -2
- data/lib/ruby-esi/models/get_markets_region_id_orders_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_markets_region_id_orders_not_found.rb +2 -2
- data/lib/ruby-esi/models/get_markets_region_id_orders_unprocessable_entity.rb +2 -2
- data/lib/ruby-esi/models/get_markets_structures_structure_id_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_opportunities_groups_group_id_ok.rb +2 -2
- data/lib/ruby-esi/models/get_opportunities_tasks_task_id_ok.rb +2 -2
- data/lib/ruby-esi/models/get_route_origin_destination_not_found.rb +2 -2
- data/lib/ruby-esi/models/get_search_ok.rb +2 -2
- data/lib/ruby-esi/models/get_sovereignty_campaigns_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_sovereignty_campaigns_participant.rb +2 -2
- data/lib/ruby-esi/models/get_sovereignty_map_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_sovereignty_structures_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_status_ok.rb +2 -2
- data/lib/ruby-esi/models/get_universe_ancestries_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_universe_asteroid_belts_asteroid_belt_id_not_found.rb +2 -2
- data/lib/ruby-esi/models/get_universe_asteroid_belts_asteroid_belt_id_ok.rb +2 -2
- data/lib/ruby-esi/models/get_universe_asteroid_belts_asteroid_belt_id_position.rb +2 -2
- data/lib/ruby-esi/models/get_universe_bloodlines_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_universe_categories_category_id_not_found.rb +2 -2
- data/lib/ruby-esi/models/get_universe_categories_category_id_ok.rb +2 -2
- data/lib/ruby-esi/models/get_universe_constellations_constellation_id_not_found.rb +2 -2
- data/lib/ruby-esi/models/get_universe_constellations_constellation_id_ok.rb +2 -2
- data/lib/ruby-esi/models/get_universe_constellations_constellation_id_position.rb +2 -2
- data/lib/ruby-esi/models/get_universe_factions_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_universe_graphics_graphic_id_not_found.rb +2 -2
- data/lib/ruby-esi/models/get_universe_graphics_graphic_id_ok.rb +2 -2
- data/lib/ruby-esi/models/get_universe_groups_group_id_not_found.rb +2 -2
- data/lib/ruby-esi/models/get_universe_groups_group_id_ok.rb +2 -2
- data/lib/ruby-esi/models/get_universe_moons_moon_id_not_found.rb +2 -2
- data/lib/ruby-esi/models/get_universe_moons_moon_id_ok.rb +2 -2
- data/lib/ruby-esi/models/get_universe_moons_moon_id_position.rb +2 -2
- data/lib/ruby-esi/models/get_universe_planets_planet_id_not_found.rb +2 -2
- data/lib/ruby-esi/models/get_universe_planets_planet_id_ok.rb +2 -2
- data/lib/ruby-esi/models/get_universe_planets_planet_id_position.rb +2 -2
- data/lib/ruby-esi/models/get_universe_races_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_universe_regions_region_id_not_found.rb +2 -2
- data/lib/ruby-esi/models/get_universe_regions_region_id_ok.rb +2 -2
- data/lib/ruby-esi/models/get_universe_schematics_schematic_id_not_found.rb +2 -2
- data/lib/ruby-esi/models/get_universe_schematics_schematic_id_ok.rb +2 -2
- data/lib/ruby-esi/models/get_universe_stargates_stargate_id_destination.rb +2 -2
- data/lib/ruby-esi/models/get_universe_stargates_stargate_id_not_found.rb +2 -2
- data/lib/ruby-esi/models/get_universe_stargates_stargate_id_ok.rb +2 -2
- data/lib/ruby-esi/models/get_universe_stargates_stargate_id_position.rb +2 -2
- data/lib/ruby-esi/models/get_universe_stars_star_id_ok.rb +2 -2
- data/lib/ruby-esi/models/get_universe_stations_station_id_not_found.rb +2 -2
- data/lib/ruby-esi/models/get_universe_stations_station_id_ok.rb +2 -2
- data/lib/ruby-esi/models/get_universe_stations_station_id_position.rb +2 -2
- data/lib/ruby-esi/models/get_universe_structures_structure_id_not_found.rb +2 -2
- data/lib/ruby-esi/models/get_universe_structures_structure_id_ok.rb +2 -2
- data/lib/ruby-esi/models/get_universe_structures_structure_id_position.rb +2 -2
- data/lib/ruby-esi/models/get_universe_system_jumps_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_universe_system_kills_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_universe_systems_system_id_not_found.rb +2 -2
- data/lib/ruby-esi/models/get_universe_systems_system_id_ok.rb +2 -2
- data/lib/ruby-esi/models/get_universe_systems_system_id_planet.rb +2 -2
- data/lib/ruby-esi/models/get_universe_systems_system_id_position.rb +2 -2
- data/lib/ruby-esi/models/get_universe_types_type_id_dogma_attribute.rb +2 -2
- data/lib/ruby-esi/models/get_universe_types_type_id_dogma_effect.rb +2 -2
- data/lib/ruby-esi/models/get_universe_types_type_id_not_found.rb +2 -2
- data/lib/ruby-esi/models/get_universe_types_type_id_ok.rb +2 -2
- data/lib/ruby-esi/models/get_wars_war_id_aggressor.rb +2 -2
- data/lib/ruby-esi/models/get_wars_war_id_ally.rb +2 -2
- data/lib/ruby-esi/models/get_wars_war_id_defender.rb +2 -2
- data/lib/ruby-esi/models/get_wars_war_id_killmails_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_wars_war_id_killmails_unprocessable_entity.rb +2 -2
- data/lib/ruby-esi/models/get_wars_war_id_ok.rb +2 -2
- data/lib/ruby-esi/models/get_wars_war_id_unprocessable_entity.rb +2 -2
- data/lib/ruby-esi/models/internal_server_error.rb +2 -2
- data/lib/ruby-esi/models/post_characters_affiliation_200_ok.rb +2 -2
- data/lib/ruby-esi/models/post_characters_character_id_assets_locations_200_ok.rb +2 -2
- data/lib/ruby-esi/models/post_characters_character_id_assets_locations_position.rb +2 -2
- data/lib/ruby-esi/models/post_characters_character_id_assets_names_200_ok.rb +2 -2
- data/lib/ruby-esi/models/post_characters_character_id_contacts_error_520.rb +2 -2
- data/lib/ruby-esi/models/post_characters_character_id_fittings_created.rb +2 -2
- data/lib/ruby-esi/models/post_characters_character_id_fittings_fitting.rb +2 -2
- data/lib/ruby-esi/models/post_characters_character_id_fittings_item.rb +2 -2
- data/lib/ruby-esi/models/post_characters_character_id_mail_error_520.rb +2 -2
- data/lib/ruby-esi/models/post_characters_character_id_mail_labels_label.rb +2 -2
- data/lib/ruby-esi/models/post_characters_character_id_mail_mail.rb +2 -2
- data/lib/ruby-esi/models/post_characters_character_id_mail_recipient.rb +2 -2
- data/lib/ruby-esi/models/post_corporations_corporation_id_assets_locations_200_ok.rb +2 -2
- data/lib/ruby-esi/models/post_corporations_corporation_id_assets_locations_not_found.rb +2 -2
- data/lib/ruby-esi/models/post_corporations_corporation_id_assets_locations_position.rb +2 -2
- data/lib/ruby-esi/models/post_corporations_corporation_id_assets_names_200_ok.rb +2 -2
- data/lib/ruby-esi/models/post_corporations_corporation_id_assets_names_not_found.rb +2 -2
- data/lib/ruby-esi/models/post_fleets_fleet_id_members_invitation.rb +2 -2
- data/lib/ruby-esi/models/post_fleets_fleet_id_members_not_found.rb +2 -2
- data/lib/ruby-esi/models/post_fleets_fleet_id_members_unprocessable_entity.rb +2 -2
- data/lib/ruby-esi/models/post_fleets_fleet_id_wings_created.rb +2 -2
- data/lib/ruby-esi/models/post_fleets_fleet_id_wings_not_found.rb +2 -2
- data/lib/ruby-esi/models/post_fleets_fleet_id_wings_wing_id_squads_created.rb +2 -2
- data/lib/ruby-esi/models/post_fleets_fleet_id_wings_wing_id_squads_not_found.rb +2 -2
- data/lib/ruby-esi/models/post_ui_openwindow_newmail_new_mail.rb +2 -2
- data/lib/ruby-esi/models/post_ui_openwindow_newmail_unprocessable_entity.rb +2 -2
- data/lib/ruby-esi/models/post_universe_ids_agent.rb +2 -2
- data/lib/ruby-esi/models/post_universe_ids_alliance.rb +2 -2
- data/lib/ruby-esi/models/post_universe_ids_character.rb +2 -2
- data/lib/ruby-esi/models/post_universe_ids_constellation.rb +2 -2
- data/lib/ruby-esi/models/post_universe_ids_corporation.rb +2 -2
- data/lib/ruby-esi/models/post_universe_ids_faction.rb +2 -2
- data/lib/ruby-esi/models/post_universe_ids_inventory_type.rb +2 -2
- data/lib/ruby-esi/models/post_universe_ids_ok.rb +2 -2
- data/lib/ruby-esi/models/post_universe_ids_region.rb +2 -2
- data/lib/ruby-esi/models/post_universe_ids_station.rb +2 -2
- data/lib/ruby-esi/models/post_universe_ids_system.rb +2 -2
- data/lib/ruby-esi/models/post_universe_names_200_ok.rb +2 -2
- data/lib/ruby-esi/models/post_universe_names_not_found.rb +2 -2
- data/lib/ruby-esi/models/put_characters_character_id_calendar_event_id_response.rb +2 -2
- data/lib/ruby-esi/models/put_characters_character_id_mail_mail_id_contents.rb +2 -2
- data/lib/ruby-esi/models/put_fleets_fleet_id_members_member_id_movement.rb +2 -2
- data/lib/ruby-esi/models/put_fleets_fleet_id_members_member_id_not_found.rb +2 -2
- data/lib/ruby-esi/models/put_fleets_fleet_id_members_member_id_unprocessable_entity.rb +2 -2
- data/lib/ruby-esi/models/put_fleets_fleet_id_new_settings.rb +2 -2
- data/lib/ruby-esi/models/put_fleets_fleet_id_not_found.rb +2 -2
- data/lib/ruby-esi/models/put_fleets_fleet_id_squads_squad_id_naming.rb +2 -2
- data/lib/ruby-esi/models/put_fleets_fleet_id_squads_squad_id_not_found.rb +2 -2
- data/lib/ruby-esi/models/put_fleets_fleet_id_wings_wing_id_naming.rb +2 -2
- data/lib/ruby-esi/models/put_fleets_fleet_id_wings_wing_id_not_found.rb +2 -2
- data/lib/ruby-esi/models/service_unavailable.rb +2 -2
- data/lib/ruby-esi/models/unauthorized.rb +2 -2
- data/lib/ruby-esi/version.rb +3 -3
- data/lib/ruby-esi.rb +3 -16
- data/ruby-esi.gemspec +3 -2
- data/spec/api/alliance_api_spec.rb +3 -3
- data/spec/api/assets_api_spec.rb +2 -2
- data/spec/api/bookmarks_api_spec.rb +2 -2
- data/spec/api/calendar_api_spec.rb +4 -4
- data/spec/api/character_api_spec.rb +16 -31
- data/spec/api/clones_api_spec.rb +4 -4
- data/spec/api/contacts_api_spec.rb +2 -2
- data/spec/api/contracts_api_spec.rb +2 -2
- data/spec/api/corporation_api_spec.rb +23 -23
- data/spec/api/dogma_api_spec.rb +2 -2
- data/spec/api/faction_warfare_api_spec.rb +3 -3
- data/spec/api/fittings_api_spec.rb +2 -2
- data/spec/api/fleets_api_spec.rb +2 -2
- data/spec/api/incursions_api_spec.rb +2 -2
- data/spec/api/industry_api_spec.rb +2 -2
- data/spec/api/insurance_api_spec.rb +2 -2
- data/spec/api/killmails_api_spec.rb +2 -2
- data/spec/api/location_api_spec.rb +2 -2
- data/spec/api/loyalty_api_spec.rb +2 -2
- data/spec/api/mail_api_spec.rb +2 -2
- data/spec/api/market_api_spec.rb +2 -2
- data/spec/api/opportunities_api_spec.rb +2 -2
- data/spec/api/planetary_interaction_api_spec.rb +3 -4
- data/spec/api/routes_api_spec.rb +2 -2
- data/spec/api/search_api_spec.rb +2 -2
- data/spec/api/skills_api_spec.rb +2 -2
- data/spec/api/sovereignty_api_spec.rb +2 -2
- data/spec/api/status_api_spec.rb +3 -3
- data/spec/api/universe_api_spec.rb +21 -21
- data/spec/api/user_interface_api_spec.rb +2 -2
- data/spec/api/wallet_api_spec.rb +3 -3
- data/spec/api/wars_api_spec.rb +2 -2
- data/spec/api_client_spec.rb +2 -2
- data/spec/configuration_spec.rb +2 -2
- data/spec/models/bad_request_spec.rb +2 -2
- data/spec/models/delete_characters_character_id_mail_labels_label_id_unprocessable_entity_spec.rb +2 -2
- data/spec/models/delete_fleets_fleet_id_members_member_id_not_found_spec.rb +2 -2
- data/spec/models/delete_fleets_fleet_id_squads_squad_id_not_found_spec.rb +2 -2
- data/spec/models/delete_fleets_fleet_id_wings_wing_id_not_found_spec.rb +2 -2
- data/spec/models/error_limited_spec.rb +2 -2
- data/spec/models/forbidden_spec.rb +2 -2
- data/spec/models/gateway_timeout_spec.rb +2 -2
- data/spec/models/get_alliances_alliance_id_contacts_200_ok_spec.rb +2 -2
- data/spec/models/get_alliances_alliance_id_contacts_labels_200_ok_spec.rb +2 -2
- data/spec/models/get_alliances_alliance_id_icons_not_found_spec.rb +2 -2
- data/spec/models/get_alliances_alliance_id_icons_ok_spec.rb +2 -2
- data/spec/models/get_alliances_alliance_id_not_found_spec.rb +2 -2
- data/spec/models/get_alliances_alliance_id_ok_spec.rb +2 -2
- data/spec/models/get_characters_character_id_agents_research_200_ok_spec.rb +2 -2
- data/spec/models/get_characters_character_id_assets_200_ok_spec.rb +2 -2
- data/spec/models/{post_characters_affiliation_not_found_spec.rb → get_characters_character_id_assets_not_found_spec.rb} +8 -8
- data/spec/models/get_characters_character_id_attributes_ok_spec.rb +2 -2
- data/spec/models/get_characters_character_id_blueprints_200_ok_spec.rb +2 -2
- data/spec/models/get_characters_character_id_bookmarks_200_ok_spec.rb +2 -2
- data/spec/models/get_characters_character_id_bookmarks_coordinates_spec.rb +2 -2
- data/spec/models/get_characters_character_id_bookmarks_folders_200_ok_spec.rb +2 -2
- data/spec/models/get_characters_character_id_bookmarks_item_spec.rb +2 -2
- data/spec/models/get_characters_character_id_calendar_200_ok_spec.rb +2 -2
- data/spec/models/get_characters_character_id_calendar_event_id_attendees_200_ok_spec.rb +2 -2
- data/spec/models/get_characters_character_id_calendar_event_id_attendees_not_found_spec.rb +2 -2
- data/spec/models/get_characters_character_id_calendar_event_id_not_found_spec.rb +2 -2
- data/spec/models/get_characters_character_id_calendar_event_id_ok_spec.rb +2 -2
- data/spec/models/get_characters_character_id_clones_home_location_spec.rb +2 -2
- data/spec/models/get_characters_character_id_clones_jump_clone_spec.rb +2 -2
- data/spec/models/get_characters_character_id_clones_ok_spec.rb +2 -2
- data/spec/models/get_characters_character_id_contacts_200_ok_spec.rb +2 -2
- data/spec/models/get_characters_character_id_contacts_labels_200_ok_spec.rb +2 -2
- data/spec/models/get_characters_character_id_contracts_200_ok_spec.rb +2 -2
- data/spec/models/get_characters_character_id_contracts_contract_id_bids_200_ok_spec.rb +2 -2
- data/spec/models/get_characters_character_id_contracts_contract_id_bids_not_found_spec.rb +2 -2
- data/spec/models/get_characters_character_id_contracts_contract_id_items_200_ok_spec.rb +2 -2
- data/spec/models/get_characters_character_id_contracts_contract_id_items_not_found_spec.rb +2 -2
- data/spec/models/get_characters_character_id_corporationhistory_200_ok_spec.rb +2 -2
- data/spec/models/get_characters_character_id_fatigue_ok_spec.rb +2 -2
- data/spec/models/get_characters_character_id_fittings_200_ok_spec.rb +2 -2
- data/spec/models/get_characters_character_id_fittings_item_spec.rb +2 -2
- data/spec/models/get_characters_character_id_fleet_not_found_spec.rb +2 -2
- data/spec/models/get_characters_character_id_fleet_ok_spec.rb +2 -2
- data/spec/models/get_characters_character_id_fw_stats_kills_spec.rb +2 -2
- data/spec/models/get_characters_character_id_fw_stats_ok_spec.rb +2 -2
- data/spec/models/get_characters_character_id_fw_stats_victory_points_spec.rb +2 -2
- data/spec/models/get_characters_character_id_industry_jobs_200_ok_spec.rb +2 -2
- data/spec/models/get_characters_character_id_killmails_recent_200_ok_spec.rb +2 -2
- data/spec/models/get_characters_character_id_location_ok_spec.rb +2 -2
- data/spec/models/get_characters_character_id_loyalty_points_200_ok_spec.rb +2 -2
- data/spec/models/get_characters_character_id_mail_200_ok_spec.rb +2 -2
- data/spec/models/get_characters_character_id_mail_labels_label_spec.rb +2 -2
- data/spec/models/get_characters_character_id_mail_labels_ok_spec.rb +2 -2
- data/spec/models/get_characters_character_id_mail_lists_200_ok_spec.rb +2 -2
- data/spec/models/get_characters_character_id_mail_mail_id_not_found_spec.rb +2 -2
- data/spec/models/get_characters_character_id_mail_mail_id_ok_spec.rb +2 -2
- data/spec/models/get_characters_character_id_mail_mail_id_recipient_spec.rb +2 -2
- data/spec/models/get_characters_character_id_mail_recipient_spec.rb +2 -2
- data/spec/models/get_characters_character_id_medals_200_ok_spec.rb +2 -2
- data/spec/models/get_characters_character_id_medals_graphic_spec.rb +2 -2
- data/spec/models/get_characters_character_id_mining_200_ok_spec.rb +2 -2
- data/spec/models/get_characters_character_id_not_found_spec.rb +2 -2
- data/spec/models/get_characters_character_id_notifications_200_ok_spec.rb +3 -3
- data/spec/models/get_characters_character_id_notifications_contacts_200_ok_spec.rb +2 -2
- data/spec/models/get_characters_character_id_ok_spec.rb +2 -8
- data/spec/models/get_characters_character_id_online_ok_spec.rb +2 -2
- data/spec/models/get_characters_character_id_opportunities_200_ok_spec.rb +2 -2
- data/spec/models/get_characters_character_id_orders_200_ok_spec.rb +2 -2
- data/spec/models/get_characters_character_id_orders_history_200_ok_spec.rb +2 -2
- data/spec/models/get_characters_character_id_planets_200_ok_spec.rb +2 -2
- data/spec/models/get_characters_character_id_planets_planet_id_content_spec.rb +2 -2
- data/spec/models/get_characters_character_id_planets_planet_id_extractor_details_spec.rb +2 -2
- data/spec/models/get_characters_character_id_planets_planet_id_factory_details_spec.rb +2 -2
- data/spec/models/get_characters_character_id_planets_planet_id_head_spec.rb +2 -2
- data/spec/models/get_characters_character_id_planets_planet_id_link_spec.rb +2 -2
- data/spec/models/get_characters_character_id_planets_planet_id_not_found_spec.rb +2 -2
- data/spec/models/get_characters_character_id_planets_planet_id_ok_spec.rb +2 -2
- data/spec/models/get_characters_character_id_planets_planet_id_pin_spec.rb +2 -2
- data/spec/models/get_characters_character_id_planets_planet_id_route_spec.rb +2 -2
- data/spec/models/get_characters_character_id_portrait_not_found_spec.rb +2 -2
- data/spec/models/get_characters_character_id_portrait_ok_spec.rb +2 -2
- data/spec/models/get_characters_character_id_roles_ok_spec.rb +2 -2
- data/spec/models/get_characters_character_id_search_ok_spec.rb +2 -2
- data/spec/models/get_characters_character_id_ship_ok_spec.rb +2 -2
- data/spec/models/get_characters_character_id_skillqueue_200_ok_spec.rb +2 -2
- data/spec/models/get_characters_character_id_skills_ok_spec.rb +2 -2
- data/spec/models/get_characters_character_id_skills_skill_spec.rb +2 -2
- data/spec/models/get_characters_character_id_standings_200_ok_spec.rb +2 -2
- data/spec/models/get_characters_character_id_titles_200_ok_spec.rb +2 -2
- data/spec/models/get_characters_character_id_wallet_journal_200_ok_spec.rb +3 -3
- data/spec/models/get_characters_character_id_wallet_transactions_200_ok_spec.rb +2 -2
- data/spec/models/get_contracts_public_bids_contract_id_200_ok_spec.rb +2 -2
- data/spec/models/get_contracts_public_bids_contract_id_forbidden_spec.rb +2 -2
- data/spec/models/get_contracts_public_bids_contract_id_not_found_spec.rb +2 -2
- data/spec/models/get_contracts_public_items_contract_id_200_ok_spec.rb +2 -2
- data/spec/models/get_contracts_public_items_contract_id_forbidden_spec.rb +2 -2
- data/spec/models/get_contracts_public_items_contract_id_not_found_spec.rb +2 -2
- data/spec/models/get_contracts_public_region_id_200_ok_spec.rb +2 -2
- data/spec/models/get_contracts_public_region_id_not_found_spec.rb +2 -2
- data/spec/models/get_corporation_corporation_id_mining_extractions_200_ok_spec.rb +2 -2
- data/spec/models/get_corporation_corporation_id_mining_observers_200_ok_spec.rb +2 -2
- data/spec/models/get_corporation_corporation_id_mining_observers_observer_id_200_ok_spec.rb +2 -2
- data/spec/models/get_corporations_corporation_id_alliancehistory_200_ok_spec.rb +2 -2
- data/spec/models/get_corporations_corporation_id_assets_200_ok_spec.rb +3 -3
- data/spec/models/get_corporations_corporation_id_blueprints_200_ok_spec.rb +3 -3
- data/spec/models/get_corporations_corporation_id_bookmarks_200_ok_spec.rb +2 -2
- data/spec/models/get_corporations_corporation_id_bookmarks_coordinates_spec.rb +2 -2
- data/spec/models/get_corporations_corporation_id_bookmarks_folders_200_ok_spec.rb +2 -2
- data/spec/models/get_corporations_corporation_id_bookmarks_item_spec.rb +2 -2
- data/spec/models/get_corporations_corporation_id_contacts_200_ok_spec.rb +2 -2
- data/spec/models/get_corporations_corporation_id_contacts_labels_200_ok_spec.rb +2 -2
- data/spec/models/get_corporations_corporation_id_containers_logs_200_ok_spec.rb +3 -3
- data/spec/models/get_corporations_corporation_id_contracts_200_ok_spec.rb +2 -2
- data/spec/models/get_corporations_corporation_id_contracts_contract_id_bids_200_ok_spec.rb +2 -2
- data/spec/models/get_corporations_corporation_id_contracts_contract_id_bids_not_found_spec.rb +2 -2
- data/spec/models/get_corporations_corporation_id_contracts_contract_id_items_200_ok_spec.rb +2 -2
- data/spec/models/get_corporations_corporation_id_contracts_contract_id_items_error_520_spec.rb +2 -2
- data/spec/models/get_corporations_corporation_id_contracts_contract_id_items_not_found_spec.rb +2 -2
- data/spec/models/get_corporations_corporation_id_customs_offices_200_ok_spec.rb +2 -2
- data/spec/models/get_corporations_corporation_id_divisions_hangar_hangar_spec.rb +2 -2
- data/spec/models/get_corporations_corporation_id_divisions_ok_spec.rb +2 -2
- data/spec/models/get_corporations_corporation_id_divisions_wallet_wallet_spec.rb +2 -2
- data/spec/models/get_corporations_corporation_id_facilities_200_ok_spec.rb +2 -2
- data/spec/models/get_corporations_corporation_id_fw_stats_kills_spec.rb +2 -2
- data/spec/models/get_corporations_corporation_id_fw_stats_ok_spec.rb +2 -2
- data/spec/models/get_corporations_corporation_id_fw_stats_victory_points_spec.rb +2 -2
- data/spec/models/get_corporations_corporation_id_icons_not_found_spec.rb +2 -2
- data/spec/models/get_corporations_corporation_id_icons_ok_spec.rb +2 -2
- data/spec/models/get_corporations_corporation_id_industry_jobs_200_ok_spec.rb +2 -2
- data/spec/models/get_corporations_corporation_id_killmails_recent_200_ok_spec.rb +2 -2
- data/spec/models/get_corporations_corporation_id_medals_200_ok_spec.rb +2 -2
- data/spec/models/get_corporations_corporation_id_medals_issued_200_ok_spec.rb +2 -2
- data/spec/models/get_corporations_corporation_id_members_titles_200_ok_spec.rb +2 -2
- data/spec/models/get_corporations_corporation_id_membertracking_200_ok_spec.rb +2 -2
- data/spec/models/get_corporations_corporation_id_not_found_spec.rb +2 -2
- data/spec/models/get_corporations_corporation_id_ok_spec.rb +2 -2
- data/spec/models/get_corporations_corporation_id_orders_200_ok_spec.rb +2 -2
- data/spec/models/get_corporations_corporation_id_orders_history_200_ok_spec.rb +2 -2
- data/spec/models/get_corporations_corporation_id_roles_200_ok_spec.rb +2 -2
- data/spec/models/get_corporations_corporation_id_roles_history_200_ok_spec.rb +2 -2
- data/spec/models/get_corporations_corporation_id_shareholders_200_ok_spec.rb +2 -2
- data/spec/models/get_corporations_corporation_id_standings_200_ok_spec.rb +2 -2
- data/spec/models/get_corporations_corporation_id_starbases_200_ok_spec.rb +2 -2
- data/spec/models/get_corporations_corporation_id_starbases_starbase_id_fuel_spec.rb +2 -2
- data/spec/models/get_corporations_corporation_id_starbases_starbase_id_ok_spec.rb +2 -2
- data/spec/models/get_corporations_corporation_id_structures_200_ok_spec.rb +5 -11
- data/spec/models/get_corporations_corporation_id_structures_service_spec.rb +2 -2
- data/spec/models/get_corporations_corporation_id_titles_200_ok_spec.rb +2 -2
- data/spec/models/get_corporations_corporation_id_wallets_200_ok_spec.rb +2 -2
- data/spec/models/get_corporations_corporation_id_wallets_division_journal_200_ok_spec.rb +3 -3
- data/spec/models/get_corporations_corporation_id_wallets_division_transactions_200_ok_spec.rb +2 -2
- data/spec/models/get_dogma_attributes_attribute_id_not_found_spec.rb +2 -2
- data/spec/models/get_dogma_attributes_attribute_id_ok_spec.rb +2 -2
- data/spec/models/get_dogma_dynamic_items_type_id_item_id_dogma_attribute_spec.rb +2 -2
- data/spec/models/get_dogma_dynamic_items_type_id_item_id_dogma_effect_spec.rb +2 -2
- data/spec/models/get_dogma_dynamic_items_type_id_item_id_not_found_spec.rb +2 -2
- data/spec/models/get_dogma_dynamic_items_type_id_item_id_ok_spec.rb +2 -2
- data/spec/models/get_dogma_effects_effect_id_modifier_spec.rb +2 -2
- data/spec/models/get_dogma_effects_effect_id_not_found_spec.rb +2 -2
- data/spec/models/get_dogma_effects_effect_id_ok_spec.rb +2 -2
- data/spec/models/get_fleets_fleet_id_members_200_ok_spec.rb +2 -2
- data/spec/models/get_fleets_fleet_id_members_not_found_spec.rb +2 -2
- data/spec/models/get_fleets_fleet_id_not_found_spec.rb +2 -2
- data/spec/models/get_fleets_fleet_id_ok_spec.rb +2 -2
- data/spec/models/get_fleets_fleet_id_wings_200_ok_spec.rb +2 -2
- data/spec/models/get_fleets_fleet_id_wings_not_found_spec.rb +2 -2
- data/spec/models/get_fleets_fleet_id_wings_squad_spec.rb +2 -2
- data/spec/models/get_fw_leaderboards_active_total_active_total_1_spec.rb +2 -2
- data/spec/models/get_fw_leaderboards_active_total_active_total_spec.rb +2 -2
- data/spec/models/get_fw_leaderboards_characters_active_total_active_total_1_spec.rb +2 -2
- data/spec/models/get_fw_leaderboards_characters_active_total_active_total_spec.rb +2 -2
- data/spec/models/get_fw_leaderboards_characters_kills_spec.rb +2 -2
- data/spec/models/get_fw_leaderboards_characters_last_week_last_week_1_spec.rb +2 -2
- data/spec/models/get_fw_leaderboards_characters_last_week_last_week_spec.rb +2 -2
- data/spec/models/get_fw_leaderboards_characters_ok_spec.rb +2 -2
- data/spec/models/get_fw_leaderboards_characters_victory_points_spec.rb +2 -2
- data/spec/models/get_fw_leaderboards_characters_yesterday_yesterday_1_spec.rb +2 -2
- data/spec/models/get_fw_leaderboards_characters_yesterday_yesterday_spec.rb +2 -2
- data/spec/models/get_fw_leaderboards_corporations_active_total_active_total_1_spec.rb +2 -2
- data/spec/models/get_fw_leaderboards_corporations_active_total_active_total_spec.rb +2 -2
- data/spec/models/get_fw_leaderboards_corporations_kills_spec.rb +2 -2
- data/spec/models/get_fw_leaderboards_corporations_last_week_last_week_1_spec.rb +2 -2
- data/spec/models/get_fw_leaderboards_corporations_last_week_last_week_spec.rb +2 -2
- data/spec/models/get_fw_leaderboards_corporations_ok_spec.rb +2 -2
- data/spec/models/get_fw_leaderboards_corporations_victory_points_spec.rb +2 -2
- data/spec/models/get_fw_leaderboards_corporations_yesterday_yesterday_1_spec.rb +2 -2
- data/spec/models/get_fw_leaderboards_corporations_yesterday_yesterday_spec.rb +2 -2
- data/spec/models/get_fw_leaderboards_kills_spec.rb +2 -2
- data/spec/models/get_fw_leaderboards_last_week_last_week_1_spec.rb +2 -2
- data/spec/models/get_fw_leaderboards_last_week_last_week_spec.rb +2 -2
- data/spec/models/get_fw_leaderboards_ok_spec.rb +2 -2
- data/spec/models/get_fw_leaderboards_victory_points_spec.rb +2 -2
- data/spec/models/get_fw_leaderboards_yesterday_yesterday_1_spec.rb +2 -2
- data/spec/models/get_fw_leaderboards_yesterday_yesterday_spec.rb +2 -2
- data/spec/models/get_fw_stats_200_ok_spec.rb +2 -2
- data/spec/models/get_fw_stats_kills_spec.rb +2 -2
- data/spec/models/get_fw_stats_victory_points_spec.rb +2 -2
- data/spec/models/get_fw_systems_200_ok_spec.rb +2 -2
- data/spec/models/get_fw_wars_200_ok_spec.rb +2 -2
- data/spec/models/get_incursions_200_ok_spec.rb +2 -2
- data/spec/models/get_industry_facilities_200_ok_spec.rb +2 -2
- data/spec/models/get_industry_systems_200_ok_spec.rb +2 -2
- data/spec/models/get_industry_systems_cost_indice_spec.rb +2 -2
- data/spec/models/get_insurance_prices_200_ok_spec.rb +2 -2
- data/spec/models/get_insurance_prices_level_spec.rb +2 -2
- data/spec/models/get_killmails_killmail_id_killmail_hash_attacker_spec.rb +2 -2
- data/spec/models/get_killmails_killmail_id_killmail_hash_item_spec.rb +2 -2
- data/spec/models/get_killmails_killmail_id_killmail_hash_items_item_spec.rb +2 -2
- data/spec/models/get_killmails_killmail_id_killmail_hash_ok_spec.rb +2 -2
- data/spec/models/get_killmails_killmail_id_killmail_hash_position_spec.rb +2 -2
- data/spec/models/get_killmails_killmail_id_killmail_hash_unprocessable_entity_spec.rb +2 -2
- data/spec/models/get_killmails_killmail_id_killmail_hash_victim_spec.rb +2 -2
- data/spec/models/get_loyalty_stores_corporation_id_offers_200_ok_spec.rb +2 -2
- data/spec/models/get_loyalty_stores_corporation_id_offers_not_found_spec.rb +2 -2
- data/spec/models/get_loyalty_stores_corporation_id_offers_required_item_spec.rb +2 -2
- data/spec/models/get_markets_groups_market_group_id_not_found_spec.rb +2 -2
- data/spec/models/get_markets_groups_market_group_id_ok_spec.rb +2 -2
- data/spec/models/get_markets_prices_200_ok_spec.rb +2 -2
- data/spec/models/get_markets_region_id_history_200_ok_spec.rb +2 -2
- data/spec/models/get_markets_region_id_history_error_520_spec.rb +2 -2
- data/spec/models/get_markets_region_id_history_not_found_spec.rb +2 -2
- data/spec/models/get_markets_region_id_history_unprocessable_entity_spec.rb +2 -2
- data/spec/models/get_markets_region_id_orders_200_ok_spec.rb +2 -2
- data/spec/models/get_markets_region_id_orders_not_found_spec.rb +2 -2
- data/spec/models/get_markets_region_id_orders_unprocessable_entity_spec.rb +2 -2
- data/spec/models/get_markets_structures_structure_id_200_ok_spec.rb +2 -2
- data/spec/models/get_opportunities_groups_group_id_ok_spec.rb +2 -2
- data/spec/models/get_opportunities_tasks_task_id_ok_spec.rb +2 -2
- data/spec/models/get_route_origin_destination_not_found_spec.rb +2 -2
- data/spec/models/get_search_ok_spec.rb +2 -2
- data/spec/models/get_sovereignty_campaigns_200_ok_spec.rb +2 -2
- data/spec/models/get_sovereignty_campaigns_participant_spec.rb +2 -2
- data/spec/models/get_sovereignty_map_200_ok_spec.rb +2 -2
- data/spec/models/get_sovereignty_structures_200_ok_spec.rb +2 -2
- data/spec/models/get_status_ok_spec.rb +2 -2
- data/spec/models/get_universe_ancestries_200_ok_spec.rb +2 -2
- data/spec/models/get_universe_asteroid_belts_asteroid_belt_id_not_found_spec.rb +2 -2
- data/spec/models/get_universe_asteroid_belts_asteroid_belt_id_ok_spec.rb +2 -2
- data/spec/models/get_universe_asteroid_belts_asteroid_belt_id_position_spec.rb +2 -2
- data/spec/models/get_universe_bloodlines_200_ok_spec.rb +2 -2
- data/spec/models/get_universe_categories_category_id_not_found_spec.rb +2 -2
- data/spec/models/get_universe_categories_category_id_ok_spec.rb +2 -2
- data/spec/models/get_universe_constellations_constellation_id_not_found_spec.rb +2 -2
- data/spec/models/get_universe_constellations_constellation_id_ok_spec.rb +2 -2
- data/spec/models/get_universe_constellations_constellation_id_position_spec.rb +2 -2
- data/spec/models/get_universe_factions_200_ok_spec.rb +2 -2
- data/spec/models/get_universe_graphics_graphic_id_not_found_spec.rb +2 -2
- data/spec/models/get_universe_graphics_graphic_id_ok_spec.rb +2 -2
- data/spec/models/get_universe_groups_group_id_not_found_spec.rb +2 -2
- data/spec/models/get_universe_groups_group_id_ok_spec.rb +2 -2
- data/spec/models/get_universe_moons_moon_id_not_found_spec.rb +2 -2
- data/spec/models/get_universe_moons_moon_id_ok_spec.rb +2 -2
- data/spec/models/get_universe_moons_moon_id_position_spec.rb +2 -2
- data/spec/models/get_universe_planets_planet_id_not_found_spec.rb +2 -2
- data/spec/models/get_universe_planets_planet_id_ok_spec.rb +2 -2
- data/spec/models/get_universe_planets_planet_id_position_spec.rb +2 -2
- data/spec/models/get_universe_races_200_ok_spec.rb +2 -2
- data/spec/models/get_universe_regions_region_id_not_found_spec.rb +2 -2
- data/spec/models/get_universe_regions_region_id_ok_spec.rb +2 -2
- data/spec/models/get_universe_schematics_schematic_id_not_found_spec.rb +2 -2
- data/spec/models/get_universe_schematics_schematic_id_ok_spec.rb +2 -2
- data/spec/models/get_universe_stargates_stargate_id_destination_spec.rb +2 -2
- data/spec/models/get_universe_stargates_stargate_id_not_found_spec.rb +2 -2
- data/spec/models/get_universe_stargates_stargate_id_ok_spec.rb +2 -2
- data/spec/models/get_universe_stargates_stargate_id_position_spec.rb +2 -2
- data/spec/models/get_universe_stars_star_id_ok_spec.rb +2 -2
- data/spec/models/get_universe_stations_station_id_not_found_spec.rb +2 -2
- data/spec/models/get_universe_stations_station_id_ok_spec.rb +2 -2
- data/spec/models/get_universe_stations_station_id_position_spec.rb +2 -2
- data/spec/models/get_universe_structures_structure_id_not_found_spec.rb +2 -2
- data/spec/models/get_universe_structures_structure_id_ok_spec.rb +2 -2
- data/spec/models/get_universe_structures_structure_id_position_spec.rb +2 -2
- data/spec/models/get_universe_system_jumps_200_ok_spec.rb +2 -2
- data/spec/models/get_universe_system_kills_200_ok_spec.rb +2 -2
- data/spec/models/get_universe_systems_system_id_not_found_spec.rb +2 -2
- data/spec/models/get_universe_systems_system_id_ok_spec.rb +2 -2
- data/spec/models/get_universe_systems_system_id_planet_spec.rb +2 -2
- data/spec/models/get_universe_systems_system_id_position_spec.rb +2 -2
- data/spec/models/get_universe_types_type_id_dogma_attribute_spec.rb +2 -2
- data/spec/models/get_universe_types_type_id_dogma_effect_spec.rb +2 -2
- data/spec/models/get_universe_types_type_id_not_found_spec.rb +2 -2
- data/spec/models/get_universe_types_type_id_ok_spec.rb +2 -2
- data/spec/models/get_wars_war_id_aggressor_spec.rb +2 -2
- data/spec/models/get_wars_war_id_ally_spec.rb +2 -2
- data/spec/models/get_wars_war_id_defender_spec.rb +2 -2
- data/spec/models/get_wars_war_id_killmails_200_ok_spec.rb +2 -2
- data/spec/models/get_wars_war_id_killmails_unprocessable_entity_spec.rb +2 -2
- data/spec/models/get_wars_war_id_ok_spec.rb +2 -2
- data/spec/models/get_wars_war_id_unprocessable_entity_spec.rb +2 -2
- data/spec/models/internal_server_error_spec.rb +2 -2
- data/spec/models/post_characters_affiliation_200_ok_spec.rb +2 -2
- data/spec/models/post_characters_character_id_assets_locations_200_ok_spec.rb +2 -2
- data/spec/models/post_characters_character_id_assets_locations_position_spec.rb +2 -2
- data/spec/models/post_characters_character_id_assets_names_200_ok_spec.rb +2 -2
- data/spec/models/post_characters_character_id_contacts_error_520_spec.rb +2 -2
- data/spec/models/post_characters_character_id_fittings_created_spec.rb +2 -2
- data/spec/models/post_characters_character_id_fittings_fitting_spec.rb +2 -2
- data/spec/models/post_characters_character_id_fittings_item_spec.rb +2 -2
- data/spec/models/post_characters_character_id_mail_error_520_spec.rb +2 -2
- data/spec/models/post_characters_character_id_mail_labels_label_spec.rb +2 -2
- data/spec/models/post_characters_character_id_mail_mail_spec.rb +2 -2
- data/spec/models/post_characters_character_id_mail_recipient_spec.rb +2 -2
- data/spec/models/post_corporations_corporation_id_assets_locations_200_ok_spec.rb +2 -2
- data/spec/models/post_corporations_corporation_id_assets_locations_not_found_spec.rb +2 -2
- data/spec/models/post_corporations_corporation_id_assets_locations_position_spec.rb +2 -2
- data/spec/models/post_corporations_corporation_id_assets_names_200_ok_spec.rb +2 -2
- data/spec/models/post_corporations_corporation_id_assets_names_not_found_spec.rb +2 -2
- data/spec/models/post_fleets_fleet_id_members_invitation_spec.rb +2 -2
- data/spec/models/post_fleets_fleet_id_members_not_found_spec.rb +2 -2
- data/spec/models/post_fleets_fleet_id_members_unprocessable_entity_spec.rb +2 -2
- data/spec/models/post_fleets_fleet_id_wings_created_spec.rb +2 -2
- data/spec/models/post_fleets_fleet_id_wings_not_found_spec.rb +2 -2
- data/spec/models/post_fleets_fleet_id_wings_wing_id_squads_created_spec.rb +2 -2
- data/spec/models/post_fleets_fleet_id_wings_wing_id_squads_not_found_spec.rb +2 -2
- data/spec/models/post_ui_openwindow_newmail_new_mail_spec.rb +2 -2
- data/spec/models/post_ui_openwindow_newmail_unprocessable_entity_spec.rb +2 -2
- data/spec/models/post_universe_ids_agent_spec.rb +2 -2
- data/spec/models/post_universe_ids_alliance_spec.rb +2 -2
- data/spec/models/post_universe_ids_character_spec.rb +2 -2
- data/spec/models/post_universe_ids_constellation_spec.rb +2 -2
- data/spec/models/post_universe_ids_corporation_spec.rb +2 -2
- data/spec/models/post_universe_ids_faction_spec.rb +2 -2
- data/spec/models/post_universe_ids_inventory_type_spec.rb +2 -2
- data/spec/models/post_universe_ids_ok_spec.rb +2 -2
- data/spec/models/post_universe_ids_region_spec.rb +2 -2
- data/spec/models/post_universe_ids_station_spec.rb +2 -2
- data/spec/models/post_universe_ids_system_spec.rb +2 -2
- data/spec/models/post_universe_names_200_ok_spec.rb +2 -2
- data/spec/models/post_universe_names_not_found_spec.rb +2 -2
- data/spec/models/put_characters_character_id_calendar_event_id_response_spec.rb +2 -2
- data/spec/models/put_characters_character_id_mail_mail_id_contents_spec.rb +2 -2
- data/spec/models/put_fleets_fleet_id_members_member_id_movement_spec.rb +2 -2
- data/spec/models/put_fleets_fleet_id_members_member_id_not_found_spec.rb +2 -2
- data/spec/models/put_fleets_fleet_id_members_member_id_unprocessable_entity_spec.rb +2 -2
- data/spec/models/put_fleets_fleet_id_new_settings_spec.rb +2 -2
- data/spec/models/put_fleets_fleet_id_not_found_spec.rb +2 -2
- data/spec/models/put_fleets_fleet_id_squads_squad_id_naming_spec.rb +2 -2
- data/spec/models/put_fleets_fleet_id_squads_squad_id_not_found_spec.rb +2 -2
- data/spec/models/put_fleets_fleet_id_wings_wing_id_naming_spec.rb +2 -2
- data/spec/models/put_fleets_fleet_id_wings_wing_id_not_found_spec.rb +2 -2
- data/spec/models/service_unavailable_spec.rb +2 -2
- data/spec/models/unauthorized_spec.rb +2 -2
- data/spec/spec_helper.rb +2 -2
- metadata +372 -403
- data/docs/GetCharactersCharacterIdStats200Ok.md +0 -20
- data/docs/GetCharactersCharacterIdStatsCharacter.md +0 -10
- data/docs/GetCharactersCharacterIdStatsCombat.md +0 -101
- data/docs/GetCharactersCharacterIdStatsIndustry.md +0 -43
- data/docs/GetCharactersCharacterIdStatsInventory.md +0 -9
- data/docs/GetCharactersCharacterIdStatsIsk.md +0 -9
- data/docs/GetCharactersCharacterIdStatsMarket.md +0 -20
- data/docs/GetCharactersCharacterIdStatsMining.md +0 -26
- data/docs/GetCharactersCharacterIdStatsModule.md +0 -76
- data/docs/GetCharactersCharacterIdStatsOrbital.md +0 -10
- data/docs/GetCharactersCharacterIdStatsPve.md +0 -11
- data/docs/GetCharactersCharacterIdStatsSocial.md +0 -32
- data/docs/GetCharactersCharacterIdStatsTravel.md +0 -28
- data/lib/ruby-esi/models/get_characters_character_id_stats_200_ok.rb +0 -299
- data/lib/ruby-esi/models/get_characters_character_id_stats_character.rb +0 -206
- data/lib/ruby-esi/models/get_characters_character_id_stats_combat.rb +0 -1116
- data/lib/ruby-esi/models/get_characters_character_id_stats_industry.rb +0 -536
- data/lib/ruby-esi/models/get_characters_character_id_stats_inventory.rb +0 -196
- data/lib/ruby-esi/models/get_characters_character_id_stats_isk.rb +0 -196
- data/lib/ruby-esi/models/get_characters_character_id_stats_market.rb +0 -306
- data/lib/ruby-esi/models/get_characters_character_id_stats_mining.rb +0 -366
- data/lib/ruby-esi/models/get_characters_character_id_stats_module.rb +0 -866
- data/lib/ruby-esi/models/get_characters_character_id_stats_orbital.rb +0 -206
- data/lib/ruby-esi/models/get_characters_character_id_stats_pve.rb +0 -216
- data/lib/ruby-esi/models/get_characters_character_id_stats_social.rb +0 -426
- data/lib/ruby-esi/models/get_characters_character_id_stats_travel.rb +0 -386
- data/spec/models/get_characters_character_id_stats_200_ok_spec.rb +0 -113
- data/spec/models/get_characters_character_id_stats_character_spec.rb +0 -53
- data/spec/models/get_characters_character_id_stats_combat_spec.rb +0 -599
- data/spec/models/get_characters_character_id_stats_industry_spec.rb +0 -251
- data/spec/models/get_characters_character_id_stats_inventory_spec.rb +0 -47
- data/spec/models/get_characters_character_id_stats_isk_spec.rb +0 -47
- data/spec/models/get_characters_character_id_stats_market_spec.rb +0 -113
- data/spec/models/get_characters_character_id_stats_mining_spec.rb +0 -149
- data/spec/models/get_characters_character_id_stats_module_spec.rb +0 -449
- data/spec/models/get_characters_character_id_stats_orbital_spec.rb +0 -53
- data/spec/models/get_characters_character_id_stats_pve_spec.rb +0 -59
- data/spec/models/get_characters_character_id_stats_social_spec.rb +0 -185
- data/spec/models/get_characters_character_id_stats_travel_spec.rb +0 -161
data/docs/UniverseApi.md
CHANGED
|
@@ -41,7 +41,7 @@ Method | HTTP request | Description
|
|
|
41
41
|
|
|
42
42
|
Get ancestries
|
|
43
43
|
|
|
44
|
-
Get all character ancestries --- Alternate route: `/
|
|
44
|
+
Get all character ancestries --- Alternate route: `/legacy/universe/ancestries/` Alternate route: `/v1/universe/ancestries/` --- This route expires daily at 11:05
|
|
45
45
|
|
|
46
46
|
### Example
|
|
47
47
|
```ruby
|
|
@@ -51,10 +51,10 @@ require 'ruby-esi'
|
|
|
51
51
|
api_instance = ESI::UniverseApi.new
|
|
52
52
|
|
|
53
53
|
opts = {
|
|
54
|
-
accept_language: 'en
|
|
54
|
+
accept_language: 'en', # String | Language to use in the response
|
|
55
55
|
datasource: 'tranquility', # String | The server name you would like data from
|
|
56
56
|
if_none_match: 'if_none_match_example', # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
|
57
|
-
language: 'en
|
|
57
|
+
language: 'en' # String | Language to use in the response, takes precedence over Accept-Language
|
|
58
58
|
}
|
|
59
59
|
|
|
60
60
|
begin
|
|
@@ -70,10 +70,10 @@ end
|
|
|
70
70
|
|
|
71
71
|
Name | Type | Description | Notes
|
|
72
72
|
------------- | ------------- | ------------- | -------------
|
|
73
|
-
**accept_language** | **String**| Language to use in the response | [optional] [default to en
|
|
73
|
+
**accept_language** | **String**| Language to use in the response | [optional] [default to en]
|
|
74
74
|
**datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
|
|
75
75
|
**if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
|
|
76
|
-
**language** | **String**| Language to use in the response, takes precedence over Accept-Language | [optional] [default to en
|
|
76
|
+
**language** | **String**| Language to use in the response, takes precedence over Accept-Language | [optional] [default to en]
|
|
77
77
|
|
|
78
78
|
### Return type
|
|
79
79
|
|
|
@@ -95,7 +95,7 @@ No authorization required
|
|
|
95
95
|
|
|
96
96
|
Get asteroid belt information
|
|
97
97
|
|
|
98
|
-
Get information on an asteroid belt --- Alternate route: `/
|
|
98
|
+
Get information on an asteroid belt --- Alternate route: `/legacy/universe/asteroid_belts/{asteroid_belt_id}/` Alternate route: `/v1/universe/asteroid_belts/{asteroid_belt_id}/` --- This route expires daily at 11:05
|
|
99
99
|
|
|
100
100
|
### Example
|
|
101
101
|
```ruby
|
|
@@ -148,7 +148,7 @@ No authorization required
|
|
|
148
148
|
|
|
149
149
|
Get bloodlines
|
|
150
150
|
|
|
151
|
-
Get a list of bloodlines --- Alternate route: `/
|
|
151
|
+
Get a list of bloodlines --- Alternate route: `/legacy/universe/bloodlines/` Alternate route: `/v1/universe/bloodlines/` --- This route expires daily at 11:05
|
|
152
152
|
|
|
153
153
|
### Example
|
|
154
154
|
```ruby
|
|
@@ -158,10 +158,10 @@ require 'ruby-esi'
|
|
|
158
158
|
api_instance = ESI::UniverseApi.new
|
|
159
159
|
|
|
160
160
|
opts = {
|
|
161
|
-
accept_language: 'en
|
|
161
|
+
accept_language: 'en', # String | Language to use in the response
|
|
162
162
|
datasource: 'tranquility', # String | The server name you would like data from
|
|
163
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
|
-
language: 'en
|
|
164
|
+
language: 'en' # String | Language to use in the response, takes precedence over Accept-Language
|
|
165
165
|
}
|
|
166
166
|
|
|
167
167
|
begin
|
|
@@ -177,10 +177,10 @@ end
|
|
|
177
177
|
|
|
178
178
|
Name | Type | Description | Notes
|
|
179
179
|
------------- | ------------- | ------------- | -------------
|
|
180
|
-
**accept_language** | **String**| Language to use in the response | [optional] [default to en
|
|
180
|
+
**accept_language** | **String**| Language to use in the response | [optional] [default to en]
|
|
181
181
|
**datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
|
|
182
182
|
**if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
|
|
183
|
-
**language** | **String**| Language to use in the response, takes precedence over Accept-Language | [optional] [default to en
|
|
183
|
+
**language** | **String**| Language to use in the response, takes precedence over Accept-Language | [optional] [default to en]
|
|
184
184
|
|
|
185
185
|
### Return type
|
|
186
186
|
|
|
@@ -202,7 +202,7 @@ No authorization required
|
|
|
202
202
|
|
|
203
203
|
Get item categories
|
|
204
204
|
|
|
205
|
-
Get a list of item categories --- Alternate route: `/
|
|
205
|
+
Get a list of item categories --- Alternate route: `/legacy/universe/categories/` Alternate route: `/v1/universe/categories/` --- This route expires daily at 11:05
|
|
206
206
|
|
|
207
207
|
### Example
|
|
208
208
|
```ruby
|
|
@@ -252,7 +252,7 @@ No authorization required
|
|
|
252
252
|
|
|
253
253
|
Get item category information
|
|
254
254
|
|
|
255
|
-
Get information of an item category --- Alternate route: `/
|
|
255
|
+
Get information of an item category --- Alternate route: `/legacy/universe/categories/{category_id}/` Alternate route: `/v1/universe/categories/{category_id}/` --- This route expires daily at 11:05
|
|
256
256
|
|
|
257
257
|
### Example
|
|
258
258
|
```ruby
|
|
@@ -264,10 +264,10 @@ api_instance = ESI::UniverseApi.new
|
|
|
264
264
|
category_id = 56 # Integer | An Eve item category ID
|
|
265
265
|
|
|
266
266
|
opts = {
|
|
267
|
-
accept_language: 'en
|
|
267
|
+
accept_language: 'en', # String | Language to use in the response
|
|
268
268
|
datasource: 'tranquility', # String | The server name you would like data from
|
|
269
269
|
if_none_match: 'if_none_match_example', # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
|
270
|
-
language: 'en
|
|
270
|
+
language: 'en' # String | Language to use in the response, takes precedence over Accept-Language
|
|
271
271
|
}
|
|
272
272
|
|
|
273
273
|
begin
|
|
@@ -284,10 +284,10 @@ end
|
|
|
284
284
|
Name | Type | Description | Notes
|
|
285
285
|
------------- | ------------- | ------------- | -------------
|
|
286
286
|
**category_id** | **Integer**| An Eve item category ID |
|
|
287
|
-
**accept_language** | **String**| Language to use in the response | [optional] [default to en
|
|
287
|
+
**accept_language** | **String**| Language to use in the response | [optional] [default to en]
|
|
288
288
|
**datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
|
|
289
289
|
**if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
|
|
290
|
-
**language** | **String**| Language to use in the response, takes precedence over Accept-Language | [optional] [default to en
|
|
290
|
+
**language** | **String**| Language to use in the response, takes precedence over Accept-Language | [optional] [default to en]
|
|
291
291
|
|
|
292
292
|
### Return type
|
|
293
293
|
|
|
@@ -309,7 +309,7 @@ No authorization required
|
|
|
309
309
|
|
|
310
310
|
Get constellations
|
|
311
311
|
|
|
312
|
-
Get a list of constellations --- Alternate route: `/
|
|
312
|
+
Get a list of constellations --- Alternate route: `/legacy/universe/constellations/` Alternate route: `/v1/universe/constellations/` --- This route expires daily at 11:05
|
|
313
313
|
|
|
314
314
|
### Example
|
|
315
315
|
```ruby
|
|
@@ -359,7 +359,7 @@ No authorization required
|
|
|
359
359
|
|
|
360
360
|
Get constellation information
|
|
361
361
|
|
|
362
|
-
Get information on a constellation --- Alternate route: `/
|
|
362
|
+
Get information on a constellation --- Alternate route: `/legacy/universe/constellations/{constellation_id}/` Alternate route: `/v1/universe/constellations/{constellation_id}/` --- This route expires daily at 11:05
|
|
363
363
|
|
|
364
364
|
### Example
|
|
365
365
|
```ruby
|
|
@@ -371,10 +371,10 @@ api_instance = ESI::UniverseApi.new
|
|
|
371
371
|
constellation_id = 56 # Integer | constellation_id integer
|
|
372
372
|
|
|
373
373
|
opts = {
|
|
374
|
-
accept_language: 'en
|
|
374
|
+
accept_language: 'en', # String | Language to use in the response
|
|
375
375
|
datasource: 'tranquility', # String | The server name you would like data from
|
|
376
376
|
if_none_match: 'if_none_match_example', # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
|
377
|
-
language: 'en
|
|
377
|
+
language: 'en' # String | Language to use in the response, takes precedence over Accept-Language
|
|
378
378
|
}
|
|
379
379
|
|
|
380
380
|
begin
|
|
@@ -391,10 +391,10 @@ end
|
|
|
391
391
|
Name | Type | Description | Notes
|
|
392
392
|
------------- | ------------- | ------------- | -------------
|
|
393
393
|
**constellation_id** | **Integer**| constellation_id integer |
|
|
394
|
-
**accept_language** | **String**| Language to use in the response | [optional] [default to en
|
|
394
|
+
**accept_language** | **String**| Language to use in the response | [optional] [default to en]
|
|
395
395
|
**datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
|
|
396
396
|
**if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
|
|
397
|
-
**language** | **String**| Language to use in the response, takes precedence over Accept-Language | [optional] [default to en
|
|
397
|
+
**language** | **String**| Language to use in the response, takes precedence over Accept-Language | [optional] [default to en]
|
|
398
398
|
|
|
399
399
|
### Return type
|
|
400
400
|
|
|
@@ -426,10 +426,10 @@ require 'ruby-esi'
|
|
|
426
426
|
api_instance = ESI::UniverseApi.new
|
|
427
427
|
|
|
428
428
|
opts = {
|
|
429
|
-
accept_language: 'en
|
|
429
|
+
accept_language: 'en', # String | Language to use in the response
|
|
430
430
|
datasource: 'tranquility', # String | The server name you would like data from
|
|
431
431
|
if_none_match: 'if_none_match_example', # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
|
432
|
-
language: 'en
|
|
432
|
+
language: 'en' # String | Language to use in the response, takes precedence over Accept-Language
|
|
433
433
|
}
|
|
434
434
|
|
|
435
435
|
begin
|
|
@@ -445,10 +445,10 @@ end
|
|
|
445
445
|
|
|
446
446
|
Name | Type | Description | Notes
|
|
447
447
|
------------- | ------------- | ------------- | -------------
|
|
448
|
-
**accept_language** | **String**| Language to use in the response | [optional] [default to en
|
|
448
|
+
**accept_language** | **String**| Language to use in the response | [optional] [default to en]
|
|
449
449
|
**datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
|
|
450
450
|
**if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
|
|
451
|
-
**language** | **String**| Language to use in the response, takes precedence over Accept-Language | [optional] [default to en
|
|
451
|
+
**language** | **String**| Language to use in the response, takes precedence over Accept-Language | [optional] [default to en]
|
|
452
452
|
|
|
453
453
|
### Return type
|
|
454
454
|
|
|
@@ -470,7 +470,7 @@ No authorization required
|
|
|
470
470
|
|
|
471
471
|
Get graphics
|
|
472
472
|
|
|
473
|
-
Get a list of graphics --- Alternate route: `/
|
|
473
|
+
Get a list of graphics --- Alternate route: `/legacy/universe/graphics/` Alternate route: `/v1/universe/graphics/` --- This route expires daily at 11:05
|
|
474
474
|
|
|
475
475
|
### Example
|
|
476
476
|
```ruby
|
|
@@ -573,7 +573,7 @@ No authorization required
|
|
|
573
573
|
|
|
574
574
|
Get item groups
|
|
575
575
|
|
|
576
|
-
Get a list of item groups --- Alternate route: `/
|
|
576
|
+
Get a list of item groups --- Alternate route: `/legacy/universe/groups/` Alternate route: `/v1/universe/groups/` --- This route expires daily at 11:05
|
|
577
577
|
|
|
578
578
|
### Example
|
|
579
579
|
```ruby
|
|
@@ -637,10 +637,10 @@ api_instance = ESI::UniverseApi.new
|
|
|
637
637
|
group_id = 56 # Integer | An Eve item group ID
|
|
638
638
|
|
|
639
639
|
opts = {
|
|
640
|
-
accept_language: 'en
|
|
640
|
+
accept_language: 'en', # String | Language to use in the response
|
|
641
641
|
datasource: 'tranquility', # String | The server name you would like data from
|
|
642
642
|
if_none_match: 'if_none_match_example', # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
|
643
|
-
language: 'en
|
|
643
|
+
language: 'en' # String | Language to use in the response, takes precedence over Accept-Language
|
|
644
644
|
}
|
|
645
645
|
|
|
646
646
|
begin
|
|
@@ -657,10 +657,10 @@ end
|
|
|
657
657
|
Name | Type | Description | Notes
|
|
658
658
|
------------- | ------------- | ------------- | -------------
|
|
659
659
|
**group_id** | **Integer**| An Eve item group ID |
|
|
660
|
-
**accept_language** | **String**| Language to use in the response | [optional] [default to en
|
|
660
|
+
**accept_language** | **String**| Language to use in the response | [optional] [default to en]
|
|
661
661
|
**datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
|
|
662
662
|
**if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
|
|
663
|
-
**language** | **String**| Language to use in the response, takes precedence over Accept-Language | [optional] [default to en
|
|
663
|
+
**language** | **String**| Language to use in the response, takes precedence over Accept-Language | [optional] [default to en]
|
|
664
664
|
|
|
665
665
|
### Return type
|
|
666
666
|
|
|
@@ -682,7 +682,7 @@ No authorization required
|
|
|
682
682
|
|
|
683
683
|
Get moon information
|
|
684
684
|
|
|
685
|
-
Get information on a moon --- Alternate route: `/
|
|
685
|
+
Get information on a moon --- Alternate route: `/legacy/universe/moons/{moon_id}/` Alternate route: `/v1/universe/moons/{moon_id}/` --- This route expires daily at 11:05
|
|
686
686
|
|
|
687
687
|
### Example
|
|
688
688
|
```ruby
|
|
@@ -735,7 +735,7 @@ No authorization required
|
|
|
735
735
|
|
|
736
736
|
Get planet information
|
|
737
737
|
|
|
738
|
-
Get information on a planet --- Alternate route: `/
|
|
738
|
+
Get information on a planet --- Alternate route: `/legacy/universe/planets/{planet_id}/` Alternate route: `/v1/universe/planets/{planet_id}/` --- This route expires daily at 11:05
|
|
739
739
|
|
|
740
740
|
### Example
|
|
741
741
|
```ruby
|
|
@@ -798,10 +798,10 @@ require 'ruby-esi'
|
|
|
798
798
|
api_instance = ESI::UniverseApi.new
|
|
799
799
|
|
|
800
800
|
opts = {
|
|
801
|
-
accept_language: 'en
|
|
801
|
+
accept_language: 'en', # String | Language to use in the response
|
|
802
802
|
datasource: 'tranquility', # String | The server name you would like data from
|
|
803
803
|
if_none_match: 'if_none_match_example', # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
|
804
|
-
language: 'en
|
|
804
|
+
language: 'en' # String | Language to use in the response, takes precedence over Accept-Language
|
|
805
805
|
}
|
|
806
806
|
|
|
807
807
|
begin
|
|
@@ -817,10 +817,10 @@ end
|
|
|
817
817
|
|
|
818
818
|
Name | Type | Description | Notes
|
|
819
819
|
------------- | ------------- | ------------- | -------------
|
|
820
|
-
**accept_language** | **String**| Language to use in the response | [optional] [default to en
|
|
820
|
+
**accept_language** | **String**| Language to use in the response | [optional] [default to en]
|
|
821
821
|
**datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
|
|
822
822
|
**if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
|
|
823
|
-
**language** | **String**| Language to use in the response, takes precedence over Accept-Language | [optional] [default to en
|
|
823
|
+
**language** | **String**| Language to use in the response, takes precedence over Accept-Language | [optional] [default to en]
|
|
824
824
|
|
|
825
825
|
### Return type
|
|
826
826
|
|
|
@@ -842,7 +842,7 @@ No authorization required
|
|
|
842
842
|
|
|
843
843
|
Get regions
|
|
844
844
|
|
|
845
|
-
Get a list of regions --- Alternate route: `/
|
|
845
|
+
Get a list of regions --- Alternate route: `/legacy/universe/regions/` Alternate route: `/v1/universe/regions/` --- This route expires daily at 11:05
|
|
846
846
|
|
|
847
847
|
### Example
|
|
848
848
|
```ruby
|
|
@@ -892,7 +892,7 @@ No authorization required
|
|
|
892
892
|
|
|
893
893
|
Get region information
|
|
894
894
|
|
|
895
|
-
Get information on a region --- Alternate route: `/
|
|
895
|
+
Get information on a region --- Alternate route: `/legacy/universe/regions/{region_id}/` Alternate route: `/v1/universe/regions/{region_id}/` --- This route expires daily at 11:05
|
|
896
896
|
|
|
897
897
|
### Example
|
|
898
898
|
```ruby
|
|
@@ -904,10 +904,10 @@ api_instance = ESI::UniverseApi.new
|
|
|
904
904
|
region_id = 56 # Integer | region_id integer
|
|
905
905
|
|
|
906
906
|
opts = {
|
|
907
|
-
accept_language: 'en
|
|
907
|
+
accept_language: 'en', # String | Language to use in the response
|
|
908
908
|
datasource: 'tranquility', # String | The server name you would like data from
|
|
909
909
|
if_none_match: 'if_none_match_example', # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
|
910
|
-
language: 'en
|
|
910
|
+
language: 'en' # String | Language to use in the response, takes precedence over Accept-Language
|
|
911
911
|
}
|
|
912
912
|
|
|
913
913
|
begin
|
|
@@ -924,10 +924,10 @@ end
|
|
|
924
924
|
Name | Type | Description | Notes
|
|
925
925
|
------------- | ------------- | ------------- | -------------
|
|
926
926
|
**region_id** | **Integer**| region_id integer |
|
|
927
|
-
**accept_language** | **String**| Language to use in the response | [optional] [default to en
|
|
927
|
+
**accept_language** | **String**| Language to use in the response | [optional] [default to en]
|
|
928
928
|
**datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
|
|
929
929
|
**if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
|
|
930
|
-
**language** | **String**| Language to use in the response, takes precedence over Accept-Language | [optional] [default to en
|
|
930
|
+
**language** | **String**| Language to use in the response, takes precedence over Accept-Language | [optional] [default to en]
|
|
931
931
|
|
|
932
932
|
### Return type
|
|
933
933
|
|
|
@@ -949,7 +949,7 @@ No authorization required
|
|
|
949
949
|
|
|
950
950
|
Get stargate information
|
|
951
951
|
|
|
952
|
-
Get information on a stargate --- Alternate route: `/
|
|
952
|
+
Get information on a stargate --- Alternate route: `/legacy/universe/stargates/{stargate_id}/` Alternate route: `/v1/universe/stargates/{stargate_id}/` --- This route expires daily at 11:05
|
|
953
953
|
|
|
954
954
|
### Example
|
|
955
955
|
```ruby
|
|
@@ -1002,7 +1002,7 @@ No authorization required
|
|
|
1002
1002
|
|
|
1003
1003
|
Get star information
|
|
1004
1004
|
|
|
1005
|
-
Get information on a star --- Alternate route: `/
|
|
1005
|
+
Get information on a star --- Alternate route: `/legacy/universe/stars/{star_id}/` Alternate route: `/v1/universe/stars/{star_id}/` --- This route expires daily at 11:05
|
|
1006
1006
|
|
|
1007
1007
|
### Example
|
|
1008
1008
|
```ruby
|
|
@@ -1160,7 +1160,7 @@ No authorization required
|
|
|
1160
1160
|
|
|
1161
1161
|
Get structure information
|
|
1162
1162
|
|
|
1163
|
-
Returns information on requested structure if you are on the ACL. Otherwise, returns \"Forbidden\" for all inputs. --- Alternate route: `/
|
|
1163
|
+
Returns information on requested structure if you are on the ACL. Otherwise, returns \"Forbidden\" for all inputs. --- Alternate route: `/v2/universe/structures/{structure_id}/` --- This route is cached for up to 3600 seconds
|
|
1164
1164
|
|
|
1165
1165
|
### Example
|
|
1166
1166
|
```ruby
|
|
@@ -1220,7 +1220,7 @@ Name | Type | Description | Notes
|
|
|
1220
1220
|
|
|
1221
1221
|
Get system jumps
|
|
1222
1222
|
|
|
1223
|
-
Get the number of jumps in solar systems within the last hour ending at the timestamp of the Last-Modified header, excluding wormhole space. Only systems with jumps will be listed --- Alternate route: `/
|
|
1223
|
+
Get the number of jumps in solar systems within the last hour ending at the timestamp of the Last-Modified header, excluding wormhole space. Only systems with jumps will be listed --- Alternate route: `/legacy/universe/system_jumps/` Alternate route: `/v1/universe/system_jumps/` --- This route is cached for up to 3600 seconds
|
|
1224
1224
|
|
|
1225
1225
|
### Example
|
|
1226
1226
|
```ruby
|
|
@@ -1270,7 +1270,7 @@ No authorization required
|
|
|
1270
1270
|
|
|
1271
1271
|
Get system kills
|
|
1272
1272
|
|
|
1273
|
-
Get the number of ship, pod and NPC kills per solar system within the last hour ending at the timestamp of the Last-Modified header, excluding wormhole space. Only systems with kills will be listed --- Alternate route: `/
|
|
1273
|
+
Get the number of ship, pod and NPC kills per solar system within the last hour ending at the timestamp of the Last-Modified header, excluding wormhole space. Only systems with kills will be listed --- Alternate route: `/v2/universe/system_kills/` --- This route is cached for up to 3600 seconds
|
|
1274
1274
|
|
|
1275
1275
|
### Example
|
|
1276
1276
|
```ruby
|
|
@@ -1382,10 +1382,10 @@ api_instance = ESI::UniverseApi.new
|
|
|
1382
1382
|
system_id = 56 # Integer | system_id integer
|
|
1383
1383
|
|
|
1384
1384
|
opts = {
|
|
1385
|
-
accept_language: 'en
|
|
1385
|
+
accept_language: 'en', # String | Language to use in the response
|
|
1386
1386
|
datasource: 'tranquility', # String | The server name you would like data from
|
|
1387
1387
|
if_none_match: 'if_none_match_example', # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
|
1388
|
-
language: 'en
|
|
1388
|
+
language: 'en' # String | Language to use in the response, takes precedence over Accept-Language
|
|
1389
1389
|
}
|
|
1390
1390
|
|
|
1391
1391
|
begin
|
|
@@ -1402,10 +1402,10 @@ end
|
|
|
1402
1402
|
Name | Type | Description | Notes
|
|
1403
1403
|
------------- | ------------- | ------------- | -------------
|
|
1404
1404
|
**system_id** | **Integer**| system_id integer |
|
|
1405
|
-
**accept_language** | **String**| Language to use in the response | [optional] [default to en
|
|
1405
|
+
**accept_language** | **String**| Language to use in the response | [optional] [default to en]
|
|
1406
1406
|
**datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
|
|
1407
1407
|
**if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
|
|
1408
|
-
**language** | **String**| Language to use in the response, takes precedence over Accept-Language | [optional] [default to en
|
|
1408
|
+
**language** | **String**| Language to use in the response, takes precedence over Accept-Language | [optional] [default to en]
|
|
1409
1409
|
|
|
1410
1410
|
### Return type
|
|
1411
1411
|
|
|
@@ -1427,7 +1427,7 @@ No authorization required
|
|
|
1427
1427
|
|
|
1428
1428
|
Get types
|
|
1429
1429
|
|
|
1430
|
-
Get a list of type ids --- Alternate route: `/
|
|
1430
|
+
Get a list of type ids --- Alternate route: `/legacy/universe/types/` Alternate route: `/v1/universe/types/` --- This route expires daily at 11:05
|
|
1431
1431
|
|
|
1432
1432
|
### Example
|
|
1433
1433
|
```ruby
|
|
@@ -1491,10 +1491,10 @@ api_instance = ESI::UniverseApi.new
|
|
|
1491
1491
|
type_id = 56 # Integer | An Eve item type ID
|
|
1492
1492
|
|
|
1493
1493
|
opts = {
|
|
1494
|
-
accept_language: 'en
|
|
1494
|
+
accept_language: 'en', # String | Language to use in the response
|
|
1495
1495
|
datasource: 'tranquility', # String | The server name you would like data from
|
|
1496
1496
|
if_none_match: 'if_none_match_example', # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
|
1497
|
-
language: 'en
|
|
1497
|
+
language: 'en' # String | Language to use in the response, takes precedence over Accept-Language
|
|
1498
1498
|
}
|
|
1499
1499
|
|
|
1500
1500
|
begin
|
|
@@ -1511,10 +1511,10 @@ end
|
|
|
1511
1511
|
Name | Type | Description | Notes
|
|
1512
1512
|
------------- | ------------- | ------------- | -------------
|
|
1513
1513
|
**type_id** | **Integer**| An Eve item type ID |
|
|
1514
|
-
**accept_language** | **String**| Language to use in the response | [optional] [default to en
|
|
1514
|
+
**accept_language** | **String**| Language to use in the response | [optional] [default to en]
|
|
1515
1515
|
**datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
|
|
1516
1516
|
**if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
|
|
1517
|
-
**language** | **String**| Language to use in the response, takes precedence over Accept-Language | [optional] [default to en
|
|
1517
|
+
**language** | **String**| Language to use in the response, takes precedence over Accept-Language | [optional] [default to en]
|
|
1518
1518
|
|
|
1519
1519
|
### Return type
|
|
1520
1520
|
|
|
@@ -1548,9 +1548,9 @@ api_instance = ESI::UniverseApi.new
|
|
|
1548
1548
|
names = [ESI::Array<String>.new] # Array<String> | The names to resolve
|
|
1549
1549
|
|
|
1550
1550
|
opts = {
|
|
1551
|
-
accept_language: 'en
|
|
1551
|
+
accept_language: 'en', # String | Language to use in the response
|
|
1552
1552
|
datasource: 'tranquility', # String | The server name you would like data from
|
|
1553
|
-
language: 'en
|
|
1553
|
+
language: 'en' # String | Language to use in the response, takes precedence over Accept-Language
|
|
1554
1554
|
}
|
|
1555
1555
|
|
|
1556
1556
|
begin
|
|
@@ -1567,9 +1567,9 @@ end
|
|
|
1567
1567
|
Name | Type | Description | Notes
|
|
1568
1568
|
------------- | ------------- | ------------- | -------------
|
|
1569
1569
|
**names** | **Array<String>**| The names to resolve |
|
|
1570
|
-
**accept_language** | **String**| Language to use in the response | [optional] [default to en
|
|
1570
|
+
**accept_language** | **String**| Language to use in the response | [optional] [default to en]
|
|
1571
1571
|
**datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
|
|
1572
|
-
**language** | **String**| Language to use in the response, takes precedence over Accept-Language | [optional] [default to en
|
|
1572
|
+
**language** | **String**| Language to use in the response, takes precedence over Accept-Language | [optional] [default to en]
|
|
1573
1573
|
|
|
1574
1574
|
### Return type
|
|
1575
1575
|
|
data/docs/WalletApi.md
CHANGED
|
@@ -17,7 +17,7 @@ Method | HTTP request | Description
|
|
|
17
17
|
|
|
18
18
|
Get a character's wallet balance
|
|
19
19
|
|
|
20
|
-
Returns a character's wallet balance --- Alternate route: `/legacy/characters/{character_id}/wallet/` Alternate route: `/v1/characters/{character_id}/wallet/` --- This route is cached for up to 120 seconds
|
|
20
|
+
Returns a character's wallet balance --- Alternate route: `/legacy/characters/{character_id}/wallet/` Alternate route: `/v1/characters/{character_id}/wallet/` --- This route is cached for up to 120 seconds --- [Diff of the upcoming changes](https://esi.evetech.net/diff/latest/dev/#GET-/characters/{character_id}/wallet/)
|
|
21
21
|
|
|
22
22
|
### Example
|
|
23
23
|
```ruby
|
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
|
|
4
4
|
#An OpenAPI for EVE Online
|
|
5
5
|
|
|
6
|
-
OpenAPI spec version: 1.
|
|
6
|
+
OpenAPI spec version: 1.8.2
|
|
7
7
|
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
9
|
-
Swagger Codegen version: 2.4.
|
|
9
|
+
Swagger Codegen version: 2.4.23
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -77,7 +77,7 @@ module ESI
|
|
|
77
77
|
return data, status_code, headers
|
|
78
78
|
end
|
|
79
79
|
# Get alliance information
|
|
80
|
-
# Public information about an alliance --- Alternate route: `/dev/alliances/{alliance_id}/` Alternate route: `/v3/alliances/{alliance_id}/` --- This route is cached for up to 3600 seconds
|
|
80
|
+
# Public information about an alliance --- Alternate route: `/dev/alliances/{alliance_id}/` Alternate route: `/legacy/alliances/{alliance_id}/` Alternate route: `/v3/alliances/{alliance_id}/` Alternate route: `/v4/alliances/{alliance_id}/` --- This route is cached for up to 3600 seconds
|
|
81
81
|
# @param alliance_id An EVE alliance ID
|
|
82
82
|
# @param [Hash] opts the optional parameters
|
|
83
83
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
|
@@ -89,7 +89,7 @@ module ESI
|
|
|
89
89
|
end
|
|
90
90
|
|
|
91
91
|
# Get alliance information
|
|
92
|
-
# Public information about an alliance --- Alternate route: `/dev/alliances/{alliance_id}/` Alternate route: `/v3/alliances/{alliance_id}/` --- This route is cached for up to 3600 seconds
|
|
92
|
+
# Public information about an alliance --- Alternate route: `/dev/alliances/{alliance_id}/` Alternate route: `/legacy/alliances/{alliance_id}/` Alternate route: `/v3/alliances/{alliance_id}/` Alternate route: `/v4/alliances/{alliance_id}/` --- This route is cached for up to 3600 seconds
|
|
93
93
|
# @param alliance_id An EVE alliance ID
|
|
94
94
|
# @param [Hash] opts the optional parameters
|
|
95
95
|
# @option opts [String] :datasource The server name you would like data from
|
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
|
|
4
4
|
#An OpenAPI for EVE Online
|
|
5
5
|
|
|
6
|
-
OpenAPI spec version: 1.
|
|
6
|
+
OpenAPI spec version: 1.8.2
|
|
7
7
|
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
9
|
-
Swagger Codegen version: 2.4.
|
|
9
|
+
Swagger Codegen version: 2.4.23
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -93,7 +93,7 @@ module ESI
|
|
|
93
93
|
return data, status_code, headers
|
|
94
94
|
end
|
|
95
95
|
# Get an event
|
|
96
|
-
# Get all the information for a specific event --- Alternate route: `/dev/characters/{character_id}/calendar/{event_id}/` Alternate route: `/v3/characters/{character_id}/calendar/{event_id}/` Alternate route: `/v4/characters/{character_id}/calendar/{event_id}/` --- This route is cached for up to 5 seconds
|
|
96
|
+
# Get all the information for a specific event --- Alternate route: `/dev/characters/{character_id}/calendar/{event_id}/` Alternate route: `/legacy/characters/{character_id}/calendar/{event_id}/` Alternate route: `/v3/characters/{character_id}/calendar/{event_id}/` Alternate route: `/v4/characters/{character_id}/calendar/{event_id}/` --- This route is cached for up to 5 seconds
|
|
97
97
|
# @param character_id An EVE character ID
|
|
98
98
|
# @param event_id The id of the event requested
|
|
99
99
|
# @param [Hash] opts the optional parameters
|
|
@@ -107,7 +107,7 @@ module ESI
|
|
|
107
107
|
end
|
|
108
108
|
|
|
109
109
|
# Get an event
|
|
110
|
-
# Get all the information for a specific event --- Alternate route: `/dev/characters/{character_id}/calendar/{event_id}/` Alternate route: `/v3/characters/{character_id}/calendar/{event_id}/` Alternate route: `/v4/characters/{character_id}/calendar/{event_id}/` --- This route is cached for up to 5 seconds
|
|
110
|
+
# Get all the information for a specific event --- Alternate route: `/dev/characters/{character_id}/calendar/{event_id}/` Alternate route: `/legacy/characters/{character_id}/calendar/{event_id}/` Alternate route: `/v3/characters/{character_id}/calendar/{event_id}/` Alternate route: `/v4/characters/{character_id}/calendar/{event_id}/` --- This route is cached for up to 5 seconds
|
|
111
111
|
# @param character_id An EVE character ID
|
|
112
112
|
# @param event_id The id of the event requested
|
|
113
113
|
# @param [Hash] opts the optional parameters
|
|
@@ -245,7 +245,7 @@ module ESI
|
|
|
245
245
|
return data, status_code, headers
|
|
246
246
|
end
|
|
247
247
|
# Respond to an event
|
|
248
|
-
# Set your response status to an event --- Alternate route: `/dev/characters/{character_id}/calendar/{event_id}/` Alternate route: `/v3/characters/{character_id}/calendar/{event_id}/` Alternate route: `/v4/characters/{character_id}/calendar/{event_id}/` --- This route is cached for up to 5 seconds
|
|
248
|
+
# Set your response status to an event --- Alternate route: `/dev/characters/{character_id}/calendar/{event_id}/` Alternate route: `/legacy/characters/{character_id}/calendar/{event_id}/` Alternate route: `/v3/characters/{character_id}/calendar/{event_id}/` Alternate route: `/v4/characters/{character_id}/calendar/{event_id}/` --- This route is cached for up to 5 seconds
|
|
249
249
|
# @param character_id An EVE character ID
|
|
250
250
|
# @param event_id The ID of the event requested
|
|
251
251
|
# @param response The response value to set, overriding current value
|
|
@@ -259,7 +259,7 @@ module ESI
|
|
|
259
259
|
end
|
|
260
260
|
|
|
261
261
|
# Respond to an event
|
|
262
|
-
# Set your response status to an event --- Alternate route: `/dev/characters/{character_id}/calendar/{event_id}/` Alternate route: `/v3/characters/{character_id}/calendar/{event_id}/` Alternate route: `/v4/characters/{character_id}/calendar/{event_id}/` --- This route is cached for up to 5 seconds
|
|
262
|
+
# Set your response status to an event --- Alternate route: `/dev/characters/{character_id}/calendar/{event_id}/` Alternate route: `/legacy/characters/{character_id}/calendar/{event_id}/` Alternate route: `/v3/characters/{character_id}/calendar/{event_id}/` Alternate route: `/v4/characters/{character_id}/calendar/{event_id}/` --- This route is cached for up to 5 seconds
|
|
263
263
|
# @param character_id An EVE character ID
|
|
264
264
|
# @param event_id The ID of the event requested
|
|
265
265
|
# @param response The response value to set, overriding current value
|