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
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 458c13f19d4c996220ba661b789493eba62e6acb7f23b893783563ab69adba12
|
|
4
|
+
data.tar.gz: 4da5e6687827c76670dcdb8e34e1b02305ce3bc09736e15ca50df04645bb6a32
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b12d31fddad151877ce6dbabf2e9014423435d337530fc561c61b21da7728eb33f1cec6eec14a2aeaa5143b99486912d94748d99e462e253c555a9bf88cf7812
|
|
7
|
+
data.tar.gz: 2d3391e5f41a86581b1eddd4125e3c7ab7a5952e7b910fb0cd5eb6c9f9c1f4cd0638539c7d2fa5c6abe2d9ef09003d0058d46946999fcbefce1fc96a07ec3ddb
|
data/Gemfile
CHANGED
data/README.md
CHANGED
|
@@ -6,8 +6,8 @@ An OpenAPI for EVE Online
|
|
|
6
6
|
|
|
7
7
|
This SDK is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:
|
|
8
8
|
|
|
9
|
-
- API version: 1.
|
|
10
|
-
- Package version: 0.
|
|
9
|
+
- API version: 1.8.2
|
|
10
|
+
- Package version: 0.4.0
|
|
11
11
|
- Build package: io.swagger.codegen.languages.RubyClientCodegen
|
|
12
12
|
|
|
13
13
|
## Installation
|
|
@@ -23,15 +23,15 @@ gem build ruby-esi.gemspec
|
|
|
23
23
|
Then either install the gem locally:
|
|
24
24
|
|
|
25
25
|
```shell
|
|
26
|
-
gem install ./ruby-esi-0.
|
|
26
|
+
gem install ./ruby-esi-0.4.0.gem
|
|
27
27
|
```
|
|
28
|
-
(for development, run `gem install --dev ./ruby-esi-0.
|
|
28
|
+
(for development, run `gem install --dev ./ruby-esi-0.4.0.gem` to install the development dependencies)
|
|
29
29
|
|
|
30
30
|
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
|
|
31
31
|
|
|
32
32
|
Finally add this to the Gemfile:
|
|
33
33
|
|
|
34
|
-
gem 'ruby-esi', '~> 0.
|
|
34
|
+
gem 'ruby-esi', '~> 0.4.0'
|
|
35
35
|
|
|
36
36
|
### Install from Git
|
|
37
37
|
|
|
@@ -106,7 +106,6 @@ Class | Method | HTTP request | Description
|
|
|
106
106
|
*ESI::CharacterApi* | [**get_characters_character_id_portrait**](docs/CharacterApi.md#get_characters_character_id_portrait) | **GET** /characters/{character_id}/portrait/ | Get character portraits
|
|
107
107
|
*ESI::CharacterApi* | [**get_characters_character_id_roles**](docs/CharacterApi.md#get_characters_character_id_roles) | **GET** /characters/{character_id}/roles/ | Get character corporation roles
|
|
108
108
|
*ESI::CharacterApi* | [**get_characters_character_id_standings**](docs/CharacterApi.md#get_characters_character_id_standings) | **GET** /characters/{character_id}/standings/ | Get standings
|
|
109
|
-
*ESI::CharacterApi* | [**get_characters_character_id_stats**](docs/CharacterApi.md#get_characters_character_id_stats) | **GET** /characters/{character_id}/stats/ | Yearly aggregate stats
|
|
110
109
|
*ESI::CharacterApi* | [**get_characters_character_id_titles**](docs/CharacterApi.md#get_characters_character_id_titles) | **GET** /characters/{character_id}/titles/ | Get character corporation titles
|
|
111
110
|
*ESI::CharacterApi* | [**post_characters_affiliation**](docs/CharacterApi.md#post_characters_affiliation) | **POST** /characters/affiliation/ | Character affiliation
|
|
112
111
|
*ESI::CharacterApi* | [**post_characters_character_id_cspa**](docs/CharacterApi.md#post_characters_character_id_cspa) | **POST** /characters/{character_id}/cspa/ | Calculate a CSPA charge cost
|
|
@@ -303,6 +302,7 @@ Class | Method | HTTP request | Description
|
|
|
303
302
|
- [ESI::GetAlliancesAllianceIdOk](docs/GetAlliancesAllianceIdOk.md)
|
|
304
303
|
- [ESI::GetCharactersCharacterIdAgentsResearch200Ok](docs/GetCharactersCharacterIdAgentsResearch200Ok.md)
|
|
305
304
|
- [ESI::GetCharactersCharacterIdAssets200Ok](docs/GetCharactersCharacterIdAssets200Ok.md)
|
|
305
|
+
- [ESI::GetCharactersCharacterIdAssetsNotFound](docs/GetCharactersCharacterIdAssetsNotFound.md)
|
|
306
306
|
- [ESI::GetCharactersCharacterIdAttributesOk](docs/GetCharactersCharacterIdAttributesOk.md)
|
|
307
307
|
- [ESI::GetCharactersCharacterIdBlueprints200Ok](docs/GetCharactersCharacterIdBlueprints200Ok.md)
|
|
308
308
|
- [ESI::GetCharactersCharacterIdBookmarks200Ok](docs/GetCharactersCharacterIdBookmarks200Ok.md)
|
|
@@ -375,19 +375,6 @@ Class | Method | HTTP request | Description
|
|
|
375
375
|
- [ESI::GetCharactersCharacterIdSkillsOk](docs/GetCharactersCharacterIdSkillsOk.md)
|
|
376
376
|
- [ESI::GetCharactersCharacterIdSkillsSkill](docs/GetCharactersCharacterIdSkillsSkill.md)
|
|
377
377
|
- [ESI::GetCharactersCharacterIdStandings200Ok](docs/GetCharactersCharacterIdStandings200Ok.md)
|
|
378
|
-
- [ESI::GetCharactersCharacterIdStats200Ok](docs/GetCharactersCharacterIdStats200Ok.md)
|
|
379
|
-
- [ESI::GetCharactersCharacterIdStatsCharacter](docs/GetCharactersCharacterIdStatsCharacter.md)
|
|
380
|
-
- [ESI::GetCharactersCharacterIdStatsCombat](docs/GetCharactersCharacterIdStatsCombat.md)
|
|
381
|
-
- [ESI::GetCharactersCharacterIdStatsIndustry](docs/GetCharactersCharacterIdStatsIndustry.md)
|
|
382
|
-
- [ESI::GetCharactersCharacterIdStatsInventory](docs/GetCharactersCharacterIdStatsInventory.md)
|
|
383
|
-
- [ESI::GetCharactersCharacterIdStatsIsk](docs/GetCharactersCharacterIdStatsIsk.md)
|
|
384
|
-
- [ESI::GetCharactersCharacterIdStatsMarket](docs/GetCharactersCharacterIdStatsMarket.md)
|
|
385
|
-
- [ESI::GetCharactersCharacterIdStatsMining](docs/GetCharactersCharacterIdStatsMining.md)
|
|
386
|
-
- [ESI::GetCharactersCharacterIdStatsModule](docs/GetCharactersCharacterIdStatsModule.md)
|
|
387
|
-
- [ESI::GetCharactersCharacterIdStatsOrbital](docs/GetCharactersCharacterIdStatsOrbital.md)
|
|
388
|
-
- [ESI::GetCharactersCharacterIdStatsPve](docs/GetCharactersCharacterIdStatsPve.md)
|
|
389
|
-
- [ESI::GetCharactersCharacterIdStatsSocial](docs/GetCharactersCharacterIdStatsSocial.md)
|
|
390
|
-
- [ESI::GetCharactersCharacterIdStatsTravel](docs/GetCharactersCharacterIdStatsTravel.md)
|
|
391
378
|
- [ESI::GetCharactersCharacterIdTitles200Ok](docs/GetCharactersCharacterIdTitles200Ok.md)
|
|
392
379
|
- [ESI::GetCharactersCharacterIdWalletJournal200Ok](docs/GetCharactersCharacterIdWalletJournal200Ok.md)
|
|
393
380
|
- [ESI::GetCharactersCharacterIdWalletTransactions200Ok](docs/GetCharactersCharacterIdWalletTransactions200Ok.md)
|
|
@@ -591,7 +578,6 @@ Class | Method | HTTP request | Description
|
|
|
591
578
|
- [ESI::GetWarsWarIdUnprocessableEntity](docs/GetWarsWarIdUnprocessableEntity.md)
|
|
592
579
|
- [ESI::InternalServerError](docs/InternalServerError.md)
|
|
593
580
|
- [ESI::PostCharactersAffiliation200Ok](docs/PostCharactersAffiliation200Ok.md)
|
|
594
|
-
- [ESI::PostCharactersAffiliationNotFound](docs/PostCharactersAffiliationNotFound.md)
|
|
595
581
|
- [ESI::PostCharactersCharacterIdAssetsLocations200Ok](docs/PostCharactersCharacterIdAssetsLocations200Ok.md)
|
|
596
582
|
- [ESI::PostCharactersCharacterIdAssetsLocationsPosition](docs/PostCharactersCharacterIdAssetsLocationsPosition.md)
|
|
597
583
|
- [ESI::PostCharactersCharacterIdAssetsNames200Ok](docs/PostCharactersCharacterIdAssetsNames200Ok.md)
|
|
@@ -674,7 +660,6 @@ Class | Method | HTTP request | Description
|
|
|
674
660
|
- esi-characters.read_standings.v1: EVE SSO scope esi-characters.read_standings.v1
|
|
675
661
|
- esi-characters.read_titles.v1: EVE SSO scope esi-characters.read_titles.v1
|
|
676
662
|
- esi-characters.write_contacts.v1: EVE SSO scope esi-characters.write_contacts.v1
|
|
677
|
-
- esi-characterstats.read.v1: EVE SSO scope esi-characterstats.read.v1
|
|
678
663
|
- esi-clones.read_clones.v1: EVE SSO scope esi-clones.read_clones.v1
|
|
679
664
|
- esi-clones.read_implants.v1: EVE SSO scope esi-clones.read_implants.v1
|
|
680
665
|
- esi-contracts.read_character_contracts.v1: EVE SSO scope esi-contracts.read_character_contracts.v1
|
data/config.json
ADDED
data/docs/AllianceApi.md
CHANGED
|
@@ -65,7 +65,7 @@ No authorization required
|
|
|
65
65
|
|
|
66
66
|
Get alliance information
|
|
67
67
|
|
|
68
|
-
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
|
|
68
|
+
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
|
|
69
69
|
|
|
70
70
|
### Example
|
|
71
71
|
```ruby
|
data/docs/CalendarApi.md
CHANGED
|
@@ -77,7 +77,7 @@ Name | Type | Description | Notes
|
|
|
77
77
|
|
|
78
78
|
Get an event
|
|
79
79
|
|
|
80
|
-
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
|
|
80
|
+
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
|
|
81
81
|
|
|
82
82
|
### Example
|
|
83
83
|
```ruby
|
|
@@ -203,7 +203,7 @@ Name | Type | Description | Notes
|
|
|
203
203
|
|
|
204
204
|
Respond to an event
|
|
205
205
|
|
|
206
|
-
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
|
|
206
|
+
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
|
|
207
207
|
|
|
208
208
|
### Example
|
|
209
209
|
```ruby
|
data/docs/CharacterApi.md
CHANGED
|
@@ -15,7 +15,6 @@ Method | HTTP request | Description
|
|
|
15
15
|
[**get_characters_character_id_portrait**](CharacterApi.md#get_characters_character_id_portrait) | **GET** /characters/{character_id}/portrait/ | Get character portraits
|
|
16
16
|
[**get_characters_character_id_roles**](CharacterApi.md#get_characters_character_id_roles) | **GET** /characters/{character_id}/roles/ | Get character corporation roles
|
|
17
17
|
[**get_characters_character_id_standings**](CharacterApi.md#get_characters_character_id_standings) | **GET** /characters/{character_id}/standings/ | Get standings
|
|
18
|
-
[**get_characters_character_id_stats**](CharacterApi.md#get_characters_character_id_stats) | **GET** /characters/{character_id}/stats/ | Yearly aggregate stats
|
|
19
18
|
[**get_characters_character_id_titles**](CharacterApi.md#get_characters_character_id_titles) | **GET** /characters/{character_id}/titles/ | Get character corporation titles
|
|
20
19
|
[**post_characters_affiliation**](CharacterApi.md#post_characters_affiliation) | **POST** /characters/affiliation/ | Character affiliation
|
|
21
20
|
[**post_characters_character_id_cspa**](CharacterApi.md#post_characters_character_id_cspa) | **POST** /characters/{character_id}/cspa/ | Calculate a CSPA charge cost
|
|
@@ -26,7 +25,7 @@ Method | HTTP request | Description
|
|
|
26
25
|
|
|
27
26
|
Get character's public information
|
|
28
27
|
|
|
29
|
-
Public information about a character --- Alternate route: `/dev/characters/{character_id}/` Alternate route: `/
|
|
28
|
+
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
|
|
30
29
|
|
|
31
30
|
### Example
|
|
32
31
|
```ruby
|
|
@@ -79,7 +78,7 @@ No authorization required
|
|
|
79
78
|
|
|
80
79
|
Get agents research
|
|
81
80
|
|
|
82
|
-
Return a list of agents research information for a character. The formula for finding the current research points with an agent is: currentPoints = remainderPoints + pointsPerDay * days(currentTime - researchStartDate) --- Alternate route: `/dev/characters/{character_id}/agents_research/` Alternate route: `/
|
|
81
|
+
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
|
|
83
82
|
|
|
84
83
|
### Example
|
|
85
84
|
```ruby
|
|
@@ -139,7 +138,7 @@ Name | Type | Description | Notes
|
|
|
139
138
|
|
|
140
139
|
Get blueprints
|
|
141
140
|
|
|
142
|
-
Return a list of blueprints the character owns --- Alternate route: `/dev/characters/{character_id}/blueprints/` Alternate route: `/
|
|
141
|
+
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
|
|
143
142
|
|
|
144
143
|
### Example
|
|
145
144
|
```ruby
|
|
@@ -201,7 +200,7 @@ Name | Type | Description | Notes
|
|
|
201
200
|
|
|
202
201
|
Get corporation history
|
|
203
202
|
|
|
204
|
-
Get a list of all the corporations a character has been a member of --- Alternate route: `/dev/characters/{character_id}/corporationhistory/` Alternate route: `/
|
|
203
|
+
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
|
|
205
204
|
|
|
206
205
|
### Example
|
|
207
206
|
```ruby
|
|
@@ -254,7 +253,7 @@ No authorization required
|
|
|
254
253
|
|
|
255
254
|
Get jump fatigue
|
|
256
255
|
|
|
257
|
-
Return a character's jump activation and fatigue information --- Alternate route: `/dev/characters/{character_id}/fatigue/` Alternate route: `/
|
|
256
|
+
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
|
|
258
257
|
|
|
259
258
|
### Example
|
|
260
259
|
```ruby
|
|
@@ -314,7 +313,7 @@ Name | Type | Description | Notes
|
|
|
314
313
|
|
|
315
314
|
Get medals
|
|
316
315
|
|
|
317
|
-
Return a list of medals the character has --- Alternate route: `/dev/characters/{character_id}/medals/` Alternate route: `/
|
|
316
|
+
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
|
|
318
317
|
|
|
319
318
|
### Example
|
|
320
319
|
```ruby
|
|
@@ -374,7 +373,7 @@ Name | Type | Description | Notes
|
|
|
374
373
|
|
|
375
374
|
Get character notifications
|
|
376
375
|
|
|
377
|
-
Return character notifications --- Alternate route: `/dev/characters/{character_id}/notifications/` Alternate route: `/v5/characters/{character_id}/notifications/` --- This route is cached for up to 600 seconds
|
|
376
|
+
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
|
|
378
377
|
|
|
379
378
|
### Example
|
|
380
379
|
```ruby
|
|
@@ -434,7 +433,7 @@ Name | Type | Description | Notes
|
|
|
434
433
|
|
|
435
434
|
Get new contact notifications
|
|
436
435
|
|
|
437
|
-
Return notifications about having been added to someone's contact list --- Alternate route: `/dev/characters/{character_id}/notifications/contacts/` Alternate route: `/
|
|
436
|
+
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
|
|
438
437
|
|
|
439
438
|
### Example
|
|
440
439
|
```ruby
|
|
@@ -494,7 +493,7 @@ Name | Type | Description | Notes
|
|
|
494
493
|
|
|
495
494
|
Get character portraits
|
|
496
495
|
|
|
497
|
-
Get portrait urls for a character --- Alternate route: `/v2/characters/{character_id}/portrait/` --- This route expires daily at 11:05
|
|
496
|
+
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
|
|
498
497
|
|
|
499
498
|
### Example
|
|
500
499
|
```ruby
|
|
@@ -547,7 +546,7 @@ No authorization required
|
|
|
547
546
|
|
|
548
547
|
Get character corporation roles
|
|
549
548
|
|
|
550
|
-
Returns a character's corporation roles --- Alternate route: `/dev/characters/{character_id}/roles/` Alternate route: `/
|
|
549
|
+
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
|
|
551
550
|
|
|
552
551
|
### Example
|
|
553
552
|
```ruby
|
|
@@ -607,7 +606,7 @@ Name | Type | Description | Notes
|
|
|
607
606
|
|
|
608
607
|
Get standings
|
|
609
608
|
|
|
610
|
-
Return character standings from agents, NPC corporations, and factions --- Alternate route: `/dev/characters/{character_id}/standings/` Alternate route: `/
|
|
609
|
+
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
|
|
611
610
|
|
|
612
611
|
### Example
|
|
613
612
|
```ruby
|
|
@@ -662,72 +661,12 @@ Name | Type | Description | Notes
|
|
|
662
661
|
|
|
663
662
|
|
|
664
663
|
|
|
665
|
-
# **get_characters_character_id_stats**
|
|
666
|
-
> Array<GetCharactersCharacterIdStats200Ok> get_characters_character_id_stats(character_id, opts)
|
|
667
|
-
|
|
668
|
-
Yearly aggregate stats
|
|
669
|
-
|
|
670
|
-
Returns aggregate yearly stats for a character --- Alternate route: `/dev/characters/{character_id}/stats/` Alternate route: `/v2/characters/{character_id}/stats/` --- This route is cached for up to 86400 seconds
|
|
671
|
-
|
|
672
|
-
### Example
|
|
673
|
-
```ruby
|
|
674
|
-
# load the gem
|
|
675
|
-
require 'ruby-esi'
|
|
676
|
-
# setup authorization
|
|
677
|
-
ESI.configure do |config|
|
|
678
|
-
# Configure OAuth2 access token for authorization: evesso
|
|
679
|
-
config.access_token = 'YOUR ACCESS TOKEN'
|
|
680
|
-
end
|
|
681
|
-
|
|
682
|
-
api_instance = ESI::CharacterApi.new
|
|
683
|
-
|
|
684
|
-
character_id = 56 # Integer | An EVE character ID
|
|
685
|
-
|
|
686
|
-
opts = {
|
|
687
|
-
datasource: 'tranquility', # String | The server name you would like data from
|
|
688
|
-
if_none_match: 'if_none_match_example', # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
|
689
|
-
token: 'token_example' # String | Access token to use if unable to set a header
|
|
690
|
-
}
|
|
691
|
-
|
|
692
|
-
begin
|
|
693
|
-
#Yearly aggregate stats
|
|
694
|
-
result = api_instance.get_characters_character_id_stats(character_id, opts)
|
|
695
|
-
p result
|
|
696
|
-
rescue ESI::ApiError => e
|
|
697
|
-
puts "Exception when calling CharacterApi->get_characters_character_id_stats: #{e}"
|
|
698
|
-
end
|
|
699
|
-
```
|
|
700
|
-
|
|
701
|
-
### Parameters
|
|
702
|
-
|
|
703
|
-
Name | Type | Description | Notes
|
|
704
|
-
------------- | ------------- | ------------- | -------------
|
|
705
|
-
**character_id** | **Integer**| An EVE character ID |
|
|
706
|
-
**datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
|
|
707
|
-
**if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
|
|
708
|
-
**token** | **String**| Access token to use if unable to set a header | [optional]
|
|
709
|
-
|
|
710
|
-
### Return type
|
|
711
|
-
|
|
712
|
-
[**Array<GetCharactersCharacterIdStats200Ok>**](GetCharactersCharacterIdStats200Ok.md)
|
|
713
|
-
|
|
714
|
-
### Authorization
|
|
715
|
-
|
|
716
|
-
[evesso](../README.md#evesso)
|
|
717
|
-
|
|
718
|
-
### HTTP request headers
|
|
719
|
-
|
|
720
|
-
- **Content-Type**: application/json
|
|
721
|
-
- **Accept**: application/json
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
664
|
# **get_characters_character_id_titles**
|
|
726
665
|
> Array<GetCharactersCharacterIdTitles200Ok> get_characters_character_id_titles(character_id, opts)
|
|
727
666
|
|
|
728
667
|
Get character corporation titles
|
|
729
668
|
|
|
730
|
-
Returns a character's titles --- Alternate route: `/dev/characters/{character_id}/titles/` Alternate route: `/
|
|
669
|
+
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
|
|
731
670
|
|
|
732
671
|
### Example
|
|
733
672
|
```ruby
|
|
@@ -787,7 +726,7 @@ Name | Type | Description | Notes
|
|
|
787
726
|
|
|
788
727
|
Character affiliation
|
|
789
728
|
|
|
790
|
-
Bulk lookup of character IDs to corporation, alliance and faction --- Alternate route: `/dev/characters/affiliation/` Alternate route: `/
|
|
729
|
+
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
|
|
791
730
|
|
|
792
731
|
### Example
|
|
793
732
|
```ruby
|
|
@@ -838,7 +777,7 @@ No authorization required
|
|
|
838
777
|
|
|
839
778
|
Calculate a CSPA charge cost
|
|
840
779
|
|
|
841
|
-
Takes a source character ID in the url and a set of target character ID's in the body, returns a CSPA charge cost --- Alternate route: `/dev/characters/{character_id}/cspa/` Alternate route: `/
|
|
780
|
+
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/`
|
|
842
781
|
|
|
843
782
|
### Example
|
|
844
783
|
```ruby
|
data/docs/ClonesApi.md
CHANGED
|
@@ -13,7 +13,7 @@ Method | HTTP request | Description
|
|
|
13
13
|
|
|
14
14
|
Get clones
|
|
15
15
|
|
|
16
|
-
A list of the character's clones --- Alternate route: `/dev/characters/{character_id}/clones/` Alternate route: `/v3/characters/{character_id}/clones/` --- This route is cached for up to 120 seconds
|
|
16
|
+
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
|
|
17
17
|
|
|
18
18
|
### Example
|
|
19
19
|
```ruby
|
|
@@ -73,7 +73,7 @@ Name | Type | Description | Notes
|
|
|
73
73
|
|
|
74
74
|
Get active implants
|
|
75
75
|
|
|
76
|
-
Return implants on the active clone of a character --- 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
|
|
76
|
+
Return implants on the active clone of a character --- Alternate route: `/dev/characters/{character_id}/implants/` Alternate route: `/legacy/characters/{character_id}/implants/` Alternate route: `/v1/characters/{character_id}/implants/` Alternate route: `/v2/characters/{character_id}/implants/` --- This route is cached for up to 120 seconds
|
|
77
77
|
|
|
78
78
|
### Example
|
|
79
79
|
```ruby
|
data/docs/CorporationApi.md
CHANGED
|
@@ -33,7 +33,7 @@ Method | HTTP request | Description
|
|
|
33
33
|
|
|
34
34
|
Get corporation information
|
|
35
35
|
|
|
36
|
-
Public information about a corporation --- Alternate route: `/dev/corporations/{corporation_id}/` Alternate route: `/
|
|
36
|
+
Public information about a corporation --- Alternate route: `/dev/corporations/{corporation_id}/` Alternate route: `/v5/corporations/{corporation_id}/` --- This route is cached for up to 3600 seconds
|
|
37
37
|
|
|
38
38
|
### Example
|
|
39
39
|
```ruby
|
|
@@ -86,7 +86,7 @@ No authorization required
|
|
|
86
86
|
|
|
87
87
|
Get alliance history
|
|
88
88
|
|
|
89
|
-
Get a list of all the alliances a corporation has been a member of --- Alternate route: `/dev/corporations/{corporation_id}/alliancehistory/` Alternate route: `/
|
|
89
|
+
Get a list of all the alliances a corporation has been a member of --- Alternate route: `/dev/corporations/{corporation_id}/alliancehistory/` Alternate route: `/v3/corporations/{corporation_id}/alliancehistory/` --- This route is cached for up to 3600 seconds
|
|
90
90
|
|
|
91
91
|
### Example
|
|
92
92
|
```ruby
|
|
@@ -139,7 +139,7 @@ No authorization required
|
|
|
139
139
|
|
|
140
140
|
Get corporation blueprints
|
|
141
141
|
|
|
142
|
-
Returns a list of blueprints the corporation owns --- Alternate route: `/dev/corporations/{corporation_id}/blueprints/` Alternate route: `/
|
|
142
|
+
Returns a list of blueprints the corporation owns --- Alternate route: `/dev/corporations/{corporation_id}/blueprints/` Alternate route: `/v3/corporations/{corporation_id}/blueprints/` --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): Director
|
|
143
143
|
|
|
144
144
|
### Example
|
|
145
145
|
```ruby
|
|
@@ -201,7 +201,7 @@ Name | Type | Description | Notes
|
|
|
201
201
|
|
|
202
202
|
Get all corporation ALSC logs
|
|
203
203
|
|
|
204
|
-
Returns logs recorded in the past seven days from all audit log secure containers (ALSC) owned by a given corporation --- Alternate route: `/dev/corporations/{corporation_id}/containers/logs/` Alternate route: `/
|
|
204
|
+
Returns logs recorded in the past seven days from all audit log secure containers (ALSC) owned by a given corporation --- Alternate route: `/dev/corporations/{corporation_id}/containers/logs/` Alternate route: `/v3/corporations/{corporation_id}/containers/logs/` --- This route is cached for up to 600 seconds --- Requires one of the following EVE corporation role(s): Director
|
|
205
205
|
|
|
206
206
|
### Example
|
|
207
207
|
```ruby
|
|
@@ -263,7 +263,7 @@ Name | Type | Description | Notes
|
|
|
263
263
|
|
|
264
264
|
Get corporation divisions
|
|
265
265
|
|
|
266
|
-
Return corporation hangar and wallet division names, only show if a division is not using the default name --- Alternate route: `/dev/corporations/{corporation_id}/divisions/` Alternate route: `/
|
|
266
|
+
Return corporation hangar and wallet division names, only show if a division is not using the default name --- Alternate route: `/dev/corporations/{corporation_id}/divisions/` Alternate route: `/v2/corporations/{corporation_id}/divisions/` --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): Director
|
|
267
267
|
|
|
268
268
|
### Example
|
|
269
269
|
```ruby
|
|
@@ -323,7 +323,7 @@ Name | Type | Description | Notes
|
|
|
323
323
|
|
|
324
324
|
Get corporation facilities
|
|
325
325
|
|
|
326
|
-
Return a corporation's facilities --- Alternate route: `/dev/corporations/{corporation_id}/facilities/` Alternate route: `/
|
|
326
|
+
Return a corporation's facilities --- Alternate route: `/dev/corporations/{corporation_id}/facilities/` Alternate route: `/v2/corporations/{corporation_id}/facilities/` --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): Factory_Manager
|
|
327
327
|
|
|
328
328
|
### Example
|
|
329
329
|
```ruby
|
|
@@ -383,7 +383,7 @@ Name | Type | Description | Notes
|
|
|
383
383
|
|
|
384
384
|
Get corporation icon
|
|
385
385
|
|
|
386
|
-
Get the icon urls for a corporation --- Alternate route: `/
|
|
386
|
+
Get the icon urls for a corporation --- Alternate route: `/dev/corporations/{corporation_id}/icons/` Alternate route: `/v2/corporations/{corporation_id}/icons/` --- This route is cached for up to 3600 seconds
|
|
387
387
|
|
|
388
388
|
### Example
|
|
389
389
|
```ruby
|
|
@@ -436,7 +436,7 @@ No authorization required
|
|
|
436
436
|
|
|
437
437
|
Get corporation medals
|
|
438
438
|
|
|
439
|
-
Returns a corporation's medals --- Alternate route: `/dev/corporations/{corporation_id}/medals/` Alternate route: `/
|
|
439
|
+
Returns a corporation's medals --- Alternate route: `/dev/corporations/{corporation_id}/medals/` Alternate route: `/v2/corporations/{corporation_id}/medals/` --- This route is cached for up to 3600 seconds
|
|
440
440
|
|
|
441
441
|
### Example
|
|
442
442
|
```ruby
|
|
@@ -498,7 +498,7 @@ Name | Type | Description | Notes
|
|
|
498
498
|
|
|
499
499
|
Get corporation issued medals
|
|
500
500
|
|
|
501
|
-
Returns medals issued by a corporation --- Alternate route: `/dev/corporations/{corporation_id}/medals/issued/` Alternate route: `/
|
|
501
|
+
Returns medals issued by a corporation --- Alternate route: `/dev/corporations/{corporation_id}/medals/issued/` Alternate route: `/v2/corporations/{corporation_id}/medals/issued/` --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): Director
|
|
502
502
|
|
|
503
503
|
### Example
|
|
504
504
|
```ruby
|
|
@@ -560,7 +560,7 @@ Name | Type | Description | Notes
|
|
|
560
560
|
|
|
561
561
|
Get corporation members
|
|
562
562
|
|
|
563
|
-
Return the current member list of a corporation, the token's character need to be a member of the corporation. --- Alternate route: `/dev/corporations/{corporation_id}/members/` Alternate route: `/
|
|
563
|
+
Return the current member list of a corporation, the token's character need to be a member of the corporation. --- Alternate route: `/dev/corporations/{corporation_id}/members/` Alternate route: `/v4/corporations/{corporation_id}/members/` --- This route is cached for up to 3600 seconds
|
|
564
564
|
|
|
565
565
|
### Example
|
|
566
566
|
```ruby
|
|
@@ -620,7 +620,7 @@ Name | Type | Description | Notes
|
|
|
620
620
|
|
|
621
621
|
Get corporation member limit
|
|
622
622
|
|
|
623
|
-
Return a corporation's member limit, not including CEO himself --- Alternate route: `/dev/corporations/{corporation_id}/members/limit/` Alternate route: `/
|
|
623
|
+
Return a corporation's member limit, not including CEO himself --- Alternate route: `/dev/corporations/{corporation_id}/members/limit/` Alternate route: `/v2/corporations/{corporation_id}/members/limit/` --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): Director
|
|
624
624
|
|
|
625
625
|
### Example
|
|
626
626
|
```ruby
|
|
@@ -680,7 +680,7 @@ Name | Type | Description | Notes
|
|
|
680
680
|
|
|
681
681
|
Get corporation's members' titles
|
|
682
682
|
|
|
683
|
-
Returns a corporation's members' titles --- Alternate route: `/dev/corporations/{corporation_id}/members/titles/` Alternate route: `/
|
|
683
|
+
Returns a corporation's members' titles --- Alternate route: `/dev/corporations/{corporation_id}/members/titles/` Alternate route: `/v2/corporations/{corporation_id}/members/titles/` --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): Director
|
|
684
684
|
|
|
685
685
|
### Example
|
|
686
686
|
```ruby
|
|
@@ -740,7 +740,7 @@ Name | Type | Description | Notes
|
|
|
740
740
|
|
|
741
741
|
Track corporation members
|
|
742
742
|
|
|
743
|
-
Returns additional information about a corporation's members which helps tracking their activities --- Alternate route: `/dev/corporations/{corporation_id}/membertracking/` Alternate route: `/
|
|
743
|
+
Returns additional information about a corporation's members which helps tracking their activities --- Alternate route: `/dev/corporations/{corporation_id}/membertracking/` Alternate route: `/v2/corporations/{corporation_id}/membertracking/` --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): Director
|
|
744
744
|
|
|
745
745
|
### Example
|
|
746
746
|
```ruby
|
|
@@ -800,7 +800,7 @@ Name | Type | Description | Notes
|
|
|
800
800
|
|
|
801
801
|
Get corporation member roles
|
|
802
802
|
|
|
803
|
-
Return the roles of all members if the character has the personnel manager role or any grantable role. --- Alternate route: `/dev/corporations/{corporation_id}/roles/` Alternate route: `/
|
|
803
|
+
Return the roles of all members if the character has the personnel manager role or any grantable role. --- Alternate route: `/dev/corporations/{corporation_id}/roles/` Alternate route: `/v2/corporations/{corporation_id}/roles/` --- This route is cached for up to 3600 seconds
|
|
804
804
|
|
|
805
805
|
### Example
|
|
806
806
|
```ruby
|
|
@@ -860,7 +860,7 @@ Name | Type | Description | Notes
|
|
|
860
860
|
|
|
861
861
|
Get corporation member roles history
|
|
862
862
|
|
|
863
|
-
Return how roles have changed for a coporation's members, up to a month --- Alternate route: `/dev/corporations/{corporation_id}/roles/history/` Alternate route: `/
|
|
863
|
+
Return how roles have changed for a coporation's members, up to a month --- Alternate route: `/dev/corporations/{corporation_id}/roles/history/` Alternate route: `/v2/corporations/{corporation_id}/roles/history/` --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): Director
|
|
864
864
|
|
|
865
865
|
### Example
|
|
866
866
|
```ruby
|
|
@@ -984,7 +984,7 @@ Name | Type | Description | Notes
|
|
|
984
984
|
|
|
985
985
|
Get corporation standings
|
|
986
986
|
|
|
987
|
-
Return corporation standings from agents, NPC corporations, and factions --- Alternate route: `/dev/corporations/{corporation_id}/standings/` Alternate route: `/
|
|
987
|
+
Return corporation standings from agents, NPC corporations, and factions --- Alternate route: `/dev/corporations/{corporation_id}/standings/` Alternate route: `/v2/corporations/{corporation_id}/standings/` --- This route is cached for up to 3600 seconds
|
|
988
988
|
|
|
989
989
|
### Example
|
|
990
990
|
```ruby
|
|
@@ -1046,7 +1046,7 @@ Name | Type | Description | Notes
|
|
|
1046
1046
|
|
|
1047
1047
|
Get corporation starbases (POSes)
|
|
1048
1048
|
|
|
1049
|
-
Returns list of corporation starbases (POSes) --- Alternate route: `/dev/corporations/{corporation_id}/starbases/` Alternate route: `/
|
|
1049
|
+
Returns list of corporation starbases (POSes) --- Alternate route: `/dev/corporations/{corporation_id}/starbases/` Alternate route: `/v2/corporations/{corporation_id}/starbases/` --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): Director
|
|
1050
1050
|
|
|
1051
1051
|
### Example
|
|
1052
1052
|
```ruby
|
|
@@ -1108,7 +1108,7 @@ Name | Type | Description | Notes
|
|
|
1108
1108
|
|
|
1109
1109
|
Get starbase (POS) detail
|
|
1110
1110
|
|
|
1111
|
-
Returns various settings and fuels of a starbase (POS) --- Alternate route: `/dev/corporations/{corporation_id}/starbases/{starbase_id}/` Alternate route: `/
|
|
1111
|
+
Returns various settings and fuels of a starbase (POS) --- Alternate route: `/dev/corporations/{corporation_id}/starbases/{starbase_id}/` Alternate route: `/v2/corporations/{corporation_id}/starbases/{starbase_id}/` --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): Director
|
|
1112
1112
|
|
|
1113
1113
|
### Example
|
|
1114
1114
|
```ruby
|
|
@@ -1174,7 +1174,7 @@ Name | Type | Description | Notes
|
|
|
1174
1174
|
|
|
1175
1175
|
Get corporation structures
|
|
1176
1176
|
|
|
1177
|
-
Get a list of corporation structures. This route's version includes the changes to structures detailed in this blog: https://www.eveonline.com/article/upwell-2.0-structures-changes-coming-on-february-13th --- Alternate route: `/dev/corporations/{corporation_id}/structures/` Alternate route: `/
|
|
1177
|
+
Get a list of corporation structures. This route's version includes the changes to structures detailed in this blog: https://www.eveonline.com/article/upwell-2.0-structures-changes-coming-on-february-13th --- Alternate route: `/dev/corporations/{corporation_id}/structures/` Alternate route: `/v4/corporations/{corporation_id}/structures/` --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): Station_Manager
|
|
1178
1178
|
|
|
1179
1179
|
### Example
|
|
1180
1180
|
```ruby
|
|
@@ -1191,10 +1191,10 @@ api_instance = ESI::CorporationApi.new
|
|
|
1191
1191
|
corporation_id = 56 # Integer | An EVE corporation ID
|
|
1192
1192
|
|
|
1193
1193
|
opts = {
|
|
1194
|
-
accept_language: 'en
|
|
1194
|
+
accept_language: 'en', # String | Language to use in the response
|
|
1195
1195
|
datasource: 'tranquility', # String | The server name you would like data from
|
|
1196
1196
|
if_none_match: 'if_none_match_example', # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
|
1197
|
-
language: 'en
|
|
1197
|
+
language: 'en' # String | Language to use in the response, takes precedence over Accept-Language
|
|
1198
1198
|
page: 1 # Integer | Which page of results to return
|
|
1199
1199
|
token: 'token_example' # String | Access token to use if unable to set a header
|
|
1200
1200
|
}
|
|
@@ -1213,10 +1213,10 @@ end
|
|
|
1213
1213
|
Name | Type | Description | Notes
|
|
1214
1214
|
------------- | ------------- | ------------- | -------------
|
|
1215
1215
|
**corporation_id** | **Integer**| An EVE corporation ID |
|
|
1216
|
-
**accept_language** | **String**| Language to use in the response | [optional] [default to en
|
|
1216
|
+
**accept_language** | **String**| Language to use in the response | [optional] [default to en]
|
|
1217
1217
|
**datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
|
|
1218
1218
|
**if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
|
|
1219
|
-
**language** | **String**| Language to use in the response, takes precedence over Accept-Language | [optional] [default to en
|
|
1219
|
+
**language** | **String**| Language to use in the response, takes precedence over Accept-Language | [optional] [default to en]
|
|
1220
1220
|
**page** | **Integer**| Which page of results to return | [optional] [default to 1]
|
|
1221
1221
|
**token** | **String**| Access token to use if unable to set a header | [optional]
|
|
1222
1222
|
|
|
@@ -1240,7 +1240,7 @@ Name | Type | Description | Notes
|
|
|
1240
1240
|
|
|
1241
1241
|
Get corporation titles
|
|
1242
1242
|
|
|
1243
|
-
Returns a corporation's titles --- Alternate route: `/dev/corporations/{corporation_id}/titles/` Alternate route: `/
|
|
1243
|
+
Returns a corporation's titles --- Alternate route: `/dev/corporations/{corporation_id}/titles/` Alternate route: `/v2/corporations/{corporation_id}/titles/` --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): Director
|
|
1244
1244
|
|
|
1245
1245
|
### Example
|
|
1246
1246
|
```ruby
|
|
@@ -1300,7 +1300,7 @@ Name | Type | Description | Notes
|
|
|
1300
1300
|
|
|
1301
1301
|
Get npc corporations
|
|
1302
1302
|
|
|
1303
|
-
Get a list of npc corporations --- Alternate route: `/dev/corporations/npccorps/` Alternate route: `/
|
|
1303
|
+
Get a list of npc corporations --- Alternate route: `/dev/corporations/npccorps/` Alternate route: `/v2/corporations/npccorps/` --- This route expires daily at 11:05
|
|
1304
1304
|
|
|
1305
1305
|
### Example
|
|
1306
1306
|
```ruby
|
data/docs/FactionWarfareApi.md
CHANGED
|
@@ -339,7 +339,7 @@ No authorization required
|
|
|
339
339
|
|
|
340
340
|
Ownership of faction warfare systems
|
|
341
341
|
|
|
342
|
-
An overview of the current ownership of faction warfare solar systems --- Alternate route: `/dev/fw/systems/` Alternate route: `/v2/fw/systems/` Alternate route: `/v3/fw/systems/` --- This route is cached for up to 1800 seconds
|
|
342
|
+
An overview of the current ownership of faction warfare solar systems --- Alternate route: `/dev/fw/systems/` Alternate route: `/legacy/fw/systems/` Alternate route: `/v2/fw/systems/` Alternate route: `/v3/fw/systems/` --- This route is cached for up to 1800 seconds
|
|
343
343
|
|
|
344
344
|
### Example
|
|
345
345
|
```ruby
|