hubspot-api-client 10.0.0 → 11.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (267) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +13 -0
  3. data/Gemfile.lock +3 -3
  4. data/README.md +4 -0
  5. data/lib/hubspot/codegen/automation/actions/api_client.rb +12 -12
  6. data/lib/hubspot/codegen/cms/audit-logs/api/{default_api.rb → audit_logs_api.rb} +3 -3
  7. data/lib/hubspot/codegen/cms/audit-logs/api_client.rb +12 -12
  8. data/lib/hubspot/codegen/cms/blogs/authors/api/{default_api.rb → author_api.rb} +28 -28
  9. data/lib/hubspot/codegen/cms/blogs/authors/api_client.rb +12 -12
  10. data/lib/hubspot/codegen/cms/blogs/blog-posts/api/{default_api.rb → blog_post_api.rb} +62 -62
  11. data/lib/hubspot/codegen/cms/blogs/blog-posts/api_client.rb +12 -12
  12. data/lib/hubspot/codegen/cms/blogs/tags/api/{default_api.rb → tag_api.rb} +28 -28
  13. data/lib/hubspot/codegen/cms/blogs/tags/api_client.rb +12 -12
  14. data/lib/hubspot/codegen/cms/domains/api/domains_api.rb +2 -2
  15. data/lib/hubspot/codegen/cms/domains/api_client.rb +12 -12
  16. data/lib/hubspot/codegen/cms/domains/configuration.rb +0 -7
  17. data/lib/hubspot/codegen/cms/hubdb/api/rows_api.rb +102 -102
  18. data/lib/hubspot/codegen/cms/hubdb/api/rows_batch_api.rb +21 -21
  19. data/lib/hubspot/codegen/cms/hubdb/api/tables_api.rb +100 -108
  20. data/lib/hubspot/codegen/cms/hubdb/api_client.rb +13 -13
  21. data/lib/hubspot/codegen/cms/hubdb/api_error.rb +1 -1
  22. data/lib/hubspot/codegen/cms/hubdb/configuration.rb +1 -1
  23. data/lib/hubspot/codegen/cms/hubdb/models/{batch_input_hub_db_table_row_v3.rb → batch_input_hub_db_table_row_v3_request.rb} +5 -5
  24. data/lib/hubspot/codegen/cms/hubdb/models/batch_input_json_node.rb +1 -1
  25. data/lib/hubspot/codegen/cms/hubdb/models/batch_input_string.rb +1 -1
  26. data/lib/hubspot/codegen/cms/hubdb/models/batch_response_hub_db_table_row_v3_with_errors.rb +1 -1
  27. data/lib/hubspot/codegen/cms/hubdb/models/collection_response_with_total_hub_db_table_row_v3_forward_paging.rb +1 -1
  28. data/lib/hubspot/codegen/cms/hubdb/models/collection_response_with_total_hub_db_table_v3_forward_paging.rb +1 -1
  29. data/lib/hubspot/codegen/cms/hubdb/models/column.rb +1 -1
  30. data/lib/hubspot/codegen/cms/hubdb/models/{column_input.rb → column_request.rb} +71 -47
  31. data/lib/hubspot/codegen/cms/hubdb/models/error.rb +1 -1
  32. data/lib/hubspot/codegen/cms/hubdb/models/error_detail.rb +1 -1
  33. data/lib/hubspot/codegen/cms/hubdb/models/foreign_id.rb +1 -1
  34. data/lib/hubspot/codegen/cms/hubdb/models/forward_paging.rb +1 -1
  35. data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_clone_request.rb +4 -9
  36. data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_row_v3.rb +12 -27
  37. data/lib/hubspot/codegen/cms/hubdb/models/{hub_db_table_row_v3_input.rb → hub_db_table_row_v3_request.rb} +25 -20
  38. data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_v3.rb +1 -1
  39. data/lib/hubspot/codegen/cms/hubdb/models/{hub_db_table_v3_input.rb → hub_db_table_v3_request.rb} +53 -53
  40. data/lib/hubspot/codegen/cms/hubdb/models/import_result.rb +1 -1
  41. data/lib/hubspot/codegen/cms/hubdb/models/next_page.rb +1 -1
  42. data/lib/hubspot/codegen/cms/hubdb/models/option.rb +1 -1
  43. data/lib/hubspot/codegen/cms/hubdb/models/simple_user.rb +1 -1
  44. data/lib/hubspot/codegen/cms/hubdb/models/standard_error.rb +1 -1
  45. data/lib/hubspot/codegen/cms/performance/api/{default_api.rb → public_performance_api.rb} +5 -5
  46. data/lib/hubspot/codegen/cms/performance/api_client.rb +12 -12
  47. data/lib/hubspot/codegen/cms/site-search/api/{default_api.rb → public_api.rb} +7 -7
  48. data/lib/hubspot/codegen/cms/site-search/api_client.rb +12 -12
  49. data/lib/hubspot/codegen/cms/site-search/models/search_hit_field.rb +15 -15
  50. data/lib/hubspot/codegen/cms/url-redirects/api_client.rb +12 -12
  51. data/lib/hubspot/codegen/communication_preferences/api/definition_api.rb +80 -0
  52. data/lib/hubspot/codegen/communication_preferences/api/status_api.rb +214 -0
  53. data/lib/hubspot/codegen/communication_preferences/api_client.rb +404 -0
  54. data/lib/hubspot/codegen/communication_preferences/api_error.rb +59 -0
  55. data/lib/hubspot/codegen/communication_preferences/configuration.rb +254 -0
  56. data/lib/hubspot/codegen/communication_preferences/models/error.rb +290 -0
  57. data/lib/hubspot/codegen/communication_preferences/models/error_detail.rb +256 -0
  58. data/lib/hubspot/codegen/communication_preferences/models/public_subscription_status.rb +372 -0
  59. data/lib/hubspot/codegen/communication_preferences/models/public_subscription_statuses_response.rb +231 -0
  60. data/lib/hubspot/codegen/communication_preferences/models/public_update_subscription_status_request.rb +283 -0
  61. data/lib/hubspot/codegen/communication_preferences/models/subscription_definition.rb +339 -0
  62. data/lib/hubspot/codegen/communication_preferences/models/subscription_definitions_response.rb +216 -0
  63. data/lib/hubspot/codegen/conversations/visitor-identification/api_client.rb +12 -12
  64. data/lib/hubspot/codegen/crm/associations/api_client.rb +12 -12
  65. data/lib/hubspot/codegen/crm/companies/api/batch_api.rb +0 -8
  66. data/lib/hubspot/codegen/crm/companies/api/search_api.rb +0 -4
  67. data/lib/hubspot/codegen/crm/companies/api_client.rb +12 -12
  68. data/lib/hubspot/codegen/crm/companies/models/filter.rb +3 -2
  69. data/lib/hubspot/codegen/crm/contacts/api/batch_api.rb +0 -8
  70. data/lib/hubspot/codegen/crm/contacts/api/gdpr_api.rb +150 -0
  71. data/lib/hubspot/codegen/crm/contacts/api/search_api.rb +0 -4
  72. data/lib/hubspot/codegen/crm/contacts/api_client.rb +12 -12
  73. data/lib/hubspot/codegen/crm/contacts/models/filter.rb +3 -2
  74. data/lib/hubspot/codegen/crm/deals/api/batch_api.rb +0 -8
  75. data/lib/hubspot/codegen/crm/deals/api/search_api.rb +0 -4
  76. data/lib/hubspot/codegen/crm/deals/api_client.rb +12 -12
  77. data/lib/hubspot/codegen/crm/deals/models/filter.rb +3 -2
  78. data/lib/hubspot/codegen/crm/extensions/accounting/api_client.rb +12 -12
  79. data/lib/hubspot/codegen/crm/extensions/calling/api/settings_api.rb +24 -16
  80. data/lib/hubspot/codegen/crm/extensions/calling/api_client.rb +12 -12
  81. data/lib/hubspot/codegen/crm/extensions/calling/configuration.rb +1 -1
  82. data/lib/hubspot/codegen/crm/extensions/calling/models/settings_patch_request.rb +14 -4
  83. data/lib/hubspot/codegen/crm/extensions/calling/models/settings_request.rb +14 -4
  84. data/lib/hubspot/codegen/crm/extensions/calling/models/settings_response.rb +16 -1
  85. data/lib/hubspot/codegen/crm/extensions/cards/api/cards_api.rb +25 -17
  86. data/lib/hubspot/codegen/crm/extensions/cards/api_client.rb +12 -12
  87. data/lib/hubspot/codegen/crm/extensions/cards/configuration.rb +1 -1
  88. data/lib/hubspot/codegen/crm/extensions/videoconferencing/api_client.rb +12 -12
  89. data/lib/hubspot/codegen/crm/imports/api/core_api.rb +2 -2
  90. data/lib/hubspot/codegen/crm/imports/api/{default_api.rb → public_imports_api.rb} +8 -8
  91. data/lib/hubspot/codegen/crm/imports/api_client.rb +12 -12
  92. data/lib/hubspot/codegen/crm/imports/models/public_import_error.rb +4 -4
  93. data/lib/hubspot/codegen/crm/line_items/api/batch_api.rb +0 -8
  94. data/lib/hubspot/codegen/crm/line_items/api/search_api.rb +0 -4
  95. data/lib/hubspot/codegen/crm/line_items/api_client.rb +12 -12
  96. data/lib/hubspot/codegen/crm/line_items/models/filter.rb +3 -2
  97. data/lib/hubspot/codegen/crm/objects/api/batch_api.rb +0 -8
  98. data/lib/hubspot/codegen/crm/objects/api/gdpr_api.rb +162 -0
  99. data/lib/hubspot/codegen/crm/objects/api/search_api.rb +0 -4
  100. data/lib/hubspot/codegen/crm/objects/api_client.rb +12 -12
  101. data/lib/hubspot/codegen/crm/objects/feedback_submissions/api/batch_api.rb +0 -2
  102. data/lib/hubspot/codegen/crm/objects/feedback_submissions/api/search_api.rb +0 -4
  103. data/lib/hubspot/codegen/crm/objects/feedback_submissions/api_client.rb +12 -12
  104. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/filter.rb +3 -2
  105. data/lib/hubspot/codegen/crm/objects/models/filter.rb +3 -2
  106. data/lib/hubspot/codegen/crm/owners/api/{default_api.rb → owners_api.rb} +6 -6
  107. data/lib/hubspot/codegen/crm/owners/api_client.rb +12 -12
  108. data/lib/hubspot/codegen/crm/pipelines/api_client.rb +12 -12
  109. data/lib/hubspot/codegen/crm/products/api/batch_api.rb +0 -8
  110. data/lib/hubspot/codegen/crm/products/api/search_api.rb +0 -4
  111. data/lib/hubspot/codegen/crm/products/api_client.rb +12 -12
  112. data/lib/hubspot/codegen/crm/products/models/filter.rb +3 -2
  113. data/lib/hubspot/codegen/crm/properties/api_client.rb +12 -12
  114. data/lib/hubspot/codegen/crm/quotes/api/batch_api.rb +0 -2
  115. data/lib/hubspot/codegen/crm/quotes/api/search_api.rb +0 -4
  116. data/lib/hubspot/codegen/crm/quotes/api_client.rb +12 -12
  117. data/lib/hubspot/codegen/crm/quotes/models/filter.rb +3 -2
  118. data/lib/hubspot/codegen/crm/schemas/api/core_api.rb +3 -3
  119. data/lib/hubspot/codegen/crm/schemas/api/{default_api.rb → public_object_schemas_api.rb} +4 -4
  120. data/lib/hubspot/codegen/crm/schemas/api_client.rb +12 -12
  121. data/lib/hubspot/codegen/crm/tickets/api/batch_api.rb +0 -8
  122. data/lib/hubspot/codegen/crm/tickets/api/search_api.rb +0 -4
  123. data/lib/hubspot/codegen/crm/tickets/api_client.rb +12 -12
  124. data/lib/hubspot/codegen/crm/tickets/models/filter.rb +3 -2
  125. data/lib/hubspot/codegen/crm/timeline/api/templates_api.rb +3 -3
  126. data/lib/hubspot/codegen/crm/timeline/api_client.rb +12 -12
  127. data/lib/hubspot/codegen/crm/timeline/models/{collection_response_timeline_event_template.rb → collection_response_timeline_event_template_no_paging.rb} +7 -17
  128. data/lib/hubspot/codegen/events/api_client.rb +12 -12
  129. data/lib/hubspot/codegen/files/files/api/files_api.rb +12 -6
  130. data/lib/hubspot/codegen/files/files/api/folders_api.rb +12 -0
  131. data/lib/hubspot/codegen/files/files/api_client.rb +12 -12
  132. data/lib/hubspot/codegen/files/files/models/error_category.rb +18 -18
  133. data/lib/hubspot/codegen/marketing/transactional/api/{default_api.rb → public_smtp_tokens_api.rb} +14 -74
  134. data/lib/hubspot/codegen/marketing/transactional/api/single_send_api.rb +86 -0
  135. data/lib/hubspot/codegen/marketing/transactional/api_client.rb +12 -12
  136. data/lib/hubspot/codegen/oauth/api/access_tokens_api.rb +82 -0
  137. data/lib/hubspot/codegen/oauth/api/refresh_tokens_api.rb +140 -0
  138. data/lib/hubspot/codegen/oauth/api/tokens_api.rb +100 -0
  139. data/lib/hubspot/codegen/oauth/api_client.rb +12 -12
  140. data/lib/hubspot/codegen/oauth/models/access_token_info_response.rb +33 -1
  141. data/lib/hubspot/codegen/oauth/models/token_response_if.rb +27 -4
  142. data/lib/hubspot/codegen/webhooks/api_client.rb +12 -12
  143. data/lib/hubspot/version.rb +1 -1
  144. data/lib/hubspot-api-client.rb +16 -3
  145. data/pkg/hubspot-api-client-10.1.1.gem +0 -0
  146. data/spec/codegen/cms/audit-logs/api/{default_api_spec.rb → audit_logs_api_spec.rb} +6 -6
  147. data/spec/codegen/cms/blogs/authors/api/{default_api_spec.rb → author_api_spec.rb} +6 -6
  148. data/spec/codegen/cms/blogs/blog-posts/api/{default_api_spec.rb → blog_post_api_spec.rb} +6 -6
  149. data/spec/codegen/cms/blogs/tags/api/{default_api_spec.rb → tag_api_spec.rb} +6 -6
  150. data/spec/codegen/cms/hubdb/api/rows_api_spec.rb +18 -18
  151. data/spec/codegen/cms/hubdb/api/rows_batch_api_spec.rb +4 -4
  152. data/spec/codegen/cms/hubdb/api/tables_api_spec.rb +35 -36
  153. data/spec/codegen/cms/hubdb/models/{batch_input_hub_db_table_row_v3_spec.rb → batch_input_hub_db_table_row_v3_request_spec.rb} +7 -7
  154. data/spec/codegen/cms/hubdb/models/batch_input_json_node_spec.rb +1 -1
  155. data/spec/codegen/cms/hubdb/models/batch_input_string_spec.rb +1 -1
  156. data/spec/codegen/cms/hubdb/models/batch_response_hub_db_table_row_v3_with_errors_spec.rb +1 -1
  157. data/spec/codegen/cms/hubdb/models/collection_response_with_total_hub_db_table_row_v3_forward_paging_spec.rb +1 -1
  158. data/spec/codegen/cms/hubdb/models/collection_response_with_total_hub_db_table_v3_forward_paging_spec.rb +1 -1
  159. data/spec/codegen/cms/hubdb/models/{column_input_spec.rb → column_request_spec.rb} +14 -22
  160. data/spec/codegen/cms/hubdb/models/column_spec.rb +1 -1
  161. data/spec/codegen/cms/hubdb/models/error_detail_spec.rb +1 -1
  162. data/spec/codegen/cms/hubdb/models/error_spec.rb +1 -1
  163. data/spec/codegen/cms/hubdb/models/foreign_id_spec.rb +1 -1
  164. data/spec/codegen/cms/hubdb/models/forward_paging_spec.rb +1 -1
  165. data/spec/codegen/cms/hubdb/models/hub_db_table_clone_request_spec.rb +1 -1
  166. data/spec/codegen/cms/hubdb/models/{hub_db_table_row_v3_input_spec.rb → hub_db_table_row_v3_request_spec.rb} +10 -10
  167. data/spec/codegen/cms/hubdb/models/hub_db_table_row_v3_spec.rb +7 -1
  168. data/spec/codegen/cms/hubdb/models/{hub_db_table_v3_input_spec.rb → hub_db_table_v3_request_spec.rb} +13 -13
  169. data/spec/codegen/cms/hubdb/models/hub_db_table_v3_spec.rb +1 -1
  170. data/spec/codegen/cms/hubdb/models/import_result_spec.rb +1 -1
  171. data/spec/codegen/cms/hubdb/models/next_page_spec.rb +1 -1
  172. data/spec/codegen/cms/hubdb/models/option_spec.rb +1 -1
  173. data/spec/codegen/cms/hubdb/models/simple_user_spec.rb +1 -1
  174. data/spec/codegen/cms/hubdb/models/standard_error_spec.rb +1 -1
  175. data/spec/codegen/cms/performance/api/{default_api_spec.rb → public_performance_api_spec.rb} +6 -6
  176. data/spec/codegen/cms/site-search/api/{default_api_spec.rb → public_api_spec.rb} +6 -6
  177. data/spec/codegen/cms/site-search/models/search_hit_field_spec.rb +2 -2
  178. data/spec/codegen/communication_preferences/api/definition_api_spec.rb +46 -0
  179. data/spec/codegen/communication_preferences/api/status_api_spec.rb +71 -0
  180. data/spec/codegen/communication_preferences/models/error_detail_spec.rb +65 -0
  181. data/spec/codegen/communication_preferences/models/error_spec.rb +77 -0
  182. data/spec/codegen/communication_preferences/models/public_subscription_status_spec.rb +101 -0
  183. data/spec/codegen/communication_preferences/models/public_subscription_statuses_response_spec.rb +47 -0
  184. data/spec/codegen/communication_preferences/models/public_update_subscription_status_request_spec.rb +63 -0
  185. data/spec/codegen/communication_preferences/models/subscription_definition_spec.rb +95 -0
  186. data/spec/codegen/communication_preferences/models/subscription_definitions_response_spec.rb +41 -0
  187. data/spec/codegen/crm/companies/api/batch_api_spec.rb +0 -4
  188. data/spec/codegen/crm/companies/api/search_api_spec.rb +0 -2
  189. data/spec/codegen/crm/companies/models/filter_spec.rb +1 -1
  190. data/spec/codegen/crm/contacts/api/batch_api_spec.rb +0 -4
  191. data/spec/codegen/crm/contacts/api/gdpr_api_spec.rb +59 -0
  192. data/spec/codegen/crm/contacts/api/search_api_spec.rb +0 -2
  193. data/spec/codegen/crm/contacts/models/filter_spec.rb +1 -1
  194. data/spec/codegen/crm/deals/api/batch_api_spec.rb +0 -4
  195. data/spec/codegen/crm/deals/api/search_api_spec.rb +0 -2
  196. data/spec/codegen/crm/deals/models/filter_spec.rb +1 -1
  197. data/spec/codegen/crm/extensions/calling/api/settings_api_spec.rb +2 -2
  198. data/spec/codegen/crm/extensions/calling/models/settings_patch_request_spec.rb +6 -0
  199. data/spec/codegen/crm/extensions/calling/models/settings_request_spec.rb +6 -0
  200. data/spec/codegen/crm/extensions/calling/models/settings_response_spec.rb +6 -0
  201. data/spec/codegen/crm/extensions/cards/api/cards_api_spec.rb +2 -2
  202. data/spec/codegen/crm/imports/api/{default_api_spec.rb → public_imports_api_spec.rb} +8 -8
  203. data/spec/codegen/crm/imports/models/public_import_error_spec.rb +2 -2
  204. data/spec/codegen/crm/line_items/api/batch_api_spec.rb +0 -4
  205. data/spec/codegen/crm/line_items/api/search_api_spec.rb +0 -2
  206. data/spec/codegen/crm/line_items/models/filter_spec.rb +1 -1
  207. data/spec/codegen/crm/objects/api/batch_api_spec.rb +0 -4
  208. data/spec/codegen/crm/objects/api/gdpr_api_spec.rb +61 -0
  209. data/spec/codegen/crm/objects/api/search_api_spec.rb +0 -2
  210. data/spec/codegen/crm/objects/feedback_submissions/api/batch_api_spec.rb +0 -1
  211. data/spec/codegen/crm/objects/feedback_submissions/api/search_api_spec.rb +0 -2
  212. data/spec/codegen/crm/objects/feedback_submissions/models/filter_spec.rb +1 -1
  213. data/spec/codegen/crm/objects/models/filter_spec.rb +1 -1
  214. data/spec/codegen/crm/owners/api/{default_api_spec.rb → owners_api_spec.rb} +6 -6
  215. data/spec/codegen/crm/products/api/batch_api_spec.rb +0 -4
  216. data/spec/codegen/crm/products/api/search_api_spec.rb +0 -2
  217. data/spec/codegen/crm/products/models/filter_spec.rb +1 -1
  218. data/spec/codegen/crm/quotes/api/batch_api_spec.rb +0 -1
  219. data/spec/codegen/crm/quotes/api/search_api_spec.rb +0 -2
  220. data/spec/codegen/crm/quotes/models/filter_spec.rb +1 -1
  221. data/spec/codegen/crm/schemas/api/{default_api_spec.rb → public_object_schemas_api_spec.rb} +6 -6
  222. data/spec/codegen/crm/tickets/api/batch_api_spec.rb +0 -4
  223. data/spec/codegen/crm/tickets/api/search_api_spec.rb +0 -2
  224. data/spec/codegen/crm/tickets/models/filter_spec.rb +1 -1
  225. data/spec/codegen/crm/timeline/api/templates_api_spec.rb +1 -1
  226. data/spec/codegen/crm/timeline/models/{collection_response_timeline_event_template_spec.rb → collection_response_timeline_event_template_no_paging_spec.rb} +6 -12
  227. data/spec/codegen/files/files/api/files_api_spec.rb +4 -2
  228. data/spec/codegen/files/files/api/folders_api_spec.rb +4 -0
  229. data/spec/codegen/files/files/models/error_category_spec.rb +6 -6
  230. data/spec/codegen/marketing/transactional/api/{default_api_spec.rb → public_smtp_tokens_api_spec.rb} +6 -18
  231. data/spec/codegen/marketing/transactional/api/single_send_api_spec.rb +47 -0
  232. data/spec/codegen/oauth/api/access_tokens_api_spec.rb +45 -0
  233. data/spec/codegen/oauth/api/{default_api_spec.rb → refresh_tokens_api_spec.rb} +6 -31
  234. data/spec/codegen/oauth/api/tokens_api_spec.rb +50 -0
  235. data/spec/codegen/oauth/models/access_token_info_response_spec.rb +12 -0
  236. data/spec/codegen/oauth/models/token_response_if_spec.rb +12 -0
  237. data/spec/features/cms/audit-logs/{default_api_spec.rb → audit_logs_api_spec.rb} +4 -4
  238. data/spec/features/cms/blogs/authors/{default_api_spec.rb → author_api_spec.rb} +28 -28
  239. data/spec/features/cms/blogs/blog-posts/{default_api_spec.rb → blog_post_api_spec.rb} +2 -2
  240. data/spec/features/cms/blogs/tags/{default_api_spec.rb → tag_api_spec.rb} +2 -2
  241. data/spec/features/cms/hubdb/tables_api_spec.rb +1 -1
  242. data/spec/features/cms/perfomance/public_perfomance_api_spec.rb +8 -0
  243. data/spec/features/cms/site-search/{default_api_spec.rb → public_api_spec.rb} +2 -2
  244. data/spec/features/communication_preferences/definition_api_spec.rb +7 -0
  245. data/spec/features/communication_preferences/status_api_spec.rb +9 -0
  246. data/spec/features/crm/contacts/gdpr_api_spec.rb +8 -0
  247. data/spec/features/crm/objects/gdpr_api_spec.rb +8 -0
  248. data/spec/features/crm/owners/{default_api_spec.rb → owners_api_spec.rb} +2 -2
  249. data/spec/features/crm/schemas/public_object_schemas_api_spec.rb +7 -0
  250. data/spec/features/marketing/transactional/{default_api_spec.rb → public_smtp_tokens_api_spec.rb} +2 -3
  251. data/spec/features/marketing/transactional/single_send_api_spec.rb +7 -0
  252. data/spec/features/oauth/access_tokens_api_spec.rb +7 -0
  253. data/spec/features/oauth/refresh_tokens_api_spec.rb +8 -0
  254. data/spec/features/oauth/tokens_api_spec.rb +7 -0
  255. metadata +130 -82
  256. data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_v3_live_input.rb +0 -241
  257. data/lib/hubspot/codegen/crm/timeline/models/next_page.rb +0 -224
  258. data/lib/hubspot/codegen/crm/timeline/models/paging.rb +0 -219
  259. data/lib/hubspot/codegen/crm/timeline/models/previous_page.rb +0 -224
  260. data/lib/hubspot/codegen/oauth/api/default_api.rb +0 -270
  261. data/spec/codegen/cms/hubdb/models/hub_db_table_v3_live_input_spec.rb +0 -59
  262. data/spec/codegen/crm/timeline/models/next_page_spec.rb +0 -47
  263. data/spec/codegen/crm/timeline/models/paging_spec.rb +0 -47
  264. data/spec/codegen/crm/timeline/models/previous_page_spec.rb +0 -47
  265. data/spec/features/cms/perfomance/default_api_spec.rb +0 -8
  266. data/spec/features/crm/schemas/default_api_spec.rb +0 -7
  267. data/spec/features/oauth/default_api_spec.rb +0 -10
@@ -55,21 +55,21 @@ module Hubspot
55
55
  @config.logger.debug "HTTP response body ~BEGIN~\n#{response.body}\n~END~\n"
56
56
  end
57
57
 
58
- unless response.success?
59
- if config.error_handler.any?
60
- config.error_handler.each do |statuses, opts|
61
- statuses = statuses.is_a?(Integer) ? [statuses] : statuses
62
-
63
- retries = opts[:max_retries] || 5
64
- while retries > 0 && statuses.include?(response.code)
65
- sleep opts[:seconds_delay] if opts[:seconds_delay]
66
- response = request.run
67
- opts[:retry_block].call if opts[:retry_block]
68
- retries -= 1
69
- end
58
+ if !response.success? && config.error_handler.any?
59
+ config.error_handler.each do |statuses, opts|
60
+ statuses = statuses.is_a?(Integer) ? [statuses] : statuses
61
+
62
+ retries = opts[:max_retries] || 5
63
+ while retries > 0 && statuses.include?(response.code)
64
+ sleep opts[:seconds_delay] if opts[:seconds_delay]
65
+ response = request.run
66
+ opts[:retry_block].call if opts[:retry_block]
67
+ retries -= 1
70
68
  end
71
69
  end
70
+ end
72
71
 
72
+ unless response.success?
73
73
  if response.timed_out?
74
74
  fail ApiError.new('Connection timed out')
75
75
  elsif response.code == 0
@@ -16,10 +16,10 @@ module Hubspot
16
16
  module Files
17
17
  module Files
18
18
  class ErrorCategory
19
- attr_accessor :http_status
20
-
21
19
  attr_accessor :name
22
20
 
21
+ attr_accessor :http_status
22
+
23
23
  class EnumAttributeValidator
24
24
  attr_reader :datatype
25
25
  attr_reader :allowable_values
@@ -45,16 +45,16 @@ module Hubspot
45
45
  # Attribute mapping from ruby-style variable name to JSON key.
46
46
  def self.attribute_map
47
47
  {
48
- :'http_status' => :'httpStatus',
49
- :'name' => :'name'
48
+ :'name' => :'name',
49
+ :'http_status' => :'httpStatus'
50
50
  }
51
51
  end
52
52
 
53
53
  # Attribute type mapping.
54
54
  def self.openapi_types
55
55
  {
56
- :'http_status' => :'String',
57
- :'name' => :'String'
56
+ :'name' => :'String',
57
+ :'http_status' => :'String'
58
58
  }
59
59
  end
60
60
 
@@ -79,37 +79,37 @@ module Hubspot
79
79
  h[k.to_sym] = v
80
80
  }
81
81
 
82
- if attributes.key?(:'http_status')
83
- self.http_status = attributes[:'http_status']
84
- end
85
-
86
82
  if attributes.key?(:'name')
87
83
  self.name = attributes[:'name']
88
84
  end
85
+
86
+ if attributes.key?(:'http_status')
87
+ self.http_status = attributes[:'http_status']
88
+ end
89
89
  end
90
90
 
91
91
  # Show invalid properties with the reasons. Usually used together with valid?
92
92
  # @return Array for valid properties with the reasons
93
93
  def list_invalid_properties
94
94
  invalid_properties = Array.new
95
- if @http_status.nil?
96
- invalid_properties.push('invalid value for "http_status", http_status cannot be nil.')
97
- end
98
-
99
95
  if @name.nil?
100
96
  invalid_properties.push('invalid value for "name", name cannot be nil.')
101
97
  end
102
98
 
99
+ if @http_status.nil?
100
+ invalid_properties.push('invalid value for "http_status", http_status cannot be nil.')
101
+ end
102
+
103
103
  invalid_properties
104
104
  end
105
105
 
106
106
  # Check to see if the all the properties in the model are valid
107
107
  # @return true if the model is valid
108
108
  def valid?
109
+ return false if @name.nil?
109
110
  return false if @http_status.nil?
110
111
  http_status_validator = EnumAttributeValidator.new('String', ["CONTINUE", "SWITCHING_PROTOCOLS", "PROCESSING", "OK", "CREATED", "ACCEPTED", "NON_AUTHORITATIVE_INFORMATION", "NO_CONTENT", "RESET_CONTENT", "PARTIAL_CONTENT", "MULTI_STATUS", "ALREADY_REPORTED", "IM_USED", "MULTIPLE_CHOICES", "MOVED_PERMANENTLY", "FOUND", "SEE_OTHER", "NOT_MODIFIED", "USE_PROXY", "TEMPORARY_REDIRECT", "PERMANENT_REDIRECT", "BAD_REQUEST", "UNAUTHORIZED", "PAYMENT_REQUIRED", "FORBIDDEN", "NOT_FOUND", "METHOD_NOT_ALLOWED", "NOT_ACCEPTABLE", "PROXY_AUTHENTICATION_REQUIRED", "REQUEST_TIMEOUT", "CONFLICT", "GONE", "LENGTH_REQUIRED", "PRECONDITION_FAILED", "REQUEST_ENTITY_TOO_LARGE", "REQUEST_URI_TOO_LONG", "UNSUPPORTED_MEDIA_TYPE", "REQUESTED_RANGE_NOT_SATISFIABLE", "EXPECTATION_FAILED", "IM_A_TEAPOT", "MISDIRECTED_REQUEST", "UNPROCESSABLE_ENTITY", "LOCKED", "FAILED_DEPENDENCY", "UPGRADE_REQUIRED", "PRECONDITION_REQUIRED", "TOO_MANY_REQUESTS", "REQUEST_HEADERS_FIELDS_TOO_LARGE", "INTERNAL_STALE_SERVICE_DISCOVERY", "UNAVAILABLE_FOR_LEGAL_REASONS", "INTERNAL_SERVER_ERROR", "NOT_IMPLEMENTED", "BAD_GATEWAY", "SERVICE_UNAVAILABLE", "GATEWAY_TIMEOUT", "HTTP_VERSION_NOT_SUPPORTED", "VARIANT_ALSO_NEGOTIATES", "INSUFFICIENT_STORAGE", "LOOP_DETECTED", "NOT_EXTENDED", "NETWORK_AUTHENTICATION_REQUIRED"])
111
112
  return false unless http_status_validator.valid?(@http_status)
112
- return false if @name.nil?
113
113
  true
114
114
  end
115
115
 
@@ -128,8 +128,8 @@ module Hubspot
128
128
  def ==(o)
129
129
  return true if self.equal?(o)
130
130
  self.class == o.class &&
131
- http_status == o.http_status &&
132
- name == o.name
131
+ name == o.name &&
132
+ http_status == o.http_status
133
133
  end
134
134
 
135
135
  # @see the `==` method
@@ -141,7 +141,7 @@ module Hubspot
141
141
  # Calculates hash code according to all attributes.
142
142
  # @return [Integer] Hash code
143
143
  def hash
144
- [http_status, name].hash
144
+ [name, http_status].hash
145
145
  end
146
146
 
147
147
  # Builds the object from hash
@@ -15,7 +15,7 @@ require 'cgi'
15
15
  module Hubspot
16
16
  module Marketing
17
17
  module Transactional
18
- class DefaultApi
18
+ class PublicSmtpTokensApi
19
19
  attr_accessor :api_client
20
20
 
21
21
  def initialize(api_client = ApiClient.default)
@@ -38,11 +38,11 @@ module Hubspot
38
38
  # @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
39
39
  def archive_token_with_http_info(token_id, opts = {})
40
40
  if @api_client.config.debugging
41
- @api_client.config.logger.debug 'Calling API: DefaultApi.archive_token ...'
41
+ @api_client.config.logger.debug 'Calling API: PublicSmtpTokensApi.archive_token ...'
42
42
  end
43
43
  # verify the required parameter 'token_id' is set
44
44
  if @api_client.config.client_side_validation && token_id.nil?
45
- fail ArgumentError, "Missing the required parameter 'token_id' when calling DefaultApi.archive_token"
45
+ fail ArgumentError, "Missing the required parameter 'token_id' when calling PublicSmtpTokensApi.archive_token"
46
46
  end
47
47
  # resource path
48
48
  local_var_path = '/marketing/v3/transactional/smtp-tokens/{tokenId}'.sub('{' + 'tokenId' + '}', CGI.escape(token_id.to_s))
@@ -78,7 +78,7 @@ module Hubspot
78
78
 
79
79
  data, status_code, headers = @api_client.call_api(:DELETE, local_var_path, new_options)
80
80
  if @api_client.config.debugging
81
- @api_client.config.logger.debug "API called: DefaultApi#archive_token\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
81
+ @api_client.config.logger.debug "API called: PublicSmtpTokensApi#archive_token\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
82
82
  end
83
83
  return data, status_code, headers
84
84
  end
@@ -100,7 +100,7 @@ module Hubspot
100
100
  # @return [Array<(SmtpApiTokenView, Integer, Hash)>] SmtpApiTokenView data, response status code and response headers
101
101
  def create_token_with_http_info(opts = {})
102
102
  if @api_client.config.debugging
103
- @api_client.config.logger.debug 'Calling API: DefaultApi.create_token ...'
103
+ @api_client.config.logger.debug 'Calling API: PublicSmtpTokensApi.create_token ...'
104
104
  end
105
105
  # resource path
106
106
  local_var_path = '/marketing/v3/transactional/smtp-tokens'
@@ -138,7 +138,7 @@ module Hubspot
138
138
 
139
139
  data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
140
140
  if @api_client.config.debugging
141
- @api_client.config.logger.debug "API called: DefaultApi#create_token\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
141
+ @api_client.config.logger.debug "API called: PublicSmtpTokensApi#create_token\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
142
142
  end
143
143
  return data, status_code, headers
144
144
  end
@@ -160,11 +160,11 @@ module Hubspot
160
160
  # @return [Array<(SmtpApiTokenView, Integer, Hash)>] SmtpApiTokenView data, response status code and response headers
161
161
  def get_token_by_id_with_http_info(token_id, opts = {})
162
162
  if @api_client.config.debugging
163
- @api_client.config.logger.debug 'Calling API: DefaultApi.get_token_by_id ...'
163
+ @api_client.config.logger.debug 'Calling API: PublicSmtpTokensApi.get_token_by_id ...'
164
164
  end
165
165
  # verify the required parameter 'token_id' is set
166
166
  if @api_client.config.client_side_validation && token_id.nil?
167
- fail ArgumentError, "Missing the required parameter 'token_id' when calling DefaultApi.get_token_by_id"
167
+ fail ArgumentError, "Missing the required parameter 'token_id' when calling PublicSmtpTokensApi.get_token_by_id"
168
168
  end
169
169
  # resource path
170
170
  local_var_path = '/marketing/v3/transactional/smtp-tokens/{tokenId}'.sub('{' + 'tokenId' + '}', CGI.escape(token_id.to_s))
@@ -200,7 +200,7 @@ module Hubspot
200
200
 
201
201
  data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
202
202
  if @api_client.config.debugging
203
- @api_client.config.logger.debug "API called: DefaultApi#get_token_by_id\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
203
+ @api_client.config.logger.debug "API called: PublicSmtpTokensApi#get_token_by_id\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
204
204
  end
205
205
  return data, status_code, headers
206
206
  end
@@ -228,7 +228,7 @@ module Hubspot
228
228
  # @return [Array<(CollectionResponseSmtpApiTokenView, Integer, Hash)>] CollectionResponseSmtpApiTokenView data, response status code and response headers
229
229
  def get_tokens_page_with_http_info(opts = {})
230
230
  if @api_client.config.debugging
231
- @api_client.config.logger.debug 'Calling API: DefaultApi.get_tokens_page ...'
231
+ @api_client.config.logger.debug 'Calling API: PublicSmtpTokensApi.get_tokens_page ...'
232
232
  end
233
233
  # resource path
234
234
  local_var_path = '/marketing/v3/transactional/smtp-tokens'
@@ -268,7 +268,7 @@ module Hubspot
268
268
 
269
269
  data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
270
270
  if @api_client.config.debugging
271
- @api_client.config.logger.debug "API called: DefaultApi#get_tokens_page\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
271
+ @api_client.config.logger.debug "API called: PublicSmtpTokensApi#get_tokens_page\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
272
272
  end
273
273
  return data, status_code, headers
274
274
  end
@@ -290,11 +290,11 @@ module Hubspot
290
290
  # @return [Array<(SmtpApiTokenView, Integer, Hash)>] SmtpApiTokenView data, response status code and response headers
291
291
  def reset_password_with_http_info(token_id, opts = {})
292
292
  if @api_client.config.debugging
293
- @api_client.config.logger.debug 'Calling API: DefaultApi.reset_password ...'
293
+ @api_client.config.logger.debug 'Calling API: PublicSmtpTokensApi.reset_password ...'
294
294
  end
295
295
  # verify the required parameter 'token_id' is set
296
296
  if @api_client.config.client_side_validation && token_id.nil?
297
- fail ArgumentError, "Missing the required parameter 'token_id' when calling DefaultApi.reset_password"
297
+ fail ArgumentError, "Missing the required parameter 'token_id' when calling PublicSmtpTokensApi.reset_password"
298
298
  end
299
299
  # resource path
300
300
  local_var_path = '/marketing/v3/transactional/smtp-tokens/{tokenId}/password-reset'.sub('{' + 'tokenId' + '}', CGI.escape(token_id.to_s))
@@ -330,67 +330,7 @@ module Hubspot
330
330
 
331
331
  data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
332
332
  if @api_client.config.debugging
333
- @api_client.config.logger.debug "API called: DefaultApi#reset_password\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
334
- end
335
- return data, status_code, headers
336
- end
337
-
338
- # Send a single transactional email asynchronously.
339
- # Asynchronously send a transactional email. Returns the status of the email send with a statusId that can be used to continuously query for the status using the Email Send Status API.
340
- # @param [Hash] opts the optional parameters
341
- # @option opts [PublicSingleSendRequestEgg] :public_single_send_request_egg A request object describing the email to send.
342
- # @return [EmailSendStatusView]
343
- def send_email(opts = {})
344
- data, _status_code, _headers = send_email_with_http_info(opts)
345
- data
346
- end
347
-
348
- # Send a single transactional email asynchronously.
349
- # Asynchronously send a transactional email. Returns the status of the email send with a statusId that can be used to continuously query for the status using the Email Send Status API.
350
- # @param [Hash] opts the optional parameters
351
- # @option opts [PublicSingleSendRequestEgg] :public_single_send_request_egg A request object describing the email to send.
352
- # @return [Array<(EmailSendStatusView, Integer, Hash)>] EmailSendStatusView data, response status code and response headers
353
- def send_email_with_http_info(opts = {})
354
- if @api_client.config.debugging
355
- @api_client.config.logger.debug 'Calling API: DefaultApi.send_email ...'
356
- end
357
- # resource path
358
- local_var_path = '/marketing/v3/transactional/single-email/send'
359
-
360
- # query parameters
361
- query_params = opts[:query_params] || {}
362
-
363
- # header parameters
364
- header_params = opts[:header_params] || {}
365
- # HTTP header 'Accept' (if needed)
366
- header_params['Accept'] = @api_client.select_header_accept(['application/json', '*/*'])
367
- # HTTP header 'Content-Type'
368
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
369
-
370
- # form parameters
371
- form_params = opts[:form_params] || {}
372
-
373
- # http body (model)
374
- post_body = opts[:body] || @api_client.object_to_http_body(opts[:'public_single_send_request_egg'])
375
-
376
- # return_type
377
- return_type = opts[:return_type] || 'EmailSendStatusView'
378
-
379
- # auth_names
380
- auth_names = opts[:auth_names] || ['hapikey', 'oauth2']
381
-
382
- new_options = opts.merge(
383
- :header_params => header_params,
384
- :query_params => query_params,
385
- :form_params => form_params,
386
- :body => post_body,
387
- :auth_names => auth_names,
388
- :return_type => return_type
389
- )
390
-
391
- data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
392
- if @api_client.config.debugging
393
- @api_client.config.logger.debug "API called: DefaultApi#send_email\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
333
+ @api_client.config.logger.debug "API called: PublicSmtpTokensApi#reset_password\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
394
334
  end
395
335
  return data, status_code, headers
396
336
  end
@@ -0,0 +1,86 @@
1
+ =begin
2
+ #Transactional Email
3
+
4
+ #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
5
+
6
+ The version of the OpenAPI document: v3
7
+
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 4.3.1
10
+
11
+ =end
12
+
13
+ require 'cgi'
14
+
15
+ module Hubspot
16
+ module Marketing
17
+ module Transactional
18
+ class SingleSendApi
19
+ attr_accessor :api_client
20
+
21
+ def initialize(api_client = ApiClient.default)
22
+ @api_client = api_client
23
+ end
24
+ # Send a single transactional email asynchronously.
25
+ # Asynchronously send a transactional email. Returns the status of the email send with a statusId that can be used to continuously query for the status using the Email Send Status API.
26
+ # @param [Hash] opts the optional parameters
27
+ # @option opts [PublicSingleSendRequestEgg] :public_single_send_request_egg A request object describing the email to send.
28
+ # @return [EmailSendStatusView]
29
+ def send_email(opts = {})
30
+ data, _status_code, _headers = send_email_with_http_info(opts)
31
+ data
32
+ end
33
+
34
+ # Send a single transactional email asynchronously.
35
+ # Asynchronously send a transactional email. Returns the status of the email send with a statusId that can be used to continuously query for the status using the Email Send Status API.
36
+ # @param [Hash] opts the optional parameters
37
+ # @option opts [PublicSingleSendRequestEgg] :public_single_send_request_egg A request object describing the email to send.
38
+ # @return [Array<(EmailSendStatusView, Integer, Hash)>] EmailSendStatusView data, response status code and response headers
39
+ def send_email_with_http_info(opts = {})
40
+ if @api_client.config.debugging
41
+ @api_client.config.logger.debug 'Calling API: SingleSendApi.send_email ...'
42
+ end
43
+ # resource path
44
+ local_var_path = '/marketing/v3/transactional/single-email/send'
45
+
46
+ # query parameters
47
+ query_params = opts[:query_params] || {}
48
+
49
+ # header parameters
50
+ header_params = opts[:header_params] || {}
51
+ # HTTP header 'Accept' (if needed)
52
+ header_params['Accept'] = @api_client.select_header_accept(['application/json', '*/*'])
53
+ # HTTP header 'Content-Type'
54
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
55
+
56
+ # form parameters
57
+ form_params = opts[:form_params] || {}
58
+
59
+ # http body (model)
60
+ post_body = opts[:body] || @api_client.object_to_http_body(opts[:'public_single_send_request_egg'])
61
+
62
+ # return_type
63
+ return_type = opts[:return_type] || 'EmailSendStatusView'
64
+
65
+ # auth_names
66
+ auth_names = opts[:auth_names] || ['hapikey', 'oauth2']
67
+
68
+ new_options = opts.merge(
69
+ :header_params => header_params,
70
+ :query_params => query_params,
71
+ :form_params => form_params,
72
+ :body => post_body,
73
+ :auth_names => auth_names,
74
+ :return_type => return_type
75
+ )
76
+
77
+ data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
78
+ if @api_client.config.debugging
79
+ @api_client.config.logger.debug "API called: SingleSendApi#send_email\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
80
+ end
81
+ return data, status_code, headers
82
+ end
83
+ end
84
+ end
85
+ end
86
+ end
@@ -55,21 +55,21 @@ module Hubspot
55
55
  @config.logger.debug "HTTP response body ~BEGIN~\n#{response.body}\n~END~\n"
56
56
  end
57
57
 
58
- unless response.success?
59
- if config.error_handler.any?
60
- config.error_handler.each do |statuses, opts|
61
- statuses = statuses.is_a?(Integer) ? [statuses] : statuses
62
-
63
- retries = opts[:max_retries] || 5
64
- while retries > 0 && statuses.include?(response.code)
65
- sleep opts[:seconds_delay] if opts[:seconds_delay]
66
- response = request.run
67
- opts[:retry_block].call if opts[:retry_block]
68
- retries -= 1
69
- end
58
+ if !response.success? && config.error_handler.any?
59
+ config.error_handler.each do |statuses, opts|
60
+ statuses = statuses.is_a?(Integer) ? [statuses] : statuses
61
+
62
+ retries = opts[:max_retries] || 5
63
+ while retries > 0 && statuses.include?(response.code)
64
+ sleep opts[:seconds_delay] if opts[:seconds_delay]
65
+ response = request.run
66
+ opts[:retry_block].call if opts[:retry_block]
67
+ retries -= 1
70
68
  end
71
69
  end
70
+ end
72
71
 
72
+ unless response.success?
73
73
  if response.timed_out?
74
74
  fail ApiError.new('Connection timed out')
75
75
  elsif response.code == 0
@@ -0,0 +1,82 @@
1
+ =begin
2
+ #OAuthService
3
+
4
+ #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
5
+
6
+ The version of the OpenAPI document: v1
7
+
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 4.3.1
10
+
11
+ =end
12
+
13
+ require 'cgi'
14
+
15
+ module Hubspot
16
+ module OAuth
17
+ class AccessTokensApi
18
+ attr_accessor :api_client
19
+
20
+ def initialize(api_client = ApiClient.default)
21
+ @api_client = api_client
22
+ end
23
+ # @param token [String]
24
+ # @param [Hash] opts the optional parameters
25
+ # @return [AccessTokenInfoResponse]
26
+ def get_access_token(token, opts = {})
27
+ data, _status_code, _headers = get_access_token_with_http_info(token, opts)
28
+ data
29
+ end
30
+
31
+ # @param token [String]
32
+ # @param [Hash] opts the optional parameters
33
+ # @return [Array<(AccessTokenInfoResponse, Integer, Hash)>] AccessTokenInfoResponse data, response status code and response headers
34
+ def get_access_token_with_http_info(token, opts = {})
35
+ if @api_client.config.debugging
36
+ @api_client.config.logger.debug 'Calling API: AccessTokensApi.get_access_token ...'
37
+ end
38
+ # verify the required parameter 'token' is set
39
+ if @api_client.config.client_side_validation && token.nil?
40
+ fail ArgumentError, "Missing the required parameter 'token' when calling AccessTokensApi.get_access_token"
41
+ end
42
+ # resource path
43
+ local_var_path = '/oauth/v1/access-tokens/{token}'.sub('{' + 'token' + '}', CGI.escape(token.to_s))
44
+
45
+ # query parameters
46
+ query_params = opts[:query_params] || {}
47
+
48
+ # header parameters
49
+ header_params = opts[:header_params] || {}
50
+ # HTTP header 'Accept' (if needed)
51
+ header_params['Accept'] = @api_client.select_header_accept(['application/json', '*/*'])
52
+
53
+ # form parameters
54
+ form_params = opts[:form_params] || {}
55
+
56
+ # http body (model)
57
+ post_body = opts[:body]
58
+
59
+ # return_type
60
+ return_type = opts[:return_type] || 'AccessTokenInfoResponse'
61
+
62
+ # auth_names
63
+ auth_names = opts[:auth_names] || []
64
+
65
+ new_options = opts.merge(
66
+ :header_params => header_params,
67
+ :query_params => query_params,
68
+ :form_params => form_params,
69
+ :body => post_body,
70
+ :auth_names => auth_names,
71
+ :return_type => return_type
72
+ )
73
+
74
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
75
+ if @api_client.config.debugging
76
+ @api_client.config.logger.debug "API called: AccessTokensApi#get_access_token\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
77
+ end
78
+ return data, status_code, headers
79
+ end
80
+ end
81
+ end
82
+ end