esi-client-bvv 1.0.3 → 1.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +29 -36
- data/docs/AllianceApi.md +0 -74
- data/docs/AssetsApi.md +6 -30
- data/docs/BookmarksApi.md +4 -20
- data/docs/CalendarApi.md +4 -20
- data/docs/CharacterApi.md +11 -131
- data/docs/ClonesApi.md +2 -10
- data/docs/ContactsApi.md +25 -61
- data/docs/ContractsApi.md +10 -34
- data/docs/CorporationApi.md +22 -301
- data/docs/DogmaApi.md +57 -16
- data/docs/ErrorLimited.md +8 -0
- data/docs/FactionWarfareApi.md +4 -36
- data/docs/FittingsApi.md +3 -15
- data/docs/FleetsApi.md +22 -74
- data/docs/Forbidden.md +1 -1
- data/docs/GatewayTimeout.md +9 -0
- data/docs/GetAlliancesAllianceIdContacts200Ok.md +1 -1
- data/docs/GetCharactersCharacterIdAssets200Ok.md +1 -0
- data/docs/GetCharactersCharacterIdContacts200Ok.md +1 -1
- data/docs/GetCorporationsCorporationIdAssets200Ok.md +1 -0
- data/docs/GetCorporationsCorporationIdContacts200Ok.md +1 -1
- data/docs/GetCorporationsCorporationIdContractsContractIdItemsError520.md +8 -0
- data/docs/GetCorporationsCorporationIdOrders200Ok.md +1 -0
- data/docs/GetCorporationsCorporationIdOrdersHistory200Ok.md +2 -1
- data/docs/GetCorporationsCorporationIdWalletsDivisionTransactions200Ok.md +1 -1
- data/docs/GetDogmaDynamicItemsTypeIdItemIdDogmaAttribute.md +9 -0
- data/docs/GetDogmaDynamicItemsTypeIdItemIdDogmaEffect.md +9 -0
- data/docs/GetDogmaDynamicItemsTypeIdItemIdNotFound.md +8 -0
- data/docs/GetDogmaDynamicItemsTypeIdItemIdOk.md +12 -0
- data/docs/GetFwSystems200Ok.md +1 -1
- data/docs/GetMarketsRegionIdHistoryError520.md +8 -0
- data/docs/GetUniverseStructuresStructureIdOk.md +1 -0
- data/docs/GetUniverseSystemsSystemIdOk.md +2 -2
- data/docs/IncursionsApi.md +0 -4
- data/docs/IndustryApi.md +6 -38
- data/docs/InsuranceApi.md +4 -6
- data/docs/KillmailsApi.md +14 -28
- data/docs/LocationApi.md +3 -15
- data/docs/LoyaltyApi.md +1 -9
- data/docs/MailApi.md +9 -45
- data/docs/MarketApi.md +12 -54
- data/docs/OpportunitiesApi.md +5 -23
- data/docs/PlanetaryInteractionApi.md +3 -19
- data/docs/PostCharactersCharacterIdContactsError520.md +8 -0
- data/docs/PostCharactersCharacterIdMailError520.md +8 -0
- data/docs/RoutesApi.md +0 -4
- data/docs/SearchApi.md +10 -14
- data/docs/SkillsApi.md +3 -15
- data/docs/SovereigntyApi.md +0 -12
- data/docs/StatusApi.md +0 -4
- data/docs/UniverseApi.md +49 -147
- data/docs/UserInterfaceApi.md +5 -25
- data/docs/WalletApi.md +6 -30
- data/docs/WarsApi.md +1 -13
- data/esi-client-bvv.gemspec +1 -1
- data/lib/esi-client-bvv.rb +11 -11
- data/lib/esi-client-bvv/api/alliance_api.rb +1 -104
- data/lib/esi-client-bvv/api/assets_api.rb +1 -37
- data/lib/esi-client-bvv/api/bookmarks_api.rb +1 -25
- data/lib/esi-client-bvv/api/calendar_api.rb +1 -25
- data/lib/esi-client-bvv/api/character_api.rb +1 -173
- data/lib/esi-client-bvv/api/clones_api.rb +1 -13
- data/lib/esi-client-bvv/api/contacts_api.rb +30 -76
- data/lib/esi-client-bvv/api/contracts_api.rb +5 -41
- data/lib/esi-client-bvv/api/corporation_api.rb +9 -381
- data/lib/esi-client-bvv/api/dogma_api.rb +71 -25
- data/lib/esi-client-bvv/api/faction_warfare_api.rb +4 -52
- data/lib/esi-client-bvv/api/fittings_api.rb +1 -19
- data/lib/esi-client-bvv/api/fleets_api.rb +17 -89
- data/lib/esi-client-bvv/api/incursions_api.rb +1 -7
- data/lib/esi-client-bvv/api/industry_api.rb +1 -49
- data/lib/esi-client-bvv/api/insurance_api.rb +9 -9
- data/lib/esi-client-bvv/api/killmails_api.rb +21 -38
- data/lib/esi-client-bvv/api/location_api.rb +1 -19
- data/lib/esi-client-bvv/api/loyalty_api.rb +1 -13
- data/lib/esi-client-bvv/api/mail_api.rb +1 -55
- data/lib/esi-client-bvv/api/market_api.rb +11 -71
- data/lib/esi-client-bvv/api/opportunities_api.rb +9 -33
- data/lib/esi-client-bvv/api/planetary_interaction_api.rb +1 -25
- data/lib/esi-client-bvv/api/routes_api.rb +1 -7
- data/lib/esi-client-bvv/api/search_api.rb +17 -17
- data/lib/esi-client-bvv/api/skills_api.rb +1 -19
- data/lib/esi-client-bvv/api/sovereignty_api.rb +1 -19
- data/lib/esi-client-bvv/api/status_api.rb +1 -7
- data/lib/esi-client-bvv/api/universe_api.rb +95 -209
- data/lib/esi-client-bvv/api/user_interface_api.rb +1 -31
- data/lib/esi-client-bvv/api/wallet_api.rb +1 -37
- data/lib/esi-client-bvv/api/wars_api.rb +1 -19
- data/lib/esi-client-bvv/api_client.rb +1 -1
- data/lib/esi-client-bvv/api_error.rb +1 -1
- data/lib/esi-client-bvv/configuration.rb +1 -1
- data/lib/esi-client-bvv/models/bad_request.rb +1 -1
- data/lib/esi-client-bvv/models/delete_characters_character_id_mail_labels_label_id_unprocessable_entity.rb +1 -1
- data/lib/esi-client-bvv/models/delete_fleets_fleet_id_members_member_id_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/delete_fleets_fleet_id_squads_squad_id_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/delete_fleets_fleet_id_wings_wing_id_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/error_limited.rb +194 -0
- data/lib/esi-client-bvv/models/forbidden.rb +2 -2
- data/lib/esi-client-bvv/models/gateway_timeout.rb +204 -0
- data/lib/esi-client-bvv/models/get_alliances_alliance_id_contacts_200_ok.rb +11 -9
- data/lib/esi-client-bvv/models/get_alliances_alliance_id_contacts_labels_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_alliances_alliance_id_icons_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/get_alliances_alliance_id_icons_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_alliances_alliance_id_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/get_alliances_alliance_id_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_agents_research_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_assets_200_ok.rb +14 -4
- data/lib/esi-client-bvv/models/get_characters_character_id_attributes_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_blueprints_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_bookmarks_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_bookmarks_coordinates.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_bookmarks_folders_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_bookmarks_item.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_calendar_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_calendar_event_id_attendees_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_calendar_event_id_attendees_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_calendar_event_id_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_calendar_event_id_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_clones_home_location.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_clones_jump_clone.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_clones_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_contacts_200_ok.rb +11 -9
- data/lib/esi-client-bvv/models/get_characters_character_id_contacts_labels_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_contracts_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_contracts_contract_id_bids_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_contracts_contract_id_bids_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_contracts_contract_id_items_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_contracts_contract_id_items_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_corporationhistory_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_fatigue_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_fittings_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_fittings_item.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_fleet_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_fleet_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_fw_stats_kills.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_fw_stats_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_fw_stats_victory_points.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_industry_jobs_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_killmails_recent_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_location_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_loyalty_points_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_mail_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_mail_labels_label.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_mail_labels_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_mail_lists_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_mail_mail_id_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_mail_mail_id_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_mail_mail_id_recipient.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_mail_recipient.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_medals_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_medals_graphic.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_mining_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_notifications_200_ok.rb +3 -3
- data/lib/esi-client-bvv/models/get_characters_character_id_notifications_contacts_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_online_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_opportunities_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_orders_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_orders_history_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_planets_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_planets_planet_id_content.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_planets_planet_id_extractor_details.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_planets_planet_id_factory_details.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_planets_planet_id_head.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_planets_planet_id_link.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_planets_planet_id_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_planets_planet_id_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_planets_planet_id_pin.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_planets_planet_id_route.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_portrait_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_portrait_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_roles_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_search_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_ship_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_skillqueue_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_skills_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_skills_skill.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_standings_200_ok.rb +1 -29
- data/lib/esi-client-bvv/models/get_characters_character_id_stats_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_stats_character.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_stats_combat.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_stats_industry.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_stats_inventory.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_stats_isk.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_stats_market.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_stats_mining.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_stats_module.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_stats_orbital.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_stats_pve.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_stats_social.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_stats_travel.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_titles_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_wallet_journal_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_characters_character_id_wallet_transactions_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_corporation_corporation_id_mining_extractions_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_corporation_corporation_id_mining_observers_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_corporation_corporation_id_mining_observers_observer_id_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_corporations_corporation_id_alliancehistory_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_corporations_corporation_id_assets_200_ok.rb +12 -2
- data/lib/esi-client-bvv/models/get_corporations_corporation_id_blueprints_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_corporations_corporation_id_bookmarks_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_corporations_corporation_id_bookmarks_coordinates.rb +1 -1
- data/lib/esi-client-bvv/models/get_corporations_corporation_id_bookmarks_folders_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_corporations_corporation_id_bookmarks_item.rb +1 -1
- data/lib/esi-client-bvv/models/get_corporations_corporation_id_contacts_200_ok.rb +11 -9
- data/lib/esi-client-bvv/models/get_corporations_corporation_id_contacts_labels_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_corporations_corporation_id_containers_logs_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_corporations_corporation_id_contracts_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_corporations_corporation_id_contracts_contract_id_bids_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_corporations_corporation_id_contracts_contract_id_bids_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/get_corporations_corporation_id_contracts_contract_id_items_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_corporations_corporation_id_contracts_contract_id_items_error_520.rb +189 -0
- data/lib/esi-client-bvv/models/get_corporations_corporation_id_contracts_contract_id_items_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/get_corporations_corporation_id_customs_offices_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_corporations_corporation_id_divisions_hangar_hangar.rb +1 -1
- data/lib/esi-client-bvv/models/get_corporations_corporation_id_divisions_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_corporations_corporation_id_divisions_wallet_wallet.rb +1 -1
- data/lib/esi-client-bvv/models/get_corporations_corporation_id_facilities_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_corporations_corporation_id_fw_stats_kills.rb +1 -1
- data/lib/esi-client-bvv/models/get_corporations_corporation_id_fw_stats_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_corporations_corporation_id_fw_stats_victory_points.rb +1 -1
- data/lib/esi-client-bvv/models/get_corporations_corporation_id_icons_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/get_corporations_corporation_id_icons_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_corporations_corporation_id_industry_jobs_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_corporations_corporation_id_killmails_recent_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_corporations_corporation_id_medals_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_corporations_corporation_id_medals_issued_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_corporations_corporation_id_members_titles_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_corporations_corporation_id_membertracking_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_corporations_corporation_id_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/get_corporations_corporation_id_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_corporations_corporation_id_orders_200_ok.rb +17 -2
- data/lib/esi-client-bvv/models/get_corporations_corporation_id_orders_history_200_ok.rb +13 -3
- data/lib/esi-client-bvv/models/get_corporations_corporation_id_roles_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_corporations_corporation_id_roles_history_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_corporations_corporation_id_shareholders_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_corporations_corporation_id_standings_200_ok.rb +1 -29
- data/lib/esi-client-bvv/models/get_corporations_corporation_id_starbases_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_corporations_corporation_id_starbases_starbase_id_fuel.rb +1 -1
- data/lib/esi-client-bvv/models/get_corporations_corporation_id_starbases_starbase_id_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_corporations_corporation_id_structures_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_corporations_corporation_id_structures_service.rb +1 -1
- data/lib/esi-client-bvv/models/get_corporations_corporation_id_titles_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_corporations_corporation_id_wallets_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_corporations_corporation_id_wallets_division_journal_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_corporations_corporation_id_wallets_division_transactions_200_ok.rb +2 -2
- data/lib/esi-client-bvv/models/get_dogma_attributes_attribute_id_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/get_dogma_attributes_attribute_id_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_dogma_dynamic_items_type_id_item_id_dogma_attribute.rb +209 -0
- data/lib/esi-client-bvv/models/get_dogma_dynamic_items_type_id_item_id_dogma_effect.rb +209 -0
- data/lib/esi-client-bvv/models/get_dogma_dynamic_items_type_id_item_id_not_found.rb +189 -0
- data/lib/esi-client-bvv/models/get_dogma_dynamic_items_type_id_item_id_ok.rb +258 -0
- data/lib/esi-client-bvv/models/get_dogma_effects_effect_id_modifier.rb +1 -1
- data/lib/esi-client-bvv/models/get_dogma_effects_effect_id_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/get_dogma_effects_effect_id_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_fleets_fleet_id_members_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_fleets_fleet_id_members_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/get_fleets_fleet_id_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/get_fleets_fleet_id_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_fleets_fleet_id_wings_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_fleets_fleet_id_wings_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/get_fleets_fleet_id_wings_squad.rb +1 -1
- data/lib/esi-client-bvv/models/get_fw_leaderboards_active_total_active_total.rb +1 -1
- data/lib/esi-client-bvv/models/get_fw_leaderboards_active_total_active_total_1.rb +1 -1
- data/lib/esi-client-bvv/models/get_fw_leaderboards_characters_active_total_active_total.rb +1 -1
- data/lib/esi-client-bvv/models/get_fw_leaderboards_characters_active_total_active_total_1.rb +1 -1
- data/lib/esi-client-bvv/models/get_fw_leaderboards_characters_kills.rb +1 -1
- data/lib/esi-client-bvv/models/get_fw_leaderboards_characters_last_week_last_week.rb +1 -1
- data/lib/esi-client-bvv/models/get_fw_leaderboards_characters_last_week_last_week_1.rb +1 -1
- data/lib/esi-client-bvv/models/get_fw_leaderboards_characters_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_fw_leaderboards_characters_victory_points.rb +1 -1
- data/lib/esi-client-bvv/models/get_fw_leaderboards_characters_yesterday_yesterday.rb +1 -1
- data/lib/esi-client-bvv/models/get_fw_leaderboards_characters_yesterday_yesterday_1.rb +1 -1
- data/lib/esi-client-bvv/models/get_fw_leaderboards_corporations_active_total_active_total.rb +1 -1
- data/lib/esi-client-bvv/models/get_fw_leaderboards_corporations_active_total_active_total_1.rb +1 -1
- data/lib/esi-client-bvv/models/get_fw_leaderboards_corporations_kills.rb +1 -1
- data/lib/esi-client-bvv/models/get_fw_leaderboards_corporations_last_week_last_week.rb +1 -1
- data/lib/esi-client-bvv/models/get_fw_leaderboards_corporations_last_week_last_week_1.rb +1 -1
- data/lib/esi-client-bvv/models/get_fw_leaderboards_corporations_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_fw_leaderboards_corporations_victory_points.rb +1 -1
- data/lib/esi-client-bvv/models/get_fw_leaderboards_corporations_yesterday_yesterday.rb +1 -1
- data/lib/esi-client-bvv/models/get_fw_leaderboards_corporations_yesterday_yesterday_1.rb +1 -1
- data/lib/esi-client-bvv/models/get_fw_leaderboards_kills.rb +1 -1
- data/lib/esi-client-bvv/models/get_fw_leaderboards_last_week_last_week.rb +1 -1
- data/lib/esi-client-bvv/models/get_fw_leaderboards_last_week_last_week_1.rb +1 -1
- data/lib/esi-client-bvv/models/get_fw_leaderboards_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_fw_leaderboards_victory_points.rb +1 -1
- data/lib/esi-client-bvv/models/get_fw_leaderboards_yesterday_yesterday.rb +1 -1
- data/lib/esi-client-bvv/models/get_fw_leaderboards_yesterday_yesterday_1.rb +1 -1
- data/lib/esi-client-bvv/models/get_fw_stats_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_fw_stats_kills.rb +1 -1
- data/lib/esi-client-bvv/models/get_fw_stats_victory_points.rb +1 -1
- data/lib/esi-client-bvv/models/get_fw_systems_200_ok.rb +36 -3
- data/lib/esi-client-bvv/models/get_fw_wars_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_incursions_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_industry_facilities_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_industry_systems_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_industry_systems_cost_indice.rb +1 -1
- data/lib/esi-client-bvv/models/get_insurance_prices_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_insurance_prices_level.rb +1 -1
- data/lib/esi-client-bvv/models/get_killmails_killmail_id_killmail_hash_attacker.rb +1 -1
- data/lib/esi-client-bvv/models/get_killmails_killmail_id_killmail_hash_item.rb +1 -1
- data/lib/esi-client-bvv/models/get_killmails_killmail_id_killmail_hash_items_item.rb +1 -1
- data/lib/esi-client-bvv/models/get_killmails_killmail_id_killmail_hash_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_killmails_killmail_id_killmail_hash_position.rb +1 -1
- data/lib/esi-client-bvv/models/get_killmails_killmail_id_killmail_hash_unprocessable_entity.rb +1 -1
- data/lib/esi-client-bvv/models/get_killmails_killmail_id_killmail_hash_victim.rb +1 -1
- data/lib/esi-client-bvv/models/get_loyalty_stores_corporation_id_offers_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_loyalty_stores_corporation_id_offers_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/get_loyalty_stores_corporation_id_offers_required_item.rb +1 -1
- data/lib/esi-client-bvv/models/get_markets_groups_market_group_id_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/get_markets_groups_market_group_id_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_markets_prices_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_markets_region_id_history_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_markets_region_id_history_error_520.rb +189 -0
- data/lib/esi-client-bvv/models/get_markets_region_id_history_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/get_markets_region_id_history_unprocessable_entity.rb +1 -1
- data/lib/esi-client-bvv/models/get_markets_region_id_orders_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_markets_region_id_orders_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/get_markets_region_id_orders_unprocessable_entity.rb +1 -1
- data/lib/esi-client-bvv/models/get_markets_structures_structure_id_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_opportunities_groups_group_id_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_opportunities_tasks_task_id_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_route_origin_destination_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/get_search_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_sovereignty_campaigns_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_sovereignty_campaigns_participant.rb +1 -1
- data/lib/esi-client-bvv/models/get_sovereignty_map_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_sovereignty_structures_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_status_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_universe_ancestries_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_universe_asteroid_belts_asteroid_belt_id_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/get_universe_asteroid_belts_asteroid_belt_id_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_universe_asteroid_belts_asteroid_belt_id_position.rb +1 -1
- data/lib/esi-client-bvv/models/get_universe_bloodlines_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_universe_categories_category_id_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/get_universe_categories_category_id_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_universe_constellations_constellation_id_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/get_universe_constellations_constellation_id_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_universe_constellations_constellation_id_position.rb +1 -1
- data/lib/esi-client-bvv/models/get_universe_factions_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_universe_graphics_graphic_id_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/get_universe_graphics_graphic_id_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_universe_groups_group_id_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/get_universe_groups_group_id_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_universe_moons_moon_id_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/get_universe_moons_moon_id_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_universe_moons_moon_id_position.rb +1 -1
- data/lib/esi-client-bvv/models/get_universe_planets_planet_id_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/get_universe_planets_planet_id_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_universe_planets_planet_id_position.rb +1 -1
- data/lib/esi-client-bvv/models/get_universe_races_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_universe_regions_region_id_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/get_universe_regions_region_id_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_universe_schematics_schematic_id_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/get_universe_schematics_schematic_id_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_universe_stargates_stargate_id_destination.rb +1 -1
- data/lib/esi-client-bvv/models/get_universe_stargates_stargate_id_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/get_universe_stargates_stargate_id_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_universe_stargates_stargate_id_position.rb +1 -1
- data/lib/esi-client-bvv/models/get_universe_stars_star_id_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_universe_stations_station_id_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/get_universe_stations_station_id_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_universe_stations_station_id_position.rb +1 -1
- data/lib/esi-client-bvv/models/get_universe_structures_structure_id_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/get_universe_structures_structure_id_ok.rb +17 -2
- data/lib/esi-client-bvv/models/get_universe_structures_structure_id_position.rb +1 -1
- data/lib/esi-client-bvv/models/get_universe_system_jumps_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_universe_system_kills_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_universe_systems_system_id_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/get_universe_systems_system_id_ok.rb +1 -11
- data/lib/esi-client-bvv/models/get_universe_systems_system_id_planet.rb +1 -1
- data/lib/esi-client-bvv/models/get_universe_systems_system_id_position.rb +1 -1
- data/lib/esi-client-bvv/models/get_universe_types_type_id_dogma_attribute.rb +1 -1
- data/lib/esi-client-bvv/models/get_universe_types_type_id_dogma_effect.rb +1 -1
- data/lib/esi-client-bvv/models/get_universe_types_type_id_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/get_universe_types_type_id_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_wars_war_id_aggressor.rb +1 -1
- data/lib/esi-client-bvv/models/get_wars_war_id_ally.rb +1 -1
- data/lib/esi-client-bvv/models/get_wars_war_id_defender.rb +1 -1
- data/lib/esi-client-bvv/models/get_wars_war_id_killmails_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_wars_war_id_killmails_unprocessable_entity.rb +1 -1
- data/lib/esi-client-bvv/models/get_wars_war_id_ok.rb +1 -1
- data/lib/esi-client-bvv/models/get_wars_war_id_unprocessable_entity.rb +1 -1
- data/lib/esi-client-bvv/models/internal_server_error.rb +1 -1
- data/lib/esi-client-bvv/models/post_characters_affiliation_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/post_characters_affiliation_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/post_characters_character_id_assets_locations_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/post_characters_character_id_assets_locations_position.rb +1 -1
- data/lib/esi-client-bvv/models/post_characters_character_id_assets_names_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/post_characters_character_id_contacts_error_520.rb +189 -0
- data/lib/esi-client-bvv/models/post_characters_character_id_fittings_created.rb +1 -1
- data/lib/esi-client-bvv/models/post_characters_character_id_fittings_fitting.rb +1 -1
- data/lib/esi-client-bvv/models/post_characters_character_id_fittings_item.rb +1 -1
- data/lib/esi-client-bvv/models/post_characters_character_id_mail_error_520.rb +189 -0
- data/lib/esi-client-bvv/models/post_characters_character_id_mail_labels_label.rb +1 -1
- data/lib/esi-client-bvv/models/post_characters_character_id_mail_mail.rb +1 -1
- data/lib/esi-client-bvv/models/post_characters_character_id_mail_recipient.rb +1 -1
- data/lib/esi-client-bvv/models/post_corporations_corporation_id_assets_locations_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/post_corporations_corporation_id_assets_locations_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/post_corporations_corporation_id_assets_locations_position.rb +1 -1
- data/lib/esi-client-bvv/models/post_corporations_corporation_id_assets_names_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/post_corporations_corporation_id_assets_names_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/post_fleets_fleet_id_members_invitation.rb +1 -1
- data/lib/esi-client-bvv/models/post_fleets_fleet_id_members_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/post_fleets_fleet_id_members_unprocessable_entity.rb +1 -1
- data/lib/esi-client-bvv/models/post_fleets_fleet_id_wings_created.rb +1 -1
- data/lib/esi-client-bvv/models/post_fleets_fleet_id_wings_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/post_fleets_fleet_id_wings_wing_id_squads_created.rb +1 -1
- data/lib/esi-client-bvv/models/post_fleets_fleet_id_wings_wing_id_squads_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/post_ui_openwindow_newmail_new_mail.rb +1 -1
- data/lib/esi-client-bvv/models/post_ui_openwindow_newmail_unprocessable_entity.rb +1 -1
- data/lib/esi-client-bvv/models/post_universe_ids_agent.rb +1 -1
- data/lib/esi-client-bvv/models/post_universe_ids_alliance.rb +1 -1
- data/lib/esi-client-bvv/models/post_universe_ids_character.rb +1 -1
- data/lib/esi-client-bvv/models/post_universe_ids_constellation.rb +1 -1
- data/lib/esi-client-bvv/models/post_universe_ids_corporation.rb +1 -1
- data/lib/esi-client-bvv/models/post_universe_ids_faction.rb +1 -1
- data/lib/esi-client-bvv/models/post_universe_ids_inventory_type.rb +1 -1
- data/lib/esi-client-bvv/models/post_universe_ids_ok.rb +1 -1
- data/lib/esi-client-bvv/models/post_universe_ids_region.rb +1 -1
- data/lib/esi-client-bvv/models/post_universe_ids_station.rb +1 -1
- data/lib/esi-client-bvv/models/post_universe_ids_system.rb +1 -1
- data/lib/esi-client-bvv/models/post_universe_names_200_ok.rb +1 -1
- data/lib/esi-client-bvv/models/post_universe_names_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/put_characters_character_id_calendar_event_id_response.rb +1 -1
- data/lib/esi-client-bvv/models/put_characters_character_id_mail_mail_id_contents.rb +1 -1
- data/lib/esi-client-bvv/models/put_fleets_fleet_id_members_member_id_movement.rb +1 -1
- data/lib/esi-client-bvv/models/put_fleets_fleet_id_members_member_id_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/put_fleets_fleet_id_members_member_id_unprocessable_entity.rb +1 -1
- data/lib/esi-client-bvv/models/put_fleets_fleet_id_new_settings.rb +1 -1
- data/lib/esi-client-bvv/models/put_fleets_fleet_id_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/put_fleets_fleet_id_squads_squad_id_naming.rb +1 -1
- data/lib/esi-client-bvv/models/put_fleets_fleet_id_squads_squad_id_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/put_fleets_fleet_id_wings_wing_id_naming.rb +1 -1
- data/lib/esi-client-bvv/models/put_fleets_fleet_id_wings_wing_id_not_found.rb +1 -1
- data/lib/esi-client-bvv/models/service_unavailable.rb +1 -1
- data/lib/esi-client-bvv/models/unauthorized.rb +1 -1
- data/lib/esi-client-bvv/version.rb +2 -2
- data/spec/models/error_limited_spec.rb +42 -0
- data/spec/models/gateway_timeout_spec.rb +48 -0
- data/spec/models/get_corporations_corporation_id_contracts_contract_id_items_error_520_spec.rb +42 -0
- data/spec/models/get_dogma_dynamic_items_type_id_item_id_dogma_attribute_spec.rb +48 -0
- data/spec/models/get_dogma_dynamic_items_type_id_item_id_dogma_effect_spec.rb +48 -0
- data/spec/models/get_dogma_dynamic_items_type_id_item_id_not_found_spec.rb +42 -0
- data/spec/models/get_dogma_dynamic_items_type_id_item_id_ok_spec.rb +66 -0
- data/spec/models/get_markets_region_id_history_error_520_spec.rb +42 -0
- data/spec/models/post_characters_character_id_contacts_error_520_spec.rb +42 -0
- data/spec/models/post_characters_character_id_mail_error_520_spec.rb +42 -0
- metadata +42 -2
data/docs/LocationApi.md
CHANGED
@@ -33,9 +33,7 @@ character_id = 56 # Integer | An EVE character ID
|
|
33
33
|
opts = {
|
34
34
|
datasource: "tranquility", # String | The server name you would like data from
|
35
35
|
if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
36
|
-
token: "token_example"
|
37
|
-
user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
|
38
|
-
x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
|
36
|
+
token: "token_example" # String | Access token to use if unable to set a header
|
39
37
|
}
|
40
38
|
|
41
39
|
begin
|
@@ -55,8 +53,6 @@ Name | Type | Description | Notes
|
|
55
53
|
**datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
|
56
54
|
**if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
|
57
55
|
**token** | **String**| Access token to use if unable to set a header | [optional]
|
58
|
-
**user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
|
59
|
-
**x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
|
60
56
|
|
61
57
|
### Return type
|
62
58
|
|
@@ -97,9 +93,7 @@ character_id = 56 # Integer | An EVE character ID
|
|
97
93
|
opts = {
|
98
94
|
datasource: "tranquility", # String | The server name you would like data from
|
99
95
|
if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
100
|
-
token: "token_example"
|
101
|
-
user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
|
102
|
-
x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
|
96
|
+
token: "token_example" # String | Access token to use if unable to set a header
|
103
97
|
}
|
104
98
|
|
105
99
|
begin
|
@@ -119,8 +113,6 @@ Name | Type | Description | Notes
|
|
119
113
|
**datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
|
120
114
|
**if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
|
121
115
|
**token** | **String**| Access token to use if unable to set a header | [optional]
|
122
|
-
**user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
|
123
|
-
**x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
|
124
116
|
|
125
117
|
### Return type
|
126
118
|
|
@@ -161,9 +153,7 @@ character_id = 56 # Integer | An EVE character ID
|
|
161
153
|
opts = {
|
162
154
|
datasource: "tranquility", # String | The server name you would like data from
|
163
155
|
if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
164
|
-
token: "token_example"
|
165
|
-
user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
|
166
|
-
x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
|
156
|
+
token: "token_example" # String | Access token to use if unable to set a header
|
167
157
|
}
|
168
158
|
|
169
159
|
begin
|
@@ -183,8 +173,6 @@ Name | Type | Description | Notes
|
|
183
173
|
**datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
|
184
174
|
**if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
|
185
175
|
**token** | **String**| Access token to use if unable to set a header | [optional]
|
186
|
-
**user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
|
187
|
-
**x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
|
188
176
|
|
189
177
|
### Return type
|
190
178
|
|
data/docs/LoyaltyApi.md
CHANGED
@@ -32,9 +32,7 @@ character_id = 56 # Integer | An EVE character ID
|
|
32
32
|
opts = {
|
33
33
|
datasource: "tranquility", # String | The server name you would like data from
|
34
34
|
if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
35
|
-
token: "token_example"
|
36
|
-
user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
|
37
|
-
x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
|
35
|
+
token: "token_example" # String | Access token to use if unable to set a header
|
38
36
|
}
|
39
37
|
|
40
38
|
begin
|
@@ -54,8 +52,6 @@ Name | Type | Description | Notes
|
|
54
52
|
**datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
|
55
53
|
**if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
|
56
54
|
**token** | **String**| Access token to use if unable to set a header | [optional]
|
57
|
-
**user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
|
58
|
-
**x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
|
59
55
|
|
60
56
|
### Return type
|
61
57
|
|
@@ -91,8 +87,6 @@ corporation_id = 56 # Integer | An EVE corporation ID
|
|
91
87
|
opts = {
|
92
88
|
datasource: "tranquility", # String | The server name you would like data from
|
93
89
|
if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
94
|
-
user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
|
95
|
-
x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
|
96
90
|
}
|
97
91
|
|
98
92
|
begin
|
@@ -111,8 +105,6 @@ Name | Type | Description | Notes
|
|
111
105
|
**corporation_id** | **Integer**| An EVE corporation ID |
|
112
106
|
**datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
|
113
107
|
**if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
|
114
|
-
**user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
|
115
|
-
**x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
|
116
108
|
|
117
109
|
### Return type
|
118
110
|
|
data/docs/MailApi.md
CHANGED
@@ -40,9 +40,7 @@ label_id = 56 # Integer | An EVE label id
|
|
40
40
|
|
41
41
|
opts = {
|
42
42
|
datasource: "tranquility", # String | The server name you would like data from
|
43
|
-
token: "token_example"
|
44
|
-
user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
|
45
|
-
x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
|
43
|
+
token: "token_example" # String | Access token to use if unable to set a header
|
46
44
|
}
|
47
45
|
|
48
46
|
begin
|
@@ -61,8 +59,6 @@ Name | Type | Description | Notes
|
|
61
59
|
**label_id** | **Integer**| An EVE label id |
|
62
60
|
**datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
|
63
61
|
**token** | **String**| Access token to use if unable to set a header | [optional]
|
64
|
-
**user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
|
65
|
-
**x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
|
66
62
|
|
67
63
|
### Return type
|
68
64
|
|
@@ -104,9 +100,7 @@ mail_id = 56 # Integer | An EVE mail ID
|
|
104
100
|
|
105
101
|
opts = {
|
106
102
|
datasource: "tranquility", # String | The server name you would like data from
|
107
|
-
token: "token_example"
|
108
|
-
user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
|
109
|
-
x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
|
103
|
+
token: "token_example" # String | Access token to use if unable to set a header
|
110
104
|
}
|
111
105
|
|
112
106
|
begin
|
@@ -125,8 +119,6 @@ Name | Type | Description | Notes
|
|
125
119
|
**mail_id** | **Integer**| An EVE mail ID |
|
126
120
|
**datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
|
127
121
|
**token** | **String**| Access token to use if unable to set a header | [optional]
|
128
|
-
**user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
|
129
|
-
**x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
|
130
122
|
|
131
123
|
### Return type
|
132
124
|
|
@@ -169,9 +161,7 @@ opts = {
|
|
169
161
|
if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
170
162
|
labels: [56], # Array<Integer> | Fetch only mails that match one or more of the given labels
|
171
163
|
last_mail_id: 56, # Integer | List only mail with an ID lower than the given ID, if present
|
172
|
-
token: "token_example"
|
173
|
-
user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
|
174
|
-
x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
|
164
|
+
token: "token_example" # String | Access token to use if unable to set a header
|
175
165
|
}
|
176
166
|
|
177
167
|
begin
|
@@ -193,8 +183,6 @@ Name | Type | Description | Notes
|
|
193
183
|
**labels** | [**Array<Integer>**](Integer.md)| Fetch only mails that match one or more of the given labels | [optional]
|
194
184
|
**last_mail_id** | **Integer**| List only mail with an ID lower than the given ID, if present | [optional]
|
195
185
|
**token** | **String**| Access token to use if unable to set a header | [optional]
|
196
|
-
**user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
|
197
|
-
**x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
|
198
186
|
|
199
187
|
### Return type
|
200
188
|
|
@@ -235,9 +223,7 @@ character_id = 56 # Integer | An EVE character ID
|
|
235
223
|
opts = {
|
236
224
|
datasource: "tranquility", # String | The server name you would like data from
|
237
225
|
if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
238
|
-
token: "token_example"
|
239
|
-
user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
|
240
|
-
x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
|
226
|
+
token: "token_example" # String | Access token to use if unable to set a header
|
241
227
|
}
|
242
228
|
|
243
229
|
begin
|
@@ -257,8 +243,6 @@ Name | Type | Description | Notes
|
|
257
243
|
**datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
|
258
244
|
**if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
|
259
245
|
**token** | **String**| Access token to use if unable to set a header | [optional]
|
260
|
-
**user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
|
261
|
-
**x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
|
262
246
|
|
263
247
|
### Return type
|
264
248
|
|
@@ -299,9 +283,7 @@ character_id = 56 # Integer | An EVE character ID
|
|
299
283
|
opts = {
|
300
284
|
datasource: "tranquility", # String | The server name you would like data from
|
301
285
|
if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
302
|
-
token: "token_example"
|
303
|
-
user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
|
304
|
-
x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
|
286
|
+
token: "token_example" # String | Access token to use if unable to set a header
|
305
287
|
}
|
306
288
|
|
307
289
|
begin
|
@@ -321,8 +303,6 @@ Name | Type | Description | Notes
|
|
321
303
|
**datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
|
322
304
|
**if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
|
323
305
|
**token** | **String**| Access token to use if unable to set a header | [optional]
|
324
|
-
**user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
|
325
|
-
**x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
|
326
306
|
|
327
307
|
### Return type
|
328
308
|
|
@@ -365,9 +345,7 @@ mail_id = 56 # Integer | An EVE mail ID
|
|
365
345
|
opts = {
|
366
346
|
datasource: "tranquility", # String | The server name you would like data from
|
367
347
|
if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
368
|
-
token: "token_example"
|
369
|
-
user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
|
370
|
-
x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
|
348
|
+
token: "token_example" # String | Access token to use if unable to set a header
|
371
349
|
}
|
372
350
|
|
373
351
|
begin
|
@@ -388,8 +366,6 @@ Name | Type | Description | Notes
|
|
388
366
|
**datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
|
389
367
|
**if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
|
390
368
|
**token** | **String**| Access token to use if unable to set a header | [optional]
|
391
|
-
**user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
|
392
|
-
**x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
|
393
369
|
|
394
370
|
### Return type
|
395
371
|
|
@@ -431,9 +407,7 @@ mail = ESI::PostCharactersCharacterIdMailMail.new # PostCharactersCharacterIdMai
|
|
431
407
|
|
432
408
|
opts = {
|
433
409
|
datasource: "tranquility", # String | The server name you would like data from
|
434
|
-
token: "token_example"
|
435
|
-
user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
|
436
|
-
x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
|
410
|
+
token: "token_example" # String | Access token to use if unable to set a header
|
437
411
|
}
|
438
412
|
|
439
413
|
begin
|
@@ -453,8 +427,6 @@ Name | Type | Description | Notes
|
|
453
427
|
**mail** | [**PostCharactersCharacterIdMailMail**](PostCharactersCharacterIdMailMail.md)| The mail to send |
|
454
428
|
**datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
|
455
429
|
**token** | **String**| Access token to use if unable to set a header | [optional]
|
456
|
-
**user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
|
457
|
-
**x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
|
458
430
|
|
459
431
|
### Return type
|
460
432
|
|
@@ -496,9 +468,7 @@ label = ESI::PostCharactersCharacterIdMailLabelsLabel.new # PostCharactersCharac
|
|
496
468
|
|
497
469
|
opts = {
|
498
470
|
datasource: "tranquility", # String | The server name you would like data from
|
499
|
-
token: "token_example"
|
500
|
-
user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
|
501
|
-
x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
|
471
|
+
token: "token_example" # String | Access token to use if unable to set a header
|
502
472
|
}
|
503
473
|
|
504
474
|
begin
|
@@ -518,8 +488,6 @@ Name | Type | Description | Notes
|
|
518
488
|
**label** | [**PostCharactersCharacterIdMailLabelsLabel**](PostCharactersCharacterIdMailLabelsLabel.md)| Label to create |
|
519
489
|
**datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
|
520
490
|
**token** | **String**| Access token to use if unable to set a header | [optional]
|
521
|
-
**user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
|
522
|
-
**x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
|
523
491
|
|
524
492
|
### Return type
|
525
493
|
|
@@ -563,9 +531,7 @@ mail_id = 56 # Integer | An EVE mail ID
|
|
563
531
|
|
564
532
|
opts = {
|
565
533
|
datasource: "tranquility", # String | The server name you would like data from
|
566
|
-
token: "token_example"
|
567
|
-
user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
|
568
|
-
x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
|
534
|
+
token: "token_example" # String | Access token to use if unable to set a header
|
569
535
|
}
|
570
536
|
|
571
537
|
begin
|
@@ -585,8 +551,6 @@ Name | Type | Description | Notes
|
|
585
551
|
**mail_id** | **Integer**| An EVE mail ID |
|
586
552
|
**datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
|
587
553
|
**token** | **String**| Access token to use if unable to set a header | [optional]
|
588
|
-
**user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
|
589
|
-
**x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
|
590
554
|
|
591
555
|
### Return type
|
592
556
|
|
data/docs/MarketApi.md
CHANGED
@@ -6,8 +6,8 @@ Method | HTTP request | Description
|
|
6
6
|
------------- | ------------- | -------------
|
7
7
|
[**get_characters_character_id_orders**](MarketApi.md#get_characters_character_id_orders) | **GET** /v2/characters/{character_id}/orders/ | List open orders from a character
|
8
8
|
[**get_characters_character_id_orders_history**](MarketApi.md#get_characters_character_id_orders_history) | **GET** /v1/characters/{character_id}/orders/history/ | List historical orders by a character
|
9
|
-
[**get_corporations_corporation_id_orders**](MarketApi.md#get_corporations_corporation_id_orders) | **GET** /
|
10
|
-
[**get_corporations_corporation_id_orders_history**](MarketApi.md#get_corporations_corporation_id_orders_history) | **GET** /
|
9
|
+
[**get_corporations_corporation_id_orders**](MarketApi.md#get_corporations_corporation_id_orders) | **GET** /v3/corporations/{corporation_id}/orders/ | List open orders from a corporation
|
10
|
+
[**get_corporations_corporation_id_orders_history**](MarketApi.md#get_corporations_corporation_id_orders_history) | **GET** /v2/corporations/{corporation_id}/orders/history/ | List historical orders from a corporation
|
11
11
|
[**get_markets_groups**](MarketApi.md#get_markets_groups) | **GET** /v1/markets/groups/ | Get item groups
|
12
12
|
[**get_markets_groups_market_group_id**](MarketApi.md#get_markets_groups_market_group_id) | **GET** /v1/markets/groups/{market_group_id}/ | Get item group information
|
13
13
|
[**get_markets_prices**](MarketApi.md#get_markets_prices) | **GET** /v1/markets/prices/ | List market prices
|
@@ -41,9 +41,7 @@ character_id = 56 # Integer | An EVE character ID
|
|
41
41
|
opts = {
|
42
42
|
datasource: "tranquility", # String | The server name you would like data from
|
43
43
|
if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
44
|
-
token: "token_example"
|
45
|
-
user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
|
46
|
-
x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
|
44
|
+
token: "token_example" # String | Access token to use if unable to set a header
|
47
45
|
}
|
48
46
|
|
49
47
|
begin
|
@@ -63,8 +61,6 @@ Name | Type | Description | Notes
|
|
63
61
|
**datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
|
64
62
|
**if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
|
65
63
|
**token** | **String**| Access token to use if unable to set a header | [optional]
|
66
|
-
**user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
|
67
|
-
**x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
|
68
64
|
|
69
65
|
### Return type
|
70
66
|
|
@@ -106,9 +102,7 @@ opts = {
|
|
106
102
|
datasource: "tranquility", # String | The server name you would like data from
|
107
103
|
if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
108
104
|
page: 1, # Integer | Which page of results to return
|
109
|
-
token: "token_example"
|
110
|
-
user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
|
111
|
-
x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
|
105
|
+
token: "token_example" # String | Access token to use if unable to set a header
|
112
106
|
}
|
113
107
|
|
114
108
|
begin
|
@@ -129,8 +123,6 @@ Name | Type | Description | Notes
|
|
129
123
|
**if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
|
130
124
|
**page** | **Integer**| Which page of results to return | [optional] [default to 1]
|
131
125
|
**token** | **String**| Access token to use if unable to set a header | [optional]
|
132
|
-
**user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
|
133
|
-
**x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
|
134
126
|
|
135
127
|
### Return type
|
136
128
|
|
@@ -172,9 +164,7 @@ opts = {
|
|
172
164
|
datasource: "tranquility", # String | The server name you would like data from
|
173
165
|
if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
174
166
|
page: 1, # Integer | Which page of results to return
|
175
|
-
token: "token_example"
|
176
|
-
user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
|
177
|
-
x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
|
167
|
+
token: "token_example" # String | Access token to use if unable to set a header
|
178
168
|
}
|
179
169
|
|
180
170
|
begin
|
@@ -195,8 +185,6 @@ Name | Type | Description | Notes
|
|
195
185
|
**if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
|
196
186
|
**page** | **Integer**| Which page of results to return | [optional] [default to 1]
|
197
187
|
**token** | **String**| Access token to use if unable to set a header | [optional]
|
198
|
-
**user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
|
199
|
-
**x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
|
200
188
|
|
201
189
|
### Return type
|
202
190
|
|
@@ -238,9 +226,7 @@ opts = {
|
|
238
226
|
datasource: "tranquility", # String | The server name you would like data from
|
239
227
|
if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
240
228
|
page: 1, # Integer | Which page of results to return
|
241
|
-
token: "token_example"
|
242
|
-
user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
|
243
|
-
x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
|
229
|
+
token: "token_example" # String | Access token to use if unable to set a header
|
244
230
|
}
|
245
231
|
|
246
232
|
begin
|
@@ -261,8 +247,6 @@ Name | Type | Description | Notes
|
|
261
247
|
**if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
|
262
248
|
**page** | **Integer**| Which page of results to return | [optional] [default to 1]
|
263
249
|
**token** | **String**| Access token to use if unable to set a header | [optional]
|
264
|
-
**user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
|
265
|
-
**x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
|
266
250
|
|
267
251
|
### Return type
|
268
252
|
|
@@ -296,8 +280,6 @@ api_instance = ESI::MarketApi.new
|
|
296
280
|
opts = {
|
297
281
|
datasource: "tranquility", # String | The server name you would like data from
|
298
282
|
if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
299
|
-
user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
|
300
|
-
x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
|
301
283
|
}
|
302
284
|
|
303
285
|
begin
|
@@ -315,8 +297,6 @@ Name | Type | Description | Notes
|
|
315
297
|
------------- | ------------- | ------------- | -------------
|
316
298
|
**datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
|
317
299
|
**if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
|
318
|
-
**user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
|
319
|
-
**x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
|
320
300
|
|
321
301
|
### Return type
|
322
302
|
|
@@ -350,11 +330,10 @@ api_instance = ESI::MarketApi.new
|
|
350
330
|
market_group_id = 56 # Integer | An Eve item group ID
|
351
331
|
|
352
332
|
opts = {
|
333
|
+
accept_language: "en-us", # String | Language to use in the response
|
353
334
|
datasource: "tranquility", # String | The server name you would like data from
|
354
335
|
if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
355
|
-
language: "en-us"
|
356
|
-
user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
|
357
|
-
x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
|
336
|
+
language: "en-us" # String | Language to use in the response, takes precedence over Accept-Language
|
358
337
|
}
|
359
338
|
|
360
339
|
begin
|
@@ -371,11 +350,10 @@ end
|
|
371
350
|
Name | Type | Description | Notes
|
372
351
|
------------- | ------------- | ------------- | -------------
|
373
352
|
**market_group_id** | **Integer**| An Eve item group ID |
|
353
|
+
**accept_language** | **String**| Language to use in the response | [optional] [default to en-us]
|
374
354
|
**datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
|
375
355
|
**if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
|
376
|
-
**language** | **String**| Language to use in the response | [optional] [default to en-us]
|
377
|
-
**user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
|
378
|
-
**x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
|
356
|
+
**language** | **String**| Language to use in the response, takes precedence over Accept-Language | [optional] [default to en-us]
|
379
357
|
|
380
358
|
### Return type
|
381
359
|
|
@@ -409,8 +387,6 @@ api_instance = ESI::MarketApi.new
|
|
409
387
|
opts = {
|
410
388
|
datasource: "tranquility", # String | The server name you would like data from
|
411
389
|
if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
412
|
-
user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
|
413
|
-
x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
|
414
390
|
}
|
415
391
|
|
416
392
|
begin
|
@@ -428,8 +404,6 @@ Name | Type | Description | Notes
|
|
428
404
|
------------- | ------------- | ------------- | -------------
|
429
405
|
**datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
|
430
406
|
**if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
|
431
|
-
**user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
|
432
|
-
**x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
|
433
407
|
|
434
408
|
### Return type
|
435
409
|
|
@@ -467,8 +441,6 @@ type_id = 56 # Integer | Return statistics for this type
|
|
467
441
|
opts = {
|
468
442
|
datasource: "tranquility", # String | The server name you would like data from
|
469
443
|
if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
470
|
-
user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
|
471
|
-
x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
|
472
444
|
}
|
473
445
|
|
474
446
|
begin
|
@@ -488,8 +460,6 @@ Name | Type | Description | Notes
|
|
488
460
|
**type_id** | **Integer**| Return statistics for this type |
|
489
461
|
**datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
|
490
462
|
**if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
|
491
|
-
**user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
|
492
|
-
**x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
|
493
463
|
|
494
464
|
### Return type
|
495
465
|
|
@@ -528,9 +498,7 @@ opts = {
|
|
528
498
|
datasource: "tranquility", # String | The server name you would like data from
|
529
499
|
if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
530
500
|
page: 1, # Integer | Which page of results to return
|
531
|
-
type_id: 56
|
532
|
-
user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
|
533
|
-
x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
|
501
|
+
type_id: 56 # Integer | Return orders only for this type
|
534
502
|
}
|
535
503
|
|
536
504
|
begin
|
@@ -552,8 +520,6 @@ Name | Type | Description | Notes
|
|
552
520
|
**if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
|
553
521
|
**page** | **Integer**| Which page of results to return | [optional] [default to 1]
|
554
522
|
**type_id** | **Integer**| Return orders only for this type | [optional]
|
555
|
-
**user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
|
556
|
-
**x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
|
557
523
|
|
558
524
|
### Return type
|
559
525
|
|
@@ -590,8 +556,6 @@ opts = {
|
|
590
556
|
datasource: "tranquility", # String | The server name you would like data from
|
591
557
|
if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
592
558
|
page: 1, # Integer | Which page of results to return
|
593
|
-
user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
|
594
|
-
x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
|
595
559
|
}
|
596
560
|
|
597
561
|
begin
|
@@ -611,8 +575,6 @@ Name | Type | Description | Notes
|
|
611
575
|
**datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
|
612
576
|
**if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
|
613
577
|
**page** | **Integer**| Which page of results to return | [optional] [default to 1]
|
614
|
-
**user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
|
615
|
-
**x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
|
616
578
|
|
617
579
|
### Return type
|
618
580
|
|
@@ -654,9 +616,7 @@ opts = {
|
|
654
616
|
datasource: "tranquility", # String | The server name you would like data from
|
655
617
|
if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
|
656
618
|
page: 1, # Integer | Which page of results to return
|
657
|
-
token: "token_example"
|
658
|
-
user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
|
659
|
-
x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
|
619
|
+
token: "token_example" # String | Access token to use if unable to set a header
|
660
620
|
}
|
661
621
|
|
662
622
|
begin
|
@@ -677,8 +637,6 @@ Name | Type | Description | Notes
|
|
677
637
|
**if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
|
678
638
|
**page** | **Integer**| Which page of results to return | [optional] [default to 1]
|
679
639
|
**token** | **String**| Access token to use if unable to set a header | [optional]
|
680
|
-
**user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
|
681
|
-
**x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
|
682
640
|
|
683
641
|
### Return type
|
684
642
|
|