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
@@ -32,9 +32,7 @@ character_id = 56 # Integer | An EVE character ID
32
32
  opts = {
33
33
  datasource: "tranquility", # String | The server name you would like data from
34
34
  if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
35
- token: "token_example", # String | Access token to use if unable to set a header
36
- user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
37
- x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
35
+ token: "token_example" # String | Access token to use if unable to set a header
38
36
  }
39
37
 
40
38
  begin
@@ -54,8 +52,6 @@ Name | Type | Description | Notes
54
52
  **datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
55
53
  **if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
56
54
  **token** | **String**| Access token to use if unable to set a header | [optional]
57
- **user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
58
- **x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
59
55
 
60
56
  ### Return type
61
57
 
@@ -96,9 +92,7 @@ character_id = 56 # Integer | An EVE character ID
96
92
  opts = {
97
93
  datasource: "tranquility", # String | The server name you would like data from
98
94
  if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
99
- token: "token_example", # String | Access token to use if unable to set a header
100
- user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
101
- x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
95
+ token: "token_example" # String | Access token to use if unable to set a header
102
96
  }
103
97
 
104
98
  begin
@@ -118,8 +112,6 @@ Name | Type | Description | Notes
118
112
  **datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
119
113
  **if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
120
114
  **token** | **String**| Access token to use if unable to set a header | [optional]
121
- **user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
122
- **x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
123
115
 
124
116
  ### Return type
125
117
 
@@ -5,14 +5,14 @@ All URIs are relative to *https://esi.evetech.net*
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
7
7
  [**delete_characters_character_id_contacts**](ContactsApi.md#delete_characters_character_id_contacts) | **DELETE** /v2/characters/{character_id}/contacts/ | Delete contacts
8
- [**get_alliances_alliance_id_contacts**](ContactsApi.md#get_alliances_alliance_id_contacts) | **GET** /v1/alliances/{alliance_id}/contacts/ | Get alliance contacts
8
+ [**get_alliances_alliance_id_contacts**](ContactsApi.md#get_alliances_alliance_id_contacts) | **GET** /v2/alliances/{alliance_id}/contacts/ | Get alliance contacts
9
9
  [**get_alliances_alliance_id_contacts_labels**](ContactsApi.md#get_alliances_alliance_id_contacts_labels) | **GET** /v1/alliances/{alliance_id}/contacts/labels/ | Get alliance contact labels
10
- [**get_characters_character_id_contacts**](ContactsApi.md#get_characters_character_id_contacts) | **GET** /v1/characters/{character_id}/contacts/ | Get contacts
10
+ [**get_characters_character_id_contacts**](ContactsApi.md#get_characters_character_id_contacts) | **GET** /v2/characters/{character_id}/contacts/ | Get contacts
11
11
  [**get_characters_character_id_contacts_labels**](ContactsApi.md#get_characters_character_id_contacts_labels) | **GET** /v1/characters/{character_id}/contacts/labels/ | Get contact labels
12
- [**get_corporations_corporation_id_contacts**](ContactsApi.md#get_corporations_corporation_id_contacts) | **GET** /v1/corporations/{corporation_id}/contacts/ | Get corporation contacts
12
+ [**get_corporations_corporation_id_contacts**](ContactsApi.md#get_corporations_corporation_id_contacts) | **GET** /v2/corporations/{corporation_id}/contacts/ | Get corporation contacts
13
13
  [**get_corporations_corporation_id_contacts_labels**](ContactsApi.md#get_corporations_corporation_id_contacts_labels) | **GET** /v1/corporations/{corporation_id}/contacts/labels/ | Get corporation contact labels
14
- [**post_characters_character_id_contacts**](ContactsApi.md#post_characters_character_id_contacts) | **POST** /v1/characters/{character_id}/contacts/ | Add contacts
15
- [**put_characters_character_id_contacts**](ContactsApi.md#put_characters_character_id_contacts) | **PUT** /v1/characters/{character_id}/contacts/ | Edit contacts
14
+ [**post_characters_character_id_contacts**](ContactsApi.md#post_characters_character_id_contacts) | **POST** /v2/characters/{character_id}/contacts/ | Add contacts
15
+ [**put_characters_character_id_contacts**](ContactsApi.md#put_characters_character_id_contacts) | **PUT** /v2/characters/{character_id}/contacts/ | Edit contacts
16
16
 
17
17
 
18
18
  # **delete_characters_character_id_contacts**
@@ -40,9 +40,7 @@ contact_ids = [56] # Array<Integer> | A list of contacts to delete
40
40
 
41
41
  opts = {
42
42
  datasource: "tranquility", # String | The server name you would like data from
43
- token: "token_example", # String | Access token to use if unable to set a header
44
- user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
45
- x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
43
+ token: "token_example" # String | Access token to use if unable to set a header
46
44
  }
47
45
 
48
46
  begin
@@ -61,8 +59,6 @@ Name | Type | Description | Notes
61
59
  **contact_ids** | [**Array&lt;Integer&gt;**](Integer.md)| A list of contacts to delete |
62
60
  **datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
63
61
  **token** | **String**| Access token to use if unable to set a header | [optional]
64
- **user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
65
- **x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
66
62
 
67
63
  ### Return type
68
64
 
@@ -84,7 +80,7 @@ nil (empty response body)
84
80
 
85
81
  Get alliance contacts
86
82
 
87
- Return contacts of an alliance --- This route is cached for up to 300 seconds --- Warning: This route has an upgrade available. --- [Diff of the upcoming changes](https://esi.evetech.net/diff/latest/dev/#GET-/alliances/{alliance_id}/contacts/)
83
+ Return contacts of an alliance --- This route is cached for up to 300 seconds
88
84
 
89
85
  ### Example
90
86
  ```ruby
@@ -104,9 +100,7 @@ opts = {
104
100
  datasource: "tranquility", # String | The server name you would like data from
105
101
  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
102
  page: 1, # Integer | Which page of results to return
107
- token: "token_example", # String | Access token to use if unable to set a header
108
- user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
109
- x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
103
+ token: "token_example" # String | Access token to use if unable to set a header
110
104
  }
111
105
 
112
106
  begin
@@ -127,8 +121,6 @@ Name | Type | Description | Notes
127
121
  **if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
128
122
  **page** | **Integer**| Which page of results to return | [optional] [default to 1]
129
123
  **token** | **String**| Access token to use if unable to set a header | [optional]
130
- **user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
131
- **x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
132
124
 
133
125
  ### Return type
134
126
 
@@ -169,9 +161,7 @@ alliance_id = 56 # Integer | An EVE alliance ID
169
161
  opts = {
170
162
  datasource: "tranquility", # String | The server name you would like data from
171
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
172
- token: "token_example", # String | Access token to use if unable to set a header
173
- user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
174
- x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
164
+ token: "token_example" # String | Access token to use if unable to set a header
175
165
  }
176
166
 
177
167
  begin
@@ -191,8 +181,6 @@ Name | Type | Description | Notes
191
181
  **datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
192
182
  **if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
193
183
  **token** | **String**| Access token to use if unable to set a header | [optional]
194
- **user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
195
- **x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
196
184
 
197
185
  ### Return type
198
186
 
@@ -214,7 +202,7 @@ Name | Type | Description | Notes
214
202
 
215
203
  Get contacts
216
204
 
217
- Return contacts of a character --- This route is cached for up to 300 seconds --- Warning: This route has an upgrade available. --- [Diff of the upcoming changes](https://esi.evetech.net/diff/latest/dev/#GET-/characters/{character_id}/contacts/)
205
+ Return contacts of a character --- This route is cached for up to 300 seconds
218
206
 
219
207
  ### Example
220
208
  ```ruby
@@ -234,9 +222,7 @@ opts = {
234
222
  datasource: "tranquility", # String | The server name you would like data from
235
223
  if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
236
224
  page: 1, # Integer | Which page of results to return
237
- token: "token_example", # String | Access token to use if unable to set a header
238
- user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
239
- x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
225
+ token: "token_example" # String | Access token to use if unable to set a header
240
226
  }
241
227
 
242
228
  begin
@@ -257,8 +243,6 @@ Name | Type | Description | Notes
257
243
  **if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
258
244
  **page** | **Integer**| Which page of results to return | [optional] [default to 1]
259
245
  **token** | **String**| Access token to use if unable to set a header | [optional]
260
- **user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
261
- **x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
262
246
 
263
247
  ### Return type
264
248
 
@@ -299,9 +283,7 @@ character_id = 56 # Integer | An EVE character ID
299
283
  opts = {
300
284
  datasource: "tranquility", # String | The server name you would like data from
301
285
  if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
302
- token: "token_example", # String | Access token to use if unable to set a header
303
- user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
304
- x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
286
+ token: "token_example" # String | Access token to use if unable to set a header
305
287
  }
306
288
 
307
289
  begin
@@ -321,8 +303,6 @@ Name | Type | Description | Notes
321
303
  **datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
322
304
  **if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
323
305
  **token** | **String**| Access token to use if unable to set a header | [optional]
324
- **user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
325
- **x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
326
306
 
327
307
  ### Return type
328
308
 
@@ -344,7 +324,7 @@ Name | Type | Description | Notes
344
324
 
345
325
  Get corporation contacts
346
326
 
347
- Return contacts of a corporation --- This route is cached for up to 300 seconds --- Warning: This route has an upgrade available. --- [Diff of the upcoming changes](https://esi.evetech.net/diff/latest/dev/#GET-/corporations/{corporation_id}/contacts/)
327
+ Return contacts of a corporation --- This route is cached for up to 300 seconds
348
328
 
349
329
  ### Example
350
330
  ```ruby
@@ -364,9 +344,7 @@ opts = {
364
344
  datasource: "tranquility", # String | The server name you would like data from
365
345
  if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
366
346
  page: 1, # Integer | Which page of results to return
367
- token: "token_example", # String | Access token to use if unable to set a header
368
- user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
369
- x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
347
+ token: "token_example" # String | Access token to use if unable to set a header
370
348
  }
371
349
 
372
350
  begin
@@ -387,8 +365,6 @@ Name | Type | Description | Notes
387
365
  **if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
388
366
  **page** | **Integer**| Which page of results to return | [optional] [default to 1]
389
367
  **token** | **String**| Access token to use if unable to set a header | [optional]
390
- **user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
391
- **x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
392
368
 
393
369
  ### Return type
394
370
 
@@ -429,9 +405,7 @@ corporation_id = 56 # Integer | An EVE corporation ID
429
405
  opts = {
430
406
  datasource: "tranquility", # String | The server name you would like data from
431
407
  if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
432
- token: "token_example", # String | Access token to use if unable to set a header
433
- user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
434
- x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
408
+ token: "token_example" # String | Access token to use if unable to set a header
435
409
  }
436
410
 
437
411
  begin
@@ -451,8 +425,6 @@ Name | Type | Description | Notes
451
425
  **datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
452
426
  **if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
453
427
  **token** | **String**| Access token to use if unable to set a header | [optional]
454
- **user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
455
- **x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
456
428
 
457
429
  ### Return type
458
430
 
@@ -474,7 +446,7 @@ Name | Type | Description | Notes
474
446
 
475
447
  Add contacts
476
448
 
477
- Bulk add contacts with same settings --- Warning: This route has an upgrade available. --- [Diff of the upcoming changes](https://esi.evetech.net/diff/latest/dev/#POST-/characters/{character_id}/contacts/)
449
+ Bulk add contacts with same settings ---
478
450
 
479
451
  ### Example
480
452
  ```ruby
@@ -496,11 +468,9 @@ standing = 3.4 # Float | Standing for the contact
496
468
 
497
469
  opts = {
498
470
  datasource: "tranquility", # String | The server name you would like data from
499
- label_id: 0, # Integer | Add a custom label to the new contact
500
- token: "token_example", # String | Access token to use if unable to set a header
501
- user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
502
- watched: false, # BOOLEAN | Whether the contact should be watched, note this is only effective on characters
503
- x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
471
+ label_ids: [56], # Array<Integer> | Add custom labels to the new contact
472
+ token: "token_example" # String | Access token to use if unable to set a header
473
+ watched: false # BOOLEAN | Whether the contact should be watched, note this is only effective on characters
504
474
  }
505
475
 
506
476
  begin
@@ -520,11 +490,9 @@ Name | Type | Description | Notes
520
490
  **contact_ids** | **Array&lt;Integer&gt;**| A list of contacts |
521
491
  **standing** | **Float**| Standing for the contact |
522
492
  **datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
523
- **label_id** | **Integer**| Add a custom label to the new contact | [optional] [default to 0]
493
+ **label_ids** | [**Array&lt;Integer&gt;**](Integer.md)| Add custom labels to the new contact | [optional]
524
494
  **token** | **String**| Access token to use if unable to set a header | [optional]
525
- **user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
526
495
  **watched** | **BOOLEAN**| Whether the contact should be watched, note this is only effective on characters | [optional] [default to false]
527
- **x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
528
496
 
529
497
  ### Return type
530
498
 
@@ -546,7 +514,7 @@ Name | Type | Description | Notes
546
514
 
547
515
  Edit contacts
548
516
 
549
- Bulk edit contacts with same settings --- Warning: This route has an upgrade available. --- [Diff of the upcoming changes](https://esi.evetech.net/diff/latest/dev/#PUT-/characters/{character_id}/contacts/)
517
+ Bulk edit contacts with same settings ---
550
518
 
551
519
  ### Example
552
520
  ```ruby
@@ -568,11 +536,9 @@ standing = 3.4 # Float | Standing for the contact
568
536
 
569
537
  opts = {
570
538
  datasource: "tranquility", # String | The server name you would like data from
571
- label_id: 0, # Integer | Add a custom label to the contact, use 0 for clearing label
572
- token: "token_example", # String | Access token to use if unable to set a header
573
- user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
574
- watched: false, # BOOLEAN | Whether the contact should be watched, note this is only effective on characters
575
- x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
539
+ label_ids: [56], # Array<Integer> | Add custom labels to the contact
540
+ token: "token_example" # String | Access token to use if unable to set a header
541
+ watched: false # BOOLEAN | Whether the contact should be watched, note this is only effective on characters
576
542
  }
577
543
 
578
544
  begin
@@ -591,11 +557,9 @@ Name | Type | Description | Notes
591
557
  **contact_ids** | **Array&lt;Integer&gt;**| A list of contacts |
592
558
  **standing** | **Float**| Standing for the contact |
593
559
  **datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
594
- **label_id** | **Integer**| Add a custom label to the contact, use 0 for clearing label | [optional] [default to 0]
560
+ **label_ids** | [**Array&lt;Integer&gt;**](Integer.md)| Add custom labels to the contact | [optional]
595
561
  **token** | **String**| Access token to use if unable to set a header | [optional]
596
- **user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
597
562
  **watched** | **BOOLEAN**| Whether the contact should be watched, note this is only effective on characters | [optional] [default to false]
598
- **x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
599
563
 
600
564
  ### Return type
601
565
 
@@ -7,7 +7,7 @@ Method | HTTP request | Description
7
7
  [**get_characters_character_id_contracts**](ContractsApi.md#get_characters_character_id_contracts) | **GET** /v1/characters/{character_id}/contracts/ | Get contracts
8
8
  [**get_characters_character_id_contracts_contract_id_bids**](ContractsApi.md#get_characters_character_id_contracts_contract_id_bids) | **GET** /v1/characters/{character_id}/contracts/{contract_id}/bids/ | Get contract bids
9
9
  [**get_characters_character_id_contracts_contract_id_items**](ContractsApi.md#get_characters_character_id_contracts_contract_id_items) | **GET** /v1/characters/{character_id}/contracts/{contract_id}/items/ | Get contract items
10
- [**get_corporations_corporation_id_contracts**](ContractsApi.md#get_corporations_corporation_id_contracts) | **GET** /v1/corporations/{corporation_id}/contracts/ | Get coporation contracts
10
+ [**get_corporations_corporation_id_contracts**](ContractsApi.md#get_corporations_corporation_id_contracts) | **GET** /v1/corporations/{corporation_id}/contracts/ | Get corporation contracts
11
11
  [**get_corporations_corporation_id_contracts_contract_id_bids**](ContractsApi.md#get_corporations_corporation_id_contracts_contract_id_bids) | **GET** /v1/corporations/{corporation_id}/contracts/{contract_id}/bids/ | Get corporation contract bids
12
12
  [**get_corporations_corporation_id_contracts_contract_id_items**](ContractsApi.md#get_corporations_corporation_id_contracts_contract_id_items) | **GET** /v1/corporations/{corporation_id}/contracts/{contract_id}/items/ | Get corporation contract items
13
13
 
@@ -37,9 +37,7 @@ opts = {
37
37
  datasource: "tranquility", # String | The server name you would like data from
38
38
  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
39
  page: 1, # Integer | Which page of results to return
40
- token: "token_example", # String | Access token to use if unable to set a header
41
- user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
42
- x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
40
+ token: "token_example" # String | Access token to use if unable to set a header
43
41
  }
44
42
 
45
43
  begin
@@ -60,8 +58,6 @@ Name | Type | Description | Notes
60
58
  **if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
61
59
  **page** | **Integer**| Which page of results to return | [optional] [default to 1]
62
60
  **token** | **String**| Access token to use if unable to set a header | [optional]
63
- **user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
64
- **x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
65
61
 
66
62
  ### Return type
67
63
 
@@ -104,9 +100,7 @@ contract_id = 56 # Integer | ID of a contract
104
100
  opts = {
105
101
  datasource: "tranquility", # String | The server name you would like data from
106
102
  if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
107
- token: "token_example", # String | Access token to use if unable to set a header
108
- user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
109
- x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
103
+ token: "token_example" # String | Access token to use if unable to set a header
110
104
  }
111
105
 
112
106
  begin
@@ -127,8 +121,6 @@ Name | Type | Description | Notes
127
121
  **datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
128
122
  **if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
129
123
  **token** | **String**| Access token to use if unable to set a header | [optional]
130
- **user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
131
- **x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
132
124
 
133
125
  ### Return type
134
126
 
@@ -171,9 +163,7 @@ contract_id = 56 # Integer | ID of a contract
171
163
  opts = {
172
164
  datasource: "tranquility", # String | The server name you would like data from
173
165
  if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
174
- token: "token_example", # String | Access token to use if unable to set a header
175
- user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
176
- x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
166
+ token: "token_example" # String | Access token to use if unable to set a header
177
167
  }
178
168
 
179
169
  begin
@@ -194,8 +184,6 @@ Name | Type | Description | Notes
194
184
  **datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
195
185
  **if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
196
186
  **token** | **String**| Access token to use if unable to set a header | [optional]
197
- **user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
198
- **x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
199
187
 
200
188
  ### Return type
201
189
 
@@ -215,9 +203,9 @@ Name | Type | Description | Notes
215
203
  # **get_corporations_corporation_id_contracts**
216
204
  > Array&lt;GetCorporationsCorporationIdContracts200Ok&gt; get_corporations_corporation_id_contracts(corporation_id, opts)
217
205
 
218
- Get coporation contracts
206
+ Get corporation contracts
219
207
 
220
- Returns contracts available to a coporation, only if the corporation is issuer, acceptor or assignee. Only returns contracts no older than 30 days, or if the status is \"in_progress\". --- This route is cached for up to 300 seconds
208
+ Returns contracts available to a corporation, only if the corporation is issuer, acceptor or assignee. Only returns contracts no older than 30 days, or if the status is \"in_progress\". --- This route is cached for up to 300 seconds
221
209
 
222
210
  ### Example
223
211
  ```ruby
@@ -237,13 +225,11 @@ opts = {
237
225
  datasource: "tranquility", # String | The server name you would like data from
238
226
  if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
239
227
  page: 1, # Integer | Which page of results to return
240
- token: "token_example", # String | Access token to use if unable to set a header
241
- user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
242
- x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
228
+ token: "token_example" # String | Access token to use if unable to set a header
243
229
  }
244
230
 
245
231
  begin
246
- #Get coporation contracts
232
+ #Get corporation contracts
247
233
  result = api_instance.get_corporations_corporation_id_contracts(corporation_id, opts)
248
234
  p result
249
235
  rescue ESI::ApiError => e
@@ -260,8 +246,6 @@ Name | Type | Description | Notes
260
246
  **if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
261
247
  **page** | **Integer**| Which page of results to return | [optional] [default to 1]
262
248
  **token** | **String**| Access token to use if unable to set a header | [optional]
263
- **user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
264
- **x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
265
249
 
266
250
  ### Return type
267
251
 
@@ -305,9 +289,7 @@ opts = {
305
289
  datasource: "tranquility", # String | The server name you would like data from
306
290
  if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
307
291
  page: 1, # Integer | Which page of results to return
308
- token: "token_example", # String | Access token to use if unable to set a header
309
- user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
310
- x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
292
+ token: "token_example" # String | Access token to use if unable to set a header
311
293
  }
312
294
 
313
295
  begin
@@ -329,8 +311,6 @@ Name | Type | Description | Notes
329
311
  **if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
330
312
  **page** | **Integer**| Which page of results to return | [optional] [default to 1]
331
313
  **token** | **String**| Access token to use if unable to set a header | [optional]
332
- **user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
333
- **x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
334
314
 
335
315
  ### Return type
336
316
 
@@ -373,9 +353,7 @@ corporation_id = 56 # Integer | An EVE corporation ID
373
353
  opts = {
374
354
  datasource: "tranquility", # String | The server name you would like data from
375
355
  if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
376
- token: "token_example", # String | Access token to use if unable to set a header
377
- user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
378
- x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
356
+ token: "token_example" # String | Access token to use if unable to set a header
379
357
  }
380
358
 
381
359
  begin
@@ -396,8 +374,6 @@ Name | Type | Description | Notes
396
374
  **datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
397
375
  **if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
398
376
  **token** | **String**| Access token to use if unable to set a header | [optional]
399
- **user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
400
- **x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
401
377
 
402
378
  ### Return type
403
379
 
@@ -17,8 +17,6 @@ Method | HTTP request | Description
17
17
  [**get_corporations_corporation_id_members_limit**](CorporationApi.md#get_corporations_corporation_id_members_limit) | **GET** /v1/corporations/{corporation_id}/members/limit/ | Get corporation member limit
18
18
  [**get_corporations_corporation_id_members_titles**](CorporationApi.md#get_corporations_corporation_id_members_titles) | **GET** /v1/corporations/{corporation_id}/members/titles/ | Get corporation&#39;s members&#39; titles
19
19
  [**get_corporations_corporation_id_membertracking**](CorporationApi.md#get_corporations_corporation_id_membertracking) | **GET** /v1/corporations/{corporation_id}/membertracking/ | Track corporation members
20
- [**get_corporations_corporation_id_outposts**](CorporationApi.md#get_corporations_corporation_id_outposts) | **GET** /v1/corporations/{corporation_id}/outposts/ | Get corporation outposts
21
- [**get_corporations_corporation_id_outposts_outpost_id**](CorporationApi.md#get_corporations_corporation_id_outposts_outpost_id) | **GET** /v1/corporations/{corporation_id}/outposts/{outpost_id}/ | Get corporation outpost details
22
20
  [**get_corporations_corporation_id_roles**](CorporationApi.md#get_corporations_corporation_id_roles) | **GET** /v1/corporations/{corporation_id}/roles/ | Get corporation member roles
23
21
  [**get_corporations_corporation_id_roles_history**](CorporationApi.md#get_corporations_corporation_id_roles_history) | **GET** /v1/corporations/{corporation_id}/roles/history/ | Get corporation member roles history
24
22
  [**get_corporations_corporation_id_shareholders**](CorporationApi.md#get_corporations_corporation_id_shareholders) | **GET** /v1/corporations/{corporation_id}/shareholders/ | Get corporation shareholders
@@ -27,7 +25,6 @@ Method | HTTP request | Description
27
25
  [**get_corporations_corporation_id_starbases_starbase_id**](CorporationApi.md#get_corporations_corporation_id_starbases_starbase_id) | **GET** /v1/corporations/{corporation_id}/starbases/{starbase_id}/ | Get starbase (POS) detail
28
26
  [**get_corporations_corporation_id_structures**](CorporationApi.md#get_corporations_corporation_id_structures) | **GET** /v2/corporations/{corporation_id}/structures/ | Get corporation structures
29
27
  [**get_corporations_corporation_id_titles**](CorporationApi.md#get_corporations_corporation_id_titles) | **GET** /v1/corporations/{corporation_id}/titles/ | Get corporation titles
30
- [**get_corporations_names**](CorporationApi.md#get_corporations_names) | **GET** /v2/corporations/names/ | Get corporation names
31
28
  [**get_corporations_npccorps**](CorporationApi.md#get_corporations_npccorps) | **GET** /v1/corporations/npccorps/ | Get npc corporations
32
29
 
33
30
 
@@ -50,8 +47,6 @@ corporation_id = 56 # Integer | An EVE corporation ID
50
47
  opts = {
51
48
  datasource: "tranquility", # String | The server name you would like data from
52
49
  if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
53
- user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
54
- x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
55
50
  }
56
51
 
57
52
  begin
@@ -70,8 +65,6 @@ Name | Type | Description | Notes
70
65
  **corporation_id** | **Integer**| An EVE corporation ID |
71
66
  **datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
72
67
  **if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
73
- **user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
74
- **x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
75
68
 
76
69
  ### Return type
77
70
 
@@ -107,8 +100,6 @@ corporation_id = 56 # Integer | An EVE corporation ID
107
100
  opts = {
108
101
  datasource: "tranquility", # String | The server name you would like data from
109
102
  if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
110
- user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
111
- x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
112
103
  }
113
104
 
114
105
  begin
@@ -127,8 +118,6 @@ Name | Type | Description | Notes
127
118
  **corporation_id** | **Integer**| An EVE corporation ID |
128
119
  **datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
129
120
  **if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
130
- **user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
131
- **x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
132
121
 
133
122
  ### Return type
134
123
 
@@ -170,9 +159,7 @@ opts = {
170
159
  datasource: "tranquility", # String | The server name you would like data from
171
160
  if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
172
161
  page: 1, # Integer | Which page of results to return
173
- token: "token_example", # String | Access token to use if unable to set a header
174
- user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
175
- x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
162
+ token: "token_example" # String | Access token to use if unable to set a header
176
163
  }
177
164
 
178
165
  begin
@@ -193,8 +180,6 @@ Name | Type | Description | Notes
193
180
  **if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
194
181
  **page** | **Integer**| Which page of results to return | [optional] [default to 1]
195
182
  **token** | **String**| Access token to use if unable to set a header | [optional]
196
- **user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
197
- **x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
198
183
 
199
184
  ### Return type
200
185
 
@@ -236,9 +221,7 @@ opts = {
236
221
  datasource: "tranquility", # String | The server name you would like data from
237
222
  if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
238
223
  page: 1, # Integer | Which page of results to return
239
- token: "token_example", # String | Access token to use if unable to set a header
240
- user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
241
- x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
224
+ token: "token_example" # String | Access token to use if unable to set a header
242
225
  }
243
226
 
244
227
  begin
@@ -259,8 +242,6 @@ Name | Type | Description | Notes
259
242
  **if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
260
243
  **page** | **Integer**| Which page of results to return | [optional] [default to 1]
261
244
  **token** | **String**| Access token to use if unable to set a header | [optional]
262
- **user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
263
- **x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
264
245
 
265
246
  ### Return type
266
247
 
@@ -301,9 +282,7 @@ corporation_id = 56 # Integer | An EVE corporation ID
301
282
  opts = {
302
283
  datasource: "tranquility", # String | The server name you would like data from
303
284
  if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
304
- token: "token_example", # String | Access token to use if unable to set a header
305
- user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
306
- x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
285
+ token: "token_example" # String | Access token to use if unable to set a header
307
286
  }
308
287
 
309
288
  begin
@@ -323,8 +302,6 @@ Name | Type | Description | Notes
323
302
  **datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
324
303
  **if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
325
304
  **token** | **String**| Access token to use if unable to set a header | [optional]
326
- **user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
327
- **x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
328
305
 
329
306
  ### Return type
330
307
 
@@ -365,9 +342,7 @@ corporation_id = 56 # Integer | An EVE corporation ID
365
342
  opts = {
366
343
  datasource: "tranquility", # String | The server name you would like data from
367
344
  if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
368
- token: "token_example", # String | Access token to use if unable to set a header
369
- user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
370
- x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
345
+ token: "token_example" # String | Access token to use if unable to set a header
371
346
  }
372
347
 
373
348
  begin
@@ -387,8 +362,6 @@ Name | Type | Description | Notes
387
362
  **datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
388
363
  **if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
389
364
  **token** | **String**| Access token to use if unable to set a header | [optional]
390
- **user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
391
- **x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
392
365
 
393
366
  ### Return type
394
367
 
@@ -424,8 +397,6 @@ corporation_id = 56 # Integer | An EVE corporation ID
424
397
  opts = {
425
398
  datasource: "tranquility", # String | The server name you would like data from
426
399
  if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
427
- user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
428
- x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
429
400
  }
430
401
 
431
402
  begin
@@ -444,8 +415,6 @@ Name | Type | Description | Notes
444
415
  **corporation_id** | **Integer**| An EVE corporation ID |
445
416
  **datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
446
417
  **if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
447
- **user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
448
- **x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
449
418
 
450
419
  ### Return type
451
420
 
@@ -487,9 +456,7 @@ opts = {
487
456
  datasource: "tranquility", # String | The server name you would like data from
488
457
  if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
489
458
  page: 1, # Integer | Which page of results to return
490
- token: "token_example", # String | Access token to use if unable to set a header
491
- user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
492
- x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
459
+ token: "token_example" # String | Access token to use if unable to set a header
493
460
  }
494
461
 
495
462
  begin
@@ -510,8 +477,6 @@ Name | Type | Description | Notes
510
477
  **if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
511
478
  **page** | **Integer**| Which page of results to return | [optional] [default to 1]
512
479
  **token** | **String**| Access token to use if unable to set a header | [optional]
513
- **user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
514
- **x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
515
480
 
516
481
  ### Return type
517
482
 
@@ -553,9 +518,7 @@ opts = {
553
518
  datasource: "tranquility", # String | The server name you would like data from
554
519
  if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
555
520
  page: 1, # Integer | Which page of results to return
556
- token: "token_example", # String | Access token to use if unable to set a header
557
- user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
558
- x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
521
+ token: "token_example" # String | Access token to use if unable to set a header
559
522
  }
560
523
 
561
524
  begin
@@ -576,8 +539,6 @@ Name | Type | Description | Notes
576
539
  **if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
577
540
  **page** | **Integer**| Which page of results to return | [optional] [default to 1]
578
541
  **token** | **String**| Access token to use if unable to set a header | [optional]
579
- **user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
580
- **x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
581
542
 
582
543
  ### Return type
583
544
 
@@ -618,9 +579,7 @@ corporation_id = 56 # Integer | An EVE corporation ID
618
579
  opts = {
619
580
  datasource: "tranquility", # String | The server name you would like data from
620
581
  if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
621
- token: "token_example", # String | Access token to use if unable to set a header
622
- user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
623
- x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
582
+ token: "token_example" # String | Access token to use if unable to set a header
624
583
  }
625
584
 
626
585
  begin
@@ -640,8 +599,6 @@ Name | Type | Description | Notes
640
599
  **datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
641
600
  **if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
642
601
  **token** | **String**| Access token to use if unable to set a header | [optional]
643
- **user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
644
- **x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
645
602
 
646
603
  ### Return type
647
604
 
@@ -682,9 +639,7 @@ corporation_id = 56 # Integer | An EVE corporation ID
682
639
  opts = {
683
640
  datasource: "tranquility", # String | The server name you would like data from
684
641
  if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
685
- token: "token_example", # String | Access token to use if unable to set a header
686
- user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
687
- x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
642
+ token: "token_example" # String | Access token to use if unable to set a header
688
643
  }
689
644
 
690
645
  begin
@@ -704,8 +659,6 @@ Name | Type | Description | Notes
704
659
  **datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
705
660
  **if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
706
661
  **token** | **String**| Access token to use if unable to set a header | [optional]
707
- **user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
708
- **x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
709
662
 
710
663
  ### Return type
711
664
 
@@ -746,9 +699,7 @@ corporation_id = 56 # Integer | An EVE corporation ID
746
699
  opts = {
747
700
  datasource: "tranquility", # String | The server name you would like data from
748
701
  if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
749
- token: "token_example", # String | Access token to use if unable to set a header
750
- user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
751
- x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
702
+ token: "token_example" # String | Access token to use if unable to set a header
752
703
  }
753
704
 
754
705
  begin
@@ -768,8 +719,6 @@ Name | Type | Description | Notes
768
719
  **datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
769
720
  **if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
770
721
  **token** | **String**| Access token to use if unable to set a header | [optional]
771
- **user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
772
- **x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
773
722
 
774
723
  ### Return type
775
724
 
@@ -810,9 +759,7 @@ corporation_id = 56 # Integer | An EVE corporation ID
810
759
  opts = {
811
760
  datasource: "tranquility", # String | The server name you would like data from
812
761
  if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
813
- token: "token_example", # String | Access token to use if unable to set a header
814
- user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
815
- x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
762
+ token: "token_example" # String | Access token to use if unable to set a header
816
763
  }
817
764
 
818
765
  begin
@@ -832,8 +779,6 @@ Name | Type | Description | Notes
832
779
  **datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
833
780
  **if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
834
781
  **token** | **String**| Access token to use if unable to set a header | [optional]
835
- **user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
836
- **x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
837
782
 
838
783
  ### Return type
839
784
 
@@ -850,139 +795,6 @@ Name | Type | Description | Notes
850
795
 
851
796
 
852
797
 
853
- # **get_corporations_corporation_id_outposts**
854
- > Array&lt;Integer&gt; get_corporations_corporation_id_outposts(corporation_id, opts)
855
-
856
- Get corporation outposts
857
-
858
- Get a list of corporation outpost IDs Note: This endpoint will be removed once outposts are migrated to Citadels as talked about in this blog: https://community.eveonline.com/news/dev-blogs/the-next-steps-in-structure-transition/ --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): Director
859
-
860
- ### Example
861
- ```ruby
862
- # load the gem
863
- require 'esi-client-bvv'
864
- # setup authorization
865
- ESI.configure do |config|
866
- # Configure OAuth2 access token for authorization: evesso
867
- config.access_token = 'YOUR ACCESS TOKEN'
868
- end
869
-
870
- api_instance = ESI::CorporationApi.new
871
-
872
- corporation_id = 56 # Integer | An EVE corporation ID
873
-
874
- opts = {
875
- datasource: "tranquility", # String | The server name you would like data from
876
- if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
877
- page: 1, # Integer | Which page of results to return
878
- token: "token_example", # String | Access token to use if unable to set a header
879
- user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
880
- x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
881
- }
882
-
883
- begin
884
- #Get corporation outposts
885
- result = api_instance.get_corporations_corporation_id_outposts(corporation_id, opts)
886
- p result
887
- rescue ESI::ApiError => e
888
- puts "Exception when calling CorporationApi->get_corporations_corporation_id_outposts: #{e}"
889
- end
890
- ```
891
-
892
- ### Parameters
893
-
894
- Name | Type | Description | Notes
895
- ------------- | ------------- | ------------- | -------------
896
- **corporation_id** | **Integer**| An EVE corporation ID |
897
- **datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
898
- **if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
899
- **page** | **Integer**| Which page of results to return | [optional] [default to 1]
900
- **token** | **String**| Access token to use if unable to set a header | [optional]
901
- **user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
902
- **x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
903
-
904
- ### Return type
905
-
906
- **Array&lt;Integer&gt;**
907
-
908
- ### Authorization
909
-
910
- [evesso](../README.md#evesso)
911
-
912
- ### HTTP request headers
913
-
914
- - **Content-Type**: application/json
915
- - **Accept**: application/json
916
-
917
-
918
-
919
- # **get_corporations_corporation_id_outposts_outpost_id**
920
- > GetCorporationsCorporationIdOutpostsOutpostIdOk get_corporations_corporation_id_outposts_outpost_id(corporation_idoutpost_id, opts)
921
-
922
- Get corporation outpost details
923
-
924
- Get details about a given outpost. Note: This endpoint will be removed once outposts are migrated to Citadels as talked about in this blog: https://community.eveonline.com/news/dev-blogs/the-next-steps-in-structure-transition/ --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): Director
925
-
926
- ### Example
927
- ```ruby
928
- # load the gem
929
- require 'esi-client-bvv'
930
- # setup authorization
931
- ESI.configure do |config|
932
- # Configure OAuth2 access token for authorization: evesso
933
- config.access_token = 'YOUR ACCESS TOKEN'
934
- end
935
-
936
- api_instance = ESI::CorporationApi.new
937
-
938
- corporation_id = 56 # Integer | An EVE corporation ID
939
-
940
- outpost_id = 56 # Integer | A station (outpost) ID
941
-
942
- opts = {
943
- datasource: "tranquility", # String | The server name you would like data from
944
- if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
945
- token: "token_example", # String | Access token to use if unable to set a header
946
- user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
947
- x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
948
- }
949
-
950
- begin
951
- #Get corporation outpost details
952
- result = api_instance.get_corporations_corporation_id_outposts_outpost_id(corporation_idoutpost_id, opts)
953
- p result
954
- rescue ESI::ApiError => e
955
- puts "Exception when calling CorporationApi->get_corporations_corporation_id_outposts_outpost_id: #{e}"
956
- end
957
- ```
958
-
959
- ### Parameters
960
-
961
- Name | Type | Description | Notes
962
- ------------- | ------------- | ------------- | -------------
963
- **corporation_id** | **Integer**| An EVE corporation ID |
964
- **outpost_id** | **Integer**| A station (outpost) ID |
965
- **datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
966
- **if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
967
- **token** | **String**| Access token to use if unable to set a header | [optional]
968
- **user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
969
- **x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
970
-
971
- ### Return type
972
-
973
- [**GetCorporationsCorporationIdOutpostsOutpostIdOk**](GetCorporationsCorporationIdOutpostsOutpostIdOk.md)
974
-
975
- ### Authorization
976
-
977
- [evesso](../README.md#evesso)
978
-
979
- ### HTTP request headers
980
-
981
- - **Content-Type**: application/json
982
- - **Accept**: application/json
983
-
984
-
985
-
986
798
  # **get_corporations_corporation_id_roles**
987
799
  > Array&lt;GetCorporationsCorporationIdRoles200Ok&gt; get_corporations_corporation_id_roles(corporation_id, opts)
988
800
 
@@ -1007,9 +819,7 @@ corporation_id = 56 # Integer | An EVE corporation ID
1007
819
  opts = {
1008
820
  datasource: "tranquility", # String | The server name you would like data from
1009
821
  if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
1010
- token: "token_example", # String | Access token to use if unable to set a header
1011
- user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
1012
- x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
822
+ token: "token_example" # String | Access token to use if unable to set a header
1013
823
  }
1014
824
 
1015
825
  begin
@@ -1029,8 +839,6 @@ Name | Type | Description | Notes
1029
839
  **datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
1030
840
  **if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
1031
841
  **token** | **String**| Access token to use if unable to set a header | [optional]
1032
- **user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
1033
- **x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
1034
842
 
1035
843
  ### Return type
1036
844
 
@@ -1072,9 +880,7 @@ opts = {
1072
880
  datasource: "tranquility", # String | The server name you would like data from
1073
881
  if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
1074
882
  page: 1, # Integer | Which page of results to return
1075
- token: "token_example", # String | Access token to use if unable to set a header
1076
- user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
1077
- x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
883
+ token: "token_example" # String | Access token to use if unable to set a header
1078
884
  }
1079
885
 
1080
886
  begin
@@ -1095,8 +901,6 @@ Name | Type | Description | Notes
1095
901
  **if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
1096
902
  **page** | **Integer**| Which page of results to return | [optional] [default to 1]
1097
903
  **token** | **String**| Access token to use if unable to set a header | [optional]
1098
- **user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
1099
- **x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
1100
904
 
1101
905
  ### Return type
1102
906
 
@@ -1138,9 +942,7 @@ opts = {
1138
942
  datasource: "tranquility", # String | The server name you would like data from
1139
943
  if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
1140
944
  page: 1, # Integer | Which page of results to return
1141
- token: "token_example", # String | Access token to use if unable to set a header
1142
- user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
1143
- x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
945
+ token: "token_example" # String | Access token to use if unable to set a header
1144
946
  }
1145
947
 
1146
948
  begin
@@ -1161,8 +963,6 @@ Name | Type | Description | Notes
1161
963
  **if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
1162
964
  **page** | **Integer**| Which page of results to return | [optional] [default to 1]
1163
965
  **token** | **String**| Access token to use if unable to set a header | [optional]
1164
- **user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
1165
- **x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
1166
966
 
1167
967
  ### Return type
1168
968
 
@@ -1204,9 +1004,7 @@ opts = {
1204
1004
  datasource: "tranquility", # String | The server name you would like data from
1205
1005
  if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
1206
1006
  page: 1, # Integer | Which page of results to return
1207
- token: "token_example", # String | Access token to use if unable to set a header
1208
- user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
1209
- x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
1007
+ token: "token_example" # String | Access token to use if unable to set a header
1210
1008
  }
1211
1009
 
1212
1010
  begin
@@ -1227,8 +1025,6 @@ Name | Type | Description | Notes
1227
1025
  **if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
1228
1026
  **page** | **Integer**| Which page of results to return | [optional] [default to 1]
1229
1027
  **token** | **String**| Access token to use if unable to set a header | [optional]
1230
- **user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
1231
- **x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
1232
1028
 
1233
1029
  ### Return type
1234
1030
 
@@ -1270,9 +1066,7 @@ opts = {
1270
1066
  datasource: "tranquility", # String | The server name you would like data from
1271
1067
  if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
1272
1068
  page: 1, # Integer | Which page of results to return
1273
- token: "token_example", # String | Access token to use if unable to set a header
1274
- user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
1275
- x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
1069
+ token: "token_example" # String | Access token to use if unable to set a header
1276
1070
  }
1277
1071
 
1278
1072
  begin
@@ -1293,8 +1087,6 @@ Name | Type | Description | Notes
1293
1087
  **if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
1294
1088
  **page** | **Integer**| Which page of results to return | [optional] [default to 1]
1295
1089
  **token** | **String**| Access token to use if unable to set a header | [optional]
1296
- **user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
1297
- **x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
1298
1090
 
1299
1091
  ### Return type
1300
1092
 
@@ -1339,9 +1131,7 @@ system_id = 56 # Integer | The solar system this starbase (POS) is located in,
1339
1131
  opts = {
1340
1132
  datasource: "tranquility", # String | The server name you would like data from
1341
1133
  if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
1342
- token: "token_example", # String | Access token to use if unable to set a header
1343
- user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
1344
- x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
1134
+ token: "token_example" # String | Access token to use if unable to set a header
1345
1135
  }
1346
1136
 
1347
1137
  begin
@@ -1363,8 +1153,6 @@ Name | Type | Description | Notes
1363
1153
  **datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
1364
1154
  **if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
1365
1155
  **token** | **String**| Access token to use if unable to set a header | [optional]
1366
- **user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
1367
- **x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
1368
1156
 
1369
1157
  ### Return type
1370
1158
 
@@ -1403,13 +1191,12 @@ api_instance = ESI::CorporationApi.new
1403
1191
  corporation_id = 56 # Integer | An EVE corporation ID
1404
1192
 
1405
1193
  opts = {
1194
+ accept_language: "en-us", # String | Language to use in the response
1406
1195
  datasource: "tranquility", # String | The server name you would like data from
1407
1196
  if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
1408
- language: "en-us", # String | Language to use in the response
1197
+ language: "en-us" # String | Language to use in the response, takes precedence over Accept-Language
1409
1198
  page: 1, # Integer | Which page of results to return
1410
- token: "token_example", # String | Access token to use if unable to set a header
1411
- user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
1412
- x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
1199
+ token: "token_example" # String | Access token to use if unable to set a header
1413
1200
  }
1414
1201
 
1415
1202
  begin
@@ -1426,13 +1213,12 @@ end
1426
1213
  Name | Type | Description | Notes
1427
1214
  ------------- | ------------- | ------------- | -------------
1428
1215
  **corporation_id** | **Integer**| An EVE corporation ID |
1216
+ **accept_language** | **String**| Language to use in the response | [optional] [default to en-us]
1429
1217
  **datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
1430
1218
  **if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
1431
- **language** | **String**| Language to use in the response | [optional] [default to en-us]
1219
+ **language** | **String**| Language to use in the response, takes precedence over Accept-Language | [optional] [default to en-us]
1432
1220
  **page** | **Integer**| Which page of results to return | [optional] [default to 1]
1433
1221
  **token** | **String**| Access token to use if unable to set a header | [optional]
1434
- **user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
1435
- **x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
1436
1222
 
1437
1223
  ### Return type
1438
1224
 
@@ -1473,9 +1259,7 @@ corporation_id = 56 # Integer | An EVE corporation ID
1473
1259
  opts = {
1474
1260
  datasource: "tranquility", # String | The server name you would like data from
1475
1261
  if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
1476
- token: "token_example", # String | Access token to use if unable to set a header
1477
- user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
1478
- x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
1262
+ token: "token_example" # String | Access token to use if unable to set a header
1479
1263
  }
1480
1264
 
1481
1265
  begin
@@ -1495,8 +1279,6 @@ Name | Type | Description | Notes
1495
1279
  **datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
1496
1280
  **if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
1497
1281
  **token** | **String**| Access token to use if unable to set a header | [optional]
1498
- **user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
1499
- **x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
1500
1282
 
1501
1283
  ### Return type
1502
1284
 
@@ -1513,63 +1295,6 @@ Name | Type | Description | Notes
1513
1295
 
1514
1296
 
1515
1297
 
1516
- # **get_corporations_names**
1517
- > Array&lt;GetCorporationsNames200Ok&gt; get_corporations_names(corporation_ids, opts)
1518
-
1519
- Get corporation names
1520
-
1521
- Resolve a set of corporation IDs to corporation names --- This route is cached for up to 3600 seconds
1522
-
1523
- ### Example
1524
- ```ruby
1525
- # load the gem
1526
- require 'esi-client-bvv'
1527
-
1528
- api_instance = ESI::CorporationApi.new
1529
-
1530
- corporation_ids = [56] # Array<Integer> | A comma separated list of corporation IDs
1531
-
1532
- opts = {
1533
- datasource: "tranquility", # String | The server name you would like data from
1534
- if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
1535
- user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
1536
- x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
1537
- }
1538
-
1539
- begin
1540
- #Get corporation names
1541
- result = api_instance.get_corporations_names(corporation_ids, opts)
1542
- p result
1543
- rescue ESI::ApiError => e
1544
- puts "Exception when calling CorporationApi->get_corporations_names: #{e}"
1545
- end
1546
- ```
1547
-
1548
- ### Parameters
1549
-
1550
- Name | Type | Description | Notes
1551
- ------------- | ------------- | ------------- | -------------
1552
- **corporation_ids** | [**Array&lt;Integer&gt;**](Integer.md)| A comma separated list of corporation IDs |
1553
- **datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
1554
- **if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
1555
- **user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
1556
- **x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
1557
-
1558
- ### Return type
1559
-
1560
- [**Array&lt;GetCorporationsNames200Ok&gt;**](GetCorporationsNames200Ok.md)
1561
-
1562
- ### Authorization
1563
-
1564
- No authorization required
1565
-
1566
- ### HTTP request headers
1567
-
1568
- - **Content-Type**: application/json
1569
- - **Accept**: application/json
1570
-
1571
-
1572
-
1573
1298
  # **get_corporations_npccorps**
1574
1299
  > Array&lt;Integer&gt; get_corporations_npccorps(opts)
1575
1300
 
@@ -1587,8 +1312,6 @@ api_instance = ESI::CorporationApi.new
1587
1312
  opts = {
1588
1313
  datasource: "tranquility", # String | The server name you would like data from
1589
1314
  if_none_match: "if_none_match_example", # String | ETag from a previous request. A 304 will be returned if this matches the current ETag
1590
- user_agent: "user_agent_example", # String | Client identifier, takes precedence over headers
1591
- x_user_agent: "x_user_agent_example" # String | Client identifier, takes precedence over User-Agent
1592
1315
  }
1593
1316
 
1594
1317
  begin
@@ -1606,8 +1329,6 @@ Name | Type | Description | Notes
1606
1329
  ------------- | ------------- | ------------- | -------------
1607
1330
  **datasource** | **String**| The server name you would like data from | [optional] [default to tranquility]
1608
1331
  **if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | [optional]
1609
- **user_agent** | **String**| Client identifier, takes precedence over headers | [optional]
1610
- **x_user_agent** | **String**| Client identifier, takes precedence over User-Agent | [optional]
1611
1332
 
1612
1333
  ### Return type
1613
1334