ruby-esi 0.3.0 → 0.4.0
Sign up to get free protection for your applications and to get access to all the features.
- 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
@@ -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
|
|
@@ -20,7 +20,7 @@ module ESI
|
|
20
20
|
@api_client = api_client
|
21
21
|
end
|
22
22
|
# Get character's public information
|
23
|
-
# Public information about a character --- Alternate route: `/dev/characters/{character_id}/` Alternate route: `/
|
23
|
+
# Public information about a character --- Alternate route: `/dev/characters/{character_id}/` Alternate route: `/v5/characters/{character_id}/` --- This route is cached for up to 86400 seconds
|
24
24
|
# @param character_id An EVE character ID
|
25
25
|
# @param [Hash] opts the optional parameters
|
26
26
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
@@ -32,7 +32,7 @@ module ESI
|
|
32
32
|
end
|
33
33
|
|
34
34
|
# Get character's public information
|
35
|
-
# Public information about a character --- Alternate route: `/dev/characters/{character_id}/` Alternate route: `/
|
35
|
+
# Public information about a character --- Alternate route: `/dev/characters/{character_id}/` Alternate route: `/v5/characters/{character_id}/` --- This route is cached for up to 86400 seconds
|
36
36
|
# @param character_id An EVE character ID
|
37
37
|
# @param [Hash] opts the optional parameters
|
38
38
|
# @option opts [String] :datasource The server name you would like data from
|
@@ -87,7 +87,7 @@ module ESI
|
|
87
87
|
return data, status_code, headers
|
88
88
|
end
|
89
89
|
# Get agents research
|
90
|
-
# Return a list of agents research information for a character. The formula for finding the current research points with an agent is: currentPoints = remainderPoints + pointsPerDay * days(currentTime - researchStartDate) --- Alternate route: `/dev/characters/{character_id}/agents_research/` Alternate route: `/
|
90
|
+
# Return a list of agents research information for a character. The formula for finding the current research points with an agent is: currentPoints = remainderPoints + pointsPerDay * days(currentTime - researchStartDate) --- Alternate route: `/dev/characters/{character_id}/agents_research/` Alternate route: `/v2/characters/{character_id}/agents_research/` --- This route is cached for up to 3600 seconds
|
91
91
|
# @param character_id An EVE character ID
|
92
92
|
# @param [Hash] opts the optional parameters
|
93
93
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
@@ -100,7 +100,7 @@ module ESI
|
|
100
100
|
end
|
101
101
|
|
102
102
|
# Get agents research
|
103
|
-
# Return a list of agents research information for a character. The formula for finding the current research points with an agent is: currentPoints = remainderPoints + pointsPerDay * days(currentTime - researchStartDate) --- Alternate route: `/dev/characters/{character_id}/agents_research/` Alternate route: `/
|
103
|
+
# Return a list of agents research information for a character. The formula for finding the current research points with an agent is: currentPoints = remainderPoints + pointsPerDay * days(currentTime - researchStartDate) --- Alternate route: `/dev/characters/{character_id}/agents_research/` Alternate route: `/v2/characters/{character_id}/agents_research/` --- This route is cached for up to 3600 seconds
|
104
104
|
# @param character_id An EVE character ID
|
105
105
|
# @param [Hash] opts the optional parameters
|
106
106
|
# @option opts [String] :datasource The server name you would like data from
|
@@ -157,7 +157,7 @@ module ESI
|
|
157
157
|
return data, status_code, headers
|
158
158
|
end
|
159
159
|
# Get blueprints
|
160
|
-
# Return a list of blueprints the character owns --- Alternate route: `/dev/characters/{character_id}/blueprints/` Alternate route: `/
|
160
|
+
# Return a list of blueprints the character owns --- Alternate route: `/dev/characters/{character_id}/blueprints/` Alternate route: `/v3/characters/{character_id}/blueprints/` --- This route is cached for up to 3600 seconds
|
161
161
|
# @param character_id An EVE character ID
|
162
162
|
# @param [Hash] opts the optional parameters
|
163
163
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
@@ -171,7 +171,7 @@ module ESI
|
|
171
171
|
end
|
172
172
|
|
173
173
|
# Get blueprints
|
174
|
-
# Return a list of blueprints the character owns --- Alternate route: `/dev/characters/{character_id}/blueprints/` Alternate route: `/
|
174
|
+
# Return a list of blueprints the character owns --- Alternate route: `/dev/characters/{character_id}/blueprints/` Alternate route: `/v3/characters/{character_id}/blueprints/` --- This route is cached for up to 3600 seconds
|
175
175
|
# @param character_id An EVE character ID
|
176
176
|
# @param [Hash] opts the optional parameters
|
177
177
|
# @option opts [String] :datasource The server name you would like data from
|
@@ -234,7 +234,7 @@ module ESI
|
|
234
234
|
return data, status_code, headers
|
235
235
|
end
|
236
236
|
# Get corporation history
|
237
|
-
# Get a list of all the corporations a character has been a member of --- Alternate route: `/dev/characters/{character_id}/corporationhistory/` Alternate route: `/
|
237
|
+
# Get a list of all the corporations a character has been a member of --- Alternate route: `/dev/characters/{character_id}/corporationhistory/` Alternate route: `/v2/characters/{character_id}/corporationhistory/` --- This route is cached for up to 86400 seconds
|
238
238
|
# @param character_id An EVE character ID
|
239
239
|
# @param [Hash] opts the optional parameters
|
240
240
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
@@ -246,7 +246,7 @@ module ESI
|
|
246
246
|
end
|
247
247
|
|
248
248
|
# Get corporation history
|
249
|
-
# Get a list of all the corporations a character has been a member of --- Alternate route: `/dev/characters/{character_id}/corporationhistory/` Alternate route: `/
|
249
|
+
# Get a list of all the corporations a character has been a member of --- Alternate route: `/dev/characters/{character_id}/corporationhistory/` Alternate route: `/v2/characters/{character_id}/corporationhistory/` --- This route is cached for up to 86400 seconds
|
250
250
|
# @param character_id An EVE character ID
|
251
251
|
# @param [Hash] opts the optional parameters
|
252
252
|
# @option opts [String] :datasource The server name you would like data from
|
@@ -301,7 +301,7 @@ module ESI
|
|
301
301
|
return data, status_code, headers
|
302
302
|
end
|
303
303
|
# Get jump fatigue
|
304
|
-
# Return a character's jump activation and fatigue information --- Alternate route: `/dev/characters/{character_id}/fatigue/` Alternate route: `/
|
304
|
+
# Return a character's jump activation and fatigue information --- Alternate route: `/dev/characters/{character_id}/fatigue/` Alternate route: `/v2/characters/{character_id}/fatigue/` --- This route is cached for up to 300 seconds
|
305
305
|
# @param character_id An EVE character ID
|
306
306
|
# @param [Hash] opts the optional parameters
|
307
307
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
@@ -314,7 +314,7 @@ module ESI
|
|
314
314
|
end
|
315
315
|
|
316
316
|
# Get jump fatigue
|
317
|
-
# Return a character's jump activation and fatigue information --- Alternate route: `/dev/characters/{character_id}/fatigue/` Alternate route: `/
|
317
|
+
# Return a character's jump activation and fatigue information --- Alternate route: `/dev/characters/{character_id}/fatigue/` Alternate route: `/v2/characters/{character_id}/fatigue/` --- This route is cached for up to 300 seconds
|
318
318
|
# @param character_id An EVE character ID
|
319
319
|
# @param [Hash] opts the optional parameters
|
320
320
|
# @option opts [String] :datasource The server name you would like data from
|
@@ -371,7 +371,7 @@ module ESI
|
|
371
371
|
return data, status_code, headers
|
372
372
|
end
|
373
373
|
# Get medals
|
374
|
-
# Return a list of medals the character has --- Alternate route: `/dev/characters/{character_id}/medals/` Alternate route: `/
|
374
|
+
# Return a list of medals the character has --- Alternate route: `/dev/characters/{character_id}/medals/` Alternate route: `/v2/characters/{character_id}/medals/` --- This route is cached for up to 3600 seconds
|
375
375
|
# @param character_id An EVE character ID
|
376
376
|
# @param [Hash] opts the optional parameters
|
377
377
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
@@ -384,7 +384,7 @@ module ESI
|
|
384
384
|
end
|
385
385
|
|
386
386
|
# Get medals
|
387
|
-
# Return a list of medals the character has --- Alternate route: `/dev/characters/{character_id}/medals/` Alternate route: `/
|
387
|
+
# Return a list of medals the character has --- Alternate route: `/dev/characters/{character_id}/medals/` Alternate route: `/v2/characters/{character_id}/medals/` --- This route is cached for up to 3600 seconds
|
388
388
|
# @param character_id An EVE character ID
|
389
389
|
# @param [Hash] opts the optional parameters
|
390
390
|
# @option opts [String] :datasource The server name you would like data from
|
@@ -441,7 +441,7 @@ module ESI
|
|
441
441
|
return data, status_code, headers
|
442
442
|
end
|
443
443
|
# Get character notifications
|
444
|
-
# Return character notifications --- Alternate route: `/dev/characters/{character_id}/notifications/` Alternate route: `/v5/characters/{character_id}/notifications/` --- This route is cached for up to 600 seconds
|
444
|
+
# Return character notifications --- Alternate route: `/dev/characters/{character_id}/notifications/` Alternate route: `/v5/characters/{character_id}/notifications/` Alternate route: `/v6/characters/{character_id}/notifications/` --- This route is cached for up to 600 seconds
|
445
445
|
# @param character_id An EVE character ID
|
446
446
|
# @param [Hash] opts the optional parameters
|
447
447
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
@@ -454,7 +454,7 @@ module ESI
|
|
454
454
|
end
|
455
455
|
|
456
456
|
# Get character notifications
|
457
|
-
# Return character notifications --- Alternate route: `/dev/characters/{character_id}/notifications/` Alternate route: `/v5/characters/{character_id}/notifications/` --- This route is cached for up to 600 seconds
|
457
|
+
# Return character notifications --- Alternate route: `/dev/characters/{character_id}/notifications/` Alternate route: `/v5/characters/{character_id}/notifications/` Alternate route: `/v6/characters/{character_id}/notifications/` --- This route is cached for up to 600 seconds
|
458
458
|
# @param character_id An EVE character ID
|
459
459
|
# @param [Hash] opts the optional parameters
|
460
460
|
# @option opts [String] :datasource The server name you would like data from
|
@@ -511,7 +511,7 @@ module ESI
|
|
511
511
|
return data, status_code, headers
|
512
512
|
end
|
513
513
|
# Get new contact notifications
|
514
|
-
# Return notifications about having been added to someone's contact list --- Alternate route: `/dev/characters/{character_id}/notifications/contacts/` Alternate route: `/
|
514
|
+
# Return notifications about having been added to someone's contact list --- Alternate route: `/dev/characters/{character_id}/notifications/contacts/` Alternate route: `/v2/characters/{character_id}/notifications/contacts/` --- This route is cached for up to 600 seconds
|
515
515
|
# @param character_id An EVE character ID
|
516
516
|
# @param [Hash] opts the optional parameters
|
517
517
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
@@ -524,7 +524,7 @@ module ESI
|
|
524
524
|
end
|
525
525
|
|
526
526
|
# Get new contact notifications
|
527
|
-
# Return notifications about having been added to someone's contact list --- Alternate route: `/dev/characters/{character_id}/notifications/contacts/` Alternate route: `/
|
527
|
+
# Return notifications about having been added to someone's contact list --- Alternate route: `/dev/characters/{character_id}/notifications/contacts/` Alternate route: `/v2/characters/{character_id}/notifications/contacts/` --- This route is cached for up to 600 seconds
|
528
528
|
# @param character_id An EVE character ID
|
529
529
|
# @param [Hash] opts the optional parameters
|
530
530
|
# @option opts [String] :datasource The server name you would like data from
|
@@ -581,7 +581,7 @@ module ESI
|
|
581
581
|
return data, status_code, headers
|
582
582
|
end
|
583
583
|
# Get character portraits
|
584
|
-
# Get portrait urls for a character --- Alternate route: `/v2/characters/{character_id}/portrait/` --- This route expires daily at 11:05
|
584
|
+
# Get portrait urls for a character --- Alternate route: `/dev/characters/{character_id}/portrait/` Alternate route: `/v2/characters/{character_id}/portrait/` Alternate route: `/v3/characters/{character_id}/portrait/` --- This route expires daily at 11:05
|
585
585
|
# @param character_id An EVE character ID
|
586
586
|
# @param [Hash] opts the optional parameters
|
587
587
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
@@ -593,7 +593,7 @@ module ESI
|
|
593
593
|
end
|
594
594
|
|
595
595
|
# Get character portraits
|
596
|
-
# Get portrait urls for a character --- Alternate route: `/v2/characters/{character_id}/portrait/` --- This route expires daily at 11:05
|
596
|
+
# Get portrait urls for a character --- Alternate route: `/dev/characters/{character_id}/portrait/` Alternate route: `/v2/characters/{character_id}/portrait/` Alternate route: `/v3/characters/{character_id}/portrait/` --- This route expires daily at 11:05
|
597
597
|
# @param character_id An EVE character ID
|
598
598
|
# @param [Hash] opts the optional parameters
|
599
599
|
# @option opts [String] :datasource The server name you would like data from
|
@@ -648,7 +648,7 @@ module ESI
|
|
648
648
|
return data, status_code, headers
|
649
649
|
end
|
650
650
|
# Get character corporation roles
|
651
|
-
# Returns a character's corporation roles --- Alternate route: `/dev/characters/{character_id}/roles/` Alternate route: `/
|
651
|
+
# Returns a character's corporation roles --- Alternate route: `/dev/characters/{character_id}/roles/` Alternate route: `/v3/characters/{character_id}/roles/` --- This route is cached for up to 3600 seconds
|
652
652
|
# @param character_id An EVE character ID
|
653
653
|
# @param [Hash] opts the optional parameters
|
654
654
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
@@ -661,7 +661,7 @@ module ESI
|
|
661
661
|
end
|
662
662
|
|
663
663
|
# Get character corporation roles
|
664
|
-
# Returns a character's corporation roles --- Alternate route: `/dev/characters/{character_id}/roles/` Alternate route: `/
|
664
|
+
# Returns a character's corporation roles --- Alternate route: `/dev/characters/{character_id}/roles/` Alternate route: `/v3/characters/{character_id}/roles/` --- This route is cached for up to 3600 seconds
|
665
665
|
# @param character_id An EVE character ID
|
666
666
|
# @param [Hash] opts the optional parameters
|
667
667
|
# @option opts [String] :datasource The server name you would like data from
|
@@ -718,7 +718,7 @@ module ESI
|
|
718
718
|
return data, status_code, headers
|
719
719
|
end
|
720
720
|
# Get standings
|
721
|
-
# Return character standings from agents, NPC corporations, and factions --- Alternate route: `/dev/characters/{character_id}/standings/` Alternate route: `/
|
721
|
+
# Return character standings from agents, NPC corporations, and factions --- Alternate route: `/dev/characters/{character_id}/standings/` Alternate route: `/v2/characters/{character_id}/standings/` --- This route is cached for up to 3600 seconds
|
722
722
|
# @param character_id An EVE character ID
|
723
723
|
# @param [Hash] opts the optional parameters
|
724
724
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
@@ -731,7 +731,7 @@ module ESI
|
|
731
731
|
end
|
732
732
|
|
733
733
|
# Get standings
|
734
|
-
# Return character standings from agents, NPC corporations, and factions --- Alternate route: `/dev/characters/{character_id}/standings/` Alternate route: `/
|
734
|
+
# Return character standings from agents, NPC corporations, and factions --- Alternate route: `/dev/characters/{character_id}/standings/` Alternate route: `/v2/characters/{character_id}/standings/` --- This route is cached for up to 3600 seconds
|
735
735
|
# @param character_id An EVE character ID
|
736
736
|
# @param [Hash] opts the optional parameters
|
737
737
|
# @option opts [String] :datasource The server name you would like data from
|
@@ -787,78 +787,8 @@ module ESI
|
|
787
787
|
end
|
788
788
|
return data, status_code, headers
|
789
789
|
end
|
790
|
-
# Yearly aggregate stats
|
791
|
-
# Returns aggregate yearly stats for a character --- Alternate route: `/dev/characters/{character_id}/stats/` Alternate route: `/v2/characters/{character_id}/stats/` --- This route is cached for up to 86400 seconds
|
792
|
-
# @param character_id An EVE character ID
|
793
|
-
# @param [Hash] opts the optional parameters
|
794
|
-
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
795
|
-
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
796
|
-
# @option opts [String] :token Access token to use if unable to set a header
|
797
|
-
# @return [Array<GetCharactersCharacterIdStats200Ok>]
|
798
|
-
def get_characters_character_id_stats(character_id, opts = {})
|
799
|
-
data, _status_code, _headers = get_characters_character_id_stats_with_http_info(character_id, opts)
|
800
|
-
data
|
801
|
-
end
|
802
|
-
|
803
|
-
# Yearly aggregate stats
|
804
|
-
# Returns aggregate yearly stats for a character --- Alternate route: `/dev/characters/{character_id}/stats/` Alternate route: `/v2/characters/{character_id}/stats/` --- This route is cached for up to 86400 seconds
|
805
|
-
# @param character_id An EVE character ID
|
806
|
-
# @param [Hash] opts the optional parameters
|
807
|
-
# @option opts [String] :datasource The server name you would like data from
|
808
|
-
# @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
|
809
|
-
# @option opts [String] :token Access token to use if unable to set a header
|
810
|
-
# @return [Array<(Array<GetCharactersCharacterIdStats200Ok>, Fixnum, Hash)>] Array<GetCharactersCharacterIdStats200Ok> data, response status code and response headers
|
811
|
-
def get_characters_character_id_stats_with_http_info(character_id, opts = {})
|
812
|
-
if @api_client.config.debugging
|
813
|
-
@api_client.config.logger.debug 'Calling API: CharacterApi.get_characters_character_id_stats ...'
|
814
|
-
end
|
815
|
-
# verify the required parameter 'character_id' is set
|
816
|
-
if @api_client.config.client_side_validation && character_id.nil?
|
817
|
-
fail ArgumentError, "Missing the required parameter 'character_id' when calling CharacterApi.get_characters_character_id_stats"
|
818
|
-
end
|
819
|
-
if @api_client.config.client_side_validation && character_id < 1
|
820
|
-
fail ArgumentError, 'invalid value for "character_id" when calling CharacterApi.get_characters_character_id_stats, must be greater than or equal to 1.'
|
821
|
-
end
|
822
|
-
|
823
|
-
if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility'].include?(opts[:'datasource'])
|
824
|
-
fail ArgumentError, 'invalid value for "datasource", must be one of tranquility'
|
825
|
-
end
|
826
|
-
# resource path
|
827
|
-
local_var_path = '/characters/{character_id}/stats/'.sub('{' + 'character_id' + '}', character_id.to_s)
|
828
|
-
|
829
|
-
# query parameters
|
830
|
-
query_params = {}
|
831
|
-
query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
|
832
|
-
query_params[:'token'] = opts[:'token'] if !opts[:'token'].nil?
|
833
|
-
|
834
|
-
# header parameters
|
835
|
-
header_params = {}
|
836
|
-
# HTTP header 'Accept' (if needed)
|
837
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
838
|
-
# HTTP header 'Content-Type'
|
839
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
840
|
-
header_params[:'If-None-Match'] = opts[:'if_none_match'] if !opts[:'if_none_match'].nil?
|
841
|
-
|
842
|
-
# form parameters
|
843
|
-
form_params = {}
|
844
|
-
|
845
|
-
# http body (model)
|
846
|
-
post_body = nil
|
847
|
-
auth_names = ['evesso']
|
848
|
-
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
849
|
-
:header_params => header_params,
|
850
|
-
:query_params => query_params,
|
851
|
-
:form_params => form_params,
|
852
|
-
:body => post_body,
|
853
|
-
:auth_names => auth_names,
|
854
|
-
:return_type => 'Array<GetCharactersCharacterIdStats200Ok>')
|
855
|
-
if @api_client.config.debugging
|
856
|
-
@api_client.config.logger.debug "API called: CharacterApi#get_characters_character_id_stats\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
857
|
-
end
|
858
|
-
return data, status_code, headers
|
859
|
-
end
|
860
790
|
# Get character corporation titles
|
861
|
-
# Returns a character's titles --- Alternate route: `/dev/characters/{character_id}/titles/` Alternate route: `/
|
791
|
+
# Returns a character's titles --- Alternate route: `/dev/characters/{character_id}/titles/` Alternate route: `/v2/characters/{character_id}/titles/` --- This route is cached for up to 3600 seconds
|
862
792
|
# @param character_id An EVE character ID
|
863
793
|
# @param [Hash] opts the optional parameters
|
864
794
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
@@ -871,7 +801,7 @@ module ESI
|
|
871
801
|
end
|
872
802
|
|
873
803
|
# Get character corporation titles
|
874
|
-
# Returns a character's titles --- Alternate route: `/dev/characters/{character_id}/titles/` Alternate route: `/
|
804
|
+
# Returns a character's titles --- Alternate route: `/dev/characters/{character_id}/titles/` Alternate route: `/v2/characters/{character_id}/titles/` --- This route is cached for up to 3600 seconds
|
875
805
|
# @param character_id An EVE character ID
|
876
806
|
# @param [Hash] opts the optional parameters
|
877
807
|
# @option opts [String] :datasource The server name you would like data from
|
@@ -928,7 +858,7 @@ module ESI
|
|
928
858
|
return data, status_code, headers
|
929
859
|
end
|
930
860
|
# Character affiliation
|
931
|
-
# Bulk lookup of character IDs to corporation, alliance and faction --- Alternate route: `/dev/characters/affiliation/` Alternate route: `/
|
861
|
+
# Bulk lookup of character IDs to corporation, alliance and faction --- Alternate route: `/dev/characters/affiliation/` Alternate route: `/v2/characters/affiliation/` --- This route is cached for up to 3600 seconds
|
932
862
|
# @param characters The character IDs to fetch affiliations for. All characters must exist, or none will be returned
|
933
863
|
# @param [Hash] opts the optional parameters
|
934
864
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
@@ -939,7 +869,7 @@ module ESI
|
|
939
869
|
end
|
940
870
|
|
941
871
|
# Character affiliation
|
942
|
-
# Bulk lookup of character IDs to corporation, alliance and faction --- Alternate route: `/dev/characters/affiliation/` Alternate route: `/
|
872
|
+
# Bulk lookup of character IDs to corporation, alliance and faction --- Alternate route: `/dev/characters/affiliation/` Alternate route: `/v2/characters/affiliation/` --- This route is cached for up to 3600 seconds
|
943
873
|
# @param characters The character IDs to fetch affiliations for. All characters must exist, or none will be returned
|
944
874
|
# @param [Hash] opts the optional parameters
|
945
875
|
# @option opts [String] :datasource The server name you would like data from
|
@@ -988,7 +918,7 @@ module ESI
|
|
988
918
|
return data, status_code, headers
|
989
919
|
end
|
990
920
|
# Calculate a CSPA charge cost
|
991
|
-
# Takes a source character ID in the url and a set of target character ID's in the body, returns a CSPA charge cost --- Alternate route: `/dev/characters/{character_id}/cspa/` Alternate route: `/
|
921
|
+
# Takes a source character ID in the url and a set of target character ID's in the body, returns a CSPA charge cost --- Alternate route: `/dev/characters/{character_id}/cspa/` Alternate route: `/v5/characters/{character_id}/cspa/`
|
992
922
|
# @param character_id An EVE character ID
|
993
923
|
# @param characters The target characters to calculate the charge for
|
994
924
|
# @param [Hash] opts the optional parameters
|
@@ -1001,7 +931,7 @@ module ESI
|
|
1001
931
|
end
|
1002
932
|
|
1003
933
|
# Calculate a CSPA charge cost
|
1004
|
-
# Takes a source character ID in the url and a set of target character ID's in the body, returns a CSPA charge cost --- Alternate route: `/dev/characters/{character_id}/cspa/` Alternate route: `/
|
934
|
+
# Takes a source character ID in the url and a set of target character ID's in the body, returns a CSPA charge cost --- Alternate route: `/dev/characters/{character_id}/cspa/` Alternate route: `/v5/characters/{character_id}/cspa/`
|
1005
935
|
# @param character_id An EVE character ID
|
1006
936
|
# @param characters The target characters to calculate the charge for
|
1007
937
|
# @param [Hash] opts the optional parameters
|
@@ -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
|
|
@@ -20,7 +20,7 @@ module ESI
|
|
20
20
|
@api_client = api_client
|
21
21
|
end
|
22
22
|
# Get clones
|
23
|
-
# A list of the character's clones --- Alternate route: `/dev/characters/{character_id}/clones/` Alternate route: `/v3/characters/{character_id}/clones/` --- This route is cached for up to 120 seconds
|
23
|
+
# A list of the character's clones --- Alternate route: `/dev/characters/{character_id}/clones/` Alternate route: `/v3/characters/{character_id}/clones/` Alternate route: `/v4/characters/{character_id}/clones/` --- This route is cached for up to 120 seconds
|
24
24
|
# @param character_id An EVE character ID
|
25
25
|
# @param [Hash] opts the optional parameters
|
26
26
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
@@ -33,7 +33,7 @@ module ESI
|
|
33
33
|
end
|
34
34
|
|
35
35
|
# Get clones
|
36
|
-
# A list of the character's clones --- Alternate route: `/dev/characters/{character_id}/clones/` Alternate route: `/v3/characters/{character_id}/clones/` --- This route is cached for up to 120 seconds
|
36
|
+
# A list of the character's clones --- Alternate route: `/dev/characters/{character_id}/clones/` Alternate route: `/v3/characters/{character_id}/clones/` Alternate route: `/v4/characters/{character_id}/clones/` --- This route is cached for up to 120 seconds
|
37
37
|
# @param character_id An EVE character ID
|
38
38
|
# @param [Hash] opts the optional parameters
|
39
39
|
# @option opts [String] :datasource The server name you would like data from
|
@@ -90,7 +90,7 @@ module ESI
|
|
90
90
|
return data, status_code, headers
|
91
91
|
end
|
92
92
|
# Get active implants
|
93
|
-
# Return implants on the active clone of a character --- Alternate route: `/dev/characters/{character_id}/implants/` Alternate route: `/legacy/characters/{character_id}/implants/` Alternate route: `/v1/characters/{character_id}/implants/` --- This route is cached for up to 120 seconds
|
93
|
+
# Return implants on the active clone of a character --- Alternate route: `/dev/characters/{character_id}/implants/` Alternate route: `/legacy/characters/{character_id}/implants/` Alternate route: `/v1/characters/{character_id}/implants/` Alternate route: `/v2/characters/{character_id}/implants/` --- This route is cached for up to 120 seconds
|
94
94
|
# @param character_id An EVE character ID
|
95
95
|
# @param [Hash] opts the optional parameters
|
96
96
|
# @option opts [String] :datasource The server name you would like data from (default to tranquility)
|
@@ -103,7 +103,7 @@ module ESI
|
|
103
103
|
end
|
104
104
|
|
105
105
|
# Get active implants
|
106
|
-
# Return implants on the active clone of a character --- Alternate route: `/dev/characters/{character_id}/implants/` Alternate route: `/legacy/characters/{character_id}/implants/` Alternate route: `/v1/characters/{character_id}/implants/` --- This route is cached for up to 120 seconds
|
106
|
+
# Return implants on the active clone of a character --- Alternate route: `/dev/characters/{character_id}/implants/` Alternate route: `/legacy/characters/{character_id}/implants/` Alternate route: `/v1/characters/{character_id}/implants/` Alternate route: `/v2/characters/{character_id}/implants/` --- This route is cached for up to 120 seconds
|
107
107
|
# @param character_id An EVE character ID
|
108
108
|
# @param [Hash] opts the optional parameters
|
109
109
|
# @option opts [String] :datasource The server name you would like data from
|