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.
Files changed (453) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +29 -36
  3. data/docs/AllianceApi.md +0 -74
  4. data/docs/AssetsApi.md +6 -30
  5. data/docs/BookmarksApi.md +4 -20
  6. data/docs/CalendarApi.md +4 -20
  7. data/docs/CharacterApi.md +11 -131
  8. data/docs/ClonesApi.md +2 -10
  9. data/docs/ContactsApi.md +25 -61
  10. data/docs/ContractsApi.md +10 -34
  11. data/docs/CorporationApi.md +22 -301
  12. data/docs/DogmaApi.md +57 -16
  13. data/docs/ErrorLimited.md +8 -0
  14. data/docs/FactionWarfareApi.md +4 -36
  15. data/docs/FittingsApi.md +3 -15
  16. data/docs/FleetsApi.md +22 -74
  17. data/docs/Forbidden.md +1 -1
  18. data/docs/GatewayTimeout.md +9 -0
  19. data/docs/GetAlliancesAllianceIdContacts200Ok.md +1 -1
  20. data/docs/GetCharactersCharacterIdAssets200Ok.md +1 -0
  21. data/docs/GetCharactersCharacterIdContacts200Ok.md +1 -1
  22. data/docs/GetCorporationsCorporationIdAssets200Ok.md +1 -0
  23. data/docs/GetCorporationsCorporationIdContacts200Ok.md +1 -1
  24. data/docs/GetCorporationsCorporationIdContractsContractIdItemsError520.md +8 -0
  25. data/docs/GetCorporationsCorporationIdOrders200Ok.md +1 -0
  26. data/docs/GetCorporationsCorporationIdOrdersHistory200Ok.md +2 -1
  27. data/docs/GetCorporationsCorporationIdWalletsDivisionTransactions200Ok.md +1 -1
  28. data/docs/GetDogmaDynamicItemsTypeIdItemIdDogmaAttribute.md +9 -0
  29. data/docs/GetDogmaDynamicItemsTypeIdItemIdDogmaEffect.md +9 -0
  30. data/docs/GetDogmaDynamicItemsTypeIdItemIdNotFound.md +8 -0
  31. data/docs/GetDogmaDynamicItemsTypeIdItemIdOk.md +12 -0
  32. data/docs/GetFwSystems200Ok.md +1 -1
  33. data/docs/GetMarketsRegionIdHistoryError520.md +8 -0
  34. data/docs/GetUniverseStructuresStructureIdOk.md +1 -0
  35. data/docs/GetUniverseSystemsSystemIdOk.md +2 -2
  36. data/docs/IncursionsApi.md +0 -4
  37. data/docs/IndustryApi.md +6 -38
  38. data/docs/InsuranceApi.md +4 -6
  39. data/docs/KillmailsApi.md +14 -28
  40. data/docs/LocationApi.md +3 -15
  41. data/docs/LoyaltyApi.md +1 -9
  42. data/docs/MailApi.md +9 -45
  43. data/docs/MarketApi.md +12 -54
  44. data/docs/OpportunitiesApi.md +5 -23
  45. data/docs/PlanetaryInteractionApi.md +3 -19
  46. data/docs/PostCharactersCharacterIdContactsError520.md +8 -0
  47. data/docs/PostCharactersCharacterIdMailError520.md +8 -0
  48. data/docs/RoutesApi.md +0 -4
  49. data/docs/SearchApi.md +10 -14
  50. data/docs/SkillsApi.md +3 -15
  51. data/docs/SovereigntyApi.md +0 -12
  52. data/docs/StatusApi.md +0 -4
  53. data/docs/UniverseApi.md +49 -147
  54. data/docs/UserInterfaceApi.md +5 -25
  55. data/docs/WalletApi.md +6 -30
  56. data/docs/WarsApi.md +1 -13
  57. data/esi-client-bvv.gemspec +1 -1
  58. data/lib/esi-client-bvv.rb +11 -11
  59. data/lib/esi-client-bvv/api/alliance_api.rb +1 -104
  60. data/lib/esi-client-bvv/api/assets_api.rb +1 -37
  61. data/lib/esi-client-bvv/api/bookmarks_api.rb +1 -25
  62. data/lib/esi-client-bvv/api/calendar_api.rb +1 -25
  63. data/lib/esi-client-bvv/api/character_api.rb +1 -173
  64. data/lib/esi-client-bvv/api/clones_api.rb +1 -13
  65. data/lib/esi-client-bvv/api/contacts_api.rb +30 -76
  66. data/lib/esi-client-bvv/api/contracts_api.rb +5 -41
  67. data/lib/esi-client-bvv/api/corporation_api.rb +9 -381
  68. data/lib/esi-client-bvv/api/dogma_api.rb +71 -25
  69. data/lib/esi-client-bvv/api/faction_warfare_api.rb +4 -52
  70. data/lib/esi-client-bvv/api/fittings_api.rb +1 -19
  71. data/lib/esi-client-bvv/api/fleets_api.rb +17 -89
  72. data/lib/esi-client-bvv/api/incursions_api.rb +1 -7
  73. data/lib/esi-client-bvv/api/industry_api.rb +1 -49
  74. data/lib/esi-client-bvv/api/insurance_api.rb +9 -9
  75. data/lib/esi-client-bvv/api/killmails_api.rb +21 -38
  76. data/lib/esi-client-bvv/api/location_api.rb +1 -19
  77. data/lib/esi-client-bvv/api/loyalty_api.rb +1 -13
  78. data/lib/esi-client-bvv/api/mail_api.rb +1 -55
  79. data/lib/esi-client-bvv/api/market_api.rb +11 -71
  80. data/lib/esi-client-bvv/api/opportunities_api.rb +9 -33
  81. data/lib/esi-client-bvv/api/planetary_interaction_api.rb +1 -25
  82. data/lib/esi-client-bvv/api/routes_api.rb +1 -7
  83. data/lib/esi-client-bvv/api/search_api.rb +17 -17
  84. data/lib/esi-client-bvv/api/skills_api.rb +1 -19
  85. data/lib/esi-client-bvv/api/sovereignty_api.rb +1 -19
  86. data/lib/esi-client-bvv/api/status_api.rb +1 -7
  87. data/lib/esi-client-bvv/api/universe_api.rb +95 -209
  88. data/lib/esi-client-bvv/api/user_interface_api.rb +1 -31
  89. data/lib/esi-client-bvv/api/wallet_api.rb +1 -37
  90. data/lib/esi-client-bvv/api/wars_api.rb +1 -19
  91. data/lib/esi-client-bvv/api_client.rb +1 -1
  92. data/lib/esi-client-bvv/api_error.rb +1 -1
  93. data/lib/esi-client-bvv/configuration.rb +1 -1
  94. data/lib/esi-client-bvv/models/bad_request.rb +1 -1
  95. data/lib/esi-client-bvv/models/delete_characters_character_id_mail_labels_label_id_unprocessable_entity.rb +1 -1
  96. data/lib/esi-client-bvv/models/delete_fleets_fleet_id_members_member_id_not_found.rb +1 -1
  97. data/lib/esi-client-bvv/models/delete_fleets_fleet_id_squads_squad_id_not_found.rb +1 -1
  98. data/lib/esi-client-bvv/models/delete_fleets_fleet_id_wings_wing_id_not_found.rb +1 -1
  99. data/lib/esi-client-bvv/models/error_limited.rb +194 -0
  100. data/lib/esi-client-bvv/models/forbidden.rb +2 -2
  101. data/lib/esi-client-bvv/models/gateway_timeout.rb +204 -0
  102. data/lib/esi-client-bvv/models/get_alliances_alliance_id_contacts_200_ok.rb +11 -9
  103. data/lib/esi-client-bvv/models/get_alliances_alliance_id_contacts_labels_200_ok.rb +1 -1
  104. data/lib/esi-client-bvv/models/get_alliances_alliance_id_icons_not_found.rb +1 -1
  105. data/lib/esi-client-bvv/models/get_alliances_alliance_id_icons_ok.rb +1 -1
  106. data/lib/esi-client-bvv/models/get_alliances_alliance_id_not_found.rb +1 -1
  107. data/lib/esi-client-bvv/models/get_alliances_alliance_id_ok.rb +1 -1
  108. data/lib/esi-client-bvv/models/get_characters_character_id_agents_research_200_ok.rb +1 -1
  109. data/lib/esi-client-bvv/models/get_characters_character_id_assets_200_ok.rb +14 -4
  110. data/lib/esi-client-bvv/models/get_characters_character_id_attributes_ok.rb +1 -1
  111. data/lib/esi-client-bvv/models/get_characters_character_id_blueprints_200_ok.rb +1 -1
  112. data/lib/esi-client-bvv/models/get_characters_character_id_bookmarks_200_ok.rb +1 -1
  113. data/lib/esi-client-bvv/models/get_characters_character_id_bookmarks_coordinates.rb +1 -1
  114. data/lib/esi-client-bvv/models/get_characters_character_id_bookmarks_folders_200_ok.rb +1 -1
  115. data/lib/esi-client-bvv/models/get_characters_character_id_bookmarks_item.rb +1 -1
  116. data/lib/esi-client-bvv/models/get_characters_character_id_calendar_200_ok.rb +1 -1
  117. data/lib/esi-client-bvv/models/get_characters_character_id_calendar_event_id_attendees_200_ok.rb +1 -1
  118. data/lib/esi-client-bvv/models/get_characters_character_id_calendar_event_id_attendees_not_found.rb +1 -1
  119. data/lib/esi-client-bvv/models/get_characters_character_id_calendar_event_id_not_found.rb +1 -1
  120. data/lib/esi-client-bvv/models/get_characters_character_id_calendar_event_id_ok.rb +1 -1
  121. data/lib/esi-client-bvv/models/get_characters_character_id_clones_home_location.rb +1 -1
  122. data/lib/esi-client-bvv/models/get_characters_character_id_clones_jump_clone.rb +1 -1
  123. data/lib/esi-client-bvv/models/get_characters_character_id_clones_ok.rb +1 -1
  124. data/lib/esi-client-bvv/models/get_characters_character_id_contacts_200_ok.rb +11 -9
  125. data/lib/esi-client-bvv/models/get_characters_character_id_contacts_labels_200_ok.rb +1 -1
  126. data/lib/esi-client-bvv/models/get_characters_character_id_contracts_200_ok.rb +1 -1
  127. data/lib/esi-client-bvv/models/get_characters_character_id_contracts_contract_id_bids_200_ok.rb +1 -1
  128. data/lib/esi-client-bvv/models/get_characters_character_id_contracts_contract_id_bids_not_found.rb +1 -1
  129. data/lib/esi-client-bvv/models/get_characters_character_id_contracts_contract_id_items_200_ok.rb +1 -1
  130. data/lib/esi-client-bvv/models/get_characters_character_id_contracts_contract_id_items_not_found.rb +1 -1
  131. data/lib/esi-client-bvv/models/get_characters_character_id_corporationhistory_200_ok.rb +1 -1
  132. data/lib/esi-client-bvv/models/get_characters_character_id_fatigue_ok.rb +1 -1
  133. data/lib/esi-client-bvv/models/get_characters_character_id_fittings_200_ok.rb +1 -1
  134. data/lib/esi-client-bvv/models/get_characters_character_id_fittings_item.rb +1 -1
  135. data/lib/esi-client-bvv/models/get_characters_character_id_fleet_not_found.rb +1 -1
  136. data/lib/esi-client-bvv/models/get_characters_character_id_fleet_ok.rb +1 -1
  137. data/lib/esi-client-bvv/models/get_characters_character_id_fw_stats_kills.rb +1 -1
  138. data/lib/esi-client-bvv/models/get_characters_character_id_fw_stats_ok.rb +1 -1
  139. data/lib/esi-client-bvv/models/get_characters_character_id_fw_stats_victory_points.rb +1 -1
  140. data/lib/esi-client-bvv/models/get_characters_character_id_industry_jobs_200_ok.rb +1 -1
  141. data/lib/esi-client-bvv/models/get_characters_character_id_killmails_recent_200_ok.rb +1 -1
  142. data/lib/esi-client-bvv/models/get_characters_character_id_location_ok.rb +1 -1
  143. data/lib/esi-client-bvv/models/get_characters_character_id_loyalty_points_200_ok.rb +1 -1
  144. data/lib/esi-client-bvv/models/get_characters_character_id_mail_200_ok.rb +1 -1
  145. data/lib/esi-client-bvv/models/get_characters_character_id_mail_labels_label.rb +1 -1
  146. data/lib/esi-client-bvv/models/get_characters_character_id_mail_labels_ok.rb +1 -1
  147. data/lib/esi-client-bvv/models/get_characters_character_id_mail_lists_200_ok.rb +1 -1
  148. data/lib/esi-client-bvv/models/get_characters_character_id_mail_mail_id_not_found.rb +1 -1
  149. data/lib/esi-client-bvv/models/get_characters_character_id_mail_mail_id_ok.rb +1 -1
  150. data/lib/esi-client-bvv/models/get_characters_character_id_mail_mail_id_recipient.rb +1 -1
  151. data/lib/esi-client-bvv/models/get_characters_character_id_mail_recipient.rb +1 -1
  152. data/lib/esi-client-bvv/models/get_characters_character_id_medals_200_ok.rb +1 -1
  153. data/lib/esi-client-bvv/models/get_characters_character_id_medals_graphic.rb +1 -1
  154. data/lib/esi-client-bvv/models/get_characters_character_id_mining_200_ok.rb +1 -1
  155. data/lib/esi-client-bvv/models/get_characters_character_id_not_found.rb +1 -1
  156. data/lib/esi-client-bvv/models/get_characters_character_id_notifications_200_ok.rb +3 -3
  157. data/lib/esi-client-bvv/models/get_characters_character_id_notifications_contacts_200_ok.rb +1 -1
  158. data/lib/esi-client-bvv/models/get_characters_character_id_ok.rb +1 -1
  159. data/lib/esi-client-bvv/models/get_characters_character_id_online_ok.rb +1 -1
  160. data/lib/esi-client-bvv/models/get_characters_character_id_opportunities_200_ok.rb +1 -1
  161. data/lib/esi-client-bvv/models/get_characters_character_id_orders_200_ok.rb +1 -1
  162. data/lib/esi-client-bvv/models/get_characters_character_id_orders_history_200_ok.rb +1 -1
  163. data/lib/esi-client-bvv/models/get_characters_character_id_planets_200_ok.rb +1 -1
  164. data/lib/esi-client-bvv/models/get_characters_character_id_planets_planet_id_content.rb +1 -1
  165. data/lib/esi-client-bvv/models/get_characters_character_id_planets_planet_id_extractor_details.rb +1 -1
  166. data/lib/esi-client-bvv/models/get_characters_character_id_planets_planet_id_factory_details.rb +1 -1
  167. data/lib/esi-client-bvv/models/get_characters_character_id_planets_planet_id_head.rb +1 -1
  168. data/lib/esi-client-bvv/models/get_characters_character_id_planets_planet_id_link.rb +1 -1
  169. data/lib/esi-client-bvv/models/get_characters_character_id_planets_planet_id_not_found.rb +1 -1
  170. data/lib/esi-client-bvv/models/get_characters_character_id_planets_planet_id_ok.rb +1 -1
  171. data/lib/esi-client-bvv/models/get_characters_character_id_planets_planet_id_pin.rb +1 -1
  172. data/lib/esi-client-bvv/models/get_characters_character_id_planets_planet_id_route.rb +1 -1
  173. data/lib/esi-client-bvv/models/get_characters_character_id_portrait_not_found.rb +1 -1
  174. data/lib/esi-client-bvv/models/get_characters_character_id_portrait_ok.rb +1 -1
  175. data/lib/esi-client-bvv/models/get_characters_character_id_roles_ok.rb +1 -1
  176. data/lib/esi-client-bvv/models/get_characters_character_id_search_ok.rb +1 -1
  177. data/lib/esi-client-bvv/models/get_characters_character_id_ship_ok.rb +1 -1
  178. data/lib/esi-client-bvv/models/get_characters_character_id_skillqueue_200_ok.rb +1 -1
  179. data/lib/esi-client-bvv/models/get_characters_character_id_skills_ok.rb +1 -1
  180. data/lib/esi-client-bvv/models/get_characters_character_id_skills_skill.rb +1 -1
  181. data/lib/esi-client-bvv/models/get_characters_character_id_standings_200_ok.rb +1 -29
  182. data/lib/esi-client-bvv/models/get_characters_character_id_stats_200_ok.rb +1 -1
  183. data/lib/esi-client-bvv/models/get_characters_character_id_stats_character.rb +1 -1
  184. data/lib/esi-client-bvv/models/get_characters_character_id_stats_combat.rb +1 -1
  185. data/lib/esi-client-bvv/models/get_characters_character_id_stats_industry.rb +1 -1
  186. data/lib/esi-client-bvv/models/get_characters_character_id_stats_inventory.rb +1 -1
  187. data/lib/esi-client-bvv/models/get_characters_character_id_stats_isk.rb +1 -1
  188. data/lib/esi-client-bvv/models/get_characters_character_id_stats_market.rb +1 -1
  189. data/lib/esi-client-bvv/models/get_characters_character_id_stats_mining.rb +1 -1
  190. data/lib/esi-client-bvv/models/get_characters_character_id_stats_module.rb +1 -1
  191. data/lib/esi-client-bvv/models/get_characters_character_id_stats_orbital.rb +1 -1
  192. data/lib/esi-client-bvv/models/get_characters_character_id_stats_pve.rb +1 -1
  193. data/lib/esi-client-bvv/models/get_characters_character_id_stats_social.rb +1 -1
  194. data/lib/esi-client-bvv/models/get_characters_character_id_stats_travel.rb +1 -1
  195. data/lib/esi-client-bvv/models/get_characters_character_id_titles_200_ok.rb +1 -1
  196. data/lib/esi-client-bvv/models/get_characters_character_id_wallet_journal_200_ok.rb +1 -1
  197. data/lib/esi-client-bvv/models/get_characters_character_id_wallet_transactions_200_ok.rb +1 -1
  198. data/lib/esi-client-bvv/models/get_corporation_corporation_id_mining_extractions_200_ok.rb +1 -1
  199. data/lib/esi-client-bvv/models/get_corporation_corporation_id_mining_observers_200_ok.rb +1 -1
  200. data/lib/esi-client-bvv/models/get_corporation_corporation_id_mining_observers_observer_id_200_ok.rb +1 -1
  201. data/lib/esi-client-bvv/models/get_corporations_corporation_id_alliancehistory_200_ok.rb +1 -1
  202. data/lib/esi-client-bvv/models/get_corporations_corporation_id_assets_200_ok.rb +12 -2
  203. data/lib/esi-client-bvv/models/get_corporations_corporation_id_blueprints_200_ok.rb +1 -1
  204. data/lib/esi-client-bvv/models/get_corporations_corporation_id_bookmarks_200_ok.rb +1 -1
  205. data/lib/esi-client-bvv/models/get_corporations_corporation_id_bookmarks_coordinates.rb +1 -1
  206. data/lib/esi-client-bvv/models/get_corporations_corporation_id_bookmarks_folders_200_ok.rb +1 -1
  207. data/lib/esi-client-bvv/models/get_corporations_corporation_id_bookmarks_item.rb +1 -1
  208. data/lib/esi-client-bvv/models/get_corporations_corporation_id_contacts_200_ok.rb +11 -9
  209. data/lib/esi-client-bvv/models/get_corporations_corporation_id_contacts_labels_200_ok.rb +1 -1
  210. data/lib/esi-client-bvv/models/get_corporations_corporation_id_containers_logs_200_ok.rb +1 -1
  211. data/lib/esi-client-bvv/models/get_corporations_corporation_id_contracts_200_ok.rb +1 -1
  212. data/lib/esi-client-bvv/models/get_corporations_corporation_id_contracts_contract_id_bids_200_ok.rb +1 -1
  213. data/lib/esi-client-bvv/models/get_corporations_corporation_id_contracts_contract_id_bids_not_found.rb +1 -1
  214. data/lib/esi-client-bvv/models/get_corporations_corporation_id_contracts_contract_id_items_200_ok.rb +1 -1
  215. data/lib/esi-client-bvv/models/get_corporations_corporation_id_contracts_contract_id_items_error_520.rb +189 -0
  216. data/lib/esi-client-bvv/models/get_corporations_corporation_id_contracts_contract_id_items_not_found.rb +1 -1
  217. data/lib/esi-client-bvv/models/get_corporations_corporation_id_customs_offices_200_ok.rb +1 -1
  218. data/lib/esi-client-bvv/models/get_corporations_corporation_id_divisions_hangar_hangar.rb +1 -1
  219. data/lib/esi-client-bvv/models/get_corporations_corporation_id_divisions_ok.rb +1 -1
  220. data/lib/esi-client-bvv/models/get_corporations_corporation_id_divisions_wallet_wallet.rb +1 -1
  221. data/lib/esi-client-bvv/models/get_corporations_corporation_id_facilities_200_ok.rb +1 -1
  222. data/lib/esi-client-bvv/models/get_corporations_corporation_id_fw_stats_kills.rb +1 -1
  223. data/lib/esi-client-bvv/models/get_corporations_corporation_id_fw_stats_ok.rb +1 -1
  224. data/lib/esi-client-bvv/models/get_corporations_corporation_id_fw_stats_victory_points.rb +1 -1
  225. data/lib/esi-client-bvv/models/get_corporations_corporation_id_icons_not_found.rb +1 -1
  226. data/lib/esi-client-bvv/models/get_corporations_corporation_id_icons_ok.rb +1 -1
  227. data/lib/esi-client-bvv/models/get_corporations_corporation_id_industry_jobs_200_ok.rb +1 -1
  228. data/lib/esi-client-bvv/models/get_corporations_corporation_id_killmails_recent_200_ok.rb +1 -1
  229. data/lib/esi-client-bvv/models/get_corporations_corporation_id_medals_200_ok.rb +1 -1
  230. data/lib/esi-client-bvv/models/get_corporations_corporation_id_medals_issued_200_ok.rb +1 -1
  231. data/lib/esi-client-bvv/models/get_corporations_corporation_id_members_titles_200_ok.rb +1 -1
  232. data/lib/esi-client-bvv/models/get_corporations_corporation_id_membertracking_200_ok.rb +1 -1
  233. data/lib/esi-client-bvv/models/get_corporations_corporation_id_not_found.rb +1 -1
  234. data/lib/esi-client-bvv/models/get_corporations_corporation_id_ok.rb +1 -1
  235. data/lib/esi-client-bvv/models/get_corporations_corporation_id_orders_200_ok.rb +17 -2
  236. data/lib/esi-client-bvv/models/get_corporations_corporation_id_orders_history_200_ok.rb +13 -3
  237. data/lib/esi-client-bvv/models/get_corporations_corporation_id_roles_200_ok.rb +1 -1
  238. data/lib/esi-client-bvv/models/get_corporations_corporation_id_roles_history_200_ok.rb +1 -1
  239. data/lib/esi-client-bvv/models/get_corporations_corporation_id_shareholders_200_ok.rb +1 -1
  240. data/lib/esi-client-bvv/models/get_corporations_corporation_id_standings_200_ok.rb +1 -29
  241. data/lib/esi-client-bvv/models/get_corporations_corporation_id_starbases_200_ok.rb +1 -1
  242. data/lib/esi-client-bvv/models/get_corporations_corporation_id_starbases_starbase_id_fuel.rb +1 -1
  243. data/lib/esi-client-bvv/models/get_corporations_corporation_id_starbases_starbase_id_ok.rb +1 -1
  244. data/lib/esi-client-bvv/models/get_corporations_corporation_id_structures_200_ok.rb +1 -1
  245. data/lib/esi-client-bvv/models/get_corporations_corporation_id_structures_service.rb +1 -1
  246. data/lib/esi-client-bvv/models/get_corporations_corporation_id_titles_200_ok.rb +1 -1
  247. data/lib/esi-client-bvv/models/get_corporations_corporation_id_wallets_200_ok.rb +1 -1
  248. data/lib/esi-client-bvv/models/get_corporations_corporation_id_wallets_division_journal_200_ok.rb +1 -1
  249. data/lib/esi-client-bvv/models/get_corporations_corporation_id_wallets_division_transactions_200_ok.rb +2 -2
  250. data/lib/esi-client-bvv/models/get_dogma_attributes_attribute_id_not_found.rb +1 -1
  251. data/lib/esi-client-bvv/models/get_dogma_attributes_attribute_id_ok.rb +1 -1
  252. data/lib/esi-client-bvv/models/get_dogma_dynamic_items_type_id_item_id_dogma_attribute.rb +209 -0
  253. data/lib/esi-client-bvv/models/get_dogma_dynamic_items_type_id_item_id_dogma_effect.rb +209 -0
  254. data/lib/esi-client-bvv/models/get_dogma_dynamic_items_type_id_item_id_not_found.rb +189 -0
  255. data/lib/esi-client-bvv/models/get_dogma_dynamic_items_type_id_item_id_ok.rb +258 -0
  256. data/lib/esi-client-bvv/models/get_dogma_effects_effect_id_modifier.rb +1 -1
  257. data/lib/esi-client-bvv/models/get_dogma_effects_effect_id_not_found.rb +1 -1
  258. data/lib/esi-client-bvv/models/get_dogma_effects_effect_id_ok.rb +1 -1
  259. data/lib/esi-client-bvv/models/get_fleets_fleet_id_members_200_ok.rb +1 -1
  260. data/lib/esi-client-bvv/models/get_fleets_fleet_id_members_not_found.rb +1 -1
  261. data/lib/esi-client-bvv/models/get_fleets_fleet_id_not_found.rb +1 -1
  262. data/lib/esi-client-bvv/models/get_fleets_fleet_id_ok.rb +1 -1
  263. data/lib/esi-client-bvv/models/get_fleets_fleet_id_wings_200_ok.rb +1 -1
  264. data/lib/esi-client-bvv/models/get_fleets_fleet_id_wings_not_found.rb +1 -1
  265. data/lib/esi-client-bvv/models/get_fleets_fleet_id_wings_squad.rb +1 -1
  266. data/lib/esi-client-bvv/models/get_fw_leaderboards_active_total_active_total.rb +1 -1
  267. data/lib/esi-client-bvv/models/get_fw_leaderboards_active_total_active_total_1.rb +1 -1
  268. data/lib/esi-client-bvv/models/get_fw_leaderboards_characters_active_total_active_total.rb +1 -1
  269. data/lib/esi-client-bvv/models/get_fw_leaderboards_characters_active_total_active_total_1.rb +1 -1
  270. data/lib/esi-client-bvv/models/get_fw_leaderboards_characters_kills.rb +1 -1
  271. data/lib/esi-client-bvv/models/get_fw_leaderboards_characters_last_week_last_week.rb +1 -1
  272. data/lib/esi-client-bvv/models/get_fw_leaderboards_characters_last_week_last_week_1.rb +1 -1
  273. data/lib/esi-client-bvv/models/get_fw_leaderboards_characters_ok.rb +1 -1
  274. data/lib/esi-client-bvv/models/get_fw_leaderboards_characters_victory_points.rb +1 -1
  275. data/lib/esi-client-bvv/models/get_fw_leaderboards_characters_yesterday_yesterday.rb +1 -1
  276. data/lib/esi-client-bvv/models/get_fw_leaderboards_characters_yesterday_yesterday_1.rb +1 -1
  277. data/lib/esi-client-bvv/models/get_fw_leaderboards_corporations_active_total_active_total.rb +1 -1
  278. data/lib/esi-client-bvv/models/get_fw_leaderboards_corporations_active_total_active_total_1.rb +1 -1
  279. data/lib/esi-client-bvv/models/get_fw_leaderboards_corporations_kills.rb +1 -1
  280. data/lib/esi-client-bvv/models/get_fw_leaderboards_corporations_last_week_last_week.rb +1 -1
  281. data/lib/esi-client-bvv/models/get_fw_leaderboards_corporations_last_week_last_week_1.rb +1 -1
  282. data/lib/esi-client-bvv/models/get_fw_leaderboards_corporations_ok.rb +1 -1
  283. data/lib/esi-client-bvv/models/get_fw_leaderboards_corporations_victory_points.rb +1 -1
  284. data/lib/esi-client-bvv/models/get_fw_leaderboards_corporations_yesterday_yesterday.rb +1 -1
  285. data/lib/esi-client-bvv/models/get_fw_leaderboards_corporations_yesterday_yesterday_1.rb +1 -1
  286. data/lib/esi-client-bvv/models/get_fw_leaderboards_kills.rb +1 -1
  287. data/lib/esi-client-bvv/models/get_fw_leaderboards_last_week_last_week.rb +1 -1
  288. data/lib/esi-client-bvv/models/get_fw_leaderboards_last_week_last_week_1.rb +1 -1
  289. data/lib/esi-client-bvv/models/get_fw_leaderboards_ok.rb +1 -1
  290. data/lib/esi-client-bvv/models/get_fw_leaderboards_victory_points.rb +1 -1
  291. data/lib/esi-client-bvv/models/get_fw_leaderboards_yesterday_yesterday.rb +1 -1
  292. data/lib/esi-client-bvv/models/get_fw_leaderboards_yesterday_yesterday_1.rb +1 -1
  293. data/lib/esi-client-bvv/models/get_fw_stats_200_ok.rb +1 -1
  294. data/lib/esi-client-bvv/models/get_fw_stats_kills.rb +1 -1
  295. data/lib/esi-client-bvv/models/get_fw_stats_victory_points.rb +1 -1
  296. data/lib/esi-client-bvv/models/get_fw_systems_200_ok.rb +36 -3
  297. data/lib/esi-client-bvv/models/get_fw_wars_200_ok.rb +1 -1
  298. data/lib/esi-client-bvv/models/get_incursions_200_ok.rb +1 -1
  299. data/lib/esi-client-bvv/models/get_industry_facilities_200_ok.rb +1 -1
  300. data/lib/esi-client-bvv/models/get_industry_systems_200_ok.rb +1 -1
  301. data/lib/esi-client-bvv/models/get_industry_systems_cost_indice.rb +1 -1
  302. data/lib/esi-client-bvv/models/get_insurance_prices_200_ok.rb +1 -1
  303. data/lib/esi-client-bvv/models/get_insurance_prices_level.rb +1 -1
  304. data/lib/esi-client-bvv/models/get_killmails_killmail_id_killmail_hash_attacker.rb +1 -1
  305. data/lib/esi-client-bvv/models/get_killmails_killmail_id_killmail_hash_item.rb +1 -1
  306. data/lib/esi-client-bvv/models/get_killmails_killmail_id_killmail_hash_items_item.rb +1 -1
  307. data/lib/esi-client-bvv/models/get_killmails_killmail_id_killmail_hash_ok.rb +1 -1
  308. data/lib/esi-client-bvv/models/get_killmails_killmail_id_killmail_hash_position.rb +1 -1
  309. data/lib/esi-client-bvv/models/get_killmails_killmail_id_killmail_hash_unprocessable_entity.rb +1 -1
  310. data/lib/esi-client-bvv/models/get_killmails_killmail_id_killmail_hash_victim.rb +1 -1
  311. data/lib/esi-client-bvv/models/get_loyalty_stores_corporation_id_offers_200_ok.rb +1 -1
  312. data/lib/esi-client-bvv/models/get_loyalty_stores_corporation_id_offers_not_found.rb +1 -1
  313. data/lib/esi-client-bvv/models/get_loyalty_stores_corporation_id_offers_required_item.rb +1 -1
  314. data/lib/esi-client-bvv/models/get_markets_groups_market_group_id_not_found.rb +1 -1
  315. data/lib/esi-client-bvv/models/get_markets_groups_market_group_id_ok.rb +1 -1
  316. data/lib/esi-client-bvv/models/get_markets_prices_200_ok.rb +1 -1
  317. data/lib/esi-client-bvv/models/get_markets_region_id_history_200_ok.rb +1 -1
  318. data/lib/esi-client-bvv/models/get_markets_region_id_history_error_520.rb +189 -0
  319. data/lib/esi-client-bvv/models/get_markets_region_id_history_not_found.rb +1 -1
  320. data/lib/esi-client-bvv/models/get_markets_region_id_history_unprocessable_entity.rb +1 -1
  321. data/lib/esi-client-bvv/models/get_markets_region_id_orders_200_ok.rb +1 -1
  322. data/lib/esi-client-bvv/models/get_markets_region_id_orders_not_found.rb +1 -1
  323. data/lib/esi-client-bvv/models/get_markets_region_id_orders_unprocessable_entity.rb +1 -1
  324. data/lib/esi-client-bvv/models/get_markets_structures_structure_id_200_ok.rb +1 -1
  325. data/lib/esi-client-bvv/models/get_opportunities_groups_group_id_ok.rb +1 -1
  326. data/lib/esi-client-bvv/models/get_opportunities_tasks_task_id_ok.rb +1 -1
  327. data/lib/esi-client-bvv/models/get_route_origin_destination_not_found.rb +1 -1
  328. data/lib/esi-client-bvv/models/get_search_ok.rb +1 -1
  329. data/lib/esi-client-bvv/models/get_sovereignty_campaigns_200_ok.rb +1 -1
  330. data/lib/esi-client-bvv/models/get_sovereignty_campaigns_participant.rb +1 -1
  331. data/lib/esi-client-bvv/models/get_sovereignty_map_200_ok.rb +1 -1
  332. data/lib/esi-client-bvv/models/get_sovereignty_structures_200_ok.rb +1 -1
  333. data/lib/esi-client-bvv/models/get_status_ok.rb +1 -1
  334. data/lib/esi-client-bvv/models/get_universe_ancestries_200_ok.rb +1 -1
  335. data/lib/esi-client-bvv/models/get_universe_asteroid_belts_asteroid_belt_id_not_found.rb +1 -1
  336. data/lib/esi-client-bvv/models/get_universe_asteroid_belts_asteroid_belt_id_ok.rb +1 -1
  337. data/lib/esi-client-bvv/models/get_universe_asteroid_belts_asteroid_belt_id_position.rb +1 -1
  338. data/lib/esi-client-bvv/models/get_universe_bloodlines_200_ok.rb +1 -1
  339. data/lib/esi-client-bvv/models/get_universe_categories_category_id_not_found.rb +1 -1
  340. data/lib/esi-client-bvv/models/get_universe_categories_category_id_ok.rb +1 -1
  341. data/lib/esi-client-bvv/models/get_universe_constellations_constellation_id_not_found.rb +1 -1
  342. data/lib/esi-client-bvv/models/get_universe_constellations_constellation_id_ok.rb +1 -1
  343. data/lib/esi-client-bvv/models/get_universe_constellations_constellation_id_position.rb +1 -1
  344. data/lib/esi-client-bvv/models/get_universe_factions_200_ok.rb +1 -1
  345. data/lib/esi-client-bvv/models/get_universe_graphics_graphic_id_not_found.rb +1 -1
  346. data/lib/esi-client-bvv/models/get_universe_graphics_graphic_id_ok.rb +1 -1
  347. data/lib/esi-client-bvv/models/get_universe_groups_group_id_not_found.rb +1 -1
  348. data/lib/esi-client-bvv/models/get_universe_groups_group_id_ok.rb +1 -1
  349. data/lib/esi-client-bvv/models/get_universe_moons_moon_id_not_found.rb +1 -1
  350. data/lib/esi-client-bvv/models/get_universe_moons_moon_id_ok.rb +1 -1
  351. data/lib/esi-client-bvv/models/get_universe_moons_moon_id_position.rb +1 -1
  352. data/lib/esi-client-bvv/models/get_universe_planets_planet_id_not_found.rb +1 -1
  353. data/lib/esi-client-bvv/models/get_universe_planets_planet_id_ok.rb +1 -1
  354. data/lib/esi-client-bvv/models/get_universe_planets_planet_id_position.rb +1 -1
  355. data/lib/esi-client-bvv/models/get_universe_races_200_ok.rb +1 -1
  356. data/lib/esi-client-bvv/models/get_universe_regions_region_id_not_found.rb +1 -1
  357. data/lib/esi-client-bvv/models/get_universe_regions_region_id_ok.rb +1 -1
  358. data/lib/esi-client-bvv/models/get_universe_schematics_schematic_id_not_found.rb +1 -1
  359. data/lib/esi-client-bvv/models/get_universe_schematics_schematic_id_ok.rb +1 -1
  360. data/lib/esi-client-bvv/models/get_universe_stargates_stargate_id_destination.rb +1 -1
  361. data/lib/esi-client-bvv/models/get_universe_stargates_stargate_id_not_found.rb +1 -1
  362. data/lib/esi-client-bvv/models/get_universe_stargates_stargate_id_ok.rb +1 -1
  363. data/lib/esi-client-bvv/models/get_universe_stargates_stargate_id_position.rb +1 -1
  364. data/lib/esi-client-bvv/models/get_universe_stars_star_id_ok.rb +1 -1
  365. data/lib/esi-client-bvv/models/get_universe_stations_station_id_not_found.rb +1 -1
  366. data/lib/esi-client-bvv/models/get_universe_stations_station_id_ok.rb +1 -1
  367. data/lib/esi-client-bvv/models/get_universe_stations_station_id_position.rb +1 -1
  368. data/lib/esi-client-bvv/models/get_universe_structures_structure_id_not_found.rb +1 -1
  369. data/lib/esi-client-bvv/models/get_universe_structures_structure_id_ok.rb +17 -2
  370. data/lib/esi-client-bvv/models/get_universe_structures_structure_id_position.rb +1 -1
  371. data/lib/esi-client-bvv/models/get_universe_system_jumps_200_ok.rb +1 -1
  372. data/lib/esi-client-bvv/models/get_universe_system_kills_200_ok.rb +1 -1
  373. data/lib/esi-client-bvv/models/get_universe_systems_system_id_not_found.rb +1 -1
  374. data/lib/esi-client-bvv/models/get_universe_systems_system_id_ok.rb +1 -11
  375. data/lib/esi-client-bvv/models/get_universe_systems_system_id_planet.rb +1 -1
  376. data/lib/esi-client-bvv/models/get_universe_systems_system_id_position.rb +1 -1
  377. data/lib/esi-client-bvv/models/get_universe_types_type_id_dogma_attribute.rb +1 -1
  378. data/lib/esi-client-bvv/models/get_universe_types_type_id_dogma_effect.rb +1 -1
  379. data/lib/esi-client-bvv/models/get_universe_types_type_id_not_found.rb +1 -1
  380. data/lib/esi-client-bvv/models/get_universe_types_type_id_ok.rb +1 -1
  381. data/lib/esi-client-bvv/models/get_wars_war_id_aggressor.rb +1 -1
  382. data/lib/esi-client-bvv/models/get_wars_war_id_ally.rb +1 -1
  383. data/lib/esi-client-bvv/models/get_wars_war_id_defender.rb +1 -1
  384. data/lib/esi-client-bvv/models/get_wars_war_id_killmails_200_ok.rb +1 -1
  385. data/lib/esi-client-bvv/models/get_wars_war_id_killmails_unprocessable_entity.rb +1 -1
  386. data/lib/esi-client-bvv/models/get_wars_war_id_ok.rb +1 -1
  387. data/lib/esi-client-bvv/models/get_wars_war_id_unprocessable_entity.rb +1 -1
  388. data/lib/esi-client-bvv/models/internal_server_error.rb +1 -1
  389. data/lib/esi-client-bvv/models/post_characters_affiliation_200_ok.rb +1 -1
  390. data/lib/esi-client-bvv/models/post_characters_affiliation_not_found.rb +1 -1
  391. data/lib/esi-client-bvv/models/post_characters_character_id_assets_locations_200_ok.rb +1 -1
  392. data/lib/esi-client-bvv/models/post_characters_character_id_assets_locations_position.rb +1 -1
  393. data/lib/esi-client-bvv/models/post_characters_character_id_assets_names_200_ok.rb +1 -1
  394. data/lib/esi-client-bvv/models/post_characters_character_id_contacts_error_520.rb +189 -0
  395. data/lib/esi-client-bvv/models/post_characters_character_id_fittings_created.rb +1 -1
  396. data/lib/esi-client-bvv/models/post_characters_character_id_fittings_fitting.rb +1 -1
  397. data/lib/esi-client-bvv/models/post_characters_character_id_fittings_item.rb +1 -1
  398. data/lib/esi-client-bvv/models/post_characters_character_id_mail_error_520.rb +189 -0
  399. data/lib/esi-client-bvv/models/post_characters_character_id_mail_labels_label.rb +1 -1
  400. data/lib/esi-client-bvv/models/post_characters_character_id_mail_mail.rb +1 -1
  401. data/lib/esi-client-bvv/models/post_characters_character_id_mail_recipient.rb +1 -1
  402. data/lib/esi-client-bvv/models/post_corporations_corporation_id_assets_locations_200_ok.rb +1 -1
  403. data/lib/esi-client-bvv/models/post_corporations_corporation_id_assets_locations_not_found.rb +1 -1
  404. data/lib/esi-client-bvv/models/post_corporations_corporation_id_assets_locations_position.rb +1 -1
  405. data/lib/esi-client-bvv/models/post_corporations_corporation_id_assets_names_200_ok.rb +1 -1
  406. data/lib/esi-client-bvv/models/post_corporations_corporation_id_assets_names_not_found.rb +1 -1
  407. data/lib/esi-client-bvv/models/post_fleets_fleet_id_members_invitation.rb +1 -1
  408. data/lib/esi-client-bvv/models/post_fleets_fleet_id_members_not_found.rb +1 -1
  409. data/lib/esi-client-bvv/models/post_fleets_fleet_id_members_unprocessable_entity.rb +1 -1
  410. data/lib/esi-client-bvv/models/post_fleets_fleet_id_wings_created.rb +1 -1
  411. data/lib/esi-client-bvv/models/post_fleets_fleet_id_wings_not_found.rb +1 -1
  412. data/lib/esi-client-bvv/models/post_fleets_fleet_id_wings_wing_id_squads_created.rb +1 -1
  413. data/lib/esi-client-bvv/models/post_fleets_fleet_id_wings_wing_id_squads_not_found.rb +1 -1
  414. data/lib/esi-client-bvv/models/post_ui_openwindow_newmail_new_mail.rb +1 -1
  415. data/lib/esi-client-bvv/models/post_ui_openwindow_newmail_unprocessable_entity.rb +1 -1
  416. data/lib/esi-client-bvv/models/post_universe_ids_agent.rb +1 -1
  417. data/lib/esi-client-bvv/models/post_universe_ids_alliance.rb +1 -1
  418. data/lib/esi-client-bvv/models/post_universe_ids_character.rb +1 -1
  419. data/lib/esi-client-bvv/models/post_universe_ids_constellation.rb +1 -1
  420. data/lib/esi-client-bvv/models/post_universe_ids_corporation.rb +1 -1
  421. data/lib/esi-client-bvv/models/post_universe_ids_faction.rb +1 -1
  422. data/lib/esi-client-bvv/models/post_universe_ids_inventory_type.rb +1 -1
  423. data/lib/esi-client-bvv/models/post_universe_ids_ok.rb +1 -1
  424. data/lib/esi-client-bvv/models/post_universe_ids_region.rb +1 -1
  425. data/lib/esi-client-bvv/models/post_universe_ids_station.rb +1 -1
  426. data/lib/esi-client-bvv/models/post_universe_ids_system.rb +1 -1
  427. data/lib/esi-client-bvv/models/post_universe_names_200_ok.rb +1 -1
  428. data/lib/esi-client-bvv/models/post_universe_names_not_found.rb +1 -1
  429. data/lib/esi-client-bvv/models/put_characters_character_id_calendar_event_id_response.rb +1 -1
  430. data/lib/esi-client-bvv/models/put_characters_character_id_mail_mail_id_contents.rb +1 -1
  431. data/lib/esi-client-bvv/models/put_fleets_fleet_id_members_member_id_movement.rb +1 -1
  432. data/lib/esi-client-bvv/models/put_fleets_fleet_id_members_member_id_not_found.rb +1 -1
  433. data/lib/esi-client-bvv/models/put_fleets_fleet_id_members_member_id_unprocessable_entity.rb +1 -1
  434. data/lib/esi-client-bvv/models/put_fleets_fleet_id_new_settings.rb +1 -1
  435. data/lib/esi-client-bvv/models/put_fleets_fleet_id_not_found.rb +1 -1
  436. data/lib/esi-client-bvv/models/put_fleets_fleet_id_squads_squad_id_naming.rb +1 -1
  437. data/lib/esi-client-bvv/models/put_fleets_fleet_id_squads_squad_id_not_found.rb +1 -1
  438. data/lib/esi-client-bvv/models/put_fleets_fleet_id_wings_wing_id_naming.rb +1 -1
  439. data/lib/esi-client-bvv/models/put_fleets_fleet_id_wings_wing_id_not_found.rb +1 -1
  440. data/lib/esi-client-bvv/models/service_unavailable.rb +1 -1
  441. data/lib/esi-client-bvv/models/unauthorized.rb +1 -1
  442. data/lib/esi-client-bvv/version.rb +2 -2
  443. data/spec/models/error_limited_spec.rb +42 -0
  444. data/spec/models/gateway_timeout_spec.rb +48 -0
  445. data/spec/models/get_corporations_corporation_id_contracts_contract_id_items_error_520_spec.rb +42 -0
  446. data/spec/models/get_dogma_dynamic_items_type_id_item_id_dogma_attribute_spec.rb +48 -0
  447. data/spec/models/get_dogma_dynamic_items_type_id_item_id_dogma_effect_spec.rb +48 -0
  448. data/spec/models/get_dogma_dynamic_items_type_id_item_id_not_found_spec.rb +42 -0
  449. data/spec/models/get_dogma_dynamic_items_type_id_item_id_ok_spec.rb +66 -0
  450. data/spec/models/get_markets_region_id_history_error_520_spec.rb +42 -0
  451. data/spec/models/post_characters_character_id_contacts_error_520_spec.rb +42 -0
  452. data/spec/models/post_characters_character_id_mail_error_520_spec.rb +42 -0
  453. metadata +42 -2
@@ -3,7 +3,7 @@
3
3
 
4
4
  #An OpenAPI for EVE Online
5
5
 
6
- OpenAPI spec version: 0.8.2
6
+ OpenAPI spec version: 0.8.5
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.3.1
@@ -25,8 +25,6 @@ module ESI
25
25
  # @param [Hash] opts the optional parameters
26
26
  # @option opts [String] :datasource The server name you would like data from (default to tranquility)
27
27
  # @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
28
- # @option opts [String] :user_agent Client identifier, takes precedence over headers
29
- # @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
30
28
  # @return [GetStatusOk]
31
29
  def get_status(opts = {})
32
30
  data, _status_code, _headers = get_status_with_http_info(opts)
@@ -38,8 +36,6 @@ module ESI
38
36
  # @param [Hash] opts the optional parameters
39
37
  # @option opts [String] :datasource The server name you would like data from
40
38
  # @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
41
- # @option opts [String] :user_agent Client identifier, takes precedence over headers
42
- # @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
43
39
  # @return [Array<(GetStatusOk, Fixnum, Hash)>] GetStatusOk data, response status code and response headers
44
40
  def get_status_with_http_info(opts = {})
45
41
  if @api_client.config.debugging
@@ -54,7 +50,6 @@ module ESI
54
50
  # query parameters
55
51
  query_params = {}
56
52
  query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
57
- query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
58
53
 
59
54
  # header parameters
60
55
  header_params = {}
@@ -63,7 +58,6 @@ module ESI
63
58
  # HTTP header 'Content-Type'
64
59
  header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
65
60
  header_params[:'If-None-Match'] = opts[:'if_none_match'] if !opts[:'if_none_match'].nil?
66
- header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
67
61
 
68
62
  # form parameters
69
63
  form_params = {}
@@ -3,7 +3,7 @@
3
3
 
4
4
  #An OpenAPI for EVE Online
5
5
 
6
- OpenAPI spec version: 0.8.2
6
+ OpenAPI spec version: 0.8.5
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.3.1
@@ -23,11 +23,10 @@ module ESI
23
23
  # Get ancestries
24
24
  # Get all character ancestries --- This route expires daily at 11:05
25
25
  # @param [Hash] opts the optional parameters
26
+ # @option opts [String] :accept_language Language to use in the response (default to en-us)
26
27
  # @option opts [String] :datasource The server name you would like data from (default to tranquility)
27
28
  # @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
28
- # @option opts [String] :language Language to use in the response (default to en-us)
29
- # @option opts [String] :user_agent Client identifier, takes precedence over headers
30
- # @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
29
+ # @option opts [String] :language Language to use in the response, takes precedence over Accept-Language (default to en-us)
31
30
  # @return [Array<GetUniverseAncestries200Ok>]
32
31
  def get_universe_ancestries(opts = {})
33
32
  data, _status_code, _headers = get_universe_ancestries_with_http_info(opts)
@@ -37,16 +36,18 @@ module ESI
37
36
  # Get ancestries
38
37
  # Get all character ancestries --- This route expires daily at 11:05
39
38
  # @param [Hash] opts the optional parameters
39
+ # @option opts [String] :accept_language Language to use in the response
40
40
  # @option opts [String] :datasource The server name you would like data from
41
41
  # @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
42
- # @option opts [String] :language Language to use in the response
43
- # @option opts [String] :user_agent Client identifier, takes precedence over headers
44
- # @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
42
+ # @option opts [String] :language Language to use in the response, takes precedence over Accept-Language
45
43
  # @return [Array<(Array<GetUniverseAncestries200Ok>, Fixnum, Hash)>] Array<GetUniverseAncestries200Ok> data, response status code and response headers
46
44
  def get_universe_ancestries_with_http_info(opts = {})
47
45
  if @api_client.config.debugging
48
46
  @api_client.config.logger.debug "Calling API: UniverseApi.get_universe_ancestries ..."
49
47
  end
48
+ if @api_client.config.client_side_validation && opts[:'accept_language'] && !['de', 'en-us', 'fr', 'ja', 'ru', 'zh'].include?(opts[:'accept_language'])
49
+ fail ArgumentError, 'invalid value for "accept_language", must be one of de, en-us, fr, ja, ru, zh'
50
+ end
50
51
  if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility', 'singularity'].include?(opts[:'datasource'])
51
52
  fail ArgumentError, 'invalid value for "datasource", must be one of tranquility, singularity'
52
53
  end
@@ -60,7 +61,6 @@ module ESI
60
61
  query_params = {}
61
62
  query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
62
63
  query_params[:'language'] = opts[:'language'] if !opts[:'language'].nil?
63
- query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
64
64
 
65
65
  # header parameters
66
66
  header_params = {}
@@ -68,8 +68,8 @@ module ESI
68
68
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
69
69
  # HTTP header 'Content-Type'
70
70
  header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
71
+ header_params[:'Accept-Language'] = opts[:'accept_language'] if !opts[:'accept_language'].nil?
71
72
  header_params[:'If-None-Match'] = opts[:'if_none_match'] if !opts[:'if_none_match'].nil?
72
- header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
73
73
 
74
74
  # form parameters
75
75
  form_params = {}
@@ -96,8 +96,6 @@ module ESI
96
96
  # @param [Hash] opts the optional parameters
97
97
  # @option opts [String] :datasource The server name you would like data from (default to tranquility)
98
98
  # @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
99
- # @option opts [String] :user_agent Client identifier, takes precedence over headers
100
- # @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
101
99
  # @return [GetUniverseAsteroidBeltsAsteroidBeltIdOk]
102
100
  def get_universe_asteroid_belts_asteroid_belt_id(asteroid_belt_id, opts = {})
103
101
  data, _status_code, _headers = get_universe_asteroid_belts_asteroid_belt_id_with_http_info(asteroid_belt_id, opts)
@@ -110,8 +108,6 @@ module ESI
110
108
  # @param [Hash] opts the optional parameters
111
109
  # @option opts [String] :datasource The server name you would like data from
112
110
  # @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
113
- # @option opts [String] :user_agent Client identifier, takes precedence over headers
114
- # @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
115
111
  # @return [Array<(GetUniverseAsteroidBeltsAsteroidBeltIdOk, Fixnum, Hash)>] GetUniverseAsteroidBeltsAsteroidBeltIdOk data, response status code and response headers
116
112
  def get_universe_asteroid_belts_asteroid_belt_id_with_http_info(asteroid_belt_id, opts = {})
117
113
  if @api_client.config.debugging
@@ -130,7 +126,6 @@ module ESI
130
126
  # query parameters
131
127
  query_params = {}
132
128
  query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
133
- query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
134
129
 
135
130
  # header parameters
136
131
  header_params = {}
@@ -139,7 +134,6 @@ module ESI
139
134
  # HTTP header 'Content-Type'
140
135
  header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
141
136
  header_params[:'If-None-Match'] = opts[:'if_none_match'] if !opts[:'if_none_match'].nil?
142
- header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
143
137
 
144
138
  # form parameters
145
139
  form_params = {}
@@ -163,11 +157,10 @@ module ESI
163
157
  # Get bloodlines
164
158
  # Get a list of bloodlines --- This route expires daily at 11:05
165
159
  # @param [Hash] opts the optional parameters
160
+ # @option opts [String] :accept_language Language to use in the response (default to en-us)
166
161
  # @option opts [String] :datasource The server name you would like data from (default to tranquility)
167
162
  # @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
168
- # @option opts [String] :language Language to use in the response (default to en-us)
169
- # @option opts [String] :user_agent Client identifier, takes precedence over headers
170
- # @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
163
+ # @option opts [String] :language Language to use in the response, takes precedence over Accept-Language (default to en-us)
171
164
  # @return [Array<GetUniverseBloodlines200Ok>]
172
165
  def get_universe_bloodlines(opts = {})
173
166
  data, _status_code, _headers = get_universe_bloodlines_with_http_info(opts)
@@ -177,16 +170,18 @@ module ESI
177
170
  # Get bloodlines
178
171
  # Get a list of bloodlines --- This route expires daily at 11:05
179
172
  # @param [Hash] opts the optional parameters
173
+ # @option opts [String] :accept_language Language to use in the response
180
174
  # @option opts [String] :datasource The server name you would like data from
181
175
  # @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
182
- # @option opts [String] :language Language to use in the response
183
- # @option opts [String] :user_agent Client identifier, takes precedence over headers
184
- # @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
176
+ # @option opts [String] :language Language to use in the response, takes precedence over Accept-Language
185
177
  # @return [Array<(Array<GetUniverseBloodlines200Ok>, Fixnum, Hash)>] Array<GetUniverseBloodlines200Ok> data, response status code and response headers
186
178
  def get_universe_bloodlines_with_http_info(opts = {})
187
179
  if @api_client.config.debugging
188
180
  @api_client.config.logger.debug "Calling API: UniverseApi.get_universe_bloodlines ..."
189
181
  end
182
+ if @api_client.config.client_side_validation && opts[:'accept_language'] && !['de', 'en-us', 'fr', 'ja', 'ru', 'zh'].include?(opts[:'accept_language'])
183
+ fail ArgumentError, 'invalid value for "accept_language", must be one of de, en-us, fr, ja, ru, zh'
184
+ end
190
185
  if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility', 'singularity'].include?(opts[:'datasource'])
191
186
  fail ArgumentError, 'invalid value for "datasource", must be one of tranquility, singularity'
192
187
  end
@@ -200,7 +195,6 @@ module ESI
200
195
  query_params = {}
201
196
  query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
202
197
  query_params[:'language'] = opts[:'language'] if !opts[:'language'].nil?
203
- query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
204
198
 
205
199
  # header parameters
206
200
  header_params = {}
@@ -208,8 +202,8 @@ module ESI
208
202
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
209
203
  # HTTP header 'Content-Type'
210
204
  header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
205
+ header_params[:'Accept-Language'] = opts[:'accept_language'] if !opts[:'accept_language'].nil?
211
206
  header_params[:'If-None-Match'] = opts[:'if_none_match'] if !opts[:'if_none_match'].nil?
212
- header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
213
207
 
214
208
  # form parameters
215
209
  form_params = {}
@@ -235,8 +229,6 @@ module ESI
235
229
  # @param [Hash] opts the optional parameters
236
230
  # @option opts [String] :datasource The server name you would like data from (default to tranquility)
237
231
  # @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
238
- # @option opts [String] :user_agent Client identifier, takes precedence over headers
239
- # @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
240
232
  # @return [Array<Integer>]
241
233
  def get_universe_categories(opts = {})
242
234
  data, _status_code, _headers = get_universe_categories_with_http_info(opts)
@@ -248,8 +240,6 @@ module ESI
248
240
  # @param [Hash] opts the optional parameters
249
241
  # @option opts [String] :datasource The server name you would like data from
250
242
  # @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
251
- # @option opts [String] :user_agent Client identifier, takes precedence over headers
252
- # @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
253
243
  # @return [Array<(Array<Integer>, Fixnum, Hash)>] Array<Integer> data, response status code and response headers
254
244
  def get_universe_categories_with_http_info(opts = {})
255
245
  if @api_client.config.debugging
@@ -264,7 +254,6 @@ module ESI
264
254
  # query parameters
265
255
  query_params = {}
266
256
  query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
267
- query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
268
257
 
269
258
  # header parameters
270
259
  header_params = {}
@@ -273,7 +262,6 @@ module ESI
273
262
  # HTTP header 'Content-Type'
274
263
  header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
275
264
  header_params[:'If-None-Match'] = opts[:'if_none_match'] if !opts[:'if_none_match'].nil?
276
- header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
277
265
 
278
266
  # form parameters
279
267
  form_params = {}
@@ -298,11 +286,10 @@ module ESI
298
286
  # Get information of an item category --- This route expires daily at 11:05
299
287
  # @param category_id An Eve item category ID
300
288
  # @param [Hash] opts the optional parameters
289
+ # @option opts [String] :accept_language Language to use in the response (default to en-us)
301
290
  # @option opts [String] :datasource The server name you would like data from (default to tranquility)
302
291
  # @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
303
- # @option opts [String] :language Language to use in the response (default to en-us)
304
- # @option opts [String] :user_agent Client identifier, takes precedence over headers
305
- # @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
292
+ # @option opts [String] :language Language to use in the response, takes precedence over Accept-Language (default to en-us)
306
293
  # @return [GetUniverseCategoriesCategoryIdOk]
307
294
  def get_universe_categories_category_id(category_id, opts = {})
308
295
  data, _status_code, _headers = get_universe_categories_category_id_with_http_info(category_id, opts)
@@ -313,11 +300,10 @@ module ESI
313
300
  # Get information of an item category --- This route expires daily at 11:05
314
301
  # @param category_id An Eve item category ID
315
302
  # @param [Hash] opts the optional parameters
303
+ # @option opts [String] :accept_language Language to use in the response
316
304
  # @option opts [String] :datasource The server name you would like data from
317
305
  # @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
318
- # @option opts [String] :language Language to use in the response
319
- # @option opts [String] :user_agent Client identifier, takes precedence over headers
320
- # @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
306
+ # @option opts [String] :language Language to use in the response, takes precedence over Accept-Language
321
307
  # @return [Array<(GetUniverseCategoriesCategoryIdOk, Fixnum, Hash)>] GetUniverseCategoriesCategoryIdOk data, response status code and response headers
322
308
  def get_universe_categories_category_id_with_http_info(category_id, opts = {})
323
309
  if @api_client.config.debugging
@@ -327,6 +313,9 @@ module ESI
327
313
  if @api_client.config.client_side_validation && category_id.nil?
328
314
  fail ArgumentError, "Missing the required parameter 'category_id' when calling UniverseApi.get_universe_categories_category_id"
329
315
  end
316
+ if @api_client.config.client_side_validation && opts[:'accept_language'] && !['de', 'en-us', 'fr', 'ja', 'ru', 'zh'].include?(opts[:'accept_language'])
317
+ fail ArgumentError, 'invalid value for "accept_language", must be one of de, en-us, fr, ja, ru, zh'
318
+ end
330
319
  if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility', 'singularity'].include?(opts[:'datasource'])
331
320
  fail ArgumentError, 'invalid value for "datasource", must be one of tranquility, singularity'
332
321
  end
@@ -340,7 +329,6 @@ module ESI
340
329
  query_params = {}
341
330
  query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
342
331
  query_params[:'language'] = opts[:'language'] if !opts[:'language'].nil?
343
- query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
344
332
 
345
333
  # header parameters
346
334
  header_params = {}
@@ -348,8 +336,8 @@ module ESI
348
336
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
349
337
  # HTTP header 'Content-Type'
350
338
  header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
339
+ header_params[:'Accept-Language'] = opts[:'accept_language'] if !opts[:'accept_language'].nil?
351
340
  header_params[:'If-None-Match'] = opts[:'if_none_match'] if !opts[:'if_none_match'].nil?
352
- header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
353
341
 
354
342
  # form parameters
355
343
  form_params = {}
@@ -375,8 +363,6 @@ module ESI
375
363
  # @param [Hash] opts the optional parameters
376
364
  # @option opts [String] :datasource The server name you would like data from (default to tranquility)
377
365
  # @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
378
- # @option opts [String] :user_agent Client identifier, takes precedence over headers
379
- # @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
380
366
  # @return [Array<Integer>]
381
367
  def get_universe_constellations(opts = {})
382
368
  data, _status_code, _headers = get_universe_constellations_with_http_info(opts)
@@ -388,8 +374,6 @@ module ESI
388
374
  # @param [Hash] opts the optional parameters
389
375
  # @option opts [String] :datasource The server name you would like data from
390
376
  # @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
391
- # @option opts [String] :user_agent Client identifier, takes precedence over headers
392
- # @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
393
377
  # @return [Array<(Array<Integer>, Fixnum, Hash)>] Array<Integer> data, response status code and response headers
394
378
  def get_universe_constellations_with_http_info(opts = {})
395
379
  if @api_client.config.debugging
@@ -404,7 +388,6 @@ module ESI
404
388
  # query parameters
405
389
  query_params = {}
406
390
  query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
407
- query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
408
391
 
409
392
  # header parameters
410
393
  header_params = {}
@@ -413,7 +396,6 @@ module ESI
413
396
  # HTTP header 'Content-Type'
414
397
  header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
415
398
  header_params[:'If-None-Match'] = opts[:'if_none_match'] if !opts[:'if_none_match'].nil?
416
- header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
417
399
 
418
400
  # form parameters
419
401
  form_params = {}
@@ -438,11 +420,10 @@ module ESI
438
420
  # Get information on a constellation --- This route expires daily at 11:05
439
421
  # @param constellation_id constellation_id integer
440
422
  # @param [Hash] opts the optional parameters
423
+ # @option opts [String] :accept_language Language to use in the response (default to en-us)
441
424
  # @option opts [String] :datasource The server name you would like data from (default to tranquility)
442
425
  # @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
443
- # @option opts [String] :language Language to use in the response (default to en-us)
444
- # @option opts [String] :user_agent Client identifier, takes precedence over headers
445
- # @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
426
+ # @option opts [String] :language Language to use in the response, takes precedence over Accept-Language (default to en-us)
446
427
  # @return [GetUniverseConstellationsConstellationIdOk]
447
428
  def get_universe_constellations_constellation_id(constellation_id, opts = {})
448
429
  data, _status_code, _headers = get_universe_constellations_constellation_id_with_http_info(constellation_id, opts)
@@ -453,11 +434,10 @@ module ESI
453
434
  # Get information on a constellation --- This route expires daily at 11:05
454
435
  # @param constellation_id constellation_id integer
455
436
  # @param [Hash] opts the optional parameters
437
+ # @option opts [String] :accept_language Language to use in the response
456
438
  # @option opts [String] :datasource The server name you would like data from
457
439
  # @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
458
- # @option opts [String] :language Language to use in the response
459
- # @option opts [String] :user_agent Client identifier, takes precedence over headers
460
- # @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
440
+ # @option opts [String] :language Language to use in the response, takes precedence over Accept-Language
461
441
  # @return [Array<(GetUniverseConstellationsConstellationIdOk, Fixnum, Hash)>] GetUniverseConstellationsConstellationIdOk data, response status code and response headers
462
442
  def get_universe_constellations_constellation_id_with_http_info(constellation_id, opts = {})
463
443
  if @api_client.config.debugging
@@ -467,6 +447,9 @@ module ESI
467
447
  if @api_client.config.client_side_validation && constellation_id.nil?
468
448
  fail ArgumentError, "Missing the required parameter 'constellation_id' when calling UniverseApi.get_universe_constellations_constellation_id"
469
449
  end
450
+ if @api_client.config.client_side_validation && opts[:'accept_language'] && !['de', 'en-us', 'fr', 'ja', 'ru', 'zh'].include?(opts[:'accept_language'])
451
+ fail ArgumentError, 'invalid value for "accept_language", must be one of de, en-us, fr, ja, ru, zh'
452
+ end
470
453
  if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility', 'singularity'].include?(opts[:'datasource'])
471
454
  fail ArgumentError, 'invalid value for "datasource", must be one of tranquility, singularity'
472
455
  end
@@ -480,7 +463,6 @@ module ESI
480
463
  query_params = {}
481
464
  query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
482
465
  query_params[:'language'] = opts[:'language'] if !opts[:'language'].nil?
483
- query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
484
466
 
485
467
  # header parameters
486
468
  header_params = {}
@@ -488,8 +470,8 @@ module ESI
488
470
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
489
471
  # HTTP header 'Content-Type'
490
472
  header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
473
+ header_params[:'Accept-Language'] = opts[:'accept_language'] if !opts[:'accept_language'].nil?
491
474
  header_params[:'If-None-Match'] = opts[:'if_none_match'] if !opts[:'if_none_match'].nil?
492
- header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
493
475
 
494
476
  # form parameters
495
477
  form_params = {}
@@ -513,11 +495,10 @@ module ESI
513
495
  # Get factions
514
496
  # Get a list of factions --- This route expires daily at 11:05
515
497
  # @param [Hash] opts the optional parameters
498
+ # @option opts [String] :accept_language Language to use in the response (default to en-us)
516
499
  # @option opts [String] :datasource The server name you would like data from (default to tranquility)
517
500
  # @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
518
- # @option opts [String] :language Language to use in the response (default to en-us)
519
- # @option opts [String] :user_agent Client identifier, takes precedence over headers
520
- # @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
501
+ # @option opts [String] :language Language to use in the response, takes precedence over Accept-Language (default to en-us)
521
502
  # @return [Array<GetUniverseFactions200Ok>]
522
503
  def get_universe_factions(opts = {})
523
504
  data, _status_code, _headers = get_universe_factions_with_http_info(opts)
@@ -527,16 +508,18 @@ module ESI
527
508
  # Get factions
528
509
  # Get a list of factions --- This route expires daily at 11:05
529
510
  # @param [Hash] opts the optional parameters
511
+ # @option opts [String] :accept_language Language to use in the response
530
512
  # @option opts [String] :datasource The server name you would like data from
531
513
  # @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
532
- # @option opts [String] :language Language to use in the response
533
- # @option opts [String] :user_agent Client identifier, takes precedence over headers
534
- # @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
514
+ # @option opts [String] :language Language to use in the response, takes precedence over Accept-Language
535
515
  # @return [Array<(Array<GetUniverseFactions200Ok>, Fixnum, Hash)>] Array<GetUniverseFactions200Ok> data, response status code and response headers
536
516
  def get_universe_factions_with_http_info(opts = {})
537
517
  if @api_client.config.debugging
538
518
  @api_client.config.logger.debug "Calling API: UniverseApi.get_universe_factions ..."
539
519
  end
520
+ if @api_client.config.client_side_validation && opts[:'accept_language'] && !['de', 'en-us', 'fr', 'ja', 'ru', 'zh'].include?(opts[:'accept_language'])
521
+ fail ArgumentError, 'invalid value for "accept_language", must be one of de, en-us, fr, ja, ru, zh'
522
+ end
540
523
  if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility', 'singularity'].include?(opts[:'datasource'])
541
524
  fail ArgumentError, 'invalid value for "datasource", must be one of tranquility, singularity'
542
525
  end
@@ -550,7 +533,6 @@ module ESI
550
533
  query_params = {}
551
534
  query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
552
535
  query_params[:'language'] = opts[:'language'] if !opts[:'language'].nil?
553
- query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
554
536
 
555
537
  # header parameters
556
538
  header_params = {}
@@ -558,8 +540,8 @@ module ESI
558
540
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
559
541
  # HTTP header 'Content-Type'
560
542
  header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
543
+ header_params[:'Accept-Language'] = opts[:'accept_language'] if !opts[:'accept_language'].nil?
561
544
  header_params[:'If-None-Match'] = opts[:'if_none_match'] if !opts[:'if_none_match'].nil?
562
- header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
563
545
 
564
546
  # form parameters
565
547
  form_params = {}
@@ -585,8 +567,6 @@ module ESI
585
567
  # @param [Hash] opts the optional parameters
586
568
  # @option opts [String] :datasource The server name you would like data from (default to tranquility)
587
569
  # @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
588
- # @option opts [String] :user_agent Client identifier, takes precedence over headers
589
- # @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
590
570
  # @return [Array<Integer>]
591
571
  def get_universe_graphics(opts = {})
592
572
  data, _status_code, _headers = get_universe_graphics_with_http_info(opts)
@@ -598,8 +578,6 @@ module ESI
598
578
  # @param [Hash] opts the optional parameters
599
579
  # @option opts [String] :datasource The server name you would like data from
600
580
  # @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
601
- # @option opts [String] :user_agent Client identifier, takes precedence over headers
602
- # @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
603
581
  # @return [Array<(Array<Integer>, Fixnum, Hash)>] Array<Integer> data, response status code and response headers
604
582
  def get_universe_graphics_with_http_info(opts = {})
605
583
  if @api_client.config.debugging
@@ -614,7 +592,6 @@ module ESI
614
592
  # query parameters
615
593
  query_params = {}
616
594
  query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
617
- query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
618
595
 
619
596
  # header parameters
620
597
  header_params = {}
@@ -623,7 +600,6 @@ module ESI
623
600
  # HTTP header 'Content-Type'
624
601
  header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
625
602
  header_params[:'If-None-Match'] = opts[:'if_none_match'] if !opts[:'if_none_match'].nil?
626
- header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
627
603
 
628
604
  # form parameters
629
605
  form_params = {}
@@ -650,8 +626,6 @@ module ESI
650
626
  # @param [Hash] opts the optional parameters
651
627
  # @option opts [String] :datasource The server name you would like data from (default to tranquility)
652
628
  # @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
653
- # @option opts [String] :user_agent Client identifier, takes precedence over headers
654
- # @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
655
629
  # @return [GetUniverseGraphicsGraphicIdOk]
656
630
  def get_universe_graphics_graphic_id(graphic_id, opts = {})
657
631
  data, _status_code, _headers = get_universe_graphics_graphic_id_with_http_info(graphic_id, opts)
@@ -664,8 +638,6 @@ module ESI
664
638
  # @param [Hash] opts the optional parameters
665
639
  # @option opts [String] :datasource The server name you would like data from
666
640
  # @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
667
- # @option opts [String] :user_agent Client identifier, takes precedence over headers
668
- # @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
669
641
  # @return [Array<(GetUniverseGraphicsGraphicIdOk, Fixnum, Hash)>] GetUniverseGraphicsGraphicIdOk data, response status code and response headers
670
642
  def get_universe_graphics_graphic_id_with_http_info(graphic_id, opts = {})
671
643
  if @api_client.config.debugging
@@ -684,7 +656,6 @@ module ESI
684
656
  # query parameters
685
657
  query_params = {}
686
658
  query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
687
- query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
688
659
 
689
660
  # header parameters
690
661
  header_params = {}
@@ -693,7 +664,6 @@ module ESI
693
664
  # HTTP header 'Content-Type'
694
665
  header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
695
666
  header_params[:'If-None-Match'] = opts[:'if_none_match'] if !opts[:'if_none_match'].nil?
696
- header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
697
667
 
698
668
  # form parameters
699
669
  form_params = {}
@@ -720,8 +690,6 @@ module ESI
720
690
  # @option opts [String] :datasource The server name you would like data from (default to tranquility)
721
691
  # @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
722
692
  # @option opts [Integer] :page Which page of results to return (default to 1)
723
- # @option opts [String] :user_agent Client identifier, takes precedence over headers
724
- # @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
725
693
  # @return [Array<Integer>]
726
694
  def get_universe_groups(opts = {})
727
695
  data, _status_code, _headers = get_universe_groups_with_http_info(opts)
@@ -734,8 +702,6 @@ module ESI
734
702
  # @option opts [String] :datasource The server name you would like data from
735
703
  # @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
736
704
  # @option opts [Integer] :page Which page of results to return
737
- # @option opts [String] :user_agent Client identifier, takes precedence over headers
738
- # @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
739
705
  # @return [Array<(Array<Integer>, Fixnum, Hash)>] Array<Integer> data, response status code and response headers
740
706
  def get_universe_groups_with_http_info(opts = {})
741
707
  if @api_client.config.debugging
@@ -755,7 +721,6 @@ module ESI
755
721
  query_params = {}
756
722
  query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
757
723
  query_params[:'page'] = opts[:'page'] if !opts[:'page'].nil?
758
- query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
759
724
 
760
725
  # header parameters
761
726
  header_params = {}
@@ -764,7 +729,6 @@ module ESI
764
729
  # HTTP header 'Content-Type'
765
730
  header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
766
731
  header_params[:'If-None-Match'] = opts[:'if_none_match'] if !opts[:'if_none_match'].nil?
767
- header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
768
732
 
769
733
  # form parameters
770
734
  form_params = {}
@@ -789,11 +753,10 @@ module ESI
789
753
  # Get information on an item group --- This route expires daily at 11:05
790
754
  # @param group_id An Eve item group ID
791
755
  # @param [Hash] opts the optional parameters
756
+ # @option opts [String] :accept_language Language to use in the response (default to en-us)
792
757
  # @option opts [String] :datasource The server name you would like data from (default to tranquility)
793
758
  # @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
794
- # @option opts [String] :language Language to use in the response (default to en-us)
795
- # @option opts [String] :user_agent Client identifier, takes precedence over headers
796
- # @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
759
+ # @option opts [String] :language Language to use in the response, takes precedence over Accept-Language (default to en-us)
797
760
  # @return [GetUniverseGroupsGroupIdOk]
798
761
  def get_universe_groups_group_id(group_id, opts = {})
799
762
  data, _status_code, _headers = get_universe_groups_group_id_with_http_info(group_id, opts)
@@ -804,11 +767,10 @@ module ESI
804
767
  # Get information on an item group --- This route expires daily at 11:05
805
768
  # @param group_id An Eve item group ID
806
769
  # @param [Hash] opts the optional parameters
770
+ # @option opts [String] :accept_language Language to use in the response
807
771
  # @option opts [String] :datasource The server name you would like data from
808
772
  # @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
809
- # @option opts [String] :language Language to use in the response
810
- # @option opts [String] :user_agent Client identifier, takes precedence over headers
811
- # @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
773
+ # @option opts [String] :language Language to use in the response, takes precedence over Accept-Language
812
774
  # @return [Array<(GetUniverseGroupsGroupIdOk, Fixnum, Hash)>] GetUniverseGroupsGroupIdOk data, response status code and response headers
813
775
  def get_universe_groups_group_id_with_http_info(group_id, opts = {})
814
776
  if @api_client.config.debugging
@@ -818,6 +780,9 @@ module ESI
818
780
  if @api_client.config.client_side_validation && group_id.nil?
819
781
  fail ArgumentError, "Missing the required parameter 'group_id' when calling UniverseApi.get_universe_groups_group_id"
820
782
  end
783
+ if @api_client.config.client_side_validation && opts[:'accept_language'] && !['de', 'en-us', 'fr', 'ja', 'ru', 'zh'].include?(opts[:'accept_language'])
784
+ fail ArgumentError, 'invalid value for "accept_language", must be one of de, en-us, fr, ja, ru, zh'
785
+ end
821
786
  if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility', 'singularity'].include?(opts[:'datasource'])
822
787
  fail ArgumentError, 'invalid value for "datasource", must be one of tranquility, singularity'
823
788
  end
@@ -831,7 +796,6 @@ module ESI
831
796
  query_params = {}
832
797
  query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
833
798
  query_params[:'language'] = opts[:'language'] if !opts[:'language'].nil?
834
- query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
835
799
 
836
800
  # header parameters
837
801
  header_params = {}
@@ -839,8 +803,8 @@ module ESI
839
803
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
840
804
  # HTTP header 'Content-Type'
841
805
  header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
806
+ header_params[:'Accept-Language'] = opts[:'accept_language'] if !opts[:'accept_language'].nil?
842
807
  header_params[:'If-None-Match'] = opts[:'if_none_match'] if !opts[:'if_none_match'].nil?
843
- header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
844
808
 
845
809
  # form parameters
846
810
  form_params = {}
@@ -867,8 +831,6 @@ module ESI
867
831
  # @param [Hash] opts the optional parameters
868
832
  # @option opts [String] :datasource The server name you would like data from (default to tranquility)
869
833
  # @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
870
- # @option opts [String] :user_agent Client identifier, takes precedence over headers
871
- # @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
872
834
  # @return [GetUniverseMoonsMoonIdOk]
873
835
  def get_universe_moons_moon_id(moon_id, opts = {})
874
836
  data, _status_code, _headers = get_universe_moons_moon_id_with_http_info(moon_id, opts)
@@ -881,8 +843,6 @@ module ESI
881
843
  # @param [Hash] opts the optional parameters
882
844
  # @option opts [String] :datasource The server name you would like data from
883
845
  # @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
884
- # @option opts [String] :user_agent Client identifier, takes precedence over headers
885
- # @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
886
846
  # @return [Array<(GetUniverseMoonsMoonIdOk, Fixnum, Hash)>] GetUniverseMoonsMoonIdOk data, response status code and response headers
887
847
  def get_universe_moons_moon_id_with_http_info(moon_id, opts = {})
888
848
  if @api_client.config.debugging
@@ -901,7 +861,6 @@ module ESI
901
861
  # query parameters
902
862
  query_params = {}
903
863
  query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
904
- query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
905
864
 
906
865
  # header parameters
907
866
  header_params = {}
@@ -910,7 +869,6 @@ module ESI
910
869
  # HTTP header 'Content-Type'
911
870
  header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
912
871
  header_params[:'If-None-Match'] = opts[:'if_none_match'] if !opts[:'if_none_match'].nil?
913
- header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
914
872
 
915
873
  # form parameters
916
874
  form_params = {}
@@ -937,8 +895,6 @@ module ESI
937
895
  # @param [Hash] opts the optional parameters
938
896
  # @option opts [String] :datasource The server name you would like data from (default to tranquility)
939
897
  # @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
940
- # @option opts [String] :user_agent Client identifier, takes precedence over headers
941
- # @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
942
898
  # @return [GetUniversePlanetsPlanetIdOk]
943
899
  def get_universe_planets_planet_id(planet_id, opts = {})
944
900
  data, _status_code, _headers = get_universe_planets_planet_id_with_http_info(planet_id, opts)
@@ -951,8 +907,6 @@ module ESI
951
907
  # @param [Hash] opts the optional parameters
952
908
  # @option opts [String] :datasource The server name you would like data from
953
909
  # @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
954
- # @option opts [String] :user_agent Client identifier, takes precedence over headers
955
- # @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
956
910
  # @return [Array<(GetUniversePlanetsPlanetIdOk, Fixnum, Hash)>] GetUniversePlanetsPlanetIdOk data, response status code and response headers
957
911
  def get_universe_planets_planet_id_with_http_info(planet_id, opts = {})
958
912
  if @api_client.config.debugging
@@ -971,7 +925,6 @@ module ESI
971
925
  # query parameters
972
926
  query_params = {}
973
927
  query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
974
- query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
975
928
 
976
929
  # header parameters
977
930
  header_params = {}
@@ -980,7 +933,6 @@ module ESI
980
933
  # HTTP header 'Content-Type'
981
934
  header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
982
935
  header_params[:'If-None-Match'] = opts[:'if_none_match'] if !opts[:'if_none_match'].nil?
983
- header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
984
936
 
985
937
  # form parameters
986
938
  form_params = {}
@@ -1004,11 +956,10 @@ module ESI
1004
956
  # Get character races
1005
957
  # Get a list of character races --- This route expires daily at 11:05
1006
958
  # @param [Hash] opts the optional parameters
959
+ # @option opts [String] :accept_language Language to use in the response (default to en-us)
1007
960
  # @option opts [String] :datasource The server name you would like data from (default to tranquility)
1008
961
  # @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
1009
- # @option opts [String] :language Language to use in the response (default to en-us)
1010
- # @option opts [String] :user_agent Client identifier, takes precedence over headers
1011
- # @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
962
+ # @option opts [String] :language Language to use in the response, takes precedence over Accept-Language (default to en-us)
1012
963
  # @return [Array<GetUniverseRaces200Ok>]
1013
964
  def get_universe_races(opts = {})
1014
965
  data, _status_code, _headers = get_universe_races_with_http_info(opts)
@@ -1018,16 +969,18 @@ module ESI
1018
969
  # Get character races
1019
970
  # Get a list of character races --- This route expires daily at 11:05
1020
971
  # @param [Hash] opts the optional parameters
972
+ # @option opts [String] :accept_language Language to use in the response
1021
973
  # @option opts [String] :datasource The server name you would like data from
1022
974
  # @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
1023
- # @option opts [String] :language Language to use in the response
1024
- # @option opts [String] :user_agent Client identifier, takes precedence over headers
1025
- # @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
975
+ # @option opts [String] :language Language to use in the response, takes precedence over Accept-Language
1026
976
  # @return [Array<(Array<GetUniverseRaces200Ok>, Fixnum, Hash)>] Array<GetUniverseRaces200Ok> data, response status code and response headers
1027
977
  def get_universe_races_with_http_info(opts = {})
1028
978
  if @api_client.config.debugging
1029
979
  @api_client.config.logger.debug "Calling API: UniverseApi.get_universe_races ..."
1030
980
  end
981
+ if @api_client.config.client_side_validation && opts[:'accept_language'] && !['de', 'en-us', 'fr', 'ja', 'ru', 'zh'].include?(opts[:'accept_language'])
982
+ fail ArgumentError, 'invalid value for "accept_language", must be one of de, en-us, fr, ja, ru, zh'
983
+ end
1031
984
  if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility', 'singularity'].include?(opts[:'datasource'])
1032
985
  fail ArgumentError, 'invalid value for "datasource", must be one of tranquility, singularity'
1033
986
  end
@@ -1041,7 +994,6 @@ module ESI
1041
994
  query_params = {}
1042
995
  query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
1043
996
  query_params[:'language'] = opts[:'language'] if !opts[:'language'].nil?
1044
- query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
1045
997
 
1046
998
  # header parameters
1047
999
  header_params = {}
@@ -1049,8 +1001,8 @@ module ESI
1049
1001
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1050
1002
  # HTTP header 'Content-Type'
1051
1003
  header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
1004
+ header_params[:'Accept-Language'] = opts[:'accept_language'] if !opts[:'accept_language'].nil?
1052
1005
  header_params[:'If-None-Match'] = opts[:'if_none_match'] if !opts[:'if_none_match'].nil?
1053
- header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
1054
1006
 
1055
1007
  # form parameters
1056
1008
  form_params = {}
@@ -1076,8 +1028,6 @@ module ESI
1076
1028
  # @param [Hash] opts the optional parameters
1077
1029
  # @option opts [String] :datasource The server name you would like data from (default to tranquility)
1078
1030
  # @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
1079
- # @option opts [String] :user_agent Client identifier, takes precedence over headers
1080
- # @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
1081
1031
  # @return [Array<Integer>]
1082
1032
  def get_universe_regions(opts = {})
1083
1033
  data, _status_code, _headers = get_universe_regions_with_http_info(opts)
@@ -1089,8 +1039,6 @@ module ESI
1089
1039
  # @param [Hash] opts the optional parameters
1090
1040
  # @option opts [String] :datasource The server name you would like data from
1091
1041
  # @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
1092
- # @option opts [String] :user_agent Client identifier, takes precedence over headers
1093
- # @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
1094
1042
  # @return [Array<(Array<Integer>, Fixnum, Hash)>] Array<Integer> data, response status code and response headers
1095
1043
  def get_universe_regions_with_http_info(opts = {})
1096
1044
  if @api_client.config.debugging
@@ -1105,7 +1053,6 @@ module ESI
1105
1053
  # query parameters
1106
1054
  query_params = {}
1107
1055
  query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
1108
- query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
1109
1056
 
1110
1057
  # header parameters
1111
1058
  header_params = {}
@@ -1114,7 +1061,6 @@ module ESI
1114
1061
  # HTTP header 'Content-Type'
1115
1062
  header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
1116
1063
  header_params[:'If-None-Match'] = opts[:'if_none_match'] if !opts[:'if_none_match'].nil?
1117
- header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
1118
1064
 
1119
1065
  # form parameters
1120
1066
  form_params = {}
@@ -1139,11 +1085,10 @@ module ESI
1139
1085
  # Get information on a region --- This route expires daily at 11:05
1140
1086
  # @param region_id region_id integer
1141
1087
  # @param [Hash] opts the optional parameters
1088
+ # @option opts [String] :accept_language Language to use in the response (default to en-us)
1142
1089
  # @option opts [String] :datasource The server name you would like data from (default to tranquility)
1143
1090
  # @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
1144
- # @option opts [String] :language Language to use in the response (default to en-us)
1145
- # @option opts [String] :user_agent Client identifier, takes precedence over headers
1146
- # @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
1091
+ # @option opts [String] :language Language to use in the response, takes precedence over Accept-Language (default to en-us)
1147
1092
  # @return [GetUniverseRegionsRegionIdOk]
1148
1093
  def get_universe_regions_region_id(region_id, opts = {})
1149
1094
  data, _status_code, _headers = get_universe_regions_region_id_with_http_info(region_id, opts)
@@ -1154,11 +1099,10 @@ module ESI
1154
1099
  # Get information on a region --- This route expires daily at 11:05
1155
1100
  # @param region_id region_id integer
1156
1101
  # @param [Hash] opts the optional parameters
1102
+ # @option opts [String] :accept_language Language to use in the response
1157
1103
  # @option opts [String] :datasource The server name you would like data from
1158
1104
  # @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
1159
- # @option opts [String] :language Language to use in the response
1160
- # @option opts [String] :user_agent Client identifier, takes precedence over headers
1161
- # @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
1105
+ # @option opts [String] :language Language to use in the response, takes precedence over Accept-Language
1162
1106
  # @return [Array<(GetUniverseRegionsRegionIdOk, Fixnum, Hash)>] GetUniverseRegionsRegionIdOk data, response status code and response headers
1163
1107
  def get_universe_regions_region_id_with_http_info(region_id, opts = {})
1164
1108
  if @api_client.config.debugging
@@ -1168,6 +1112,9 @@ module ESI
1168
1112
  if @api_client.config.client_side_validation && region_id.nil?
1169
1113
  fail ArgumentError, "Missing the required parameter 'region_id' when calling UniverseApi.get_universe_regions_region_id"
1170
1114
  end
1115
+ if @api_client.config.client_side_validation && opts[:'accept_language'] && !['de', 'en-us', 'fr', 'ja', 'ru', 'zh'].include?(opts[:'accept_language'])
1116
+ fail ArgumentError, 'invalid value for "accept_language", must be one of de, en-us, fr, ja, ru, zh'
1117
+ end
1171
1118
  if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility', 'singularity'].include?(opts[:'datasource'])
1172
1119
  fail ArgumentError, 'invalid value for "datasource", must be one of tranquility, singularity'
1173
1120
  end
@@ -1181,7 +1128,6 @@ module ESI
1181
1128
  query_params = {}
1182
1129
  query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
1183
1130
  query_params[:'language'] = opts[:'language'] if !opts[:'language'].nil?
1184
- query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
1185
1131
 
1186
1132
  # header parameters
1187
1133
  header_params = {}
@@ -1189,8 +1135,8 @@ module ESI
1189
1135
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1190
1136
  # HTTP header 'Content-Type'
1191
1137
  header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
1138
+ header_params[:'Accept-Language'] = opts[:'accept_language'] if !opts[:'accept_language'].nil?
1192
1139
  header_params[:'If-None-Match'] = opts[:'if_none_match'] if !opts[:'if_none_match'].nil?
1193
- header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
1194
1140
 
1195
1141
  # form parameters
1196
1142
  form_params = {}
@@ -1217,8 +1163,6 @@ module ESI
1217
1163
  # @param [Hash] opts the optional parameters
1218
1164
  # @option opts [String] :datasource The server name you would like data from (default to tranquility)
1219
1165
  # @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
1220
- # @option opts [String] :user_agent Client identifier, takes precedence over headers
1221
- # @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
1222
1166
  # @return [GetUniverseStargatesStargateIdOk]
1223
1167
  def get_universe_stargates_stargate_id(stargate_id, opts = {})
1224
1168
  data, _status_code, _headers = get_universe_stargates_stargate_id_with_http_info(stargate_id, opts)
@@ -1231,8 +1175,6 @@ module ESI
1231
1175
  # @param [Hash] opts the optional parameters
1232
1176
  # @option opts [String] :datasource The server name you would like data from
1233
1177
  # @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
1234
- # @option opts [String] :user_agent Client identifier, takes precedence over headers
1235
- # @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
1236
1178
  # @return [Array<(GetUniverseStargatesStargateIdOk, Fixnum, Hash)>] GetUniverseStargatesStargateIdOk data, response status code and response headers
1237
1179
  def get_universe_stargates_stargate_id_with_http_info(stargate_id, opts = {})
1238
1180
  if @api_client.config.debugging
@@ -1251,7 +1193,6 @@ module ESI
1251
1193
  # query parameters
1252
1194
  query_params = {}
1253
1195
  query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
1254
- query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
1255
1196
 
1256
1197
  # header parameters
1257
1198
  header_params = {}
@@ -1260,7 +1201,6 @@ module ESI
1260
1201
  # HTTP header 'Content-Type'
1261
1202
  header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
1262
1203
  header_params[:'If-None-Match'] = opts[:'if_none_match'] if !opts[:'if_none_match'].nil?
1263
- header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
1264
1204
 
1265
1205
  # form parameters
1266
1206
  form_params = {}
@@ -1287,8 +1227,6 @@ module ESI
1287
1227
  # @param [Hash] opts the optional parameters
1288
1228
  # @option opts [String] :datasource The server name you would like data from (default to tranquility)
1289
1229
  # @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
1290
- # @option opts [String] :user_agent Client identifier, takes precedence over headers
1291
- # @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
1292
1230
  # @return [GetUniverseStarsStarIdOk]
1293
1231
  def get_universe_stars_star_id(star_id, opts = {})
1294
1232
  data, _status_code, _headers = get_universe_stars_star_id_with_http_info(star_id, opts)
@@ -1301,8 +1239,6 @@ module ESI
1301
1239
  # @param [Hash] opts the optional parameters
1302
1240
  # @option opts [String] :datasource The server name you would like data from
1303
1241
  # @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
1304
- # @option opts [String] :user_agent Client identifier, takes precedence over headers
1305
- # @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
1306
1242
  # @return [Array<(GetUniverseStarsStarIdOk, Fixnum, Hash)>] GetUniverseStarsStarIdOk data, response status code and response headers
1307
1243
  def get_universe_stars_star_id_with_http_info(star_id, opts = {})
1308
1244
  if @api_client.config.debugging
@@ -1321,7 +1257,6 @@ module ESI
1321
1257
  # query parameters
1322
1258
  query_params = {}
1323
1259
  query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
1324
- query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
1325
1260
 
1326
1261
  # header parameters
1327
1262
  header_params = {}
@@ -1330,7 +1265,6 @@ module ESI
1330
1265
  # HTTP header 'Content-Type'
1331
1266
  header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
1332
1267
  header_params[:'If-None-Match'] = opts[:'if_none_match'] if !opts[:'if_none_match'].nil?
1333
- header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
1334
1268
 
1335
1269
  # form parameters
1336
1270
  form_params = {}
@@ -1357,8 +1291,6 @@ module ESI
1357
1291
  # @param [Hash] opts the optional parameters
1358
1292
  # @option opts [String] :datasource The server name you would like data from (default to tranquility)
1359
1293
  # @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
1360
- # @option opts [String] :user_agent Client identifier, takes precedence over headers
1361
- # @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
1362
1294
  # @return [GetUniverseStationsStationIdOk]
1363
1295
  def get_universe_stations_station_id(station_id, opts = {})
1364
1296
  data, _status_code, _headers = get_universe_stations_station_id_with_http_info(station_id, opts)
@@ -1371,8 +1303,6 @@ module ESI
1371
1303
  # @param [Hash] opts the optional parameters
1372
1304
  # @option opts [String] :datasource The server name you would like data from
1373
1305
  # @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
1374
- # @option opts [String] :user_agent Client identifier, takes precedence over headers
1375
- # @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
1376
1306
  # @return [Array<(GetUniverseStationsStationIdOk, Fixnum, Hash)>] GetUniverseStationsStationIdOk data, response status code and response headers
1377
1307
  def get_universe_stations_station_id_with_http_info(station_id, opts = {})
1378
1308
  if @api_client.config.debugging
@@ -1391,7 +1321,6 @@ module ESI
1391
1321
  # query parameters
1392
1322
  query_params = {}
1393
1323
  query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
1394
- query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
1395
1324
 
1396
1325
  # header parameters
1397
1326
  header_params = {}
@@ -1400,7 +1329,6 @@ module ESI
1400
1329
  # HTTP header 'Content-Type'
1401
1330
  header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
1402
1331
  header_params[:'If-None-Match'] = opts[:'if_none_match'] if !opts[:'if_none_match'].nil?
1403
- header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
1404
1332
 
1405
1333
  # form parameters
1406
1334
  form_params = {}
@@ -1426,8 +1354,6 @@ module ESI
1426
1354
  # @param [Hash] opts the optional parameters
1427
1355
  # @option opts [String] :datasource The server name you would like data from (default to tranquility)
1428
1356
  # @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
1429
- # @option opts [String] :user_agent Client identifier, takes precedence over headers
1430
- # @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
1431
1357
  # @return [Array<Integer>]
1432
1358
  def get_universe_structures(opts = {})
1433
1359
  data, _status_code, _headers = get_universe_structures_with_http_info(opts)
@@ -1439,8 +1365,6 @@ module ESI
1439
1365
  # @param [Hash] opts the optional parameters
1440
1366
  # @option opts [String] :datasource The server name you would like data from
1441
1367
  # @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
1442
- # @option opts [String] :user_agent Client identifier, takes precedence over headers
1443
- # @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
1444
1368
  # @return [Array<(Array<Integer>, Fixnum, Hash)>] Array<Integer> data, response status code and response headers
1445
1369
  def get_universe_structures_with_http_info(opts = {})
1446
1370
  if @api_client.config.debugging
@@ -1455,7 +1379,6 @@ module ESI
1455
1379
  # query parameters
1456
1380
  query_params = {}
1457
1381
  query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
1458
- query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
1459
1382
 
1460
1383
  # header parameters
1461
1384
  header_params = {}
@@ -1464,7 +1387,6 @@ module ESI
1464
1387
  # HTTP header 'Content-Type'
1465
1388
  header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
1466
1389
  header_params[:'If-None-Match'] = opts[:'if_none_match'] if !opts[:'if_none_match'].nil?
1467
- header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
1468
1390
 
1469
1391
  # form parameters
1470
1392
  form_params = {}
@@ -1486,14 +1408,12 @@ module ESI
1486
1408
  end
1487
1409
 
1488
1410
  # Get structure information
1489
- # Returns information on requested structure, if you are on the ACL. Otherwise, returns \"Forbidden\" for all inputs. --- This route is cached for up to 3600 seconds
1411
+ # Returns information on requested structure if you are on the ACL. Otherwise, returns \"Forbidden\" for all inputs. --- This route is cached for up to 3600 seconds
1490
1412
  # @param structure_id An Eve structure ID
1491
1413
  # @param [Hash] opts the optional parameters
1492
1414
  # @option opts [String] :datasource The server name you would like data from (default to tranquility)
1493
1415
  # @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
1494
1416
  # @option opts [String] :token Access token to use if unable to set a header
1495
- # @option opts [String] :user_agent Client identifier, takes precedence over headers
1496
- # @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
1497
1417
  # @return [GetUniverseStructuresStructureIdOk]
1498
1418
  def get_universe_structures_structure_id(structure_id, opts = {})
1499
1419
  data, _status_code, _headers = get_universe_structures_structure_id_with_http_info(structure_id, opts)
@@ -1501,14 +1421,12 @@ module ESI
1501
1421
  end
1502
1422
 
1503
1423
  # Get structure information
1504
- # Returns information on requested structure, if you are on the ACL. Otherwise, returns \&quot;Forbidden\&quot; for all inputs. --- This route is cached for up to 3600 seconds
1424
+ # Returns information on requested structure if you are on the ACL. Otherwise, returns \&quot;Forbidden\&quot; for all inputs. --- This route is cached for up to 3600 seconds
1505
1425
  # @param structure_id An Eve structure ID
1506
1426
  # @param [Hash] opts the optional parameters
1507
1427
  # @option opts [String] :datasource The server name you would like data from
1508
1428
  # @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
1509
1429
  # @option opts [String] :token Access token to use if unable to set a header
1510
- # @option opts [String] :user_agent Client identifier, takes precedence over headers
1511
- # @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
1512
1430
  # @return [Array<(GetUniverseStructuresStructureIdOk, Fixnum, Hash)>] GetUniverseStructuresStructureIdOk data, response status code and response headers
1513
1431
  def get_universe_structures_structure_id_with_http_info(structure_id, opts = {})
1514
1432
  if @api_client.config.debugging
@@ -1522,13 +1440,12 @@ module ESI
1522
1440
  fail ArgumentError, 'invalid value for "datasource", must be one of tranquility, singularity'
1523
1441
  end
1524
1442
  # resource path
1525
- local_var_path = "/v1/universe/structures/{structure_id}/".sub('{' + 'structure_id' + '}', structure_id.to_s)
1443
+ local_var_path = "/v2/universe/structures/{structure_id}/".sub('{' + 'structure_id' + '}', structure_id.to_s)
1526
1444
 
1527
1445
  # query parameters
1528
1446
  query_params = {}
1529
1447
  query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
1530
1448
  query_params[:'token'] = opts[:'token'] if !opts[:'token'].nil?
1531
- query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
1532
1449
 
1533
1450
  # header parameters
1534
1451
  header_params = {}
@@ -1537,7 +1454,6 @@ module ESI
1537
1454
  # HTTP header 'Content-Type'
1538
1455
  header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
1539
1456
  header_params[:'If-None-Match'] = opts[:'if_none_match'] if !opts[:'if_none_match'].nil?
1540
- header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
1541
1457
 
1542
1458
  # form parameters
1543
1459
  form_params = {}
@@ -1563,8 +1479,6 @@ module ESI
1563
1479
  # @param [Hash] opts the optional parameters
1564
1480
  # @option opts [String] :datasource The server name you would like data from (default to tranquility)
1565
1481
  # @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
1566
- # @option opts [String] :user_agent Client identifier, takes precedence over headers
1567
- # @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
1568
1482
  # @return [Array<GetUniverseSystemJumps200Ok>]
1569
1483
  def get_universe_system_jumps(opts = {})
1570
1484
  data, _status_code, _headers = get_universe_system_jumps_with_http_info(opts)
@@ -1576,8 +1490,6 @@ module ESI
1576
1490
  # @param [Hash] opts the optional parameters
1577
1491
  # @option opts [String] :datasource The server name you would like data from
1578
1492
  # @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
1579
- # @option opts [String] :user_agent Client identifier, takes precedence over headers
1580
- # @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
1581
1493
  # @return [Array<(Array<GetUniverseSystemJumps200Ok>, Fixnum, Hash)>] Array<GetUniverseSystemJumps200Ok> data, response status code and response headers
1582
1494
  def get_universe_system_jumps_with_http_info(opts = {})
1583
1495
  if @api_client.config.debugging
@@ -1592,7 +1504,6 @@ module ESI
1592
1504
  # query parameters
1593
1505
  query_params = {}
1594
1506
  query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
1595
- query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
1596
1507
 
1597
1508
  # header parameters
1598
1509
  header_params = {}
@@ -1601,7 +1512,6 @@ module ESI
1601
1512
  # HTTP header 'Content-Type'
1602
1513
  header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
1603
1514
  header_params[:'If-None-Match'] = opts[:'if_none_match'] if !opts[:'if_none_match'].nil?
1604
- header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
1605
1515
 
1606
1516
  # form parameters
1607
1517
  form_params = {}
@@ -1627,8 +1537,6 @@ module ESI
1627
1537
  # @param [Hash] opts the optional parameters
1628
1538
  # @option opts [String] :datasource The server name you would like data from (default to tranquility)
1629
1539
  # @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
1630
- # @option opts [String] :user_agent Client identifier, takes precedence over headers
1631
- # @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
1632
1540
  # @return [Array<GetUniverseSystemKills200Ok>]
1633
1541
  def get_universe_system_kills(opts = {})
1634
1542
  data, _status_code, _headers = get_universe_system_kills_with_http_info(opts)
@@ -1640,8 +1548,6 @@ module ESI
1640
1548
  # @param [Hash] opts the optional parameters
1641
1549
  # @option opts [String] :datasource The server name you would like data from
1642
1550
  # @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
1643
- # @option opts [String] :user_agent Client identifier, takes precedence over headers
1644
- # @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
1645
1551
  # @return [Array<(Array<GetUniverseSystemKills200Ok>, Fixnum, Hash)>] Array<GetUniverseSystemKills200Ok> data, response status code and response headers
1646
1552
  def get_universe_system_kills_with_http_info(opts = {})
1647
1553
  if @api_client.config.debugging
@@ -1656,7 +1562,6 @@ module ESI
1656
1562
  # query parameters
1657
1563
  query_params = {}
1658
1564
  query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
1659
- query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
1660
1565
 
1661
1566
  # header parameters
1662
1567
  header_params = {}
@@ -1665,7 +1570,6 @@ module ESI
1665
1570
  # HTTP header 'Content-Type'
1666
1571
  header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
1667
1572
  header_params[:'If-None-Match'] = opts[:'if_none_match'] if !opts[:'if_none_match'].nil?
1668
- header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
1669
1573
 
1670
1574
  # form parameters
1671
1575
  form_params = {}
@@ -1691,8 +1595,6 @@ module ESI
1691
1595
  # @param [Hash] opts the optional parameters
1692
1596
  # @option opts [String] :datasource The server name you would like data from (default to tranquility)
1693
1597
  # @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
1694
- # @option opts [String] :user_agent Client identifier, takes precedence over headers
1695
- # @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
1696
1598
  # @return [Array<Integer>]
1697
1599
  def get_universe_systems(opts = {})
1698
1600
  data, _status_code, _headers = get_universe_systems_with_http_info(opts)
@@ -1704,8 +1606,6 @@ module ESI
1704
1606
  # @param [Hash] opts the optional parameters
1705
1607
  # @option opts [String] :datasource The server name you would like data from
1706
1608
  # @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
1707
- # @option opts [String] :user_agent Client identifier, takes precedence over headers
1708
- # @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
1709
1609
  # @return [Array<(Array<Integer>, Fixnum, Hash)>] Array<Integer> data, response status code and response headers
1710
1610
  def get_universe_systems_with_http_info(opts = {})
1711
1611
  if @api_client.config.debugging
@@ -1720,7 +1620,6 @@ module ESI
1720
1620
  # query parameters
1721
1621
  query_params = {}
1722
1622
  query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
1723
- query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
1724
1623
 
1725
1624
  # header parameters
1726
1625
  header_params = {}
@@ -1729,7 +1628,6 @@ module ESI
1729
1628
  # HTTP header 'Content-Type'
1730
1629
  header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
1731
1630
  header_params[:'If-None-Match'] = opts[:'if_none_match'] if !opts[:'if_none_match'].nil?
1732
- header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
1733
1631
 
1734
1632
  # form parameters
1735
1633
  form_params = {}
@@ -1751,14 +1649,13 @@ module ESI
1751
1649
  end
1752
1650
 
1753
1651
  # Get solar system information
1754
- # Get information on a solar system --- This route expires daily at 11:05
1652
+ # Get information on a solar system. --- This route expires daily at 11:05
1755
1653
  # @param system_id system_id integer
1756
1654
  # @param [Hash] opts the optional parameters
1655
+ # @option opts [String] :accept_language Language to use in the response (default to en-us)
1757
1656
  # @option opts [String] :datasource The server name you would like data from (default to tranquility)
1758
1657
  # @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
1759
- # @option opts [String] :language Language to use in the response (default to en-us)
1760
- # @option opts [String] :user_agent Client identifier, takes precedence over headers
1761
- # @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
1658
+ # @option opts [String] :language Language to use in the response, takes precedence over Accept-Language (default to en-us)
1762
1659
  # @return [GetUniverseSystemsSystemIdOk]
1763
1660
  def get_universe_systems_system_id(system_id, opts = {})
1764
1661
  data, _status_code, _headers = get_universe_systems_system_id_with_http_info(system_id, opts)
@@ -1766,14 +1663,13 @@ module ESI
1766
1663
  end
1767
1664
 
1768
1665
  # Get solar system information
1769
- # Get information on a solar system --- This route expires daily at 11:05
1666
+ # Get information on a solar system. --- This route expires daily at 11:05
1770
1667
  # @param system_id system_id integer
1771
1668
  # @param [Hash] opts the optional parameters
1669
+ # @option opts [String] :accept_language Language to use in the response
1772
1670
  # @option opts [String] :datasource The server name you would like data from
1773
1671
  # @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
1774
- # @option opts [String] :language Language to use in the response
1775
- # @option opts [String] :user_agent Client identifier, takes precedence over headers
1776
- # @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
1672
+ # @option opts [String] :language Language to use in the response, takes precedence over Accept-Language
1777
1673
  # @return [Array<(GetUniverseSystemsSystemIdOk, Fixnum, Hash)>] GetUniverseSystemsSystemIdOk data, response status code and response headers
1778
1674
  def get_universe_systems_system_id_with_http_info(system_id, opts = {})
1779
1675
  if @api_client.config.debugging
@@ -1783,6 +1679,9 @@ module ESI
1783
1679
  if @api_client.config.client_side_validation && system_id.nil?
1784
1680
  fail ArgumentError, "Missing the required parameter 'system_id' when calling UniverseApi.get_universe_systems_system_id"
1785
1681
  end
1682
+ if @api_client.config.client_side_validation && opts[:'accept_language'] && !['de', 'en-us', 'fr', 'ja', 'ru', 'zh'].include?(opts[:'accept_language'])
1683
+ fail ArgumentError, 'invalid value for "accept_language", must be one of de, en-us, fr, ja, ru, zh'
1684
+ end
1786
1685
  if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility', 'singularity'].include?(opts[:'datasource'])
1787
1686
  fail ArgumentError, 'invalid value for "datasource", must be one of tranquility, singularity'
1788
1687
  end
@@ -1790,13 +1689,12 @@ module ESI
1790
1689
  fail ArgumentError, 'invalid value for "language", must be one of de, en-us, fr, ja, ru, zh'
1791
1690
  end
1792
1691
  # resource path
1793
- local_var_path = "/v3/universe/systems/{system_id}/".sub('{' + 'system_id' + '}', system_id.to_s)
1692
+ local_var_path = "/v4/universe/systems/{system_id}/".sub('{' + 'system_id' + '}', system_id.to_s)
1794
1693
 
1795
1694
  # query parameters
1796
1695
  query_params = {}
1797
1696
  query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
1798
1697
  query_params[:'language'] = opts[:'language'] if !opts[:'language'].nil?
1799
- query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
1800
1698
 
1801
1699
  # header parameters
1802
1700
  header_params = {}
@@ -1804,8 +1702,8 @@ module ESI
1804
1702
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1805
1703
  # HTTP header 'Content-Type'
1806
1704
  header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
1705
+ header_params[:'Accept-Language'] = opts[:'accept_language'] if !opts[:'accept_language'].nil?
1807
1706
  header_params[:'If-None-Match'] = opts[:'if_none_match'] if !opts[:'if_none_match'].nil?
1808
- header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
1809
1707
 
1810
1708
  # form parameters
1811
1709
  form_params = {}
@@ -1832,8 +1730,6 @@ module ESI
1832
1730
  # @option opts [String] :datasource The server name you would like data from (default to tranquility)
1833
1731
  # @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
1834
1732
  # @option opts [Integer] :page Which page of results to return (default to 1)
1835
- # @option opts [String] :user_agent Client identifier, takes precedence over headers
1836
- # @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
1837
1733
  # @return [Array<Integer>]
1838
1734
  def get_universe_types(opts = {})
1839
1735
  data, _status_code, _headers = get_universe_types_with_http_info(opts)
@@ -1846,8 +1742,6 @@ module ESI
1846
1742
  # @option opts [String] :datasource The server name you would like data from
1847
1743
  # @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
1848
1744
  # @option opts [Integer] :page Which page of results to return
1849
- # @option opts [String] :user_agent Client identifier, takes precedence over headers
1850
- # @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
1851
1745
  # @return [Array<(Array<Integer>, Fixnum, Hash)>] Array<Integer> data, response status code and response headers
1852
1746
  def get_universe_types_with_http_info(opts = {})
1853
1747
  if @api_client.config.debugging
@@ -1867,7 +1761,6 @@ module ESI
1867
1761
  query_params = {}
1868
1762
  query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
1869
1763
  query_params[:'page'] = opts[:'page'] if !opts[:'page'].nil?
1870
- query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
1871
1764
 
1872
1765
  # header parameters
1873
1766
  header_params = {}
@@ -1876,7 +1769,6 @@ module ESI
1876
1769
  # HTTP header 'Content-Type'
1877
1770
  header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
1878
1771
  header_params[:'If-None-Match'] = opts[:'if_none_match'] if !opts[:'if_none_match'].nil?
1879
- header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
1880
1772
 
1881
1773
  # form parameters
1882
1774
  form_params = {}
@@ -1901,11 +1793,10 @@ module ESI
1901
1793
  # Get information on a type --- This route expires daily at 11:05
1902
1794
  # @param type_id An Eve item type ID
1903
1795
  # @param [Hash] opts the optional parameters
1796
+ # @option opts [String] :accept_language Language to use in the response (default to en-us)
1904
1797
  # @option opts [String] :datasource The server name you would like data from (default to tranquility)
1905
1798
  # @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
1906
- # @option opts [String] :language Language to use in the response (default to en-us)
1907
- # @option opts [String] :user_agent Client identifier, takes precedence over headers
1908
- # @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
1799
+ # @option opts [String] :language Language to use in the response, takes precedence over Accept-Language (default to en-us)
1909
1800
  # @return [GetUniverseTypesTypeIdOk]
1910
1801
  def get_universe_types_type_id(type_id, opts = {})
1911
1802
  data, _status_code, _headers = get_universe_types_type_id_with_http_info(type_id, opts)
@@ -1916,11 +1807,10 @@ module ESI
1916
1807
  # Get information on a type --- This route expires daily at 11:05
1917
1808
  # @param type_id An Eve item type ID
1918
1809
  # @param [Hash] opts the optional parameters
1810
+ # @option opts [String] :accept_language Language to use in the response
1919
1811
  # @option opts [String] :datasource The server name you would like data from
1920
1812
  # @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
1921
- # @option opts [String] :language Language to use in the response
1922
- # @option opts [String] :user_agent Client identifier, takes precedence over headers
1923
- # @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
1813
+ # @option opts [String] :language Language to use in the response, takes precedence over Accept-Language
1924
1814
  # @return [Array<(GetUniverseTypesTypeIdOk, Fixnum, Hash)>] GetUniverseTypesTypeIdOk data, response status code and response headers
1925
1815
  def get_universe_types_type_id_with_http_info(type_id, opts = {})
1926
1816
  if @api_client.config.debugging
@@ -1930,6 +1820,9 @@ module ESI
1930
1820
  if @api_client.config.client_side_validation && type_id.nil?
1931
1821
  fail ArgumentError, "Missing the required parameter 'type_id' when calling UniverseApi.get_universe_types_type_id"
1932
1822
  end
1823
+ if @api_client.config.client_side_validation && opts[:'accept_language'] && !['de', 'en-us', 'fr', 'ja', 'ru', 'zh'].include?(opts[:'accept_language'])
1824
+ fail ArgumentError, 'invalid value for "accept_language", must be one of de, en-us, fr, ja, ru, zh'
1825
+ end
1933
1826
  if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility', 'singularity'].include?(opts[:'datasource'])
1934
1827
  fail ArgumentError, 'invalid value for "datasource", must be one of tranquility, singularity'
1935
1828
  end
@@ -1943,7 +1836,6 @@ module ESI
1943
1836
  query_params = {}
1944
1837
  query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
1945
1838
  query_params[:'language'] = opts[:'language'] if !opts[:'language'].nil?
1946
- query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
1947
1839
 
1948
1840
  # header parameters
1949
1841
  header_params = {}
@@ -1951,8 +1843,8 @@ module ESI
1951
1843
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1952
1844
  # HTTP header 'Content-Type'
1953
1845
  header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
1846
+ header_params[:'Accept-Language'] = opts[:'accept_language'] if !opts[:'accept_language'].nil?
1954
1847
  header_params[:'If-None-Match'] = opts[:'if_none_match'] if !opts[:'if_none_match'].nil?
1955
- header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
1956
1848
 
1957
1849
  # form parameters
1958
1850
  form_params = {}
@@ -1977,10 +1869,9 @@ module ESI
1977
1869
  # Resolve a set of names to IDs in the following categories: agents, alliances, characters, constellations, corporations factions, inventory_types, regions, stations, and systems. Only exact matches will be returned. All names searched for are cached for 12 hours. ---
1978
1870
  # @param names The names to resolve
1979
1871
  # @param [Hash] opts the optional parameters
1872
+ # @option opts [String] :accept_language Language to use in the response (default to en-us)
1980
1873
  # @option opts [String] :datasource The server name you would like data from (default to tranquility)
1981
- # @option opts [String] :language Language to use in the response (default to en-us)
1982
- # @option opts [String] :user_agent Client identifier, takes precedence over headers
1983
- # @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
1874
+ # @option opts [String] :language Language to use in the response, takes precedence over Accept-Language (default to en-us)
1984
1875
  # @return [PostUniverseIdsOk]
1985
1876
  def post_universe_ids(names, opts = {})
1986
1877
  data, _status_code, _headers = post_universe_ids_with_http_info(names, opts)
@@ -1991,10 +1882,9 @@ module ESI
1991
1882
  # Resolve a set of names to IDs in the following categories: agents, alliances, characters, constellations, corporations factions, inventory_types, regions, stations, and systems. Only exact matches will be returned. All names searched for are cached for 12 hours. ---
1992
1883
  # @param names The names to resolve
1993
1884
  # @param [Hash] opts the optional parameters
1885
+ # @option opts [String] :accept_language Language to use in the response
1994
1886
  # @option opts [String] :datasource The server name you would like data from
1995
- # @option opts [String] :language Language to use in the response
1996
- # @option opts [String] :user_agent Client identifier, takes precedence over headers
1997
- # @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
1887
+ # @option opts [String] :language Language to use in the response, takes precedence over Accept-Language
1998
1888
  # @return [Array<(PostUniverseIdsOk, Fixnum, Hash)>] PostUniverseIdsOk data, response status code and response headers
1999
1889
  def post_universe_ids_with_http_info(names, opts = {})
2000
1890
  if @api_client.config.debugging
@@ -2004,6 +1894,9 @@ module ESI
2004
1894
  if @api_client.config.client_side_validation && names.nil?
2005
1895
  fail ArgumentError, "Missing the required parameter 'names' when calling UniverseApi.post_universe_ids"
2006
1896
  end
1897
+ if @api_client.config.client_side_validation && opts[:'accept_language'] && !['de', 'en-us', 'fr', 'ja', 'ru', 'zh'].include?(opts[:'accept_language'])
1898
+ fail ArgumentError, 'invalid value for "accept_language", must be one of de, en-us, fr, ja, ru, zh'
1899
+ end
2007
1900
  if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility', 'singularity'].include?(opts[:'datasource'])
2008
1901
  fail ArgumentError, 'invalid value for "datasource", must be one of tranquility, singularity'
2009
1902
  end
@@ -2017,7 +1910,6 @@ module ESI
2017
1910
  query_params = {}
2018
1911
  query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
2019
1912
  query_params[:'language'] = opts[:'language'] if !opts[:'language'].nil?
2020
- query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
2021
1913
 
2022
1914
  # header parameters
2023
1915
  header_params = {}
@@ -2025,7 +1917,7 @@ module ESI
2025
1917
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
2026
1918
  # HTTP header 'Content-Type'
2027
1919
  header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
2028
- header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
1920
+ header_params[:'Accept-Language'] = opts[:'accept_language'] if !opts[:'accept_language'].nil?
2029
1921
 
2030
1922
  # form parameters
2031
1923
  form_params = {}
@@ -2051,8 +1943,6 @@ module ESI
2051
1943
  # @param ids The ids to resolve
2052
1944
  # @param [Hash] opts the optional parameters
2053
1945
  # @option opts [String] :datasource The server name you would like data from (default to tranquility)
2054
- # @option opts [String] :user_agent Client identifier, takes precedence over headers
2055
- # @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
2056
1946
  # @return [Array<PostUniverseNames200Ok>]
2057
1947
  def post_universe_names(ids, opts = {})
2058
1948
  data, _status_code, _headers = post_universe_names_with_http_info(ids, opts)
@@ -2064,8 +1954,6 @@ module ESI
2064
1954
  # @param ids The ids to resolve
2065
1955
  # @param [Hash] opts the optional parameters
2066
1956
  # @option opts [String] :datasource The server name you would like data from
2067
- # @option opts [String] :user_agent Client identifier, takes precedence over headers
2068
- # @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
2069
1957
  # @return [Array<(Array<PostUniverseNames200Ok>, Fixnum, Hash)>] Array<PostUniverseNames200Ok> data, response status code and response headers
2070
1958
  def post_universe_names_with_http_info(ids, opts = {})
2071
1959
  if @api_client.config.debugging
@@ -2084,7 +1972,6 @@ module ESI
2084
1972
  # query parameters
2085
1973
  query_params = {}
2086
1974
  query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
2087
- query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
2088
1975
 
2089
1976
  # header parameters
2090
1977
  header_params = {}
@@ -2092,7 +1979,6 @@ module ESI
2092
1979
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
2093
1980
  # HTTP header 'Content-Type'
2094
1981
  header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
2095
- header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
2096
1982
 
2097
1983
  # form parameters
2098
1984
  form_params = {}