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
@@ -35,9 +35,7 @@ character_id = 56 # Integer | An EVE character ID
35
35
  opts = {
36
36
  datasource: "tranquility", # String | The server name you would like data from
37
37
  if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
38
- token: "token_example", # String | Access token to use if unable to set a header
39
- user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
40
- x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
38
+ token: "token_example" # String | Access token to use if unable to set a header
41
39
  }
42
40
 
43
41
  begin
@@ -57,8 +55,6 @@ Name | Type | Description | Notes
57
55
  **datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
58
56
  **if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
59
57
  **token** | **String**| Access token to use if unable to set a header | [optional]
60
- **user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
61
- **x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
62
58
 
63
59
  ### Return type
64
60
 
@@ -92,8 +88,6 @@ api_instance = ESI::OpportunitiesApi.new
92
88
  opts = {
93
89
  datasource: "tranquility", # String | The server name you would like data from
94
90
  if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
95
- user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
96
- x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
97
91
  }
98
92
 
99
93
  begin
@@ -111,8 +105,6 @@ Name | Type | Description | Notes
111
105
  ------------- | ------------- | ------------- | -------------
112
106
  **datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
113
107
  **if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
114
- **user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
115
- **x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
116
108
 
117
109
  ### Return type
118
110
 
@@ -146,11 +138,10 @@ api_instance = ESI::OpportunitiesApi.new
146
138
  group_id = 56 # Integer | ID of an opportunities group
147
139
 
148
140
  opts = {
141
+ accept_language: "en-us", # String | Language to use in the response
149
142
  datasource: "tranquility", # String | The server name you would like data from
150
143
  if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
151
- language: "en-us", # String | Language to use in the response
152
- user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
153
- x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
144
+ language: "en-us" # String | Language to use in the response, takes precedence over Accept-Language
154
145
  }
155
146
 
156
147
  begin
@@ -167,11 +158,10 @@ end
167
158
  Name | Type | Description | Notes
168
159
  ------------- | ------------- | ------------- | -------------
169
160
  **group_id** | **Integer**| ID of an opportunities group |
161
+ **accept_language** | **String**| Language to use in the response | [optional] [default to en-us]
170
162
  **datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
171
163
  **if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
172
- **language** | **String**| Language to use in the response | [optional] [default to en-us]
173
- **user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
174
- **x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
164
+ **language** | **String**| Language to use in the response, takes precedence over Accept-Language | [optional] [default to en-us]
175
165
 
176
166
  ### Return type
177
167
 
@@ -205,8 +195,6 @@ api_instance = ESI::OpportunitiesApi.new
205
195
  opts = {
206
196
  datasource: "tranquility", # String | The server name you would like data from
207
197
  if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
208
- user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
209
- x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
210
198
  }
211
199
 
212
200
  begin
@@ -224,8 +212,6 @@ Name | Type | Description | Notes
224
212
  ------------- | ------------- | ------------- | -------------
225
213
  **datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
226
214
  **if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
227
- **user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
228
- **x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
229
215
 
230
216
  ### Return type
231
217
 
@@ -261,8 +247,6 @@ task_id = 56 # Integer | ID of an opportunities task
261
247
  opts = {
262
248
  datasource: "tranquility", # String | The server name you would like data from
263
249
  if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
264
- user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
265
- x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
266
250
  }
267
251
 
268
252
  begin
@@ -281,8 +265,6 @@ Name | Type | Description | Notes
281
265
  **task_id** | **Integer**| ID of an opportunities task |
282
266
  **datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
283
267
  **if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
284
- **user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
285
- **x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
286
268
 
287
269
  ### Return type
288
270
 
@@ -34,9 +34,7 @@ character_id = 56 # Integer | An EVE character ID
34
34
  opts = {
35
35
  datasource: "tranquility", # String | The server name you would like data from
36
36
  if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
37
- token: "token_example", # String | Access token to use if unable to set a header
38
- user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
39
- x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
37
+ token: "token_example" # String | Access token to use if unable to set a header
40
38
  }
41
39
 
42
40
  begin
@@ -56,8 +54,6 @@ Name | Type | Description | Notes
56
54
  **datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
57
55
  **if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
58
56
  **token** | **String**| Access token to use if unable to set a header | [optional]
59
- **user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
60
- **x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
61
57
 
62
58
  ### Return type
63
59
 
@@ -100,9 +96,7 @@ planet_id = 56 # Integer | Planet id of the target planet
100
96
  opts = {
101
97
  datasource: "tranquility", # String | The server name you would like data from
102
98
  if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
103
- token: "token_example", # String | Access token to use if unable to set a header
104
- user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
105
- x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
99
+ token: "token_example" # String | Access token to use if unable to set a header
106
100
  }
107
101
 
108
102
  begin
@@ -123,8 +117,6 @@ Name | Type | Description | Notes
123
117
  **datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
124
118
  **if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
125
119
  **token** | **String**| Access token to use if unable to set a header | [optional]
126
- **user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
127
- **x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
128
120
 
129
121
  ### Return type
130
122
 
@@ -166,9 +158,7 @@ opts = {
166
158
  datasource: "tranquility", # String | The server name you would like data from
167
159
  if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
168
160
  page: 1, # Integer | Which page of results to return
169
- token: "token_example", # String | Access token to use if unable to set a header
170
- user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
171
- x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
161
+ token: "token_example" # String | Access token to use if unable to set a header
172
162
  }
173
163
 
174
164
  begin
@@ -189,8 +179,6 @@ Name | Type | Description | Notes
189
179
  **if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
190
180
  **page** | **Integer**| Which page of results to return | [optional] [default to 1]
191
181
  **token** | **String**| Access token to use if unable to set a header | [optional]
192
- **user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
193
- **x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
194
182
 
195
183
  ### Return type
196
184
 
@@ -226,8 +214,6 @@ schematic_id = 56 # Integer | A PI schematic ID
226
214
  opts = {
227
215
  datasource: "tranquility", # String | The server name you would like data from
228
216
  if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
229
- user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
230
- x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
231
217
  }
232
218
 
233
219
  begin
@@ -246,8 +232,6 @@ Name | Type | Description | Notes
246
232
  **schematic_id** | **Integer**| A PI schematic ID |
247
233
  **datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
248
234
  **if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
249
- **user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
250
- **x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
251
235
 
252
236
  ### Return type
253
237
 
@@ -0,0 +1,8 @@
1
+ # ESI::PostCharactersCharacterIdContactsError520
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **error** | **String** | Error 520 message | [optional]
7
+
8
+
@@ -0,0 +1,8 @@
1
+ # ESI::PostCharactersCharacterIdMailError520
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **error** | **String** | Error 520 message | [optional]
7
+
8
+
@@ -31,8 +31,6 @@ opts = {
31
31
  datasource: "tranquility", # String | The server name you would like data from
32
32
  flag: "shortest", # String | route security preference
33
33
  if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
34
- user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
35
- x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
36
34
  }
37
35
 
38
36
  begin
@@ -55,8 +53,6 @@ Name | Type | Description | Notes
55
53
  **datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
56
54
  **flag** | **String**| route security preference | [optional] [default to shortest]
57
55
  **if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
58
- **user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
59
- **x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
60
56
 
61
57
  ### Return type
62
58
 
@@ -34,13 +34,12 @@ character_id = 56 # Integer | An EVE character ID
34
34
  search = "search_example" # String | The string to search on
35
35
 
36
36
  opts = {
37
+ accept_language: "en-us", # String | Language to use in the response
37
38
  datasource: "tranquility", # String | The server name you would like data from
38
39
  if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
39
- language: "en-us", # String | Language to use in the response
40
+ language: "en-us" # String | Language to use in the response, takes precedence over Accept-Language
40
41
  strict: false, # BOOLEAN | Whether the search should be a strict match
41
- token: "token_example", # String | Access token to use if unable to set a header
42
- user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
43
- x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
42
+ token: "token_example" # String | Access token to use if unable to set a header
44
43
  }
45
44
 
46
45
  begin
@@ -59,13 +58,12 @@ Name | Type | Description | Notes
59
58
  **categories** | [**Array<String>**](String.md)| Type of entities to search for |
60
59
  **character_id** | **Integer**| An EVE character ID |
61
60
  **search** | **String**| The string to search on |
61
+ **accept_language** | **String**| Language to use in the response | [optional] [default to en-us]
62
62
  **datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
63
63
  **if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
64
- **language** | **String**| Language to use in the response | [optional] [default to en-us]
64
+ **language** | **String**| Language to use in the response, takes precedence over Accept-Language | [optional] [default to en-us]
65
65
  **strict** | **BOOLEAN**| Whether the search should be a strict match | [optional] [default to false]
66
66
  **token** | **String**| Access token to use if unable to set a header | [optional]
67
- **user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
68
- **x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
69
67
 
70
68
  ### Return type
71
69
 
@@ -101,12 +99,11 @@ categories = ["categories_example"] # Array<String> | Type of entities to search
101
99
  search = "search_example" # String | The string to search on
102
100
 
103
101
  opts = {
102
+ accept_language: "en-us", # String | Language to use in the response
104
103
  datasource: "tranquility", # String | The server name you would like data from
105
104
  if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
106
- language: "en-us", # String | Language to use in the response
107
- strict: false, # BOOLEAN | Whether the search should be a strict match
108
- user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
109
- x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
105
+ language: "en-us" # String | Language to use in the response, takes precedence over Accept-Language
106
+ strict: false # BOOLEAN | Whether the search should be a strict match
110
107
  }
111
108
 
112
109
  begin
@@ -124,12 +121,11 @@ Name | Type | Description | Notes
124
121
  ------------- | ------------- | ------------- | -------------
125
122
  **categories** | [**Array&lt;String&gt;**](String.md)| Type of entities to search for |
126
123
  **search** | **String**| The string to search on |
124
+ **accept_language** | **String**| Language to use in the response | [optional] [default to en-us]
127
125
  **datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
128
126
  **if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
129
- **language** | **String**| Language to use in the response | [optional] [default to en-us]
127
+ **language** | **String**| Language to use in the response, takes precedence over Accept-Language | [optional] [default to en-us]
130
128
  **strict** | **BOOLEAN**| Whether the search should be a strict match | [optional] [default to false]
131
- **user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
132
- **x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
133
129
 
134
130
  ### Return type
135
131
 
@@ -33,9 +33,7 @@ character_id = 56 # Integer | An EVE character ID
33
33
  opts = {
34
34
  datasource: "tranquility", # String | The server name you would like data from
35
35
  if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
36
- token: "token_example", # String | Access token to use if unable to set a header
37
- user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
38
- x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
36
+ token: "token_example" # String | Access token to use if unable to set a header
39
37
  }
40
38
 
41
39
  begin
@@ -55,8 +53,6 @@ Name | Type | Description | Notes
55
53
  **datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
56
54
  **if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
57
55
  **token** | **String**| Access token to use if unable to set a header | [optional]
58
- **user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
59
- **x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
60
56
 
61
57
  ### Return type
62
58
 
@@ -97,9 +93,7 @@ character_id = 56 # Integer | An EVE character ID
97
93
  opts = {
98
94
  datasource: "tranquility", # String | The server name you would like data from
99
95
  if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
100
- token: "token_example", # String | Access token to use if unable to set a header
101
- user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
102
- x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
96
+ token: "token_example" # String | Access token to use if unable to set a header
103
97
  }
104
98
 
105
99
  begin
@@ -119,8 +113,6 @@ Name | Type | Description | Notes
119
113
  **datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
120
114
  **if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
121
115
  **token** | **String**| Access token to use if unable to set a header | [optional]
122
- **user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
123
- **x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
124
116
 
125
117
  ### Return type
126
118
 
@@ -161,9 +153,7 @@ character_id = 56 # Integer | An EVE character ID
161
153
  opts = {
162
154
  datasource: "tranquility", # String | The server name you would like data from
163
155
  if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
164
- token: "token_example", # String | Access token to use if unable to set a header
165
- user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
166
- x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
156
+ token: "token_example" # String | Access token to use if unable to set a header
167
157
  }
168
158
 
169
159
  begin
@@ -183,8 +173,6 @@ Name | Type | Description | Notes
183
173
  **datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
184
174
  **if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
185
175
  **token** | **String**| Access token to use if unable to set a header | [optional]
186
- **user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
187
- **x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
188
176
 
189
177
  ### Return type
190
178
 
@@ -26,8 +26,6 @@ api_instance = ESI::SovereigntyApi.new
26
26
  opts = {
27
27
  datasource: "tranquility", # String | The server name you would like data from
28
28
  if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
29
- user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
30
- x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
31
29
  }
32
30
 
33
31
  begin
@@ -45,8 +43,6 @@ Name | Type | Description | Notes
45
43
  ------------- | ------------- | ------------- | -------------
46
44
  **datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
47
45
  **if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
48
- **user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
49
- **x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
50
46
 
51
47
  ### Return type
52
48
 
@@ -80,8 +76,6 @@ api_instance = ESI::SovereigntyApi.new
80
76
  opts = {
81
77
  datasource: "tranquility", # String | The server name you would like data from
82
78
  if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
83
- user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
84
- x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
85
79
  }
86
80
 
87
81
  begin
@@ -99,8 +93,6 @@ Name | Type | Description | Notes
99
93
  ------------- | ------------- | ------------- | -------------
100
94
  **datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
101
95
  **if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
102
- **user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
103
- **x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
104
96
 
105
97
  ### Return type
106
98
 
@@ -134,8 +126,6 @@ api_instance = ESI::SovereigntyApi.new
134
126
  opts = {
135
127
  datasource: "tranquility", # String | The server name you would like data from
136
128
  if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
137
- user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
138
- x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
139
129
  }
140
130
 
141
131
  begin
@@ -153,8 +143,6 @@ Name | Type | Description | Notes
153
143
  ------------- | ------------- | ------------- | -------------
154
144
  **datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
155
145
  **if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
156
- **user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
157
- **x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
158
146
 
159
147
  ### Return type
160
148
 
@@ -24,8 +24,6 @@ api_instance = ESI::StatusApi.new
24
24
  opts = {
25
25
  datasource: "tranquility", # String | The server name you would like data from
26
26
  if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
27
- user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
28
- x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
29
27
  }
30
28
 
31
29
  begin
@@ -43,8 +41,6 @@ Name | Type | Description | Notes
43
41
  ------------- | ------------- | ------------- | -------------
44
42
  **datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
45
43
  **if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
46
- **user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
47
- **x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
48
44
 
49
45
  ### Return type
50
46
 
@@ -25,11 +25,11 @@ Method | HTTP request | Description
25
25
  [**get_universe_stars_star_id**](UniverseApi.md#get_universe_stars_star_id) | **GET** /v1/universe/stars/{star_id}/ | Get star information
26
26
  [**get_universe_stations_station_id**](UniverseApi.md#get_universe_stations_station_id) | **GET** /v2/universe/stations/{station_id}/ | Get station information
27
27
  [**get_universe_structures**](UniverseApi.md#get_universe_structures) | **GET** /v1/universe/structures/ | List all public structures
28
- [**get_universe_structures_structure_id**](UniverseApi.md#get_universe_structures_structure_id) | **GET** /v1/universe/structures/{structure_id}/ | Get structure information
28
+ [**get_universe_structures_structure_id**](UniverseApi.md#get_universe_structures_structure_id) | **GET** /v2/universe/structures/{structure_id}/ | Get structure information
29
29
  [**get_universe_system_jumps**](UniverseApi.md#get_universe_system_jumps) | **GET** /v1/universe/system_jumps/ | Get system jumps
30
30
  [**get_universe_system_kills**](UniverseApi.md#get_universe_system_kills) | **GET** /v2/universe/system_kills/ | Get system kills
31
31
  [**get_universe_systems**](UniverseApi.md#get_universe_systems) | **GET** /v1/universe/systems/ | Get solar systems
32
- [**get_universe_systems_system_id**](UniverseApi.md#get_universe_systems_system_id) | **GET** /v3/universe/systems/{system_id}/ | Get solar system information
32
+ [**get_universe_systems_system_id**](UniverseApi.md#get_universe_systems_system_id) | **GET** /v4/universe/systems/{system_id}/ | Get solar system information
33
33
  [**get_universe_types**](UniverseApi.md#get_universe_types) | **GET** /v1/universe/types/ | Get types
34
34
  [**get_universe_types_type_id**](UniverseApi.md#get_universe_types_type_id) | **GET** /v3/universe/types/{type_id}/ | Get type information
35
35
  [**post_universe_ids**](UniverseApi.md#post_universe_ids) | **POST** /v1/universe/ids/ | Bulk names to IDs
@@ -51,11 +51,10 @@ require 'esi-client-bvv'
51
51
  api_instance = ESI::UniverseApi.new
52
52
 
53
53
  opts = {
54
+ accept_language: "en-us", # String | Language to use in the response
54
55
  datasource: "tranquility", # String | The server name you would like data from
55
56
  if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
56
- language: "en-us", # String | Language to use in the response
57
- user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
58
- x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
57
+ language: "en-us" # String | Language to use in the response, takes precedence over Accept-Language
59
58
  }
60
59
 
61
60
  begin
@@ -71,11 +70,10 @@ end
71
70
 
72
71
  Name | Type | Description | Notes
73
72
  ------------- | ------------- | ------------- | -------------
73
+ **accept_language** | **String**| Language to use in the response | [optional] [default to en-us]
74
74
  **datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
75
75
  **if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
76
- **language** | **String**| Language to use in the response | [optional] [default to en-us]
77
- **user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
78
- **x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
76
+ **language** | **String**| Language to use in the response, takes precedence over Accept-Language | [optional] [default to en-us]
79
77
 
80
78
  ### Return type
81
79
 
@@ -111,8 +109,6 @@ asteroid_belt_id = 56 # Integer | asteroid_belt_id integer
111
109
  opts = {
112
110
  datasource: "tranquility", # String | The server name you would like data from
113
111
  if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
114
- user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
115
- x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
116
112
  }
117
113
 
118
114
  begin
@@ -131,8 +127,6 @@ Name | Type | Description | Notes
131
127
  **asteroid_belt_id** | **Integer**| asteroid_belt_id integer |
132
128
  **datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
133
129
  **if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
134
- **user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
135
- **x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
136
130
 
137
131
  ### Return type
138
132
 
@@ -164,11 +158,10 @@ require 'esi-client-bvv'
164
158
  api_instance = ESI::UniverseApi.new
165
159
 
166
160
  opts = {
161
+ accept_language: "en-us", # String | Language to use in the response
167
162
  datasource: "tranquility", # String | The server name you would like data from
168
163
  if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
169
- language: "en-us", # String | Language to use in the response
170
- user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
171
- x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
164
+ language: "en-us" # String | Language to use in the response, takes precedence over Accept-Language
172
165
  }
173
166
 
174
167
  begin
@@ -184,11 +177,10 @@ end
184
177
 
185
178
  Name | Type | Description | Notes
186
179
  ------------- | ------------- | ------------- | -------------
180
+ **accept_language** | **String**| Language to use in the response | [optional] [default to en-us]
187
181
  **datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
188
182
  **if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
189
- **language** | **String**| Language to use in the response | [optional] [default to en-us]
190
- **user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
191
- **x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
183
+ **language** | **String**| Language to use in the response, takes precedence over Accept-Language | [optional] [default to en-us]
192
184
 
193
185
  ### Return type
194
186
 
@@ -222,8 +214,6 @@ api_instance = ESI::UniverseApi.new
222
214
  opts = {
223
215
  datasource: "tranquility", # String | The server name you would like data from
224
216
  if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
225
- user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
226
- x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
227
217
  }
228
218
 
229
219
  begin
@@ -241,8 +231,6 @@ Name | Type | Description | Notes
241
231
  ------------- | ------------- | ------------- | -------------
242
232
  **datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
243
233
  **if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
244
- **user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
245
- **x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
246
234
 
247
235
  ### Return type
248
236
 
@@ -276,11 +264,10 @@ api_instance = ESI::UniverseApi.new
276
264
  category_id = 56 # Integer | An Eve item category ID
277
265
 
278
266
  opts = {
267
+ accept_language: "en-us", # String | Language to use in the response
279
268
  datasource: "tranquility", # String | The server name you would like data from
280
269
  if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
281
- language: "en-us", # String | Language to use in the response
282
- user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
283
- x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
270
+ language: "en-us" # String | Language to use in the response, takes precedence over Accept-Language
284
271
  }
285
272
 
286
273
  begin
@@ -297,11 +284,10 @@ end
297
284
  Name | Type | Description | Notes
298
285
  ------------- | ------------- | ------------- | -------------
299
286
  **category_id** | **Integer**| An Eve item category ID |
287
+ **accept_language** | **String**| Language to use in the response | [optional] [default to en-us]
300
288
  **datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
301
289
  **if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
302
- **language** | **String**| Language to use in the response | [optional] [default to en-us]
303
- **user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
304
- **x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
290
+ **language** | **String**| Language to use in the response, takes precedence over Accept-Language | [optional] [default to en-us]
305
291
 
306
292
  ### Return type
307
293
 
@@ -335,8 +321,6 @@ api_instance = ESI::UniverseApi.new
335
321
  opts = {
336
322
  datasource: "tranquility", # String | The server name you would like data from
337
323
  if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
338
- user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
339
- x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
340
324
  }
341
325
 
342
326
  begin
@@ -354,8 +338,6 @@ Name | Type | Description | Notes
354
338
  ------------- | ------------- | ------------- | -------------
355
339
  **datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
356
340
  **if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
357
- **user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
358
- **x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
359
341
 
360
342
  ### Return type
361
343
 
@@ -389,11 +371,10 @@ api_instance = ESI::UniverseApi.new
389
371
  constellation_id = 56 # Integer | constellation_id integer
390
372
 
391
373
  opts = {
374
+ accept_language: "en-us", # String | Language to use in the response
392
375
  datasource: "tranquility", # String | The server name you would like data from
393
376
  if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
394
- language: "en-us", # String | Language to use in the response
395
- user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
396
- x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
377
+ language: "en-us" # String | Language to use in the response, takes precedence over Accept-Language
397
378
  }
398
379
 
399
380
  begin
@@ -410,11 +391,10 @@ end
410
391
  Name | Type | Description | Notes
411
392
  ------------- | ------------- | ------------- | -------------
412
393
  **constellation_id** | **Integer**| constellation_id integer |
394
+ **accept_language** | **String**| Language to use in the response | [optional] [default to en-us]
413
395
  **datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
414
396
  **if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
415
- **language** | **String**| Language to use in the response | [optional] [default to en-us]
416
- **user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
417
- **x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
397
+ **language** | **String**| Language to use in the response, takes precedence over Accept-Language | [optional] [default to en-us]
418
398
 
419
399
  ### Return type
420
400
 
@@ -446,11 +426,10 @@ require 'esi-client-bvv'
446
426
  api_instance = ESI::UniverseApi.new
447
427
 
448
428
  opts = {
429
+ accept_language: "en-us", # String | Language to use in the response
449
430
  datasource: "tranquility", # String | The server name you would like data from
450
431
  if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
451
- language: "en-us", # String | Language to use in the response
452
- user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
453
- x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
432
+ language: "en-us" # String | Language to use in the response, takes precedence over Accept-Language
454
433
  }
455
434
 
456
435
  begin
@@ -466,11 +445,10 @@ end
466
445
 
467
446
  Name | Type | Description | Notes
468
447
  ------------- | ------------- | ------------- | -------------
448
+ **accept_language** | **String**| Language to use in the response | [optional] [default to en-us]
469
449
  **datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
470
450
  **if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
471
- **language** | **String**| Language to use in the response | [optional] [default to en-us]
472
- **user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
473
- **x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
451
+ **language** | **String**| Language to use in the response, takes precedence over Accept-Language | [optional] [default to en-us]
474
452
 
475
453
  ### Return type
476
454
 
@@ -504,8 +482,6 @@ api_instance = ESI::UniverseApi.new
504
482
  opts = {
505
483
  datasource: "tranquility", # String | The server name you would like data from
506
484
  if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
507
- user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
508
- x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
509
485
  }
510
486
 
511
487
  begin
@@ -523,8 +499,6 @@ Name | Type | Description | Notes
523
499
  ------------- | ------------- | ------------- | -------------
524
500
  **datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
525
501
  **if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
526
- **user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
527
- **x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
528
502
 
529
503
  ### Return type
530
504
 
@@ -560,8 +534,6 @@ graphic_id = 56 # Integer | graphic_id integer
560
534
  opts = {
561
535
  datasource: "tranquility", # String | The server name you would like data from
562
536
  if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
563
- user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
564
- x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
565
537
  }
566
538
 
567
539
  begin
@@ -580,8 +552,6 @@ Name | Type | Description | Notes
580
552
  **graphic_id** | **Integer**| graphic_id integer |
581
553
  **datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
582
554
  **if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
583
- **user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
584
- **x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
585
555
 
586
556
  ### Return type
587
557
 
@@ -616,8 +586,6 @@ opts = {
616
586
  datasource: "tranquility", # String | The server name you would like data from
617
587
  if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
618
588
  page: 1, # Integer | Which page of results to return
619
- user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
620
- x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
621
589
  }
622
590
 
623
591
  begin
@@ -636,8 +604,6 @@ Name | Type | Description | Notes
636
604
  **datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
637
605
  **if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
638
606
  **page** | **Integer**| Which page of results to return | [optional] [default to 1]
639
- **user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
640
- **x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
641
607
 
642
608
  ### Return type
643
609
 
@@ -671,11 +637,10 @@ api_instance = ESI::UniverseApi.new
671
637
  group_id = 56 # Integer | An Eve item group ID
672
638
 
673
639
  opts = {
640
+ accept_language: "en-us", # String | Language to use in the response
674
641
  datasource: "tranquility", # String | The server name you would like data from
675
642
  if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
676
- language: "en-us", # String | Language to use in the response
677
- user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
678
- x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
643
+ language: "en-us" # String | Language to use in the response, takes precedence over Accept-Language
679
644
  }
680
645
 
681
646
  begin
@@ -692,11 +657,10 @@ end
692
657
  Name | Type | Description | Notes
693
658
  ------------- | ------------- | ------------- | -------------
694
659
  **group_id** | **Integer**| An Eve item group ID |
660
+ **accept_language** | **String**| Language to use in the response | [optional] [default to en-us]
695
661
  **datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
696
662
  **if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
697
- **language** | **String**| Language to use in the response | [optional] [default to en-us]
698
- **user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
699
- **x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
663
+ **language** | **String**| Language to use in the response, takes precedence over Accept-Language | [optional] [default to en-us]
700
664
 
701
665
  ### Return type
702
666
 
@@ -732,8 +696,6 @@ moon_id = 56 # Integer | moon_id integer
732
696
  opts = {
733
697
  datasource: "tranquility", # String | The server name you would like data from
734
698
  if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
735
- user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
736
- x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
737
699
  }
738
700
 
739
701
  begin
@@ -752,8 +714,6 @@ Name | Type | Description | Notes
752
714
  **moon_id** | **Integer**| moon_id integer |
753
715
  **datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
754
716
  **if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
755
- **user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
756
- **x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
757
717
 
758
718
  ### Return type
759
719
 
@@ -789,8 +749,6 @@ planet_id = 56 # Integer | planet_id integer
789
749
  opts = {
790
750
  datasource: "tranquility", # String | The server name you would like data from
791
751
  if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
792
- user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
793
- x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
794
752
  }
795
753
 
796
754
  begin
@@ -809,8 +767,6 @@ Name | Type | Description | Notes
809
767
  **planet_id** | **Integer**| planet_id integer |
810
768
  **datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
811
769
  **if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
812
- **user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
813
- **x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
814
770
 
815
771
  ### Return type
816
772
 
@@ -842,11 +798,10 @@ require 'esi-client-bvv'
842
798
  api_instance = ESI::UniverseApi.new
843
799
 
844
800
  opts = {
801
+ accept_language: "en-us", # String | Language to use in the response
845
802
  datasource: "tranquility", # String | The server name you would like data from
846
803
  if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
847
- language: "en-us", # String | Language to use in the response
848
- user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
849
- x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
804
+ language: "en-us" # String | Language to use in the response, takes precedence over Accept-Language
850
805
  }
851
806
 
852
807
  begin
@@ -862,11 +817,10 @@ end
862
817
 
863
818
  Name | Type | Description | Notes
864
819
  ------------- | ------------- | ------------- | -------------
820
+ **accept_language** | **String**| Language to use in the response | [optional] [default to en-us]
865
821
  **datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
866
822
  **if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
867
- **language** | **String**| Language to use in the response | [optional] [default to en-us]
868
- **user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
869
- **x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
823
+ **language** | **String**| Language to use in the response, takes precedence over Accept-Language | [optional] [default to en-us]
870
824
 
871
825
  ### Return type
872
826
 
@@ -900,8 +854,6 @@ api_instance = ESI::UniverseApi.new
900
854
  opts = {
901
855
  datasource: "tranquility", # String | The server name you would like data from
902
856
  if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
903
- user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
904
- x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
905
857
  }
906
858
 
907
859
  begin
@@ -919,8 +871,6 @@ Name | Type | Description | Notes
919
871
  ------------- | ------------- | ------------- | -------------
920
872
  **datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
921
873
  **if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
922
- **user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
923
- **x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
924
874
 
925
875
  ### Return type
926
876
 
@@ -954,11 +904,10 @@ api_instance = ESI::UniverseApi.new
954
904
  region_id = 56 # Integer | region_id integer
955
905
 
956
906
  opts = {
907
+ accept_language: "en-us", # String | Language to use in the response
957
908
  datasource: "tranquility", # String | The server name you would like data from
958
909
  if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
959
- language: "en-us", # String | Language to use in the response
960
- user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
961
- x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
910
+ language: "en-us" # String | Language to use in the response, takes precedence over Accept-Language
962
911
  }
963
912
 
964
913
  begin
@@ -975,11 +924,10 @@ end
975
924
  Name | Type | Description | Notes
976
925
  ------------- | ------------- | ------------- | -------------
977
926
  **region_id** | **Integer**| region_id integer |
927
+ **accept_language** | **String**| Language to use in the response | [optional] [default to en-us]
978
928
  **datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
979
929
  **if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
980
- **language** | **String**| Language to use in the response | [optional] [default to en-us]
981
- **user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
982
- **x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
930
+ **language** | **String**| Language to use in the response, takes precedence over Accept-Language | [optional] [default to en-us]
983
931
 
984
932
  ### Return type
985
933
 
@@ -1015,8 +963,6 @@ stargate_id = 56 # Integer | stargate_id integer
1015
963
  opts = {
1016
964
  datasource: "tranquility", # String | The server name you would like data from
1017
965
  if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
1018
- user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
1019
- x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
1020
966
  }
1021
967
 
1022
968
  begin
@@ -1035,8 +981,6 @@ Name | Type | Description | Notes
1035
981
  **stargate_id** | **Integer**| stargate_id integer |
1036
982
  **datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
1037
983
  **if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
1038
- **user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
1039
- **x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
1040
984
 
1041
985
  ### Return type
1042
986
 
@@ -1072,8 +1016,6 @@ star_id = 56 # Integer | star_id integer
1072
1016
  opts = {
1073
1017
  datasource: "tranquility", # String | The server name you would like data from
1074
1018
  if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
1075
- user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
1076
- x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
1077
1019
  }
1078
1020
 
1079
1021
  begin
@@ -1092,8 +1034,6 @@ Name | Type | Description | Notes
1092
1034
  **star_id** | **Integer**| star_id integer |
1093
1035
  **datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
1094
1036
  **if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
1095
- **user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
1096
- **x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
1097
1037
 
1098
1038
  ### Return type
1099
1039
 
@@ -1129,8 +1069,6 @@ station_id = 56 # Integer | station_id integer
1129
1069
  opts = {
1130
1070
  datasource: "tranquility", # String | The server name you would like data from
1131
1071
  if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
1132
- user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
1133
- x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
1134
1072
  }
1135
1073
 
1136
1074
  begin
@@ -1149,8 +1087,6 @@ Name | Type | Description | Notes
1149
1087
  **station_id** | **Integer**| station_id integer |
1150
1088
  **datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
1151
1089
  **if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
1152
- **user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
1153
- **x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
1154
1090
 
1155
1091
  ### Return type
1156
1092
 
@@ -1184,8 +1120,6 @@ api_instance = ESI::UniverseApi.new
1184
1120
  opts = {
1185
1121
  datasource: "tranquility", # String | The server name you would like data from
1186
1122
  if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
1187
- user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
1188
- x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
1189
1123
  }
1190
1124
 
1191
1125
  begin
@@ -1203,8 +1137,6 @@ Name | Type | Description | Notes
1203
1137
  ------------- | ------------- | ------------- | -------------
1204
1138
  **datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
1205
1139
  **if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
1206
- **user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
1207
- **x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
1208
1140
 
1209
1141
  ### Return type
1210
1142
 
@@ -1226,7 +1158,7 @@ No authorization required
1226
1158
 
1227
1159
  Get structure information
1228
1160
 
1229
- 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
1161
+ 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
1230
1162
 
1231
1163
  ### Example
1232
1164
  ```ruby
@@ -1245,9 +1177,7 @@ structure_id = 789 # Integer | An Eve structure ID
1245
1177
  opts = {
1246
1178
  datasource: "tranquility", # String | The server name you would like data from
1247
1179
  if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
1248
- token: "token_example", # String | Access token to use if unable to set a header
1249
- user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
1250
- x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
1180
+ token: "token_example" # String | Access token to use if unable to set a header
1251
1181
  }
1252
1182
 
1253
1183
  begin
@@ -1267,8 +1197,6 @@ Name | Type | Description | Notes
1267
1197
  **datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
1268
1198
  **if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
1269
1199
  **token** | **String**| Access token to use if unable to set a header | [optional]
1270
- **user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
1271
- **x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
1272
1200
 
1273
1201
  ### Return type
1274
1202
 
@@ -1302,8 +1230,6 @@ api_instance = ESI::UniverseApi.new
1302
1230
  opts = {
1303
1231
  datasource: "tranquility", # String | The server name you would like data from
1304
1232
  if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
1305
- user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
1306
- x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
1307
1233
  }
1308
1234
 
1309
1235
  begin
@@ -1321,8 +1247,6 @@ Name | Type | Description | Notes
1321
1247
  ------------- | ------------- | ------------- | -------------
1322
1248
  **datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
1323
1249
  **if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
1324
- **user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
1325
- **x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
1326
1250
 
1327
1251
  ### Return type
1328
1252
 
@@ -1356,8 +1280,6 @@ api_instance = ESI::UniverseApi.new
1356
1280
  opts = {
1357
1281
  datasource: "tranquility", # String | The server name you would like data from
1358
1282
  if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
1359
- user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
1360
- x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
1361
1283
  }
1362
1284
 
1363
1285
  begin
@@ -1375,8 +1297,6 @@ Name | Type | Description | Notes
1375
1297
  ------------- | ------------- | ------------- | -------------
1376
1298
  **datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
1377
1299
  **if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
1378
- **user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
1379
- **x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
1380
1300
 
1381
1301
  ### Return type
1382
1302
 
@@ -1410,8 +1330,6 @@ api_instance = ESI::UniverseApi.new
1410
1330
  opts = {
1411
1331
  datasource: "tranquility", # String | The server name you would like data from
1412
1332
  if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
1413
- user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
1414
- x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
1415
1333
  }
1416
1334
 
1417
1335
  begin
@@ -1429,8 +1347,6 @@ Name | Type | Description | Notes
1429
1347
  ------------- | ------------- | ------------- | -------------
1430
1348
  **datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
1431
1349
  **if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
1432
- **user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
1433
- **x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
1434
1350
 
1435
1351
  ### Return type
1436
1352
 
@@ -1452,7 +1368,7 @@ No authorization required
1452
1368
 
1453
1369
  Get solar system information
1454
1370
 
1455
- Get information on a solar system --- This route expires daily at 11:05
1371
+ Get information on a solar system. --- This route expires daily at 11:05
1456
1372
 
1457
1373
  ### Example
1458
1374
  ```ruby
@@ -1464,11 +1380,10 @@ api_instance = ESI::UniverseApi.new
1464
1380
  system_id = 56 # Integer | system_id integer
1465
1381
 
1466
1382
  opts = {
1383
+ accept_language: "en-us", # String | Language to use in the response
1467
1384
  datasource: "tranquility", # String | The server name you would like data from
1468
1385
  if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
1469
- language: "en-us", # String | Language to use in the response
1470
- user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
1471
- x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
1386
+ language: "en-us" # String | Language to use in the response, takes precedence over Accept-Language
1472
1387
  }
1473
1388
 
1474
1389
  begin
@@ -1485,11 +1400,10 @@ end
1485
1400
  Name | Type | Description | Notes
1486
1401
  ------------- | ------------- | ------------- | -------------
1487
1402
  **system_id** | **Integer**| system_id integer |
1403
+ **accept_language** | **String**| Language to use in the response | [optional] [default to en-us]
1488
1404
  **datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
1489
1405
  **if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
1490
- **language** | **String**| Language to use in the response | [optional] [default to en-us]
1491
- **user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
1492
- **x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
1406
+ **language** | **String**| Language to use in the response, takes precedence over Accept-Language | [optional] [default to en-us]
1493
1407
 
1494
1408
  ### Return type
1495
1409
 
@@ -1524,8 +1438,6 @@ opts = {
1524
1438
  datasource: "tranquility", # String | The server name you would like data from
1525
1439
  if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
1526
1440
  page: 1, # Integer | Which page of results to return
1527
- user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
1528
- x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
1529
1441
  }
1530
1442
 
1531
1443
  begin
@@ -1544,8 +1456,6 @@ Name | Type | Description | Notes
1544
1456
  **datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
1545
1457
  **if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
1546
1458
  **page** | **Integer**| Which page of results to return | [optional] [default to 1]
1547
- **user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
1548
- **x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
1549
1459
 
1550
1460
  ### Return type
1551
1461
 
@@ -1579,11 +1489,10 @@ api_instance = ESI::UniverseApi.new
1579
1489
  type_id = 56 # Integer | An Eve item type ID
1580
1490
 
1581
1491
  opts = {
1492
+ accept_language: "en-us", # String | Language to use in the response
1582
1493
  datasource: "tranquility", # String | The server name you would like data from
1583
1494
  if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
1584
- language: "en-us", # String | Language to use in the response
1585
- user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
1586
- x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
1495
+ language: "en-us" # String | Language to use in the response, takes precedence over Accept-Language
1587
1496
  }
1588
1497
 
1589
1498
  begin
@@ -1600,11 +1509,10 @@ end
1600
1509
  Name | Type | Description | Notes
1601
1510
  ------------- | ------------- | ------------- | -------------
1602
1511
  **type_id** | **Integer**| An Eve item type ID |
1512
+ **accept_language** | **String**| Language to use in the response | [optional] [default to en-us]
1603
1513
  **datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
1604
1514
  **if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
1605
- **language** | **String**| Language to use in the response | [optional] [default to en-us]
1606
- **user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
1607
- **x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
1515
+ **language** | **String**| Language to use in the response, takes precedence over Accept-Language | [optional] [default to en-us]
1608
1516
 
1609
1517
  ### Return type
1610
1518
 
@@ -1638,10 +1546,9 @@ api_instance = ESI::UniverseApi.new
1638
1546
  names = [ESI::Array<String>.new] # Array<String> | The names to resolve
1639
1547
 
1640
1548
  opts = {
1549
+ accept_language: "en-us", # String | Language to use in the response
1641
1550
  datasource: "tranquility", # String | The server name you would like data from
1642
- language: "en-us", # String | Language to use in the response
1643
- user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
1644
- x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
1551
+ language: "en-us" # String | Language to use in the response, takes precedence over Accept-Language
1645
1552
  }
1646
1553
 
1647
1554
  begin
@@ -1658,10 +1565,9 @@ end
1658
1565
  Name | Type | Description | Notes
1659
1566
  ------------- | ------------- | ------------- | -------------
1660
1567
  **names** | **Array&lt;String&gt;**| The names to resolve |
1568
+ **accept_language** | **String**| Language to use in the response | [optional] [default to en-us]
1661
1569
  **datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
1662
- **language** | **String**| Language to use in the response | [optional] [default to en-us]
1663
- **user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
1664
- **x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
1570
+ **language** | **String**| Language to use in the response, takes precedence over Accept-Language | [optional] [default to en-us]
1665
1571
 
1666
1572
  ### Return type
1667
1573
 
@@ -1696,8 +1602,6 @@ ids = [ESI::Array<Integer>.new] # Array<Integer> | The ids to resolve
1696
1602
 
1697
1603
  opts = {
1698
1604
  datasource: "tranquility", # String | The server name you would like data from
1699
- user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
1700
- x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
1701
1605
  }
1702
1606
 
1703
1607
  begin
@@ -1715,8 +1619,6 @@ Name | Type | Description | Notes
1715
1619
  ------------- | ------------- | ------------- | -------------
1716
1620
  **ids** | **Array&lt;Integer&gt;**| The ids to resolve |
1717
1621
  **datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
1718
- **user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
1719
- **x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
1720
1622
 
1721
1623
  ### Return type
1722
1624