pulp_deb_client 2.5.0b1 → 2.6.0b1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (221) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +60 -39
  3. data/docs/ContentGenericContentsApi.md +26 -26
  4. data/docs/ContentInstallerFileIndicesApi.md +37 -37
  5. data/docs/ContentInstallerPackagesApi.md +56 -56
  6. data/docs/ContentPackageIndicesApi.md +37 -37
  7. data/docs/ContentPackageReleaseComponentsApi.md +33 -33
  8. data/docs/ContentPackagesApi.md +58 -58
  9. data/docs/ContentReleaseArchitecturesApi.md +33 -33
  10. data/docs/ContentReleaseComponentsApi.md +33 -33
  11. data/docs/ContentReleaseFilesApi.md +37 -37
  12. data/docs/ContentReleasesApi.md +35 -35
  13. data/docs/ContentSummary.md +3 -3
  14. data/docs/ContentSummaryResponse.md +21 -0
  15. data/docs/DebAptDistribution.md +1 -7
  16. data/docs/DebAptDistributionResponse.md +29 -0
  17. data/docs/DebAptPublication.md +1 -5
  18. data/docs/DebAptPublicationResponse.md +29 -0
  19. data/docs/DebAptRemote.md +4 -10
  20. data/docs/DebAptRemoteResponse.md +57 -0
  21. data/docs/DebAptRepository.md +4 -10
  22. data/docs/DebAptRepositoryResponse.md +29 -0
  23. data/docs/DebBasePackage.md +5 -75
  24. data/docs/DebBasePackageResponse.md +93 -0
  25. data/docs/DebGenericContent.md +5 -17
  26. data/docs/DebGenericContentResponse.md +35 -0
  27. data/docs/DebInstallerFileIndex.md +2 -6
  28. data/docs/DebInstallerFileIndexResponse.md +29 -0
  29. data/docs/DebPackageIndex.md +2 -6
  30. data/docs/DebPackageIndexResponse.md +29 -0
  31. data/docs/DebPackageReleaseComponent.md +1 -5
  32. data/docs/DebPackageReleaseComponentResponse.md +23 -0
  33. data/docs/DebRelease.md +1 -5
  34. data/docs/DebReleaseArchitecture.md +1 -5
  35. data/docs/DebReleaseArchitectureResponse.md +23 -0
  36. data/docs/DebReleaseComponent.md +1 -5
  37. data/docs/DebReleaseComponentResponse.md +23 -0
  38. data/docs/DebReleaseFile.md +2 -6
  39. data/docs/DebReleaseFileResponse.md +29 -0
  40. data/docs/DebReleaseResponse.md +25 -0
  41. data/docs/DebVerbatimPublication.md +1 -5
  42. data/docs/DebVerbatimPublicationResponse.md +23 -0
  43. data/docs/DistributionsAptApi.md +110 -62
  44. data/docs/InlineResponse200.md +3 -3
  45. data/docs/InlineResponse2001.md +3 -3
  46. data/docs/InlineResponse20010.md +3 -3
  47. data/docs/InlineResponse20011.md +3 -3
  48. data/docs/InlineResponse20012.md +3 -3
  49. data/docs/InlineResponse20013.md +3 -3
  50. data/docs/InlineResponse20014.md +3 -3
  51. data/docs/InlineResponse2002.md +3 -3
  52. data/docs/InlineResponse2003.md +3 -3
  53. data/docs/InlineResponse2004.md +3 -3
  54. data/docs/InlineResponse2005.md +3 -3
  55. data/docs/InlineResponse2006.md +3 -3
  56. data/docs/InlineResponse2007.md +3 -3
  57. data/docs/InlineResponse2008.md +3 -3
  58. data/docs/InlineResponse2009.md +3 -3
  59. data/docs/PatcheddebAptDistribution.md +23 -0
  60. data/docs/PatcheddebAptRemote.md +51 -0
  61. data/docs/PatcheddebAptRepository.md +21 -0
  62. data/docs/PolicyEnum.md +16 -0
  63. data/docs/PublicationsAptApi.md +43 -43
  64. data/docs/PublicationsVerbatimApi.md +43 -43
  65. data/docs/RemotesAptApi.md +128 -68
  66. data/docs/RepositoriesAptApi.md +100 -76
  67. data/docs/RepositoriesDebVersionsApi.md +96 -64
  68. data/docs/RepositoryAddRemoveContent.md +2 -2
  69. data/docs/RepositorySyncURL.md +1 -1
  70. data/docs/RepositoryVersion.md +1 -9
  71. data/docs/RepositoryVersionResponse.md +25 -0
  72. data/lib/pulp_deb_client/api/content_generic_contents_api.rb +36 -40
  73. data/lib/pulp_deb_client/api/content_installer_file_indices_api.rb +57 -57
  74. data/lib/pulp_deb_client/api/content_installer_packages_api.rb +90 -82
  75. data/lib/pulp_deb_client/api/content_package_indices_api.rb +57 -57
  76. data/lib/pulp_deb_client/api/content_package_release_components_api.rb +50 -50
  77. data/lib/pulp_deb_client/api/content_packages_api.rb +92 -84
  78. data/lib/pulp_deb_client/api/content_release_architectures_api.rb +51 -51
  79. data/lib/pulp_deb_client/api/content_release_components_api.rb +51 -51
  80. data/lib/pulp_deb_client/api/content_release_files_api.rb +57 -57
  81. data/lib/pulp_deb_client/api/content_releases_api.rb +54 -54
  82. data/lib/pulp_deb_client/api/distributions_apt_api.rb +157 -94
  83. data/lib/pulp_deb_client/api/publications_apt_api.rb +65 -65
  84. data/lib/pulp_deb_client/api/publications_verbatim_api.rb +65 -65
  85. data/lib/pulp_deb_client/api/remotes_apt_api.rb +187 -106
  86. data/lib/pulp_deb_client/api/repositories_apt_api.rb +151 -124
  87. data/lib/pulp_deb_client/api/repositories_deb_versions_api.rb +141 -96
  88. data/lib/pulp_deb_client/api_client.rb +2 -2
  89. data/lib/pulp_deb_client/api_error.rb +2 -2
  90. data/lib/pulp_deb_client/configuration.rb +3 -3
  91. data/lib/pulp_deb_client/models/async_operation_response.rb +3 -2
  92. data/lib/pulp_deb_client/models/content_summary.rb +9 -15
  93. data/lib/pulp_deb_client/models/content_summary_response.rb +240 -0
  94. data/lib/pulp_deb_client/models/deb_apt_distribution.rb +4 -85
  95. data/lib/pulp_deb_client/models/deb_apt_distribution_response.rb +279 -0
  96. data/lib/pulp_deb_client/models/deb_apt_publication.rb +4 -22
  97. data/lib/pulp_deb_client/models/deb_apt_publication_response.rb +270 -0
  98. data/lib/pulp_deb_client/models/deb_apt_remote.rb +7 -263
  99. data/lib/pulp_deb_client/models/deb_apt_remote_response.rb +446 -0
  100. data/lib/pulp_deb_client/models/deb_apt_repository.rb +18 -78
  101. data/lib/pulp_deb_client/models/deb_apt_repository_response.rb +271 -0
  102. data/lib/pulp_deb_client/models/deb_base_package.rb +18 -847
  103. data/lib/pulp_deb_client/models/deb_base_package_response.rb +558 -0
  104. data/lib/pulp_deb_client/models/deb_generic_content.rb +18 -185
  105. data/lib/pulp_deb_client/models/deb_generic_content_response.rb +302 -0
  106. data/lib/pulp_deb_client/models/deb_installer_file_index.rb +6 -79
  107. data/lib/pulp_deb_client/models/deb_installer_file_index_response.rb +287 -0
  108. data/lib/pulp_deb_client/models/deb_package_index.rb +6 -79
  109. data/lib/pulp_deb_client/models/deb_package_index_response.rb +287 -0
  110. data/lib/pulp_deb_client/models/deb_package_release_component.rb +4 -22
  111. data/lib/pulp_deb_client/models/deb_package_release_component_response.rb +247 -0
  112. data/lib/pulp_deb_client/models/deb_release.rb +4 -79
  113. data/lib/pulp_deb_client/models/deb_release_architecture.rb +4 -41
  114. data/lib/pulp_deb_client/models/deb_release_architecture_response.rb +247 -0
  115. data/lib/pulp_deb_client/models/deb_release_component.rb +4 -41
  116. data/lib/pulp_deb_client/models/deb_release_component_response.rb +247 -0
  117. data/lib/pulp_deb_client/models/deb_release_file.rb +6 -90
  118. data/lib/pulp_deb_client/models/deb_release_file_response.rb +277 -0
  119. data/lib/pulp_deb_client/models/deb_release_response.rb +259 -0
  120. data/lib/pulp_deb_client/models/deb_verbatim_publication.rb +4 -22
  121. data/lib/pulp_deb_client/models/deb_verbatim_publication_response.rb +236 -0
  122. data/lib/pulp_deb_client/models/inline_response200.rb +3 -13
  123. data/lib/pulp_deb_client/models/inline_response2001.rb +3 -13
  124. data/lib/pulp_deb_client/models/inline_response20010.rb +3 -13
  125. data/lib/pulp_deb_client/models/inline_response20011.rb +3 -13
  126. data/lib/pulp_deb_client/models/inline_response20012.rb +3 -13
  127. data/lib/pulp_deb_client/models/inline_response20013.rb +3 -13
  128. data/lib/pulp_deb_client/models/inline_response20014.rb +3 -13
  129. data/lib/pulp_deb_client/models/inline_response2002.rb +3 -13
  130. data/lib/pulp_deb_client/models/inline_response2003.rb +3 -13
  131. data/lib/pulp_deb_client/models/inline_response2004.rb +3 -13
  132. data/lib/pulp_deb_client/models/inline_response2005.rb +3 -13
  133. data/lib/pulp_deb_client/models/inline_response2006.rb +3 -13
  134. data/lib/pulp_deb_client/models/inline_response2007.rb +3 -13
  135. data/lib/pulp_deb_client/models/inline_response2008.rb +3 -13
  136. data/lib/pulp_deb_client/models/inline_response2009.rb +3 -13
  137. data/lib/pulp_deb_client/models/patcheddeb_apt_distribution.rb +240 -0
  138. data/lib/pulp_deb_client/models/patcheddeb_apt_remote.rb +402 -0
  139. data/lib/pulp_deb_client/models/patcheddeb_apt_repository.rb +229 -0
  140. data/lib/pulp_deb_client/models/policy_enum.rb +37 -0
  141. data/lib/pulp_deb_client/models/repository_add_remove_content.rb +5 -4
  142. data/lib/pulp_deb_client/models/repository_sync_url.rb +3 -8
  143. data/lib/pulp_deb_client/models/repository_version.rb +7 -43
  144. data/lib/pulp_deb_client/models/repository_version_response.rb +246 -0
  145. data/lib/pulp_deb_client/version.rb +3 -3
  146. data/lib/pulp_deb_client.rb +22 -2
  147. data/pulp_deb_client.gemspec +4 -4
  148. data/spec/api/content_generic_contents_api_spec.rb +12 -12
  149. data/spec/api/content_installer_file_indices_api_spec.rb +17 -17
  150. data/spec/api/content_installer_packages_api_spec.rb +27 -27
  151. data/spec/api/content_package_indices_api_spec.rb +17 -17
  152. data/spec/api/content_package_release_components_api_spec.rb +15 -15
  153. data/spec/api/content_packages_api_spec.rb +28 -28
  154. data/spec/api/content_release_architectures_api_spec.rb +15 -15
  155. data/spec/api/content_release_components_api_spec.rb +15 -15
  156. data/spec/api/content_release_files_api_spec.rb +17 -17
  157. data/spec/api/content_releases_api_spec.rb +16 -16
  158. data/spec/api/distributions_apt_api_spec.rb +41 -20
  159. data/spec/api/publications_apt_api_spec.rb +17 -17
  160. data/spec/api/publications_verbatim_api_spec.rb +17 -17
  161. data/spec/api/remotes_apt_api_spec.rb +51 -24
  162. data/spec/api/repositories_apt_api_spec.rb +31 -22
  163. data/spec/api/repositories_deb_versions_api_spec.rb +40 -25
  164. data/spec/api_client_spec.rb +2 -2
  165. data/spec/configuration_spec.rb +2 -2
  166. data/spec/models/async_operation_response_spec.rb +2 -2
  167. data/spec/models/content_summary_response_spec.rb +53 -0
  168. data/spec/models/content_summary_spec.rb +2 -2
  169. data/spec/models/deb_apt_distribution_response_spec.rb +77 -0
  170. data/spec/models/deb_apt_distribution_spec.rb +2 -20
  171. data/spec/models/deb_apt_publication_response_spec.rb +77 -0
  172. data/spec/models/deb_apt_publication_spec.rb +2 -14
  173. data/spec/models/deb_apt_remote_response_spec.rb +161 -0
  174. data/spec/models/deb_apt_remote_spec.rb +2 -24
  175. data/spec/models/deb_apt_repository_response_spec.rb +77 -0
  176. data/spec/models/deb_apt_repository_spec.rb +5 -23
  177. data/spec/models/deb_base_package_response_spec.rb +269 -0
  178. data/spec/models/deb_base_package_spec.rb +4 -214
  179. data/spec/models/deb_generic_content_response_spec.rb +95 -0
  180. data/spec/models/deb_generic_content_spec.rb +4 -40
  181. data/spec/models/deb_installer_file_index_response_spec.rb +77 -0
  182. data/spec/models/deb_installer_file_index_spec.rb +2 -14
  183. data/spec/models/deb_package_index_response_spec.rb +77 -0
  184. data/spec/models/deb_package_index_spec.rb +2 -14
  185. data/spec/models/deb_package_release_component_response_spec.rb +59 -0
  186. data/spec/models/deb_package_release_component_spec.rb +2 -14
  187. data/spec/models/deb_release_architecture_response_spec.rb +59 -0
  188. data/spec/models/deb_release_architecture_spec.rb +2 -14
  189. data/spec/models/deb_release_component_response_spec.rb +59 -0
  190. data/spec/models/deb_release_component_spec.rb +2 -14
  191. data/spec/models/deb_release_file_response_spec.rb +77 -0
  192. data/spec/models/deb_release_file_spec.rb +2 -14
  193. data/spec/models/deb_release_response_spec.rb +65 -0
  194. data/spec/models/deb_release_spec.rb +2 -14
  195. data/spec/models/deb_verbatim_publication_response_spec.rb +59 -0
  196. data/spec/models/deb_verbatim_publication_spec.rb +2 -14
  197. data/spec/models/inline_response20010_spec.rb +2 -2
  198. data/spec/models/inline_response20011_spec.rb +2 -2
  199. data/spec/models/inline_response20012_spec.rb +2 -2
  200. data/spec/models/inline_response20013_spec.rb +2 -2
  201. data/spec/models/inline_response20014_spec.rb +2 -2
  202. data/spec/models/inline_response2001_spec.rb +2 -2
  203. data/spec/models/inline_response2002_spec.rb +2 -2
  204. data/spec/models/inline_response2003_spec.rb +2 -2
  205. data/spec/models/inline_response2004_spec.rb +2 -2
  206. data/spec/models/inline_response2005_spec.rb +2 -2
  207. data/spec/models/inline_response2006_spec.rb +2 -2
  208. data/spec/models/inline_response2007_spec.rb +2 -2
  209. data/spec/models/inline_response2008_spec.rb +2 -2
  210. data/spec/models/inline_response2009_spec.rb +2 -2
  211. data/spec/models/inline_response200_spec.rb +2 -2
  212. data/spec/models/patcheddeb_apt_distribution_spec.rb +59 -0
  213. data/spec/models/patcheddeb_apt_remote_spec.rb +143 -0
  214. data/spec/models/patcheddeb_apt_repository_spec.rb +53 -0
  215. data/spec/models/policy_enum_spec.rb +35 -0
  216. data/spec/models/repository_add_remove_content_spec.rb +2 -2
  217. data/spec/models/repository_sync_url_spec.rb +2 -2
  218. data/spec/models/repository_version_response_spec.rb +65 -0
  219. data/spec/models/repository_version_spec.rb +2 -26
  220. data/spec/spec_helper.rb +2 -2
  221. metadata +120 -40
@@ -1,10 +1,10 @@
1
1
  =begin
2
2
  #Pulp 3 API
3
3
 
4
- #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ #Fetch, Upload, Organize, and Distribute Software Packages
5
5
 
6
6
  The version of the OpenAPI document: v3
7
-
7
+ Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.3
10
10
 
@@ -20,27 +20,27 @@ module PulpDebClient
20
20
  @api_client = api_client
21
21
  end
22
22
  # Create an installer file index
23
- # A ViewSet for InstallerFileIndex.
24
- # @param data [DebInstallerFileIndex]
23
+ # An InstallerFileIndex represents the indices for a set of installer files. Associated artifacts: Exactly one 'SHA256SUMS' and/or 'MD5SUMS' file. Each InstallerFileIndes is associated with a single component-architecture combination within a single Release. Note that installer files are currently used exclusively for verbatim publications. The APT publisher (both simple and structured mode) does not make use of installer content.
24
+ # @param deb_installer_file_index [DebInstallerFileIndex]
25
25
  # @param [Hash] opts the optional parameters
26
- # @return [DebInstallerFileIndex]
27
- def create(data, opts = {})
28
- data, _status_code, _headers = create_with_http_info(data, opts)
26
+ # @return [DebInstallerFileIndexResponse]
27
+ def create(deb_installer_file_index, opts = {})
28
+ data, _status_code, _headers = create_with_http_info(deb_installer_file_index, opts)
29
29
  data
30
30
  end
31
31
 
32
32
  # Create an installer file index
33
- # A ViewSet for InstallerFileIndex.
34
- # @param data [DebInstallerFileIndex]
33
+ # An InstallerFileIndex represents the indices for a set of installer files. Associated artifacts: Exactly one 'SHA256SUMS' and/or 'MD5SUMS' file. Each InstallerFileIndes is associated with a single component-architecture combination within a single Release. Note that installer files are currently used exclusively for verbatim publications. The APT publisher (both simple and structured mode) does not make use of installer content.
34
+ # @param deb_installer_file_index [DebInstallerFileIndex]
35
35
  # @param [Hash] opts the optional parameters
36
- # @return [Array<(DebInstallerFileIndex, Integer, Hash)>] DebInstallerFileIndex data, response status code and response headers
37
- def create_with_http_info(data, opts = {})
36
+ # @return [Array<(DebInstallerFileIndexResponse, Integer, Hash)>] DebInstallerFileIndexResponse data, response status code and response headers
37
+ def create_with_http_info(deb_installer_file_index, opts = {})
38
38
  if @api_client.config.debugging
39
39
  @api_client.config.logger.debug 'Calling API: ContentInstallerFileIndicesApi.create ...'
40
40
  end
41
- # verify the required parameter 'data' is set
42
- if @api_client.config.client_side_validation && data.nil?
43
- fail ArgumentError, "Missing the required parameter 'data' when calling ContentInstallerFileIndicesApi.create"
41
+ # verify the required parameter 'deb_installer_file_index' is set
42
+ if @api_client.config.client_side_validation && deb_installer_file_index.nil?
43
+ fail ArgumentError, "Missing the required parameter 'deb_installer_file_index' when calling ContentInstallerFileIndicesApi.create"
44
44
  end
45
45
  # resource path
46
46
  local_var_path = '/pulp/api/v3/content/deb/installer_file_indices/'
@@ -53,19 +53,19 @@ module PulpDebClient
53
53
  # HTTP header 'Accept' (if needed)
54
54
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
55
55
  # HTTP header 'Content-Type'
56
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
56
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/x-www-form-urlencoded', 'multipart/form-data'])
57
57
 
58
58
  # form parameters
59
59
  form_params = opts[:form_params] || {}
60
60
 
61
61
  # http body (model)
62
- post_body = opts[:body] || @api_client.object_to_http_body(data)
62
+ post_body = opts[:body] || @api_client.object_to_http_body(deb_installer_file_index)
63
63
 
64
64
  # return_type
65
- return_type = opts[:return_type] || 'DebInstallerFileIndex'
65
+ return_type = opts[:return_type] || 'DebInstallerFileIndexResponse'
66
66
 
67
67
  # auth_names
68
- auth_names = opts[:auth_names] || ['Basic']
68
+ auth_names = opts[:auth_names] || ['basicAuth']
69
69
 
70
70
  new_options = opts.merge(
71
71
  :header_params => header_params,
@@ -84,18 +84,18 @@ module PulpDebClient
84
84
  end
85
85
 
86
86
  # List InstallerFileIndices
87
- # A ViewSet for InstallerFileIndex.
87
+ # An InstallerFileIndex represents the indices for a set of installer files. Associated artifacts: Exactly one 'SHA256SUMS' and/or 'MD5SUMS' file. Each InstallerFileIndes is associated with a single component-architecture combination within a single Release. Note that installer files are currently used exclusively for verbatim publications. The APT publisher (both simple and structured mode) does not make use of installer content.
88
88
  # @param [Hash] opts the optional parameters
89
- # @option opts [String] :ordering Which field to use when ordering the results.
90
- # @option opts [String] :component Filter results where component matches value
91
- # @option opts [String] :architecture Filter results where architecture matches value
92
- # @option opts [String] :relative_path Filter results where relative_path matches value
93
- # @option opts [String] :sha256 Filter results where sha256 matches value
94
- # @option opts [String] :repository_version Repository Version referenced by HREF
95
- # @option opts [String] :repository_version_added Repository Version referenced by HREF
96
- # @option opts [String] :repository_version_removed Repository Version referenced by HREF
89
+ # @option opts [String] :architecture architecture
90
+ # @option opts [String] :component component
97
91
  # @option opts [Integer] :limit Number of results to return per page.
98
92
  # @option opts [Integer] :offset The initial index from which to return the results.
93
+ # @option opts [String] :ordering Which field to use when ordering the results.
94
+ # @option opts [String] :relative_path relative_path
95
+ # @option opts [String] :repository_version repository_version
96
+ # @option opts [String] :repository_version_added repository_version_added
97
+ # @option opts [String] :repository_version_removed repository_version_removed
98
+ # @option opts [String] :sha256 sha256
99
99
  # @option opts [String] :fields A list of fields to include in the response.
100
100
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
101
101
  # @return [InlineResponse2001]
@@ -105,18 +105,18 @@ module PulpDebClient
105
105
  end
106
106
 
107
107
  # List InstallerFileIndices
108
- # A ViewSet for InstallerFileIndex.
108
+ # An InstallerFileIndex represents the indices for a set of installer files. Associated artifacts: Exactly one &#39;SHA256SUMS&#39; and/or &#39;MD5SUMS&#39; file. Each InstallerFileIndes is associated with a single component-architecture combination within a single Release. Note that installer files are currently used exclusively for verbatim publications. The APT publisher (both simple and structured mode) does not make use of installer content.
109
109
  # @param [Hash] opts the optional parameters
110
- # @option opts [String] :ordering Which field to use when ordering the results.
111
- # @option opts [String] :component Filter results where component matches value
112
- # @option opts [String] :architecture Filter results where architecture matches value
113
- # @option opts [String] :relative_path Filter results where relative_path matches value
114
- # @option opts [String] :sha256 Filter results where sha256 matches value
115
- # @option opts [String] :repository_version Repository Version referenced by HREF
116
- # @option opts [String] :repository_version_added Repository Version referenced by HREF
117
- # @option opts [String] :repository_version_removed Repository Version referenced by HREF
110
+ # @option opts [String] :architecture architecture
111
+ # @option opts [String] :component component
118
112
  # @option opts [Integer] :limit Number of results to return per page.
119
113
  # @option opts [Integer] :offset The initial index from which to return the results.
114
+ # @option opts [String] :ordering Which field to use when ordering the results.
115
+ # @option opts [String] :relative_path relative_path
116
+ # @option opts [String] :repository_version repository_version
117
+ # @option opts [String] :repository_version_added repository_version_added
118
+ # @option opts [String] :repository_version_removed repository_version_removed
119
+ # @option opts [String] :sha256 sha256
120
120
  # @option opts [String] :fields A list of fields to include in the response.
121
121
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
122
122
  # @return [Array<(InlineResponse2001, Integer, Hash)>] InlineResponse2001 data, response status code and response headers
@@ -129,16 +129,16 @@ module PulpDebClient
129
129
 
130
130
  # query parameters
131
131
  query_params = opts[:query_params] || {}
132
- query_params[:'ordering'] = opts[:'ordering'] if !opts[:'ordering'].nil?
133
- query_params[:'component'] = opts[:'component'] if !opts[:'component'].nil?
134
132
  query_params[:'architecture'] = opts[:'architecture'] if !opts[:'architecture'].nil?
133
+ query_params[:'component'] = opts[:'component'] if !opts[:'component'].nil?
134
+ query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
135
+ query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
136
+ query_params[:'ordering'] = opts[:'ordering'] if !opts[:'ordering'].nil?
135
137
  query_params[:'relative_path'] = opts[:'relative_path'] if !opts[:'relative_path'].nil?
136
- query_params[:'sha256'] = opts[:'sha256'] if !opts[:'sha256'].nil?
137
138
  query_params[:'repository_version'] = opts[:'repository_version'] if !opts[:'repository_version'].nil?
138
139
  query_params[:'repository_version_added'] = opts[:'repository_version_added'] if !opts[:'repository_version_added'].nil?
139
140
  query_params[:'repository_version_removed'] = opts[:'repository_version_removed'] if !opts[:'repository_version_removed'].nil?
140
- query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
141
- query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
141
+ query_params[:'sha256'] = opts[:'sha256'] if !opts[:'sha256'].nil?
142
142
  query_params[:'fields'] = opts[:'fields'] if !opts[:'fields'].nil?
143
143
  query_params[:'exclude_fields'] = opts[:'exclude_fields'] if !opts[:'exclude_fields'].nil?
144
144
 
@@ -157,7 +157,7 @@ module PulpDebClient
157
157
  return_type = opts[:return_type] || 'InlineResponse2001'
158
158
 
159
159
  # auth_names
160
- auth_names = opts[:auth_names] || ['Basic']
160
+ auth_names = opts[:auth_names] || ['basicAuth']
161
161
 
162
162
  new_options = opts.merge(
163
163
  :header_params => header_params,
@@ -176,34 +176,34 @@ module PulpDebClient
176
176
  end
177
177
 
178
178
  # Inspect an installer file index
179
- # A ViewSet for InstallerFileIndex.
180
- # @param installer_file_index_href [String] URI of Installer File Index. e.g.: /pulp/api/v3/content/deb/installer_file_indices/1/
179
+ # An InstallerFileIndex represents the indices for a set of installer files. Associated artifacts: Exactly one 'SHA256SUMS' and/or 'MD5SUMS' file. Each InstallerFileIndes is associated with a single component-architecture combination within a single Release. Note that installer files are currently used exclusively for verbatim publications. The APT publisher (both simple and structured mode) does not make use of installer content.
180
+ # @param deb_installer_file_index_href [String]
181
181
  # @param [Hash] opts the optional parameters
182
182
  # @option opts [String] :fields A list of fields to include in the response.
183
183
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
184
- # @return [DebInstallerFileIndex]
185
- def read(installer_file_index_href, opts = {})
186
- data, _status_code, _headers = read_with_http_info(installer_file_index_href, opts)
184
+ # @return [DebInstallerFileIndexResponse]
185
+ def read(deb_installer_file_index_href, opts = {})
186
+ data, _status_code, _headers = read_with_http_info(deb_installer_file_index_href, opts)
187
187
  data
188
188
  end
189
189
 
190
190
  # Inspect an installer file index
191
- # A ViewSet for InstallerFileIndex.
192
- # @param installer_file_index_href [String] URI of Installer File Index. e.g.: /pulp/api/v3/content/deb/installer_file_indices/1/
191
+ # An InstallerFileIndex represents the indices for a set of installer files. Associated artifacts: Exactly one &#39;SHA256SUMS&#39; and/or &#39;MD5SUMS&#39; file. Each InstallerFileIndes is associated with a single component-architecture combination within a single Release. Note that installer files are currently used exclusively for verbatim publications. The APT publisher (both simple and structured mode) does not make use of installer content.
192
+ # @param deb_installer_file_index_href [String]
193
193
  # @param [Hash] opts the optional parameters
194
194
  # @option opts [String] :fields A list of fields to include in the response.
195
195
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
196
- # @return [Array<(DebInstallerFileIndex, Integer, Hash)>] DebInstallerFileIndex data, response status code and response headers
197
- def read_with_http_info(installer_file_index_href, opts = {})
196
+ # @return [Array<(DebInstallerFileIndexResponse, Integer, Hash)>] DebInstallerFileIndexResponse data, response status code and response headers
197
+ def read_with_http_info(deb_installer_file_index_href, opts = {})
198
198
  if @api_client.config.debugging
199
199
  @api_client.config.logger.debug 'Calling API: ContentInstallerFileIndicesApi.read ...'
200
200
  end
201
- # verify the required parameter 'installer_file_index_href' is set
202
- if @api_client.config.client_side_validation && installer_file_index_href.nil?
203
- fail ArgumentError, "Missing the required parameter 'installer_file_index_href' when calling ContentInstallerFileIndicesApi.read"
201
+ # verify the required parameter 'deb_installer_file_index_href' is set
202
+ if @api_client.config.client_side_validation && deb_installer_file_index_href.nil?
203
+ fail ArgumentError, "Missing the required parameter 'deb_installer_file_index_href' when calling ContentInstallerFileIndicesApi.read"
204
204
  end
205
205
  # resource path
206
- local_var_path = '{installer_file_index_href}'.sub('{' + 'installer_file_index_href' + '}', CGI.escape(installer_file_index_href.to_s).gsub('%2F', '/'))
206
+ local_var_path = '{deb_installer_file_index_href}'.sub('{' + 'deb_installer_file_index_href' + '}', CGI.escape(deb_installer_file_index_href.to_s).gsub('%2F', '/'))
207
207
 
208
208
  # query parameters
209
209
  query_params = opts[:query_params] || {}
@@ -222,10 +222,10 @@ module PulpDebClient
222
222
  post_body = opts[:body]
223
223
 
224
224
  # return_type
225
- return_type = opts[:return_type] || 'DebInstallerFileIndex'
225
+ return_type = opts[:return_type] || 'DebInstallerFileIndexResponse'
226
226
 
227
227
  # auth_names
228
- auth_names = opts[:auth_names] || ['Basic']
228
+ auth_names = opts[:auth_names] || ['basicAuth']
229
229
 
230
230
  new_options = opts.merge(
231
231
  :header_params => header_params,
@@ -1,10 +1,10 @@
1
1
  =begin
2
2
  #Pulp 3 API
3
3
 
4
- #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ #Fetch, Upload, Organize, and Distribute Software Packages
5
5
 
6
6
  The version of the OpenAPI document: v3
7
-
7
+ Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.3
10
10
 
@@ -44,10 +44,6 @@ module PulpDebClient
44
44
  if @api_client.config.debugging
45
45
  @api_client.config.logger.debug 'Calling API: ContentInstallerPackagesApi.create ...'
46
46
  end
47
- if @api_client.config.client_side_validation && !opts[:'relative_path'].nil? && opts[:'relative_path'].to_s.length < 1
48
- fail ArgumentError, 'invalid value for "opts[:"relative_path"]" when calling ContentInstallerPackagesApi.create, the character length must be great than or equal to 1.'
49
- end
50
-
51
47
  # resource path
52
48
  local_var_path = '/pulp/api/v3/content/deb/installer_packages/'
53
49
 
@@ -75,7 +71,7 @@ module PulpDebClient
75
71
  return_type = opts[:return_type] || 'AsyncOperationResponse'
76
72
 
77
73
  # auth_names
78
- auth_names = opts[:auth_names] || ['Basic']
74
+ auth_names = opts[:auth_names] || ['basicAuth']
79
75
 
80
76
  new_options = opts.merge(
81
77
  :header_params => header_params,
@@ -94,31 +90,31 @@ module PulpDebClient
94
90
  end
95
91
 
96
92
  # List installer packages
97
- # A ViewSet for InstallerPackage.
93
+ # An InstallerPackage represents a '.udeb' installer package. Associated artifacts: Exactly one '.udeb' installer package file. Note that installer packages are currently used exclusively for verbatim publications. The APT publisher (both simple and structured mode) will not include these packages.
98
94
  # @param [Hash] opts the optional parameters
99
- # @option opts [String] :ordering Which field to use when ordering the results.
100
- # @option opts [String] :package Filter results where package matches value
101
- # @option opts [String] :source Filter results where source matches value
102
- # @option opts [String] :version Filter results where version matches value
103
- # @option opts [String] :architecture Filter results where architecture matches value
104
- # @option opts [String] :section Filter results where section matches value
105
- # @option opts [String] :priority Filter results where priority matches value
106
- # @option opts [String] :origin Filter results where origin matches value
107
- # @option opts [String] :tag Filter results where tag matches value
108
- # @option opts [String] :essential Filter results where essential matches value
109
- # @option opts [String] :build_essential Filter results where build_essential matches value
110
- # @option opts [Float] :installed_size Filter results where installed_size matches value
111
- # @option opts [String] :maintainer Filter results where maintainer matches value
112
- # @option opts [String] :original_maintainer Filter results where original_maintainer matches value
113
- # @option opts [String] :built_using Filter results where built_using matches value
114
- # @option opts [String] :auto_built_package Filter results where auto_built_package matches value
115
- # @option opts [String] :multi_arch Filter results where multi_arch matches value
116
- # @option opts [String] :sha256 Filter results where sha256 matches value
117
- # @option opts [String] :repository_version Repository Version referenced by HREF
118
- # @option opts [String] :repository_version_added Repository Version referenced by HREF
119
- # @option opts [String] :repository_version_removed Repository Version referenced by HREF
95
+ # @option opts [String] :architecture architecture
96
+ # @option opts [String] :auto_built_package auto_built_package
97
+ # @option opts [String] :build_essential build_essential
98
+ # @option opts [String] :built_using built_using
99
+ # @option opts [String] :essential essential
100
+ # @option opts [String] :installed_size installed_size
120
101
  # @option opts [Integer] :limit Number of results to return per page.
102
+ # @option opts [String] :maintainer maintainer
103
+ # @option opts [String] :multi_arch multi_arch
121
104
  # @option opts [Integer] :offset The initial index from which to return the results.
105
+ # @option opts [String] :ordering Which field to use when ordering the results.
106
+ # @option opts [String] :origin origin
107
+ # @option opts [String] :original_maintainer original_maintainer
108
+ # @option opts [String] :package package
109
+ # @option opts [String] :priority priority
110
+ # @option opts [String] :repository_version repository_version
111
+ # @option opts [String] :repository_version_added repository_version_added
112
+ # @option opts [String] :repository_version_removed repository_version_removed
113
+ # @option opts [String] :section section
114
+ # @option opts [String] :sha256 sha256
115
+ # @option opts [String] :source source
116
+ # @option opts [String] :tag tag
117
+ # @option opts [String] :version version
122
118
  # @option opts [String] :fields A list of fields to include in the response.
123
119
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
124
120
  # @return [InlineResponse2002]
@@ -128,31 +124,31 @@ module PulpDebClient
128
124
  end
129
125
 
130
126
  # List installer packages
131
- # A ViewSet for InstallerPackage.
127
+ # An InstallerPackage represents a &#39;.udeb&#39; installer package. Associated artifacts: Exactly one &#39;.udeb&#39; installer package file. Note that installer packages are currently used exclusively for verbatim publications. The APT publisher (both simple and structured mode) will not include these packages.
132
128
  # @param [Hash] opts the optional parameters
133
- # @option opts [String] :ordering Which field to use when ordering the results.
134
- # @option opts [String] :package Filter results where package matches value
135
- # @option opts [String] :source Filter results where source matches value
136
- # @option opts [String] :version Filter results where version matches value
137
- # @option opts [String] :architecture Filter results where architecture matches value
138
- # @option opts [String] :section Filter results where section matches value
139
- # @option opts [String] :priority Filter results where priority matches value
140
- # @option opts [String] :origin Filter results where origin matches value
141
- # @option opts [String] :tag Filter results where tag matches value
142
- # @option opts [String] :essential Filter results where essential matches value
143
- # @option opts [String] :build_essential Filter results where build_essential matches value
144
- # @option opts [Float] :installed_size Filter results where installed_size matches value
145
- # @option opts [String] :maintainer Filter results where maintainer matches value
146
- # @option opts [String] :original_maintainer Filter results where original_maintainer matches value
147
- # @option opts [String] :built_using Filter results where built_using matches value
148
- # @option opts [String] :auto_built_package Filter results where auto_built_package matches value
149
- # @option opts [String] :multi_arch Filter results where multi_arch matches value
150
- # @option opts [String] :sha256 Filter results where sha256 matches value
151
- # @option opts [String] :repository_version Repository Version referenced by HREF
152
- # @option opts [String] :repository_version_added Repository Version referenced by HREF
153
- # @option opts [String] :repository_version_removed Repository Version referenced by HREF
129
+ # @option opts [String] :architecture architecture
130
+ # @option opts [String] :auto_built_package auto_built_package
131
+ # @option opts [String] :build_essential build_essential
132
+ # @option opts [String] :built_using built_using
133
+ # @option opts [String] :essential essential
134
+ # @option opts [String] :installed_size installed_size
154
135
  # @option opts [Integer] :limit Number of results to return per page.
136
+ # @option opts [String] :maintainer maintainer
137
+ # @option opts [String] :multi_arch multi_arch
155
138
  # @option opts [Integer] :offset The initial index from which to return the results.
139
+ # @option opts [String] :ordering Which field to use when ordering the results.
140
+ # @option opts [String] :origin origin
141
+ # @option opts [String] :original_maintainer original_maintainer
142
+ # @option opts [String] :package package
143
+ # @option opts [String] :priority priority
144
+ # @option opts [String] :repository_version repository_version
145
+ # @option opts [String] :repository_version_added repository_version_added
146
+ # @option opts [String] :repository_version_removed repository_version_removed
147
+ # @option opts [String] :section section
148
+ # @option opts [String] :sha256 sha256
149
+ # @option opts [String] :source source
150
+ # @option opts [String] :tag tag
151
+ # @option opts [String] :version version
156
152
  # @option opts [String] :fields A list of fields to include in the response.
157
153
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
158
154
  # @return [Array<(InlineResponse2002, Integer, Hash)>] InlineResponse2002 data, response status code and response headers
@@ -160,34 +156,46 @@ module PulpDebClient
160
156
  if @api_client.config.debugging
161
157
  @api_client.config.logger.debug 'Calling API: ContentInstallerPackagesApi.list ...'
162
158
  end
159
+ allowable_values = ["true", "false"]
160
+ if @api_client.config.client_side_validation && opts[:'build_essential'] && !allowable_values.include?(opts[:'build_essential'])
161
+ fail ArgumentError, "invalid value for \"build_essential\", must be one of #{allowable_values}"
162
+ end
163
+ allowable_values = ["true", "false"]
164
+ if @api_client.config.client_side_validation && opts[:'essential'] && !allowable_values.include?(opts[:'essential'])
165
+ fail ArgumentError, "invalid value for \"essential\", must be one of #{allowable_values}"
166
+ end
167
+ allowable_values = ["no", "same", "foreign", "allowed"]
168
+ if @api_client.config.client_side_validation && opts[:'multi_arch'] && !allowable_values.include?(opts[:'multi_arch'])
169
+ fail ArgumentError, "invalid value for \"multi_arch\", must be one of #{allowable_values}"
170
+ end
163
171
  # resource path
164
172
  local_var_path = '/pulp/api/v3/content/deb/installer_packages/'
165
173
 
166
174
  # query parameters
167
175
  query_params = opts[:query_params] || {}
168
- query_params[:'ordering'] = opts[:'ordering'] if !opts[:'ordering'].nil?
169
- query_params[:'package'] = opts[:'package'] if !opts[:'package'].nil?
170
- query_params[:'source'] = opts[:'source'] if !opts[:'source'].nil?
171
- query_params[:'version'] = opts[:'version'] if !opts[:'version'].nil?
172
176
  query_params[:'architecture'] = opts[:'architecture'] if !opts[:'architecture'].nil?
173
- query_params[:'section'] = opts[:'section'] if !opts[:'section'].nil?
174
- query_params[:'priority'] = opts[:'priority'] if !opts[:'priority'].nil?
175
- query_params[:'origin'] = opts[:'origin'] if !opts[:'origin'].nil?
176
- query_params[:'tag'] = opts[:'tag'] if !opts[:'tag'].nil?
177
- query_params[:'essential'] = opts[:'essential'] if !opts[:'essential'].nil?
177
+ query_params[:'auto_built_package'] = opts[:'auto_built_package'] if !opts[:'auto_built_package'].nil?
178
178
  query_params[:'build_essential'] = opts[:'build_essential'] if !opts[:'build_essential'].nil?
179
+ query_params[:'built_using'] = opts[:'built_using'] if !opts[:'built_using'].nil?
180
+ query_params[:'essential'] = opts[:'essential'] if !opts[:'essential'].nil?
179
181
  query_params[:'installed_size'] = opts[:'installed_size'] if !opts[:'installed_size'].nil?
182
+ query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
180
183
  query_params[:'maintainer'] = opts[:'maintainer'] if !opts[:'maintainer'].nil?
181
- query_params[:'original_maintainer'] = opts[:'original_maintainer'] if !opts[:'original_maintainer'].nil?
182
- query_params[:'built_using'] = opts[:'built_using'] if !opts[:'built_using'].nil?
183
- query_params[:'auto_built_package'] = opts[:'auto_built_package'] if !opts[:'auto_built_package'].nil?
184
184
  query_params[:'multi_arch'] = opts[:'multi_arch'] if !opts[:'multi_arch'].nil?
185
- query_params[:'sha256'] = opts[:'sha256'] if !opts[:'sha256'].nil?
185
+ query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
186
+ query_params[:'ordering'] = opts[:'ordering'] if !opts[:'ordering'].nil?
187
+ query_params[:'origin'] = opts[:'origin'] if !opts[:'origin'].nil?
188
+ query_params[:'original_maintainer'] = opts[:'original_maintainer'] if !opts[:'original_maintainer'].nil?
189
+ query_params[:'package'] = opts[:'package'] if !opts[:'package'].nil?
190
+ query_params[:'priority'] = opts[:'priority'] if !opts[:'priority'].nil?
186
191
  query_params[:'repository_version'] = opts[:'repository_version'] if !opts[:'repository_version'].nil?
187
192
  query_params[:'repository_version_added'] = opts[:'repository_version_added'] if !opts[:'repository_version_added'].nil?
188
193
  query_params[:'repository_version_removed'] = opts[:'repository_version_removed'] if !opts[:'repository_version_removed'].nil?
189
- query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
190
- query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
194
+ query_params[:'section'] = opts[:'section'] if !opts[:'section'].nil?
195
+ query_params[:'sha256'] = opts[:'sha256'] if !opts[:'sha256'].nil?
196
+ query_params[:'source'] = opts[:'source'] if !opts[:'source'].nil?
197
+ query_params[:'tag'] = opts[:'tag'] if !opts[:'tag'].nil?
198
+ query_params[:'version'] = opts[:'version'] if !opts[:'version'].nil?
191
199
  query_params[:'fields'] = opts[:'fields'] if !opts[:'fields'].nil?
192
200
  query_params[:'exclude_fields'] = opts[:'exclude_fields'] if !opts[:'exclude_fields'].nil?
193
201
 
@@ -206,7 +214,7 @@ module PulpDebClient
206
214
  return_type = opts[:return_type] || 'InlineResponse2002'
207
215
 
208
216
  # auth_names
209
- auth_names = opts[:auth_names] || ['Basic']
217
+ auth_names = opts[:auth_names] || ['basicAuth']
210
218
 
211
219
  new_options = opts.merge(
212
220
  :header_params => header_params,
@@ -225,34 +233,34 @@ module PulpDebClient
225
233
  end
226
234
 
227
235
  # Inspect an installer package
228
- # A ViewSet for InstallerPackage.
229
- # @param installer_package_href [String] URI of Installer Package. e.g.: /pulp/api/v3/content/deb/installer_packages/1/
236
+ # An InstallerPackage represents a '.udeb' installer package. Associated artifacts: Exactly one '.udeb' installer package file. Note that installer packages are currently used exclusively for verbatim publications. The APT publisher (both simple and structured mode) will not include these packages.
237
+ # @param deb_installer_package_href [String]
230
238
  # @param [Hash] opts the optional parameters
231
239
  # @option opts [String] :fields A list of fields to include in the response.
232
240
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
233
- # @return [DebBasePackage]
234
- def read(installer_package_href, opts = {})
235
- data, _status_code, _headers = read_with_http_info(installer_package_href, opts)
241
+ # @return [DebBasePackageResponse]
242
+ def read(deb_installer_package_href, opts = {})
243
+ data, _status_code, _headers = read_with_http_info(deb_installer_package_href, opts)
236
244
  data
237
245
  end
238
246
 
239
247
  # Inspect an installer package
240
- # A ViewSet for InstallerPackage.
241
- # @param installer_package_href [String] URI of Installer Package. e.g.: /pulp/api/v3/content/deb/installer_packages/1/
248
+ # An InstallerPackage represents a &#39;.udeb&#39; installer package. Associated artifacts: Exactly one &#39;.udeb&#39; installer package file. Note that installer packages are currently used exclusively for verbatim publications. The APT publisher (both simple and structured mode) will not include these packages.
249
+ # @param deb_installer_package_href [String]
242
250
  # @param [Hash] opts the optional parameters
243
251
  # @option opts [String] :fields A list of fields to include in the response.
244
252
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
245
- # @return [Array<(DebBasePackage, Integer, Hash)>] DebBasePackage data, response status code and response headers
246
- def read_with_http_info(installer_package_href, opts = {})
253
+ # @return [Array<(DebBasePackageResponse, Integer, Hash)>] DebBasePackageResponse data, response status code and response headers
254
+ def read_with_http_info(deb_installer_package_href, opts = {})
247
255
  if @api_client.config.debugging
248
256
  @api_client.config.logger.debug 'Calling API: ContentInstallerPackagesApi.read ...'
249
257
  end
250
- # verify the required parameter 'installer_package_href' is set
251
- if @api_client.config.client_side_validation && installer_package_href.nil?
252
- fail ArgumentError, "Missing the required parameter 'installer_package_href' when calling ContentInstallerPackagesApi.read"
258
+ # verify the required parameter 'deb_installer_package_href' is set
259
+ if @api_client.config.client_side_validation && deb_installer_package_href.nil?
260
+ fail ArgumentError, "Missing the required parameter 'deb_installer_package_href' when calling ContentInstallerPackagesApi.read"
253
261
  end
254
262
  # resource path
255
- local_var_path = '{installer_package_href}'.sub('{' + 'installer_package_href' + '}', CGI.escape(installer_package_href.to_s).gsub('%2F', '/'))
263
+ local_var_path = '{deb_installer_package_href}'.sub('{' + 'deb_installer_package_href' + '}', CGI.escape(deb_installer_package_href.to_s).gsub('%2F', '/'))
256
264
 
257
265
  # query parameters
258
266
  query_params = opts[:query_params] || {}
@@ -271,10 +279,10 @@ module PulpDebClient
271
279
  post_body = opts[:body]
272
280
 
273
281
  # return_type
274
- return_type = opts[:return_type] || 'DebBasePackage'
282
+ return_type = opts[:return_type] || 'DebBasePackageResponse'
275
283
 
276
284
  # auth_names
277
- auth_names = opts[:auth_names] || ['Basic']
285
+ auth_names = opts[:auth_names] || ['basicAuth']
278
286
 
279
287
  new_options = opts.merge(
280
288
  :header_params => header_params,