esi-client-bvv 1.0.3 → 1.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (453) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +29 -36
  3. data/docs/AllianceApi.md +0 -74
  4. data/docs/AssetsApi.md +6 -30
  5. data/docs/BookmarksApi.md +4 -20
  6. data/docs/CalendarApi.md +4 -20
  7. data/docs/CharacterApi.md +11 -131
  8. data/docs/ClonesApi.md +2 -10
  9. data/docs/ContactsApi.md +25 -61
  10. data/docs/ContractsApi.md +10 -34
  11. data/docs/CorporationApi.md +22 -301
  12. data/docs/DogmaApi.md +57 -16
  13. data/docs/ErrorLimited.md +8 -0
  14. data/docs/FactionWarfareApi.md +4 -36
  15. data/docs/FittingsApi.md +3 -15
  16. data/docs/FleetsApi.md +22 -74
  17. data/docs/Forbidden.md +1 -1
  18. data/docs/GatewayTimeout.md +9 -0
  19. data/docs/GetAlliancesAllianceIdContacts200Ok.md +1 -1
  20. data/docs/GetCharactersCharacterIdAssets200Ok.md +1 -0
  21. data/docs/GetCharactersCharacterIdContacts200Ok.md +1 -1
  22. data/docs/GetCorporationsCorporationIdAssets200Ok.md +1 -0
  23. data/docs/GetCorporationsCorporationIdContacts200Ok.md +1 -1
  24. data/docs/GetCorporationsCorporationIdContractsContractIdItemsError520.md +8 -0
  25. data/docs/GetCorporationsCorporationIdOrders200Ok.md +1 -0
  26. data/docs/GetCorporationsCorporationIdOrdersHistory200Ok.md +2 -1
  27. data/docs/GetCorporationsCorporationIdWalletsDivisionTransactions200Ok.md +1 -1
  28. data/docs/GetDogmaDynamicItemsTypeIdItemIdDogmaAttribute.md +9 -0
  29. data/docs/GetDogmaDynamicItemsTypeIdItemIdDogmaEffect.md +9 -0
  30. data/docs/GetDogmaDynamicItemsTypeIdItemIdNotFound.md +8 -0
  31. data/docs/GetDogmaDynamicItemsTypeIdItemIdOk.md +12 -0
  32. data/docs/GetFwSystems200Ok.md +1 -1
  33. data/docs/GetMarketsRegionIdHistoryError520.md +8 -0
  34. data/docs/GetUniverseStructuresStructureIdOk.md +1 -0
  35. data/docs/GetUniverseSystemsSystemIdOk.md +2 -2
  36. data/docs/IncursionsApi.md +0 -4
  37. data/docs/IndustryApi.md +6 -38
  38. data/docs/InsuranceApi.md +4 -6
  39. data/docs/KillmailsApi.md +14 -28
  40. data/docs/LocationApi.md +3 -15
  41. data/docs/LoyaltyApi.md +1 -9
  42. data/docs/MailApi.md +9 -45
  43. data/docs/MarketApi.md +12 -54
  44. data/docs/OpportunitiesApi.md +5 -23
  45. data/docs/PlanetaryInteractionApi.md +3 -19
  46. data/docs/PostCharactersCharacterIdContactsError520.md +8 -0
  47. data/docs/PostCharactersCharacterIdMailError520.md +8 -0
  48. data/docs/RoutesApi.md +0 -4
  49. data/docs/SearchApi.md +10 -14
  50. data/docs/SkillsApi.md +3 -15
  51. data/docs/SovereigntyApi.md +0 -12
  52. data/docs/StatusApi.md +0 -4
  53. data/docs/UniverseApi.md +49 -147
  54. data/docs/UserInterfaceApi.md +5 -25
  55. data/docs/WalletApi.md +6 -30
  56. data/docs/WarsApi.md +1 -13
  57. data/esi-client-bvv.gemspec +1 -1
  58. data/lib/esi-client-bvv.rb +11 -11
  59. data/lib/esi-client-bvv/api/alliance_api.rb +1 -104
  60. data/lib/esi-client-bvv/api/assets_api.rb +1 -37
  61. data/lib/esi-client-bvv/api/bookmarks_api.rb +1 -25
  62. data/lib/esi-client-bvv/api/calendar_api.rb +1 -25
  63. data/lib/esi-client-bvv/api/character_api.rb +1 -173
  64. data/lib/esi-client-bvv/api/clones_api.rb +1 -13
  65. data/lib/esi-client-bvv/api/contacts_api.rb +30 -76
  66. data/lib/esi-client-bvv/api/contracts_api.rb +5 -41
  67. data/lib/esi-client-bvv/api/corporation_api.rb +9 -381
  68. data/lib/esi-client-bvv/api/dogma_api.rb +71 -25
  69. data/lib/esi-client-bvv/api/faction_warfare_api.rb +4 -52
  70. data/lib/esi-client-bvv/api/fittings_api.rb +1 -19
  71. data/lib/esi-client-bvv/api/fleets_api.rb +17 -89
  72. data/lib/esi-client-bvv/api/incursions_api.rb +1 -7
  73. data/lib/esi-client-bvv/api/industry_api.rb +1 -49
  74. data/lib/esi-client-bvv/api/insurance_api.rb +9 -9
  75. data/lib/esi-client-bvv/api/killmails_api.rb +21 -38
  76. data/lib/esi-client-bvv/api/location_api.rb +1 -19
  77. data/lib/esi-client-bvv/api/loyalty_api.rb +1 -13
  78. data/lib/esi-client-bvv/api/mail_api.rb +1 -55
  79. data/lib/esi-client-bvv/api/market_api.rb +11 -71
  80. data/lib/esi-client-bvv/api/opportunities_api.rb +9 -33
  81. data/lib/esi-client-bvv/api/planetary_interaction_api.rb +1 -25
  82. data/lib/esi-client-bvv/api/routes_api.rb +1 -7
  83. data/lib/esi-client-bvv/api/search_api.rb +17 -17
  84. data/lib/esi-client-bvv/api/skills_api.rb +1 -19
  85. data/lib/esi-client-bvv/api/sovereignty_api.rb +1 -19
  86. data/lib/esi-client-bvv/api/status_api.rb +1 -7
  87. data/lib/esi-client-bvv/api/universe_api.rb +95 -209
  88. data/lib/esi-client-bvv/api/user_interface_api.rb +1 -31
  89. data/lib/esi-client-bvv/api/wallet_api.rb +1 -37
  90. data/lib/esi-client-bvv/api/wars_api.rb +1 -19
  91. data/lib/esi-client-bvv/api_client.rb +1 -1
  92. data/lib/esi-client-bvv/api_error.rb +1 -1
  93. data/lib/esi-client-bvv/configuration.rb +1 -1
  94. data/lib/esi-client-bvv/models/bad_request.rb +1 -1
  95. data/lib/esi-client-bvv/models/delete_characters_character_id_mail_labels_label_id_unprocessable_entity.rb +1 -1
  96. data/lib/esi-client-bvv/models/delete_fleets_fleet_id_members_member_id_not_found.rb +1 -1
  97. data/lib/esi-client-bvv/models/delete_fleets_fleet_id_squads_squad_id_not_found.rb +1 -1
  98. data/lib/esi-client-bvv/models/delete_fleets_fleet_id_wings_wing_id_not_found.rb +1 -1
  99. data/lib/esi-client-bvv/models/error_limited.rb +194 -0
  100. data/lib/esi-client-bvv/models/forbidden.rb +2 -2
  101. data/lib/esi-client-bvv/models/gateway_timeout.rb +204 -0
  102. data/lib/esi-client-bvv/models/get_alliances_alliance_id_contacts_200_ok.rb +11 -9
  103. data/lib/esi-client-bvv/models/get_alliances_alliance_id_contacts_labels_200_ok.rb +1 -1
  104. data/lib/esi-client-bvv/models/get_alliances_alliance_id_icons_not_found.rb +1 -1
  105. data/lib/esi-client-bvv/models/get_alliances_alliance_id_icons_ok.rb +1 -1
  106. data/lib/esi-client-bvv/models/get_alliances_alliance_id_not_found.rb +1 -1
  107. data/lib/esi-client-bvv/models/get_alliances_alliance_id_ok.rb +1 -1
  108. data/lib/esi-client-bvv/models/get_characters_character_id_agents_research_200_ok.rb +1 -1
  109. data/lib/esi-client-bvv/models/get_characters_character_id_assets_200_ok.rb +14 -4
  110. data/lib/esi-client-bvv/models/get_characters_character_id_attributes_ok.rb +1 -1
  111. data/lib/esi-client-bvv/models/get_characters_character_id_blueprints_200_ok.rb +1 -1
  112. data/lib/esi-client-bvv/models/get_characters_character_id_bookmarks_200_ok.rb +1 -1
  113. data/lib/esi-client-bvv/models/get_characters_character_id_bookmarks_coordinates.rb +1 -1
  114. data/lib/esi-client-bvv/models/get_characters_character_id_bookmarks_folders_200_ok.rb +1 -1
  115. data/lib/esi-client-bvv/models/get_characters_character_id_bookmarks_item.rb +1 -1
  116. data/lib/esi-client-bvv/models/get_characters_character_id_calendar_200_ok.rb +1 -1
  117. data/lib/esi-client-bvv/models/get_characters_character_id_calendar_event_id_attendees_200_ok.rb +1 -1
  118. data/lib/esi-client-bvv/models/get_characters_character_id_calendar_event_id_attendees_not_found.rb +1 -1
  119. data/lib/esi-client-bvv/models/get_characters_character_id_calendar_event_id_not_found.rb +1 -1
  120. data/lib/esi-client-bvv/models/get_characters_character_id_calendar_event_id_ok.rb +1 -1
  121. data/lib/esi-client-bvv/models/get_characters_character_id_clones_home_location.rb +1 -1
  122. data/lib/esi-client-bvv/models/get_characters_character_id_clones_jump_clone.rb +1 -1
  123. data/lib/esi-client-bvv/models/get_characters_character_id_clones_ok.rb +1 -1
  124. data/lib/esi-client-bvv/models/get_characters_character_id_contacts_200_ok.rb +11 -9
  125. data/lib/esi-client-bvv/models/get_characters_character_id_contacts_labels_200_ok.rb +1 -1
  126. data/lib/esi-client-bvv/models/get_characters_character_id_contracts_200_ok.rb +1 -1
  127. data/lib/esi-client-bvv/models/get_characters_character_id_contracts_contract_id_bids_200_ok.rb +1 -1
  128. data/lib/esi-client-bvv/models/get_characters_character_id_contracts_contract_id_bids_not_found.rb +1 -1
  129. data/lib/esi-client-bvv/models/get_characters_character_id_contracts_contract_id_items_200_ok.rb +1 -1
  130. data/lib/esi-client-bvv/models/get_characters_character_id_contracts_contract_id_items_not_found.rb +1 -1
  131. data/lib/esi-client-bvv/models/get_characters_character_id_corporationhistory_200_ok.rb +1 -1
  132. data/lib/esi-client-bvv/models/get_characters_character_id_fatigue_ok.rb +1 -1
  133. data/lib/esi-client-bvv/models/get_characters_character_id_fittings_200_ok.rb +1 -1
  134. data/lib/esi-client-bvv/models/get_characters_character_id_fittings_item.rb +1 -1
  135. data/lib/esi-client-bvv/models/get_characters_character_id_fleet_not_found.rb +1 -1
  136. data/lib/esi-client-bvv/models/get_characters_character_id_fleet_ok.rb +1 -1
  137. data/lib/esi-client-bvv/models/get_characters_character_id_fw_stats_kills.rb +1 -1
  138. data/lib/esi-client-bvv/models/get_characters_character_id_fw_stats_ok.rb +1 -1
  139. data/lib/esi-client-bvv/models/get_characters_character_id_fw_stats_victory_points.rb +1 -1
  140. data/lib/esi-client-bvv/models/get_characters_character_id_industry_jobs_200_ok.rb +1 -1
  141. data/lib/esi-client-bvv/models/get_characters_character_id_killmails_recent_200_ok.rb +1 -1
  142. data/lib/esi-client-bvv/models/get_characters_character_id_location_ok.rb +1 -1
  143. data/lib/esi-client-bvv/models/get_characters_character_id_loyalty_points_200_ok.rb +1 -1
  144. data/lib/esi-client-bvv/models/get_characters_character_id_mail_200_ok.rb +1 -1
  145. data/lib/esi-client-bvv/models/get_characters_character_id_mail_labels_label.rb +1 -1
  146. data/lib/esi-client-bvv/models/get_characters_character_id_mail_labels_ok.rb +1 -1
  147. data/lib/esi-client-bvv/models/get_characters_character_id_mail_lists_200_ok.rb +1 -1
  148. data/lib/esi-client-bvv/models/get_characters_character_id_mail_mail_id_not_found.rb +1 -1
  149. data/lib/esi-client-bvv/models/get_characters_character_id_mail_mail_id_ok.rb +1 -1
  150. data/lib/esi-client-bvv/models/get_characters_character_id_mail_mail_id_recipient.rb +1 -1
  151. data/lib/esi-client-bvv/models/get_characters_character_id_mail_recipient.rb +1 -1
  152. data/lib/esi-client-bvv/models/get_characters_character_id_medals_200_ok.rb +1 -1
  153. data/lib/esi-client-bvv/models/get_characters_character_id_medals_graphic.rb +1 -1
  154. data/lib/esi-client-bvv/models/get_characters_character_id_mining_200_ok.rb +1 -1
  155. data/lib/esi-client-bvv/models/get_characters_character_id_not_found.rb +1 -1
  156. data/lib/esi-client-bvv/models/get_characters_character_id_notifications_200_ok.rb +3 -3
  157. data/lib/esi-client-bvv/models/get_characters_character_id_notifications_contacts_200_ok.rb +1 -1
  158. data/lib/esi-client-bvv/models/get_characters_character_id_ok.rb +1 -1
  159. data/lib/esi-client-bvv/models/get_characters_character_id_online_ok.rb +1 -1
  160. data/lib/esi-client-bvv/models/get_characters_character_id_opportunities_200_ok.rb +1 -1
  161. data/lib/esi-client-bvv/models/get_characters_character_id_orders_200_ok.rb +1 -1
  162. data/lib/esi-client-bvv/models/get_characters_character_id_orders_history_200_ok.rb +1 -1
  163. data/lib/esi-client-bvv/models/get_characters_character_id_planets_200_ok.rb +1 -1
  164. data/lib/esi-client-bvv/models/get_characters_character_id_planets_planet_id_content.rb +1 -1
  165. data/lib/esi-client-bvv/models/get_characters_character_id_planets_planet_id_extractor_details.rb +1 -1
  166. data/lib/esi-client-bvv/models/get_characters_character_id_planets_planet_id_factory_details.rb +1 -1
  167. data/lib/esi-client-bvv/models/get_characters_character_id_planets_planet_id_head.rb +1 -1
  168. data/lib/esi-client-bvv/models/get_characters_character_id_planets_planet_id_link.rb +1 -1
  169. data/lib/esi-client-bvv/models/get_characters_character_id_planets_planet_id_not_found.rb +1 -1
  170. data/lib/esi-client-bvv/models/get_characters_character_id_planets_planet_id_ok.rb +1 -1
  171. data/lib/esi-client-bvv/models/get_characters_character_id_planets_planet_id_pin.rb +1 -1
  172. data/lib/esi-client-bvv/models/get_characters_character_id_planets_planet_id_route.rb +1 -1
  173. data/lib/esi-client-bvv/models/get_characters_character_id_portrait_not_found.rb +1 -1
  174. data/lib/esi-client-bvv/models/get_characters_character_id_portrait_ok.rb +1 -1
  175. data/lib/esi-client-bvv/models/get_characters_character_id_roles_ok.rb +1 -1
  176. data/lib/esi-client-bvv/models/get_characters_character_id_search_ok.rb +1 -1
  177. data/lib/esi-client-bvv/models/get_characters_character_id_ship_ok.rb +1 -1
  178. data/lib/esi-client-bvv/models/get_characters_character_id_skillqueue_200_ok.rb +1 -1
  179. data/lib/esi-client-bvv/models/get_characters_character_id_skills_ok.rb +1 -1
  180. data/lib/esi-client-bvv/models/get_characters_character_id_skills_skill.rb +1 -1
  181. data/lib/esi-client-bvv/models/get_characters_character_id_standings_200_ok.rb +1 -29
  182. data/lib/esi-client-bvv/models/get_characters_character_id_stats_200_ok.rb +1 -1
  183. data/lib/esi-client-bvv/models/get_characters_character_id_stats_character.rb +1 -1
  184. data/lib/esi-client-bvv/models/get_characters_character_id_stats_combat.rb +1 -1
  185. data/lib/esi-client-bvv/models/get_characters_character_id_stats_industry.rb +1 -1
  186. data/lib/esi-client-bvv/models/get_characters_character_id_stats_inventory.rb +1 -1
  187. data/lib/esi-client-bvv/models/get_characters_character_id_stats_isk.rb +1 -1
  188. data/lib/esi-client-bvv/models/get_characters_character_id_stats_market.rb +1 -1
  189. data/lib/esi-client-bvv/models/get_characters_character_id_stats_mining.rb +1 -1
  190. data/lib/esi-client-bvv/models/get_characters_character_id_stats_module.rb +1 -1
  191. data/lib/esi-client-bvv/models/get_characters_character_id_stats_orbital.rb +1 -1
  192. data/lib/esi-client-bvv/models/get_characters_character_id_stats_pve.rb +1 -1
  193. data/lib/esi-client-bvv/models/get_characters_character_id_stats_social.rb +1 -1
  194. data/lib/esi-client-bvv/models/get_characters_character_id_stats_travel.rb +1 -1
  195. data/lib/esi-client-bvv/models/get_characters_character_id_titles_200_ok.rb +1 -1
  196. data/lib/esi-client-bvv/models/get_characters_character_id_wallet_journal_200_ok.rb +1 -1
  197. data/lib/esi-client-bvv/models/get_characters_character_id_wallet_transactions_200_ok.rb +1 -1
  198. data/lib/esi-client-bvv/models/get_corporation_corporation_id_mining_extractions_200_ok.rb +1 -1
  199. data/lib/esi-client-bvv/models/get_corporation_corporation_id_mining_observers_200_ok.rb +1 -1
  200. data/lib/esi-client-bvv/models/get_corporation_corporation_id_mining_observers_observer_id_200_ok.rb +1 -1
  201. data/lib/esi-client-bvv/models/get_corporations_corporation_id_alliancehistory_200_ok.rb +1 -1
  202. data/lib/esi-client-bvv/models/get_corporations_corporation_id_assets_200_ok.rb +12 -2
  203. data/lib/esi-client-bvv/models/get_corporations_corporation_id_blueprints_200_ok.rb +1 -1
  204. data/lib/esi-client-bvv/models/get_corporations_corporation_id_bookmarks_200_ok.rb +1 -1
  205. data/lib/esi-client-bvv/models/get_corporations_corporation_id_bookmarks_coordinates.rb +1 -1
  206. data/lib/esi-client-bvv/models/get_corporations_corporation_id_bookmarks_folders_200_ok.rb +1 -1
  207. data/lib/esi-client-bvv/models/get_corporations_corporation_id_bookmarks_item.rb +1 -1
  208. data/lib/esi-client-bvv/models/get_corporations_corporation_id_contacts_200_ok.rb +11 -9
  209. data/lib/esi-client-bvv/models/get_corporations_corporation_id_contacts_labels_200_ok.rb +1 -1
  210. data/lib/esi-client-bvv/models/get_corporations_corporation_id_containers_logs_200_ok.rb +1 -1
  211. data/lib/esi-client-bvv/models/get_corporations_corporation_id_contracts_200_ok.rb +1 -1
  212. data/lib/esi-client-bvv/models/get_corporations_corporation_id_contracts_contract_id_bids_200_ok.rb +1 -1
  213. data/lib/esi-client-bvv/models/get_corporations_corporation_id_contracts_contract_id_bids_not_found.rb +1 -1
  214. data/lib/esi-client-bvv/models/get_corporations_corporation_id_contracts_contract_id_items_200_ok.rb +1 -1
  215. data/lib/esi-client-bvv/models/get_corporations_corporation_id_contracts_contract_id_items_error_520.rb +189 -0
  216. data/lib/esi-client-bvv/models/get_corporations_corporation_id_contracts_contract_id_items_not_found.rb +1 -1
  217. data/lib/esi-client-bvv/models/get_corporations_corporation_id_customs_offices_200_ok.rb +1 -1
  218. data/lib/esi-client-bvv/models/get_corporations_corporation_id_divisions_hangar_hangar.rb +1 -1
  219. data/lib/esi-client-bvv/models/get_corporations_corporation_id_divisions_ok.rb +1 -1
  220. data/lib/esi-client-bvv/models/get_corporations_corporation_id_divisions_wallet_wallet.rb +1 -1
  221. data/lib/esi-client-bvv/models/get_corporations_corporation_id_facilities_200_ok.rb +1 -1
  222. data/lib/esi-client-bvv/models/get_corporations_corporation_id_fw_stats_kills.rb +1 -1
  223. data/lib/esi-client-bvv/models/get_corporations_corporation_id_fw_stats_ok.rb +1 -1
  224. data/lib/esi-client-bvv/models/get_corporations_corporation_id_fw_stats_victory_points.rb +1 -1
  225. data/lib/esi-client-bvv/models/get_corporations_corporation_id_icons_not_found.rb +1 -1
  226. data/lib/esi-client-bvv/models/get_corporations_corporation_id_icons_ok.rb +1 -1
  227. data/lib/esi-client-bvv/models/get_corporations_corporation_id_industry_jobs_200_ok.rb +1 -1
  228. data/lib/esi-client-bvv/models/get_corporations_corporation_id_killmails_recent_200_ok.rb +1 -1
  229. data/lib/esi-client-bvv/models/get_corporations_corporation_id_medals_200_ok.rb +1 -1
  230. data/lib/esi-client-bvv/models/get_corporations_corporation_id_medals_issued_200_ok.rb +1 -1
  231. data/lib/esi-client-bvv/models/get_corporations_corporation_id_members_titles_200_ok.rb +1 -1
  232. data/lib/esi-client-bvv/models/get_corporations_corporation_id_membertracking_200_ok.rb +1 -1
  233. data/lib/esi-client-bvv/models/get_corporations_corporation_id_not_found.rb +1 -1
  234. data/lib/esi-client-bvv/models/get_corporations_corporation_id_ok.rb +1 -1
  235. data/lib/esi-client-bvv/models/get_corporations_corporation_id_orders_200_ok.rb +17 -2
  236. data/lib/esi-client-bvv/models/get_corporations_corporation_id_orders_history_200_ok.rb +13 -3
  237. data/lib/esi-client-bvv/models/get_corporations_corporation_id_roles_200_ok.rb +1 -1
  238. data/lib/esi-client-bvv/models/get_corporations_corporation_id_roles_history_200_ok.rb +1 -1
  239. data/lib/esi-client-bvv/models/get_corporations_corporation_id_shareholders_200_ok.rb +1 -1
  240. data/lib/esi-client-bvv/models/get_corporations_corporation_id_standings_200_ok.rb +1 -29
  241. data/lib/esi-client-bvv/models/get_corporations_corporation_id_starbases_200_ok.rb +1 -1
  242. data/lib/esi-client-bvv/models/get_corporations_corporation_id_starbases_starbase_id_fuel.rb +1 -1
  243. data/lib/esi-client-bvv/models/get_corporations_corporation_id_starbases_starbase_id_ok.rb +1 -1
  244. data/lib/esi-client-bvv/models/get_corporations_corporation_id_structures_200_ok.rb +1 -1
  245. data/lib/esi-client-bvv/models/get_corporations_corporation_id_structures_service.rb +1 -1
  246. data/lib/esi-client-bvv/models/get_corporations_corporation_id_titles_200_ok.rb +1 -1
  247. data/lib/esi-client-bvv/models/get_corporations_corporation_id_wallets_200_ok.rb +1 -1
  248. data/lib/esi-client-bvv/models/get_corporations_corporation_id_wallets_division_journal_200_ok.rb +1 -1
  249. data/lib/esi-client-bvv/models/get_corporations_corporation_id_wallets_division_transactions_200_ok.rb +2 -2
  250. data/lib/esi-client-bvv/models/get_dogma_attributes_attribute_id_not_found.rb +1 -1
  251. data/lib/esi-client-bvv/models/get_dogma_attributes_attribute_id_ok.rb +1 -1
  252. data/lib/esi-client-bvv/models/get_dogma_dynamic_items_type_id_item_id_dogma_attribute.rb +209 -0
  253. data/lib/esi-client-bvv/models/get_dogma_dynamic_items_type_id_item_id_dogma_effect.rb +209 -0
  254. data/lib/esi-client-bvv/models/get_dogma_dynamic_items_type_id_item_id_not_found.rb +189 -0
  255. data/lib/esi-client-bvv/models/get_dogma_dynamic_items_type_id_item_id_ok.rb +258 -0
  256. data/lib/esi-client-bvv/models/get_dogma_effects_effect_id_modifier.rb +1 -1
  257. data/lib/esi-client-bvv/models/get_dogma_effects_effect_id_not_found.rb +1 -1
  258. data/lib/esi-client-bvv/models/get_dogma_effects_effect_id_ok.rb +1 -1
  259. data/lib/esi-client-bvv/models/get_fleets_fleet_id_members_200_ok.rb +1 -1
  260. data/lib/esi-client-bvv/models/get_fleets_fleet_id_members_not_found.rb +1 -1
  261. data/lib/esi-client-bvv/models/get_fleets_fleet_id_not_found.rb +1 -1
  262. data/lib/esi-client-bvv/models/get_fleets_fleet_id_ok.rb +1 -1
  263. data/lib/esi-client-bvv/models/get_fleets_fleet_id_wings_200_ok.rb +1 -1
  264. data/lib/esi-client-bvv/models/get_fleets_fleet_id_wings_not_found.rb +1 -1
  265. data/lib/esi-client-bvv/models/get_fleets_fleet_id_wings_squad.rb +1 -1
  266. data/lib/esi-client-bvv/models/get_fw_leaderboards_active_total_active_total.rb +1 -1
  267. data/lib/esi-client-bvv/models/get_fw_leaderboards_active_total_active_total_1.rb +1 -1
  268. data/lib/esi-client-bvv/models/get_fw_leaderboards_characters_active_total_active_total.rb +1 -1
  269. data/lib/esi-client-bvv/models/get_fw_leaderboards_characters_active_total_active_total_1.rb +1 -1
  270. data/lib/esi-client-bvv/models/get_fw_leaderboards_characters_kills.rb +1 -1
  271. data/lib/esi-client-bvv/models/get_fw_leaderboards_characters_last_week_last_week.rb +1 -1
  272. data/lib/esi-client-bvv/models/get_fw_leaderboards_characters_last_week_last_week_1.rb +1 -1
  273. data/lib/esi-client-bvv/models/get_fw_leaderboards_characters_ok.rb +1 -1
  274. data/lib/esi-client-bvv/models/get_fw_leaderboards_characters_victory_points.rb +1 -1
  275. data/lib/esi-client-bvv/models/get_fw_leaderboards_characters_yesterday_yesterday.rb +1 -1
  276. data/lib/esi-client-bvv/models/get_fw_leaderboards_characters_yesterday_yesterday_1.rb +1 -1
  277. data/lib/esi-client-bvv/models/get_fw_leaderboards_corporations_active_total_active_total.rb +1 -1
  278. data/lib/esi-client-bvv/models/get_fw_leaderboards_corporations_active_total_active_total_1.rb +1 -1
  279. data/lib/esi-client-bvv/models/get_fw_leaderboards_corporations_kills.rb +1 -1
  280. data/lib/esi-client-bvv/models/get_fw_leaderboards_corporations_last_week_last_week.rb +1 -1
  281. data/lib/esi-client-bvv/models/get_fw_leaderboards_corporations_last_week_last_week_1.rb +1 -1
  282. data/lib/esi-client-bvv/models/get_fw_leaderboards_corporations_ok.rb +1 -1
  283. data/lib/esi-client-bvv/models/get_fw_leaderboards_corporations_victory_points.rb +1 -1
  284. data/lib/esi-client-bvv/models/get_fw_leaderboards_corporations_yesterday_yesterday.rb +1 -1
  285. data/lib/esi-client-bvv/models/get_fw_leaderboards_corporations_yesterday_yesterday_1.rb +1 -1
  286. data/lib/esi-client-bvv/models/get_fw_leaderboards_kills.rb +1 -1
  287. data/lib/esi-client-bvv/models/get_fw_leaderboards_last_week_last_week.rb +1 -1
  288. data/lib/esi-client-bvv/models/get_fw_leaderboards_last_week_last_week_1.rb +1 -1
  289. data/lib/esi-client-bvv/models/get_fw_leaderboards_ok.rb +1 -1
  290. data/lib/esi-client-bvv/models/get_fw_leaderboards_victory_points.rb +1 -1
  291. data/lib/esi-client-bvv/models/get_fw_leaderboards_yesterday_yesterday.rb +1 -1
  292. data/lib/esi-client-bvv/models/get_fw_leaderboards_yesterday_yesterday_1.rb +1 -1
  293. data/lib/esi-client-bvv/models/get_fw_stats_200_ok.rb +1 -1
  294. data/lib/esi-client-bvv/models/get_fw_stats_kills.rb +1 -1
  295. data/lib/esi-client-bvv/models/get_fw_stats_victory_points.rb +1 -1
  296. data/lib/esi-client-bvv/models/get_fw_systems_200_ok.rb +36 -3
  297. data/lib/esi-client-bvv/models/get_fw_wars_200_ok.rb +1 -1
  298. data/lib/esi-client-bvv/models/get_incursions_200_ok.rb +1 -1
  299. data/lib/esi-client-bvv/models/get_industry_facilities_200_ok.rb +1 -1
  300. data/lib/esi-client-bvv/models/get_industry_systems_200_ok.rb +1 -1
  301. data/lib/esi-client-bvv/models/get_industry_systems_cost_indice.rb +1 -1
  302. data/lib/esi-client-bvv/models/get_insurance_prices_200_ok.rb +1 -1
  303. data/lib/esi-client-bvv/models/get_insurance_prices_level.rb +1 -1
  304. data/lib/esi-client-bvv/models/get_killmails_killmail_id_killmail_hash_attacker.rb +1 -1
  305. data/lib/esi-client-bvv/models/get_killmails_killmail_id_killmail_hash_item.rb +1 -1
  306. data/lib/esi-client-bvv/models/get_killmails_killmail_id_killmail_hash_items_item.rb +1 -1
  307. data/lib/esi-client-bvv/models/get_killmails_killmail_id_killmail_hash_ok.rb +1 -1
  308. data/lib/esi-client-bvv/models/get_killmails_killmail_id_killmail_hash_position.rb +1 -1
  309. data/lib/esi-client-bvv/models/get_killmails_killmail_id_killmail_hash_unprocessable_entity.rb +1 -1
  310. data/lib/esi-client-bvv/models/get_killmails_killmail_id_killmail_hash_victim.rb +1 -1
  311. data/lib/esi-client-bvv/models/get_loyalty_stores_corporation_id_offers_200_ok.rb +1 -1
  312. data/lib/esi-client-bvv/models/get_loyalty_stores_corporation_id_offers_not_found.rb +1 -1
  313. data/lib/esi-client-bvv/models/get_loyalty_stores_corporation_id_offers_required_item.rb +1 -1
  314. data/lib/esi-client-bvv/models/get_markets_groups_market_group_id_not_found.rb +1 -1
  315. data/lib/esi-client-bvv/models/get_markets_groups_market_group_id_ok.rb +1 -1
  316. data/lib/esi-client-bvv/models/get_markets_prices_200_ok.rb +1 -1
  317. data/lib/esi-client-bvv/models/get_markets_region_id_history_200_ok.rb +1 -1
  318. data/lib/esi-client-bvv/models/get_markets_region_id_history_error_520.rb +189 -0
  319. data/lib/esi-client-bvv/models/get_markets_region_id_history_not_found.rb +1 -1
  320. data/lib/esi-client-bvv/models/get_markets_region_id_history_unprocessable_entity.rb +1 -1
  321. data/lib/esi-client-bvv/models/get_markets_region_id_orders_200_ok.rb +1 -1
  322. data/lib/esi-client-bvv/models/get_markets_region_id_orders_not_found.rb +1 -1
  323. data/lib/esi-client-bvv/models/get_markets_region_id_orders_unprocessable_entity.rb +1 -1
  324. data/lib/esi-client-bvv/models/get_markets_structures_structure_id_200_ok.rb +1 -1
  325. data/lib/esi-client-bvv/models/get_opportunities_groups_group_id_ok.rb +1 -1
  326. data/lib/esi-client-bvv/models/get_opportunities_tasks_task_id_ok.rb +1 -1
  327. data/lib/esi-client-bvv/models/get_route_origin_destination_not_found.rb +1 -1
  328. data/lib/esi-client-bvv/models/get_search_ok.rb +1 -1
  329. data/lib/esi-client-bvv/models/get_sovereignty_campaigns_200_ok.rb +1 -1
  330. data/lib/esi-client-bvv/models/get_sovereignty_campaigns_participant.rb +1 -1
  331. data/lib/esi-client-bvv/models/get_sovereignty_map_200_ok.rb +1 -1
  332. data/lib/esi-client-bvv/models/get_sovereignty_structures_200_ok.rb +1 -1
  333. data/lib/esi-client-bvv/models/get_status_ok.rb +1 -1
  334. data/lib/esi-client-bvv/models/get_universe_ancestries_200_ok.rb +1 -1
  335. data/lib/esi-client-bvv/models/get_universe_asteroid_belts_asteroid_belt_id_not_found.rb +1 -1
  336. data/lib/esi-client-bvv/models/get_universe_asteroid_belts_asteroid_belt_id_ok.rb +1 -1
  337. data/lib/esi-client-bvv/models/get_universe_asteroid_belts_asteroid_belt_id_position.rb +1 -1
  338. data/lib/esi-client-bvv/models/get_universe_bloodlines_200_ok.rb +1 -1
  339. data/lib/esi-client-bvv/models/get_universe_categories_category_id_not_found.rb +1 -1
  340. data/lib/esi-client-bvv/models/get_universe_categories_category_id_ok.rb +1 -1
  341. data/lib/esi-client-bvv/models/get_universe_constellations_constellation_id_not_found.rb +1 -1
  342. data/lib/esi-client-bvv/models/get_universe_constellations_constellation_id_ok.rb +1 -1
  343. data/lib/esi-client-bvv/models/get_universe_constellations_constellation_id_position.rb +1 -1
  344. data/lib/esi-client-bvv/models/get_universe_factions_200_ok.rb +1 -1
  345. data/lib/esi-client-bvv/models/get_universe_graphics_graphic_id_not_found.rb +1 -1
  346. data/lib/esi-client-bvv/models/get_universe_graphics_graphic_id_ok.rb +1 -1
  347. data/lib/esi-client-bvv/models/get_universe_groups_group_id_not_found.rb +1 -1
  348. data/lib/esi-client-bvv/models/get_universe_groups_group_id_ok.rb +1 -1
  349. data/lib/esi-client-bvv/models/get_universe_moons_moon_id_not_found.rb +1 -1
  350. data/lib/esi-client-bvv/models/get_universe_moons_moon_id_ok.rb +1 -1
  351. data/lib/esi-client-bvv/models/get_universe_moons_moon_id_position.rb +1 -1
  352. data/lib/esi-client-bvv/models/get_universe_planets_planet_id_not_found.rb +1 -1
  353. data/lib/esi-client-bvv/models/get_universe_planets_planet_id_ok.rb +1 -1
  354. data/lib/esi-client-bvv/models/get_universe_planets_planet_id_position.rb +1 -1
  355. data/lib/esi-client-bvv/models/get_universe_races_200_ok.rb +1 -1
  356. data/lib/esi-client-bvv/models/get_universe_regions_region_id_not_found.rb +1 -1
  357. data/lib/esi-client-bvv/models/get_universe_regions_region_id_ok.rb +1 -1
  358. data/lib/esi-client-bvv/models/get_universe_schematics_schematic_id_not_found.rb +1 -1
  359. data/lib/esi-client-bvv/models/get_universe_schematics_schematic_id_ok.rb +1 -1
  360. data/lib/esi-client-bvv/models/get_universe_stargates_stargate_id_destination.rb +1 -1
  361. data/lib/esi-client-bvv/models/get_universe_stargates_stargate_id_not_found.rb +1 -1
  362. data/lib/esi-client-bvv/models/get_universe_stargates_stargate_id_ok.rb +1 -1
  363. data/lib/esi-client-bvv/models/get_universe_stargates_stargate_id_position.rb +1 -1
  364. data/lib/esi-client-bvv/models/get_universe_stars_star_id_ok.rb +1 -1
  365. data/lib/esi-client-bvv/models/get_universe_stations_station_id_not_found.rb +1 -1
  366. data/lib/esi-client-bvv/models/get_universe_stations_station_id_ok.rb +1 -1
  367. data/lib/esi-client-bvv/models/get_universe_stations_station_id_position.rb +1 -1
  368. data/lib/esi-client-bvv/models/get_universe_structures_structure_id_not_found.rb +1 -1
  369. data/lib/esi-client-bvv/models/get_universe_structures_structure_id_ok.rb +17 -2
  370. data/lib/esi-client-bvv/models/get_universe_structures_structure_id_position.rb +1 -1
  371. data/lib/esi-client-bvv/models/get_universe_system_jumps_200_ok.rb +1 -1
  372. data/lib/esi-client-bvv/models/get_universe_system_kills_200_ok.rb +1 -1
  373. data/lib/esi-client-bvv/models/get_universe_systems_system_id_not_found.rb +1 -1
  374. data/lib/esi-client-bvv/models/get_universe_systems_system_id_ok.rb +1 -11
  375. data/lib/esi-client-bvv/models/get_universe_systems_system_id_planet.rb +1 -1
  376. data/lib/esi-client-bvv/models/get_universe_systems_system_id_position.rb +1 -1
  377. data/lib/esi-client-bvv/models/get_universe_types_type_id_dogma_attribute.rb +1 -1
  378. data/lib/esi-client-bvv/models/get_universe_types_type_id_dogma_effect.rb +1 -1
  379. data/lib/esi-client-bvv/models/get_universe_types_type_id_not_found.rb +1 -1
  380. data/lib/esi-client-bvv/models/get_universe_types_type_id_ok.rb +1 -1
  381. data/lib/esi-client-bvv/models/get_wars_war_id_aggressor.rb +1 -1
  382. data/lib/esi-client-bvv/models/get_wars_war_id_ally.rb +1 -1
  383. data/lib/esi-client-bvv/models/get_wars_war_id_defender.rb +1 -1
  384. data/lib/esi-client-bvv/models/get_wars_war_id_killmails_200_ok.rb +1 -1
  385. data/lib/esi-client-bvv/models/get_wars_war_id_killmails_unprocessable_entity.rb +1 -1
  386. data/lib/esi-client-bvv/models/get_wars_war_id_ok.rb +1 -1
  387. data/lib/esi-client-bvv/models/get_wars_war_id_unprocessable_entity.rb +1 -1
  388. data/lib/esi-client-bvv/models/internal_server_error.rb +1 -1
  389. data/lib/esi-client-bvv/models/post_characters_affiliation_200_ok.rb +1 -1
  390. data/lib/esi-client-bvv/models/post_characters_affiliation_not_found.rb +1 -1
  391. data/lib/esi-client-bvv/models/post_characters_character_id_assets_locations_200_ok.rb +1 -1
  392. data/lib/esi-client-bvv/models/post_characters_character_id_assets_locations_position.rb +1 -1
  393. data/lib/esi-client-bvv/models/post_characters_character_id_assets_names_200_ok.rb +1 -1
  394. data/lib/esi-client-bvv/models/post_characters_character_id_contacts_error_520.rb +189 -0
  395. data/lib/esi-client-bvv/models/post_characters_character_id_fittings_created.rb +1 -1
  396. data/lib/esi-client-bvv/models/post_characters_character_id_fittings_fitting.rb +1 -1
  397. data/lib/esi-client-bvv/models/post_characters_character_id_fittings_item.rb +1 -1
  398. data/lib/esi-client-bvv/models/post_characters_character_id_mail_error_520.rb +189 -0
  399. data/lib/esi-client-bvv/models/post_characters_character_id_mail_labels_label.rb +1 -1
  400. data/lib/esi-client-bvv/models/post_characters_character_id_mail_mail.rb +1 -1
  401. data/lib/esi-client-bvv/models/post_characters_character_id_mail_recipient.rb +1 -1
  402. data/lib/esi-client-bvv/models/post_corporations_corporation_id_assets_locations_200_ok.rb +1 -1
  403. data/lib/esi-client-bvv/models/post_corporations_corporation_id_assets_locations_not_found.rb +1 -1
  404. data/lib/esi-client-bvv/models/post_corporations_corporation_id_assets_locations_position.rb +1 -1
  405. data/lib/esi-client-bvv/models/post_corporations_corporation_id_assets_names_200_ok.rb +1 -1
  406. data/lib/esi-client-bvv/models/post_corporations_corporation_id_assets_names_not_found.rb +1 -1
  407. data/lib/esi-client-bvv/models/post_fleets_fleet_id_members_invitation.rb +1 -1
  408. data/lib/esi-client-bvv/models/post_fleets_fleet_id_members_not_found.rb +1 -1
  409. data/lib/esi-client-bvv/models/post_fleets_fleet_id_members_unprocessable_entity.rb +1 -1
  410. data/lib/esi-client-bvv/models/post_fleets_fleet_id_wings_created.rb +1 -1
  411. data/lib/esi-client-bvv/models/post_fleets_fleet_id_wings_not_found.rb +1 -1
  412. data/lib/esi-client-bvv/models/post_fleets_fleet_id_wings_wing_id_squads_created.rb +1 -1
  413. data/lib/esi-client-bvv/models/post_fleets_fleet_id_wings_wing_id_squads_not_found.rb +1 -1
  414. data/lib/esi-client-bvv/models/post_ui_openwindow_newmail_new_mail.rb +1 -1
  415. data/lib/esi-client-bvv/models/post_ui_openwindow_newmail_unprocessable_entity.rb +1 -1
  416. data/lib/esi-client-bvv/models/post_universe_ids_agent.rb +1 -1
  417. data/lib/esi-client-bvv/models/post_universe_ids_alliance.rb +1 -1
  418. data/lib/esi-client-bvv/models/post_universe_ids_character.rb +1 -1
  419. data/lib/esi-client-bvv/models/post_universe_ids_constellation.rb +1 -1
  420. data/lib/esi-client-bvv/models/post_universe_ids_corporation.rb +1 -1
  421. data/lib/esi-client-bvv/models/post_universe_ids_faction.rb +1 -1
  422. data/lib/esi-client-bvv/models/post_universe_ids_inventory_type.rb +1 -1
  423. data/lib/esi-client-bvv/models/post_universe_ids_ok.rb +1 -1
  424. data/lib/esi-client-bvv/models/post_universe_ids_region.rb +1 -1
  425. data/lib/esi-client-bvv/models/post_universe_ids_station.rb +1 -1
  426. data/lib/esi-client-bvv/models/post_universe_ids_system.rb +1 -1
  427. data/lib/esi-client-bvv/models/post_universe_names_200_ok.rb +1 -1
  428. data/lib/esi-client-bvv/models/post_universe_names_not_found.rb +1 -1
  429. data/lib/esi-client-bvv/models/put_characters_character_id_calendar_event_id_response.rb +1 -1
  430. data/lib/esi-client-bvv/models/put_characters_character_id_mail_mail_id_contents.rb +1 -1
  431. data/lib/esi-client-bvv/models/put_fleets_fleet_id_members_member_id_movement.rb +1 -1
  432. data/lib/esi-client-bvv/models/put_fleets_fleet_id_members_member_id_not_found.rb +1 -1
  433. data/lib/esi-client-bvv/models/put_fleets_fleet_id_members_member_id_unprocessable_entity.rb +1 -1
  434. data/lib/esi-client-bvv/models/put_fleets_fleet_id_new_settings.rb +1 -1
  435. data/lib/esi-client-bvv/models/put_fleets_fleet_id_not_found.rb +1 -1
  436. data/lib/esi-client-bvv/models/put_fleets_fleet_id_squads_squad_id_naming.rb +1 -1
  437. data/lib/esi-client-bvv/models/put_fleets_fleet_id_squads_squad_id_not_found.rb +1 -1
  438. data/lib/esi-client-bvv/models/put_fleets_fleet_id_wings_wing_id_naming.rb +1 -1
  439. data/lib/esi-client-bvv/models/put_fleets_fleet_id_wings_wing_id_not_found.rb +1 -1
  440. data/lib/esi-client-bvv/models/service_unavailable.rb +1 -1
  441. data/lib/esi-client-bvv/models/unauthorized.rb +1 -1
  442. data/lib/esi-client-bvv/version.rb +2 -2
  443. data/spec/models/error_limited_spec.rb +42 -0
  444. data/spec/models/gateway_timeout_spec.rb +48 -0
  445. data/spec/models/get_corporations_corporation_id_contracts_contract_id_items_error_520_spec.rb +42 -0
  446. data/spec/models/get_dogma_dynamic_items_type_id_item_id_dogma_attribute_spec.rb +48 -0
  447. data/spec/models/get_dogma_dynamic_items_type_id_item_id_dogma_effect_spec.rb +48 -0
  448. data/spec/models/get_dogma_dynamic_items_type_id_item_id_not_found_spec.rb +42 -0
  449. data/spec/models/get_dogma_dynamic_items_type_id_item_id_ok_spec.rb +66 -0
  450. data/spec/models/get_markets_region_id_history_error_520_spec.rb +42 -0
  451. data/spec/models/post_characters_character_id_contacts_error_520_spec.rb +42 -0
  452. data/spec/models/post_characters_character_id_mail_error_520_spec.rb +42 -0
  453. metadata +42 -2
@@ -3,7 +3,7 @@
3
3
 
4
4
  #An OpenAPI for EVE Online
5
5
 
6
- OpenAPI spec version: 0.8.2
6
+ OpenAPI spec version: 0.8.5
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.3.1
@@ -26,8 +26,6 @@ module ESI
26
26
  # @param [Hash] opts the optional parameters
27
27
  # @option opts [String] :datasource The server name you would like data from (default to tranquility)
28
28
  # @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
29
- # @option opts [String] :user_agent Client identifier, takes precedence over headers
30
- # @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
31
29
  # @return [GetCharactersCharacterIdOk]
32
30
  def get_characters_character_id(character_id, opts = {})
33
31
  data, _status_code, _headers = get_characters_character_id_with_http_info(character_id, opts)
@@ -40,8 +38,6 @@ module ESI
40
38
  # @param [Hash] opts the optional parameters
41
39
  # @option opts [String] :datasource The server name you would like data from
42
40
  # @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
43
- # @option opts [String] :user_agent Client identifier, takes precedence over headers
44
- # @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
45
41
  # @return [Array<(GetCharactersCharacterIdOk, Fixnum, Hash)>] GetCharactersCharacterIdOk data, response status code and response headers
46
42
  def get_characters_character_id_with_http_info(character_id, opts = {})
47
43
  if @api_client.config.debugging
@@ -64,7 +60,6 @@ module ESI
64
60
  # query parameters
65
61
  query_params = {}
66
62
  query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
67
- query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
68
63
 
69
64
  # header parameters
70
65
  header_params = {}
@@ -73,7 +68,6 @@ module ESI
73
68
  # HTTP header 'Content-Type'
74
69
  header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
75
70
  header_params[:'If-None-Match'] = opts[:'if_none_match'] if !opts[:'if_none_match'].nil?
76
- header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
77
71
 
78
72
  # form parameters
79
73
  form_params = {}
@@ -101,8 +95,6 @@ module ESI
101
95
  # @option opts [String] :datasource The server name you would like data from (default to tranquility)
102
96
  # @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
103
97
  # @option opts [String] :token Access token to use if unable to set a header
104
- # @option opts [String] :user_agent Client identifier, takes precedence over headers
105
- # @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
106
98
  # @return [Array<GetCharactersCharacterIdAgentsResearch200Ok>]
107
99
  def get_characters_character_id_agents_research(character_id, opts = {})
108
100
  data, _status_code, _headers = get_characters_character_id_agents_research_with_http_info(character_id, opts)
@@ -116,8 +108,6 @@ module ESI
116
108
  # @option opts [String] :datasource The server name you would like data from
117
109
  # @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
118
110
  # @option opts [String] :token Access token to use if unable to set a header
119
- # @option opts [String] :user_agent Client identifier, takes precedence over headers
120
- # @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
121
111
  # @return [Array<(Array<GetCharactersCharacterIdAgentsResearch200Ok>, Fixnum, Hash)>] Array<GetCharactersCharacterIdAgentsResearch200Ok> data, response status code and response headers
122
112
  def get_characters_character_id_agents_research_with_http_info(character_id, opts = {})
123
113
  if @api_client.config.debugging
@@ -141,7 +131,6 @@ module ESI
141
131
  query_params = {}
142
132
  query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
143
133
  query_params[:'token'] = opts[:'token'] if !opts[:'token'].nil?
144
- query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
145
134
 
146
135
  # header parameters
147
136
  header_params = {}
@@ -150,7 +139,6 @@ module ESI
150
139
  # HTTP header 'Content-Type'
151
140
  header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
152
141
  header_params[:'If-None-Match'] = opts[:'if_none_match'] if !opts[:'if_none_match'].nil?
153
- header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
154
142
 
155
143
  # form parameters
156
144
  form_params = {}
@@ -179,8 +167,6 @@ module ESI
179
167
  # @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
180
168
  # @option opts [Integer] :page Which page of results to return (default to 1)
181
169
  # @option opts [String] :token Access token to use if unable to set a header
182
- # @option opts [String] :user_agent Client identifier, takes precedence over headers
183
- # @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
184
170
  # @return [Array<GetCharactersCharacterIdBlueprints200Ok>]
185
171
  def get_characters_character_id_blueprints(character_id, opts = {})
186
172
  data, _status_code, _headers = get_characters_character_id_blueprints_with_http_info(character_id, opts)
@@ -195,8 +181,6 @@ module ESI
195
181
  # @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
196
182
  # @option opts [Integer] :page Which page of results to return
197
183
  # @option opts [String] :token Access token to use if unable to set a header
198
- # @option opts [String] :user_agent Client identifier, takes precedence over headers
199
- # @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
200
184
  # @return [Array<(Array<GetCharactersCharacterIdBlueprints200Ok>, Fixnum, Hash)>] Array<GetCharactersCharacterIdBlueprints200Ok> data, response status code and response headers
201
185
  def get_characters_character_id_blueprints_with_http_info(character_id, opts = {})
202
186
  if @api_client.config.debugging
@@ -225,7 +209,6 @@ module ESI
225
209
  query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
226
210
  query_params[:'page'] = opts[:'page'] if !opts[:'page'].nil?
227
211
  query_params[:'token'] = opts[:'token'] if !opts[:'token'].nil?
228
- query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
229
212
 
230
213
  # header parameters
231
214
  header_params = {}
@@ -234,7 +217,6 @@ module ESI
234
217
  # HTTP header 'Content-Type'
235
218
  header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
236
219
  header_params[:'If-None-Match'] = opts[:'if_none_match'] if !opts[:'if_none_match'].nil?
237
- header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
238
220
 
239
221
  # form parameters
240
222
  form_params = {}
@@ -261,8 +243,6 @@ module ESI
261
243
  # @param [Hash] opts the optional parameters
262
244
  # @option opts [String] :datasource The server name you would like data from (default to tranquility)
263
245
  # @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
264
- # @option opts [String] :user_agent Client identifier, takes precedence over headers
265
- # @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
266
246
  # @return [Array<GetCharactersCharacterIdCorporationhistory200Ok>]
267
247
  def get_characters_character_id_corporationhistory(character_id, opts = {})
268
248
  data, _status_code, _headers = get_characters_character_id_corporationhistory_with_http_info(character_id, opts)
@@ -275,8 +255,6 @@ module ESI
275
255
  # @param [Hash] opts the optional parameters
276
256
  # @option opts [String] :datasource The server name you would like data from
277
257
  # @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
278
- # @option opts [String] :user_agent Client identifier, takes precedence over headers
279
- # @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
280
258
  # @return [Array<(Array<GetCharactersCharacterIdCorporationhistory200Ok>, Fixnum, Hash)>] Array<GetCharactersCharacterIdCorporationhistory200Ok> data, response status code and response headers
281
259
  def get_characters_character_id_corporationhistory_with_http_info(character_id, opts = {})
282
260
  if @api_client.config.debugging
@@ -299,7 +277,6 @@ module ESI
299
277
  # query parameters
300
278
  query_params = {}
301
279
  query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
302
- query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
303
280
 
304
281
  # header parameters
305
282
  header_params = {}
@@ -308,7 +285,6 @@ module ESI
308
285
  # HTTP header 'Content-Type'
309
286
  header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
310
287
  header_params[:'If-None-Match'] = opts[:'if_none_match'] if !opts[:'if_none_match'].nil?
311
- header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
312
288
 
313
289
  # form parameters
314
290
  form_params = {}
@@ -336,8 +312,6 @@ module ESI
336
312
  # @option opts [String] :datasource The server name you would like data from (default to tranquility)
337
313
  # @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
338
314
  # @option opts [String] :token Access token to use if unable to set a header
339
- # @option opts [String] :user_agent Client identifier, takes precedence over headers
340
- # @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
341
315
  # @return [GetCharactersCharacterIdFatigueOk]
342
316
  def get_characters_character_id_fatigue(character_id, opts = {})
343
317
  data, _status_code, _headers = get_characters_character_id_fatigue_with_http_info(character_id, opts)
@@ -351,8 +325,6 @@ module ESI
351
325
  # @option opts [String] :datasource The server name you would like data from
352
326
  # @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
353
327
  # @option opts [String] :token Access token to use if unable to set a header
354
- # @option opts [String] :user_agent Client identifier, takes precedence over headers
355
- # @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
356
328
  # @return [Array<(GetCharactersCharacterIdFatigueOk, Fixnum, Hash)>] GetCharactersCharacterIdFatigueOk data, response status code and response headers
357
329
  def get_characters_character_id_fatigue_with_http_info(character_id, opts = {})
358
330
  if @api_client.config.debugging
@@ -376,7 +348,6 @@ module ESI
376
348
  query_params = {}
377
349
  query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
378
350
  query_params[:'token'] = opts[:'token'] if !opts[:'token'].nil?
379
- query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
380
351
 
381
352
  # header parameters
382
353
  header_params = {}
@@ -385,7 +356,6 @@ module ESI
385
356
  # HTTP header 'Content-Type'
386
357
  header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
387
358
  header_params[:'If-None-Match'] = opts[:'if_none_match'] if !opts[:'if_none_match'].nil?
388
- header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
389
359
 
390
360
  # form parameters
391
361
  form_params = {}
@@ -413,8 +383,6 @@ module ESI
413
383
  # @option opts [String] :datasource The server name you would like data from (default to tranquility)
414
384
  # @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
415
385
  # @option opts [String] :token Access token to use if unable to set a header
416
- # @option opts [String] :user_agent Client identifier, takes precedence over headers
417
- # @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
418
386
  # @return [Array<GetCharactersCharacterIdMedals200Ok>]
419
387
  def get_characters_character_id_medals(character_id, opts = {})
420
388
  data, _status_code, _headers = get_characters_character_id_medals_with_http_info(character_id, opts)
@@ -428,8 +396,6 @@ module ESI
428
396
  # @option opts [String] :datasource The server name you would like data from
429
397
  # @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
430
398
  # @option opts [String] :token Access token to use if unable to set a header
431
- # @option opts [String] :user_agent Client identifier, takes precedence over headers
432
- # @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
433
399
  # @return [Array<(Array<GetCharactersCharacterIdMedals200Ok>, Fixnum, Hash)>] Array<GetCharactersCharacterIdMedals200Ok> data, response status code and response headers
434
400
  def get_characters_character_id_medals_with_http_info(character_id, opts = {})
435
401
  if @api_client.config.debugging
@@ -453,7 +419,6 @@ module ESI
453
419
  query_params = {}
454
420
  query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
455
421
  query_params[:'token'] = opts[:'token'] if !opts[:'token'].nil?
456
- query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
457
422
 
458
423
  # header parameters
459
424
  header_params = {}
@@ -462,7 +427,6 @@ module ESI
462
427
  # HTTP header 'Content-Type'
463
428
  header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
464
429
  header_params[:'If-None-Match'] = opts[:'if_none_match'] if !opts[:'if_none_match'].nil?
465
- header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
466
430
 
467
431
  # form parameters
468
432
  form_params = {}
@@ -490,8 +454,6 @@ module ESI
490
454
  # @option opts [String] :datasource The server name you would like data from (default to tranquility)
491
455
  # @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
492
456
  # @option opts [String] :token Access token to use if unable to set a header
493
- # @option opts [String] :user_agent Client identifier, takes precedence over headers
494
- # @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
495
457
  # @return [Array<GetCharactersCharacterIdNotifications200Ok>]
496
458
  def get_characters_character_id_notifications(character_id, opts = {})
497
459
  data, _status_code, _headers = get_characters_character_id_notifications_with_http_info(character_id, opts)
@@ -505,8 +467,6 @@ module ESI
505
467
  # @option opts [String] :datasource The server name you would like data from
506
468
  # @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
507
469
  # @option opts [String] :token Access token to use if unable to set a header
508
- # @option opts [String] :user_agent Client identifier, takes precedence over headers
509
- # @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
510
470
  # @return [Array<(Array<GetCharactersCharacterIdNotifications200Ok>, Fixnum, Hash)>] Array<GetCharactersCharacterIdNotifications200Ok> data, response status code and response headers
511
471
  def get_characters_character_id_notifications_with_http_info(character_id, opts = {})
512
472
  if @api_client.config.debugging
@@ -530,7 +490,6 @@ module ESI
530
490
  query_params = {}
531
491
  query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
532
492
  query_params[:'token'] = opts[:'token'] if !opts[:'token'].nil?
533
- query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
534
493
 
535
494
  # header parameters
536
495
  header_params = {}
@@ -539,7 +498,6 @@ module ESI
539
498
  # HTTP header 'Content-Type'
540
499
  header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
541
500
  header_params[:'If-None-Match'] = opts[:'if_none_match'] if !opts[:'if_none_match'].nil?
542
- header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
543
501
 
544
502
  # form parameters
545
503
  form_params = {}
@@ -567,8 +525,6 @@ module ESI
567
525
  # @option opts [String] :datasource The server name you would like data from (default to tranquility)
568
526
  # @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
569
527
  # @option opts [String] :token Access token to use if unable to set a header
570
- # @option opts [String] :user_agent Client identifier, takes precedence over headers
571
- # @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
572
528
  # @return [Array<GetCharactersCharacterIdNotificationsContacts200Ok>]
573
529
  def get_characters_character_id_notifications_contacts(character_id, opts = {})
574
530
  data, _status_code, _headers = get_characters_character_id_notifications_contacts_with_http_info(character_id, opts)
@@ -582,8 +538,6 @@ module ESI
582
538
  # @option opts [String] :datasource The server name you would like data from
583
539
  # @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
584
540
  # @option opts [String] :token Access token to use if unable to set a header
585
- # @option opts [String] :user_agent Client identifier, takes precedence over headers
586
- # @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
587
541
  # @return [Array<(Array<GetCharactersCharacterIdNotificationsContacts200Ok>, Fixnum, Hash)>] Array<GetCharactersCharacterIdNotificationsContacts200Ok> data, response status code and response headers
588
542
  def get_characters_character_id_notifications_contacts_with_http_info(character_id, opts = {})
589
543
  if @api_client.config.debugging
@@ -607,7 +561,6 @@ module ESI
607
561
  query_params = {}
608
562
  query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
609
563
  query_params[:'token'] = opts[:'token'] if !opts[:'token'].nil?
610
- query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
611
564
 
612
565
  # header parameters
613
566
  header_params = {}
@@ -616,7 +569,6 @@ module ESI
616
569
  # HTTP header 'Content-Type'
617
570
  header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
618
571
  header_params[:'If-None-Match'] = opts[:'if_none_match'] if !opts[:'if_none_match'].nil?
619
- header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
620
572
 
621
573
  # form parameters
622
574
  form_params = {}
@@ -643,8 +595,6 @@ module ESI
643
595
  # @param [Hash] opts the optional parameters
644
596
  # @option opts [String] :datasource The server name you would like data from (default to tranquility)
645
597
  # @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
646
- # @option opts [String] :user_agent Client identifier, takes precedence over headers
647
- # @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
648
598
  # @return [GetCharactersCharacterIdPortraitOk]
649
599
  def get_characters_character_id_portrait(character_id, opts = {})
650
600
  data, _status_code, _headers = get_characters_character_id_portrait_with_http_info(character_id, opts)
@@ -657,8 +607,6 @@ module ESI
657
607
  # @param [Hash] opts the optional parameters
658
608
  # @option opts [String] :datasource The server name you would like data from
659
609
  # @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
660
- # @option opts [String] :user_agent Client identifier, takes precedence over headers
661
- # @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
662
610
  # @return [Array<(GetCharactersCharacterIdPortraitOk, Fixnum, Hash)>] GetCharactersCharacterIdPortraitOk data, response status code and response headers
663
611
  def get_characters_character_id_portrait_with_http_info(character_id, opts = {})
664
612
  if @api_client.config.debugging
@@ -681,7 +629,6 @@ module ESI
681
629
  # query parameters
682
630
  query_params = {}
683
631
  query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
684
- query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
685
632
 
686
633
  # header parameters
687
634
  header_params = {}
@@ -690,7 +637,6 @@ module ESI
690
637
  # HTTP header 'Content-Type'
691
638
  header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
692
639
  header_params[:'If-None-Match'] = opts[:'if_none_match'] if !opts[:'if_none_match'].nil?
693
- header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
694
640
 
695
641
  # form parameters
696
642
  form_params = {}
@@ -718,8 +664,6 @@ module ESI
718
664
  # @option opts [String] :datasource The server name you would like data from (default to tranquility)
719
665
  # @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
720
666
  # @option opts [String] :token Access token to use if unable to set a header
721
- # @option opts [String] :user_agent Client identifier, takes precedence over headers
722
- # @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
723
667
  # @return [GetCharactersCharacterIdRolesOk]
724
668
  def get_characters_character_id_roles(character_id, opts = {})
725
669
  data, _status_code, _headers = get_characters_character_id_roles_with_http_info(character_id, opts)
@@ -733,8 +677,6 @@ module ESI
733
677
  # @option opts [String] :datasource The server name you would like data from
734
678
  # @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
735
679
  # @option opts [String] :token Access token to use if unable to set a header
736
- # @option opts [String] :user_agent Client identifier, takes precedence over headers
737
- # @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
738
680
  # @return [Array<(GetCharactersCharacterIdRolesOk, Fixnum, Hash)>] GetCharactersCharacterIdRolesOk data, response status code and response headers
739
681
  def get_characters_character_id_roles_with_http_info(character_id, opts = {})
740
682
  if @api_client.config.debugging
@@ -758,7 +700,6 @@ module ESI
758
700
  query_params = {}
759
701
  query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
760
702
  query_params[:'token'] = opts[:'token'] if !opts[:'token'].nil?
761
- query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
762
703
 
763
704
  # header parameters
764
705
  header_params = {}
@@ -767,7 +708,6 @@ module ESI
767
708
  # HTTP header 'Content-Type'
768
709
  header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
769
710
  header_params[:'If-None-Match'] = opts[:'if_none_match'] if !opts[:'if_none_match'].nil?
770
- header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
771
711
 
772
712
  # form parameters
773
713
  form_params = {}
@@ -795,8 +735,6 @@ module ESI
795
735
  # @option opts [String] :datasource The server name you would like data from (default to tranquility)
796
736
  # @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
797
737
  # @option opts [String] :token Access token to use if unable to set a header
798
- # @option opts [String] :user_agent Client identifier, takes precedence over headers
799
- # @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
800
738
  # @return [Array<GetCharactersCharacterIdStandings200Ok>]
801
739
  def get_characters_character_id_standings(character_id, opts = {})
802
740
  data, _status_code, _headers = get_characters_character_id_standings_with_http_info(character_id, opts)
@@ -810,8 +748,6 @@ module ESI
810
748
  # @option opts [String] :datasource The server name you would like data from
811
749
  # @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
812
750
  # @option opts [String] :token Access token to use if unable to set a header
813
- # @option opts [String] :user_agent Client identifier, takes precedence over headers
814
- # @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
815
751
  # @return [Array<(Array<GetCharactersCharacterIdStandings200Ok>, Fixnum, Hash)>] Array<GetCharactersCharacterIdStandings200Ok> data, response status code and response headers
816
752
  def get_characters_character_id_standings_with_http_info(character_id, opts = {})
817
753
  if @api_client.config.debugging
@@ -835,7 +771,6 @@ module ESI
835
771
  query_params = {}
836
772
  query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
837
773
  query_params[:'token'] = opts[:'token'] if !opts[:'token'].nil?
838
- query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
839
774
 
840
775
  # header parameters
841
776
  header_params = {}
@@ -844,7 +779,6 @@ module ESI
844
779
  # HTTP header 'Content-Type'
845
780
  header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
846
781
  header_params[:'If-None-Match'] = opts[:'if_none_match'] if !opts[:'if_none_match'].nil?
847
- header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
848
782
 
849
783
  # form parameters
850
784
  form_params = {}
@@ -872,8 +806,6 @@ module ESI
872
806
  # @option opts [String] :datasource The server name you would like data from (default to tranquility)
873
807
  # @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
874
808
  # @option opts [String] :token Access token to use if unable to set a header
875
- # @option opts [String] :user_agent Client identifier, takes precedence over headers
876
- # @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
877
809
  # @return [Array<GetCharactersCharacterIdStats200Ok>]
878
810
  def get_characters_character_id_stats(character_id, opts = {})
879
811
  data, _status_code, _headers = get_characters_character_id_stats_with_http_info(character_id, opts)
@@ -887,8 +819,6 @@ module ESI
887
819
  # @option opts [String] :datasource The server name you would like data from
888
820
  # @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
889
821
  # @option opts [String] :token Access token to use if unable to set a header
890
- # @option opts [String] :user_agent Client identifier, takes precedence over headers
891
- # @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
892
822
  # @return [Array<(Array<GetCharactersCharacterIdStats200Ok>, Fixnum, Hash)>] Array<GetCharactersCharacterIdStats200Ok> data, response status code and response headers
893
823
  def get_characters_character_id_stats_with_http_info(character_id, opts = {})
894
824
  if @api_client.config.debugging
@@ -912,7 +842,6 @@ module ESI
912
842
  query_params = {}
913
843
  query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
914
844
  query_params[:'token'] = opts[:'token'] if !opts[:'token'].nil?
915
- query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
916
845
 
917
846
  # header parameters
918
847
  header_params = {}
@@ -921,7 +850,6 @@ module ESI
921
850
  # HTTP header 'Content-Type'
922
851
  header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
923
852
  header_params[:'If-None-Match'] = opts[:'if_none_match'] if !opts[:'if_none_match'].nil?
924
- header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
925
853
 
926
854
  # form parameters
927
855
  form_params = {}
@@ -949,8 +877,6 @@ module ESI
949
877
  # @option opts [String] :datasource The server name you would like data from (default to tranquility)
950
878
  # @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
951
879
  # @option opts [String] :token Access token to use if unable to set a header
952
- # @option opts [String] :user_agent Client identifier, takes precedence over headers
953
- # @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
954
880
  # @return [Array<GetCharactersCharacterIdTitles200Ok>]
955
881
  def get_characters_character_id_titles(character_id, opts = {})
956
882
  data, _status_code, _headers = get_characters_character_id_titles_with_http_info(character_id, opts)
@@ -964,8 +890,6 @@ module ESI
964
890
  # @option opts [String] :datasource The server name you would like data from
965
891
  # @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
966
892
  # @option opts [String] :token Access token to use if unable to set a header
967
- # @option opts [String] :user_agent Client identifier, takes precedence over headers
968
- # @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
969
893
  # @return [Array<(Array<GetCharactersCharacterIdTitles200Ok>, Fixnum, Hash)>] Array<GetCharactersCharacterIdTitles200Ok> data, response status code and response headers
970
894
  def get_characters_character_id_titles_with_http_info(character_id, opts = {})
971
895
  if @api_client.config.debugging
@@ -989,7 +913,6 @@ module ESI
989
913
  query_params = {}
990
914
  query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
991
915
  query_params[:'token'] = opts[:'token'] if !opts[:'token'].nil?
992
- query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
993
916
 
994
917
  # header parameters
995
918
  header_params = {}
@@ -998,7 +921,6 @@ module ESI
998
921
  # HTTP header 'Content-Type'
999
922
  header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
1000
923
  header_params[:'If-None-Match'] = opts[:'if_none_match'] if !opts[:'if_none_match'].nil?
1001
- header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
1002
924
 
1003
925
  # form parameters
1004
926
  form_params = {}
@@ -1019,93 +941,11 @@ module ESI
1019
941
  return data, status_code, headers
1020
942
  end
1021
943
 
1022
- # Get character names
1023
- # Resolve a set of character IDs to character names --- This route is cached for up to 3600 seconds
1024
- # @param character_ids A comma separated list of character IDs
1025
- # @param [Hash] opts the optional parameters
1026
- # @option opts [String] :datasource The server name you would like data from (default to tranquility)
1027
- # @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
1028
- # @option opts [String] :user_agent Client identifier, takes precedence over headers
1029
- # @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
1030
- # @return [Array<GetCharactersNames200Ok>]
1031
- def get_characters_names(character_ids, opts = {})
1032
- data, _status_code, _headers = get_characters_names_with_http_info(character_ids, opts)
1033
- return data
1034
- end
1035
-
1036
- # Get character names
1037
- # Resolve a set of character IDs to character names --- This route is cached for up to 3600 seconds
1038
- # @param character_ids A comma separated list of character IDs
1039
- # @param [Hash] opts the optional parameters
1040
- # @option opts [String] :datasource The server name you would like data from
1041
- # @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
1042
- # @option opts [String] :user_agent Client identifier, takes precedence over headers
1043
- # @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
1044
- # @return [Array<(Array<GetCharactersNames200Ok>, Fixnum, Hash)>] Array<GetCharactersNames200Ok> data, response status code and response headers
1045
- def get_characters_names_with_http_info(character_ids, opts = {})
1046
- if @api_client.config.debugging
1047
- @api_client.config.logger.debug "Calling API: CharacterApi.get_characters_names ..."
1048
- end
1049
- # verify the required parameter 'character_ids' is set
1050
- if @api_client.config.client_side_validation && character_ids.nil?
1051
- fail ArgumentError, "Missing the required parameter 'character_ids' when calling CharacterApi.get_characters_names"
1052
- end
1053
- if @api_client.config.client_side_validation && character_ids.length > 1000
1054
- fail ArgumentError, 'invalid value for "character_ids" when calling CharacterApi.get_characters_names, number of items must be less than or equal to 1000.'
1055
- end
1056
-
1057
- if @api_client.config.client_side_validation && character_ids.length < 1
1058
- fail ArgumentError, 'invalid value for "character_ids" when calling CharacterApi.get_characters_names, number of items must be greater than or equal to 1.'
1059
- end
1060
-
1061
- if @api_client.config.client_side_validation && opts[:'datasource'] && !['tranquility', 'singularity'].include?(opts[:'datasource'])
1062
- fail ArgumentError, 'invalid value for "datasource", must be one of tranquility, singularity'
1063
- end
1064
- # resource path
1065
- local_var_path = "/v1/characters/names/"
1066
-
1067
- # query parameters
1068
- query_params = {}
1069
- query_params[:'character_ids'] = @api_client.build_collection_param(character_ids, :csv)
1070
- query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
1071
- query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
1072
-
1073
- # header parameters
1074
- header_params = {}
1075
- # HTTP header 'Accept' (if needed)
1076
- header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1077
- # HTTP header 'Content-Type'
1078
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
1079
- header_params[:'If-None-Match'] = opts[:'if_none_match'] if !opts[:'if_none_match'].nil?
1080
- header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
1081
-
1082
- # form parameters
1083
- form_params = {}
1084
-
1085
- # http body (model)
1086
- post_body = nil
1087
- auth_names = []
1088
- data, status_code, headers = @api_client.call_api(:GET, local_var_path,
1089
- :header_params => header_params,
1090
- :query_params => query_params,
1091
- :form_params => form_params,
1092
- :body => post_body,
1093
- :auth_names => auth_names,
1094
- :return_type => 'Array<GetCharactersNames200Ok>')
1095
- if @api_client.config.debugging
1096
- @api_client.config.logger.debug "API called: CharacterApi#get_characters_names\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
1097
- end
1098
- return data, status_code, headers
1099
- end
1100
-
1101
944
  # Character affiliation
1102
945
  # Bulk lookup of character IDs to corporation, alliance and faction --- This route is cached for up to 3600 seconds
1103
946
  # @param characters The character IDs to fetch affiliations for. All characters must exist, or none will be returned.
1104
947
  # @param [Hash] opts the optional parameters
1105
948
  # @option opts [String] :datasource The server name you would like data from (default to tranquility)
1106
- # @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
1107
- # @option opts [String] :user_agent Client identifier, takes precedence over headers
1108
- # @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
1109
949
  # @return [Array<PostCharactersAffiliation200Ok>]
1110
950
  def post_characters_affiliation(characters, opts = {})
1111
951
  data, _status_code, _headers = post_characters_affiliation_with_http_info(characters, opts)
@@ -1117,9 +957,6 @@ module ESI
1117
957
  # @param characters The character IDs to fetch affiliations for. All characters must exist, or none will be returned.
1118
958
  # @param [Hash] opts the optional parameters
1119
959
  # @option opts [String] :datasource The server name you would like data from
1120
- # @option opts [String] :if_none_match ETag from a previous request. A 304 will be returned if this matches the current ETag
1121
- # @option opts [String] :user_agent Client identifier, takes precedence over headers
1122
- # @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
1123
960
  # @return [Array<(Array<PostCharactersAffiliation200Ok>, Fixnum, Hash)>] Array<PostCharactersAffiliation200Ok> data, response status code and response headers
1124
961
  def post_characters_affiliation_with_http_info(characters, opts = {})
1125
962
  if @api_client.config.debugging
@@ -1138,7 +975,6 @@ module ESI
1138
975
  # query parameters
1139
976
  query_params = {}
1140
977
  query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
1141
- query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
1142
978
 
1143
979
  # header parameters
1144
980
  header_params = {}
@@ -1146,8 +982,6 @@ module ESI
1146
982
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1147
983
  # HTTP header 'Content-Type'
1148
984
  header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
1149
- header_params[:'If-None-Match'] = opts[:'if_none_match'] if !opts[:'if_none_match'].nil?
1150
- header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
1151
985
 
1152
986
  # form parameters
1153
987
  form_params = {}
@@ -1175,8 +1009,6 @@ module ESI
1175
1009
  # @param [Hash] opts the optional parameters
1176
1010
  # @option opts [String] :datasource The server name you would like data from (default to tranquility)
1177
1011
  # @option opts [String] :token Access token to use if unable to set a header
1178
- # @option opts [String] :user_agent Client identifier, takes precedence over headers
1179
- # @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
1180
1012
  # @return [Float]
1181
1013
  def post_characters_character_id_cspa(character_id, characters, opts = {})
1182
1014
  data, _status_code, _headers = post_characters_character_id_cspa_with_http_info(character_id, characters, opts)
@@ -1190,8 +1022,6 @@ module ESI
1190
1022
  # @param [Hash] opts the optional parameters
1191
1023
  # @option opts [String] :datasource The server name you would like data from
1192
1024
  # @option opts [String] :token Access token to use if unable to set a header
1193
- # @option opts [String] :user_agent Client identifier, takes precedence over headers
1194
- # @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent
1195
1025
  # @return [Array<(Float, Fixnum, Hash)>] Float data, response status code and response headers
1196
1026
  def post_characters_character_id_cspa_with_http_info(character_id, characters, opts = {})
1197
1027
  if @api_client.config.debugging
@@ -1219,7 +1049,6 @@ module ESI
1219
1049
  query_params = {}
1220
1050
  query_params[:'datasource'] = opts[:'datasource'] if !opts[:'datasource'].nil?
1221
1051
  query_params[:'token'] = opts[:'token'] if !opts[:'token'].nil?
1222
- query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
1223
1052
 
1224
1053
  # header parameters
1225
1054
  header_params = {}
@@ -1227,7 +1056,6 @@ module ESI
1227
1056
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1228
1057
  # HTTP header 'Content-Type'
1229
1058
  header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
1230
- header_params[:'X-User-Agent'] = opts[:'x_user_agent'] if !opts[:'x_user_agent'].nil?
1231
1059
 
1232
1060
  # form parameters
1233
1061
  form_params = {}