pulp_maven_client 0.3.1 → 0.3.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (144) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +5 -5
  3. data/docs/ContentArtifactApi.md +1 -1
  4. data/docs/DistributionsMavenApi.md +1 -1
  5. data/docs/MavenMavenRemote.md +8 -6
  6. data/docs/MavenMavenRemoteResponse.md +8 -6
  7. data/docs/MavenMavenRepository.md +3 -3
  8. data/docs/MavenMavenRepositoryResponse.md +3 -3
  9. data/docs/PatchedmavenMavenRemote.md +8 -6
  10. data/docs/PatchedmavenMavenRepository.md +3 -3
  11. data/docs/RemotesMavenApi.md +1 -1
  12. data/docs/RepositoriesMavenApi.md +1 -1
  13. data/docs/RepositoriesMavenVersionsApi.md +1 -1
  14. data/lib/pulp_maven_client/configuration.rb +2 -2
  15. data/lib/pulp_maven_client/models/maven_maven_artifact.rb +19 -0
  16. data/lib/pulp_maven_client/models/maven_maven_distribution.rb +38 -0
  17. data/lib/pulp_maven_client/models/maven_maven_remote.rb +177 -7
  18. data/lib/pulp_maven_client/models/maven_maven_remote_response.rb +19 -7
  19. data/lib/pulp_maven_client/models/maven_maven_repository.rb +51 -16
  20. data/lib/pulp_maven_client/models/maven_maven_repository_response.rb +17 -16
  21. data/lib/pulp_maven_client/models/patchedmaven_maven_distribution.rb +30 -0
  22. data/lib/pulp_maven_client/models/patchedmaven_maven_remote.rb +169 -7
  23. data/lib/pulp_maven_client/models/patchedmaven_maven_repository.rb +47 -16
  24. data/lib/pulp_maven_client/version.rb +1 -1
  25. data/spec/configuration_spec.rb +3 -3
  26. data/spec/models/maven_maven_remote_response_spec.rb +6 -0
  27. data/spec/models/maven_maven_remote_spec.rb +6 -0
  28. data/spec/models/maven_maven_repository_response_spec.rb +1 -1
  29. data/spec/models/maven_maven_repository_spec.rb +1 -1
  30. data/spec/models/patchedmaven_maven_remote_spec.rb +6 -0
  31. data/spec/models/patchedmaven_maven_repository_spec.rb +1 -1
  32. metadata +20 -132
  33. data/build/lib/pulpcore/__init__.py +0 -2
  34. data/build/lib/pulpcore/client/__init__.py +0 -2
  35. data/build/lib/pulpcore/client/pulp_maven/__init__.py +0 -58
  36. data/build/lib/pulpcore/client/pulp_maven/api/__init__.py +0 -10
  37. data/build/lib/pulpcore/client/pulp_maven/api/content_artifact_api.py +0 -445
  38. data/build/lib/pulpcore/client/pulp_maven/api/distributions_maven_api.py +0 -830
  39. data/build/lib/pulpcore/client/pulp_maven/api/remotes_maven_api.py +0 -840
  40. data/build/lib/pulpcore/client/pulp_maven/api/repositories_maven_api.py +0 -809
  41. data/build/lib/pulpcore/client/pulp_maven/api/repositories_maven_versions_api.py +0 -614
  42. data/build/lib/pulpcore/client/pulp_maven/api_client.py +0 -667
  43. data/build/lib/pulpcore/client/pulp_maven/configuration.py +0 -427
  44. data/build/lib/pulpcore/client/pulp_maven/exceptions.py +0 -121
  45. data/build/lib/pulpcore/client/pulp_maven/models/__init__.py +0 -39
  46. data/build/lib/pulpcore/client/pulp_maven/models/async_operation_response.py +0 -124
  47. data/build/lib/pulpcore/client/pulp_maven/models/content_summary.py +0 -176
  48. data/build/lib/pulpcore/client/pulp_maven/models/content_summary_response.py +0 -176
  49. data/build/lib/pulpcore/client/pulp_maven/models/maven_maven_artifact.py +0 -153
  50. data/build/lib/pulpcore/client/pulp_maven/models/maven_maven_artifact_response.py +0 -290
  51. data/build/lib/pulpcore/client/pulp_maven/models/maven_maven_distribution.py +0 -260
  52. data/build/lib/pulpcore/client/pulp_maven/models/maven_maven_distribution_response.py +0 -342
  53. data/build/lib/pulpcore/client/pulp_maven/models/maven_maven_remote.py +0 -657
  54. data/build/lib/pulpcore/client/pulp_maven/models/maven_maven_remote_response.py +0 -604
  55. data/build/lib/pulpcore/client/pulp_maven/models/maven_maven_repository.py +0 -232
  56. data/build/lib/pulpcore/client/pulp_maven/models/maven_maven_repository_response.py +0 -338
  57. data/build/lib/pulpcore/client/pulp_maven/models/paginated_repository_version_response_list.py +0 -197
  58. data/build/lib/pulpcore/client/pulp_maven/models/paginatedmaven_maven_artifact_response_list.py +0 -197
  59. data/build/lib/pulpcore/client/pulp_maven/models/paginatedmaven_maven_distribution_response_list.py +0 -197
  60. data/build/lib/pulpcore/client/pulp_maven/models/paginatedmaven_maven_remote_response_list.py +0 -197
  61. data/build/lib/pulpcore/client/pulp_maven/models/paginatedmaven_maven_repository_response_list.py +0 -197
  62. data/build/lib/pulpcore/client/pulp_maven/models/patchedmaven_maven_distribution.py +0 -258
  63. data/build/lib/pulpcore/client/pulp_maven/models/patchedmaven_maven_remote.py +0 -655
  64. data/build/lib/pulpcore/client/pulp_maven/models/patchedmaven_maven_repository.py +0 -231
  65. data/build/lib/pulpcore/client/pulp_maven/models/policy_enum.py +0 -101
  66. data/build/lib/pulpcore/client/pulp_maven/models/repository_version.py +0 -123
  67. data/build/lib/pulpcore/client/pulp_maven/models/repository_version_response.py +0 -257
  68. data/build/lib/pulpcore/client/pulp_maven/rest.py +0 -292
  69. data/dist/pulp_maven-client-0.3.1.tar.gz +0 -0
  70. data/dist/pulp_maven_client-0.3.1-py3-none-any.whl +0 -0
  71. data/pulp_maven_client.egg-info/PKG-INFO +0 -15
  72. data/pulp_maven_client.egg-info/SOURCES.txt +0 -71
  73. data/pulp_maven_client.egg-info/dependency_links.txt +0 -1
  74. data/pulp_maven_client.egg-info/requires.txt +0 -4
  75. data/pulp_maven_client.egg-info/top_level.txt +0 -1
  76. data/pulpcore/__init__.py +0 -2
  77. data/pulpcore/client/__init__.py +0 -2
  78. data/pulpcore/client/pulp_maven/__init__.py +0 -58
  79. data/pulpcore/client/pulp_maven/api/__init__.py +0 -10
  80. data/pulpcore/client/pulp_maven/api/content_artifact_api.py +0 -445
  81. data/pulpcore/client/pulp_maven/api/distributions_maven_api.py +0 -830
  82. data/pulpcore/client/pulp_maven/api/remotes_maven_api.py +0 -840
  83. data/pulpcore/client/pulp_maven/api/repositories_maven_api.py +0 -809
  84. data/pulpcore/client/pulp_maven/api/repositories_maven_versions_api.py +0 -614
  85. data/pulpcore/client/pulp_maven/api_client.py +0 -667
  86. data/pulpcore/client/pulp_maven/configuration.py +0 -427
  87. data/pulpcore/client/pulp_maven/exceptions.py +0 -121
  88. data/pulpcore/client/pulp_maven/models/__init__.py +0 -39
  89. data/pulpcore/client/pulp_maven/models/async_operation_response.py +0 -124
  90. data/pulpcore/client/pulp_maven/models/content_summary.py +0 -176
  91. data/pulpcore/client/pulp_maven/models/content_summary_response.py +0 -176
  92. data/pulpcore/client/pulp_maven/models/maven_maven_artifact.py +0 -153
  93. data/pulpcore/client/pulp_maven/models/maven_maven_artifact_response.py +0 -290
  94. data/pulpcore/client/pulp_maven/models/maven_maven_distribution.py +0 -260
  95. data/pulpcore/client/pulp_maven/models/maven_maven_distribution_response.py +0 -342
  96. data/pulpcore/client/pulp_maven/models/maven_maven_remote.py +0 -657
  97. data/pulpcore/client/pulp_maven/models/maven_maven_remote_response.py +0 -604
  98. data/pulpcore/client/pulp_maven/models/maven_maven_repository.py +0 -232
  99. data/pulpcore/client/pulp_maven/models/maven_maven_repository_response.py +0 -338
  100. data/pulpcore/client/pulp_maven/models/paginated_repository_version_response_list.py +0 -197
  101. data/pulpcore/client/pulp_maven/models/paginatedmaven_maven_artifact_response_list.py +0 -197
  102. data/pulpcore/client/pulp_maven/models/paginatedmaven_maven_distribution_response_list.py +0 -197
  103. data/pulpcore/client/pulp_maven/models/paginatedmaven_maven_remote_response_list.py +0 -197
  104. data/pulpcore/client/pulp_maven/models/paginatedmaven_maven_repository_response_list.py +0 -197
  105. data/pulpcore/client/pulp_maven/models/patchedmaven_maven_distribution.py +0 -258
  106. data/pulpcore/client/pulp_maven/models/patchedmaven_maven_remote.py +0 -655
  107. data/pulpcore/client/pulp_maven/models/patchedmaven_maven_repository.py +0 -231
  108. data/pulpcore/client/pulp_maven/models/policy_enum.py +0 -101
  109. data/pulpcore/client/pulp_maven/models/repository_version.py +0 -123
  110. data/pulpcore/client/pulp_maven/models/repository_version_response.py +0 -257
  111. data/pulpcore/client/pulp_maven/rest.py +0 -292
  112. data/requirements.txt +0 -6
  113. data/setup.cfg +0 -2
  114. data/setup.py +0 -42
  115. data/test/__init__.py +0 -0
  116. data/test/test_async_operation_response.py +0 -54
  117. data/test/test_content_artifact_api.py +0 -55
  118. data/test/test_content_summary.py +0 -70
  119. data/test/test_content_summary_response.py +0 -70
  120. data/test/test_distributions_maven_api.py +0 -76
  121. data/test/test_maven_maven_artifact.py +0 -56
  122. data/test/test_maven_maven_artifact_response.py +0 -60
  123. data/test/test_maven_maven_distribution.py +0 -60
  124. data/test/test_maven_maven_distribution_response.py +0 -63
  125. data/test/test_maven_maven_remote.py +0 -76
  126. data/test/test_maven_maven_remote_response.py +0 -74
  127. data/test/test_maven_maven_repository.py +0 -58
  128. data/test/test_maven_maven_repository_response.py +0 -62
  129. data/test/test_paginated_repository_version_response_list.py +0 -64
  130. data/test/test_paginatedmaven_maven_artifact_response_list.py +0 -65
  131. data/test/test_paginatedmaven_maven_distribution_response_list.py +0 -67
  132. data/test/test_paginatedmaven_maven_remote_response_list.py +0 -78
  133. data/test/test_paginatedmaven_maven_repository_response_list.py +0 -67
  134. data/test/test_patchedmaven_maven_distribution.py +0 -58
  135. data/test/test_patchedmaven_maven_remote.py +0 -74
  136. data/test/test_patchedmaven_maven_repository.py +0 -57
  137. data/test/test_policy_enum.py +0 -52
  138. data/test/test_remotes_maven_api.py +0 -76
  139. data/test/test_repositories_maven_api.py +0 -76
  140. data/test/test_repositories_maven_versions_api.py +0 -61
  141. data/test/test_repository_version.py +0 -53
  142. data/test/test_repository_version_response.py +0 -58
  143. data/test-requirements.txt +0 -3
  144. data/tox.ini +0 -9
@@ -1,445 +0,0 @@
1
- # coding: utf-8
2
-
3
- """
4
- Pulp 3 API
5
-
6
- Fetch, Upload, Organize, and Distribute Software Packages # noqa: E501
7
-
8
- The version of the OpenAPI document: v3
9
- Contact: pulp-list@redhat.com
10
- Generated by: https://openapi-generator.tech
11
- """
12
-
13
-
14
- from __future__ import absolute_import
15
-
16
- import re # noqa: F401
17
-
18
- # python 2 and python 3 compatibility library
19
- import six
20
-
21
- from pulpcore.client.pulp_maven.api_client import ApiClient
22
- from pulpcore.client.pulp_maven.exceptions import ( # noqa: F401
23
- ApiTypeError,
24
- ApiValueError
25
- )
26
-
27
-
28
- class ContentArtifactApi(object):
29
- """NOTE: This class is auto generated by OpenAPI Generator
30
- Ref: https://openapi-generator.tech
31
-
32
- Do not edit the class manually.
33
- """
34
-
35
- def __init__(self, api_client=None):
36
- if api_client is None:
37
- api_client = ApiClient()
38
- self.api_client = api_client
39
-
40
- def create(self, maven_maven_artifact, **kwargs): # noqa: E501
41
- """Create a maven artifact # noqa: E501
42
-
43
- A ViewSet for MavenArtifact. # noqa: E501
44
- This method makes a synchronous HTTP request by default. To make an
45
- asynchronous HTTP request, please pass async_req=True
46
- >>> thread = api.create(maven_maven_artifact, async_req=True)
47
- >>> result = thread.get()
48
-
49
- :param async_req bool: execute request asynchronously
50
- :param MavenMavenArtifact maven_maven_artifact: (required)
51
- :param _preload_content: if False, the urllib3.HTTPResponse object will
52
- be returned without reading/decoding response
53
- data. Default is True.
54
- :param _request_timeout: timeout setting for this request. If one
55
- number provided, it will be total request
56
- timeout. It can also be a pair (tuple) of
57
- (connection, read) timeouts.
58
- :return: MavenMavenArtifactResponse
59
- If the method is called asynchronously,
60
- returns the request thread.
61
- """
62
- kwargs['_return_http_data_only'] = True
63
- return self.create_with_http_info(maven_maven_artifact, **kwargs) # noqa: E501
64
-
65
- def create_with_http_info(self, maven_maven_artifact, **kwargs): # noqa: E501
66
- """Create a maven artifact # noqa: E501
67
-
68
- A ViewSet for MavenArtifact. # noqa: E501
69
- This method makes a synchronous HTTP request by default. To make an
70
- asynchronous HTTP request, please pass async_req=True
71
- >>> thread = api.create_with_http_info(maven_maven_artifact, async_req=True)
72
- >>> result = thread.get()
73
-
74
- :param async_req bool: execute request asynchronously
75
- :param MavenMavenArtifact maven_maven_artifact: (required)
76
- :param _return_http_data_only: response data without head status code
77
- and headers
78
- :param _preload_content: if False, the urllib3.HTTPResponse object will
79
- be returned without reading/decoding response
80
- data. Default is True.
81
- :param _request_timeout: timeout setting for this request. If one
82
- number provided, it will be total request
83
- timeout. It can also be a pair (tuple) of
84
- (connection, read) timeouts.
85
- :return: tuple(MavenMavenArtifactResponse, status_code(int), headers(HTTPHeaderDict))
86
- If the method is called asynchronously,
87
- returns the request thread.
88
- """
89
-
90
- local_var_params = locals()
91
-
92
- all_params = [
93
- 'maven_maven_artifact'
94
- ]
95
- all_params.extend(
96
- [
97
- 'async_req',
98
- '_return_http_data_only',
99
- '_preload_content',
100
- '_request_timeout'
101
- ]
102
- )
103
-
104
- for key, val in six.iteritems(local_var_params['kwargs']):
105
- if key not in all_params:
106
- raise ApiTypeError(
107
- "Got an unexpected keyword argument '%s'"
108
- " to method create" % key
109
- )
110
- local_var_params[key] = val
111
- del local_var_params['kwargs']
112
- # verify the required parameter 'maven_maven_artifact' is set
113
- if self.api_client.client_side_validation and ('maven_maven_artifact' not in local_var_params or # noqa: E501
114
- local_var_params['maven_maven_artifact'] is None): # noqa: E501
115
- raise ApiValueError("Missing the required parameter `maven_maven_artifact` when calling `create`") # noqa: E501
116
-
117
- collection_formats = {}
118
-
119
- path_params = {}
120
-
121
- query_params = []
122
-
123
- header_params = {}
124
-
125
- form_params = []
126
- local_var_files = {}
127
-
128
- body_params = None
129
- if 'maven_maven_artifact' in local_var_params:
130
- body_params = local_var_params['maven_maven_artifact']
131
- # HTTP header `Accept`
132
- header_params['Accept'] = self.api_client.select_header_accept(
133
- ['application/json']) # noqa: E501
134
-
135
- # HTTP header `Content-Type`
136
- header_params['Content-Type'] = self.api_client.select_header_content_type( # noqa: E501
137
- ['application/json', 'application/x-www-form-urlencoded', 'multipart/form-data']) # noqa: E501
138
-
139
- # Authentication setting
140
- auth_settings = ['basicAuth', 'cookieAuth'] # noqa: E501
141
-
142
- return self.api_client.call_api(
143
- '/pulp/api/v3/content/maven/artifact/', 'POST',
144
- path_params,
145
- query_params,
146
- header_params,
147
- body=body_params,
148
- post_params=form_params,
149
- files=local_var_files,
150
- response_type='MavenMavenArtifactResponse', # noqa: E501
151
- auth_settings=auth_settings,
152
- async_req=local_var_params.get('async_req'),
153
- _return_http_data_only=local_var_params.get('_return_http_data_only'), # noqa: E501
154
- _preload_content=local_var_params.get('_preload_content', True),
155
- _request_timeout=local_var_params.get('_request_timeout'),
156
- collection_formats=collection_formats)
157
-
158
- def list(self, **kwargs): # noqa: E501
159
- """List maven artifacts # noqa: E501
160
-
161
- A ViewSet for MavenArtifact. # noqa: E501
162
- This method makes a synchronous HTTP request by default. To make an
163
- asynchronous HTTP request, please pass async_req=True
164
- >>> thread = api.list(async_req=True)
165
- >>> result = thread.get()
166
-
167
- :param async_req bool: execute request asynchronously
168
- :param str artifact_id: Filter results where artifact_id matches value
169
- :param str filename: Filter results where filename matches value
170
- :param str group_id: Filter results where group_id matches value
171
- :param int limit: Number of results to return per page.
172
- :param int offset: The initial index from which to return the results.
173
- :param str ordering: Which field to use when ordering the results.
174
- :param str repository_version: Repository Version referenced by HREF
175
- :param str repository_version_added: Repository Version referenced by HREF
176
- :param str repository_version_removed: Repository Version referenced by HREF
177
- :param str version: Filter results where version matches value
178
- :param str fields: A list of fields to include in the response.
179
- :param str exclude_fields: A list of fields to exclude from the response.
180
- :param _preload_content: if False, the urllib3.HTTPResponse object will
181
- be returned without reading/decoding response
182
- data. Default is True.
183
- :param _request_timeout: timeout setting for this request. If one
184
- number provided, it will be total request
185
- timeout. It can also be a pair (tuple) of
186
- (connection, read) timeouts.
187
- :return: PaginatedmavenMavenArtifactResponseList
188
- If the method is called asynchronously,
189
- returns the request thread.
190
- """
191
- kwargs['_return_http_data_only'] = True
192
- return self.list_with_http_info(**kwargs) # noqa: E501
193
-
194
- def list_with_http_info(self, **kwargs): # noqa: E501
195
- """List maven artifacts # noqa: E501
196
-
197
- A ViewSet for MavenArtifact. # noqa: E501
198
- This method makes a synchronous HTTP request by default. To make an
199
- asynchronous HTTP request, please pass async_req=True
200
- >>> thread = api.list_with_http_info(async_req=True)
201
- >>> result = thread.get()
202
-
203
- :param async_req bool: execute request asynchronously
204
- :param str artifact_id: Filter results where artifact_id matches value
205
- :param str filename: Filter results where filename matches value
206
- :param str group_id: Filter results where group_id matches value
207
- :param int limit: Number of results to return per page.
208
- :param int offset: The initial index from which to return the results.
209
- :param str ordering: Which field to use when ordering the results.
210
- :param str repository_version: Repository Version referenced by HREF
211
- :param str repository_version_added: Repository Version referenced by HREF
212
- :param str repository_version_removed: Repository Version referenced by HREF
213
- :param str version: Filter results where version matches value
214
- :param str fields: A list of fields to include in the response.
215
- :param str exclude_fields: A list of fields to exclude from the response.
216
- :param _return_http_data_only: response data without head status code
217
- and headers
218
- :param _preload_content: if False, the urllib3.HTTPResponse object will
219
- be returned without reading/decoding response
220
- data. Default is True.
221
- :param _request_timeout: timeout setting for this request. If one
222
- number provided, it will be total request
223
- timeout. It can also be a pair (tuple) of
224
- (connection, read) timeouts.
225
- :return: tuple(PaginatedmavenMavenArtifactResponseList, status_code(int), headers(HTTPHeaderDict))
226
- If the method is called asynchronously,
227
- returns the request thread.
228
- """
229
-
230
- local_var_params = locals()
231
-
232
- all_params = [
233
- 'artifact_id',
234
- 'filename',
235
- 'group_id',
236
- 'limit',
237
- 'offset',
238
- 'ordering',
239
- 'repository_version',
240
- 'repository_version_added',
241
- 'repository_version_removed',
242
- 'version',
243
- 'fields',
244
- 'exclude_fields'
245
- ]
246
- all_params.extend(
247
- [
248
- 'async_req',
249
- '_return_http_data_only',
250
- '_preload_content',
251
- '_request_timeout'
252
- ]
253
- )
254
-
255
- for key, val in six.iteritems(local_var_params['kwargs']):
256
- if key not in all_params:
257
- raise ApiTypeError(
258
- "Got an unexpected keyword argument '%s'"
259
- " to method list" % key
260
- )
261
- local_var_params[key] = val
262
- del local_var_params['kwargs']
263
-
264
- collection_formats = {}
265
-
266
- path_params = {}
267
-
268
- query_params = []
269
- if 'artifact_id' in local_var_params and local_var_params['artifact_id'] is not None: # noqa: E501
270
- query_params.append(('artifact_id', local_var_params['artifact_id'])) # noqa: E501
271
- if 'filename' in local_var_params and local_var_params['filename'] is not None: # noqa: E501
272
- query_params.append(('filename', local_var_params['filename'])) # noqa: E501
273
- if 'group_id' in local_var_params and local_var_params['group_id'] is not None: # noqa: E501
274
- query_params.append(('group_id', local_var_params['group_id'])) # noqa: E501
275
- if 'limit' in local_var_params and local_var_params['limit'] is not None: # noqa: E501
276
- query_params.append(('limit', local_var_params['limit'])) # noqa: E501
277
- if 'offset' in local_var_params and local_var_params['offset'] is not None: # noqa: E501
278
- query_params.append(('offset', local_var_params['offset'])) # noqa: E501
279
- if 'ordering' in local_var_params and local_var_params['ordering'] is not None: # noqa: E501
280
- query_params.append(('ordering', local_var_params['ordering'])) # noqa: E501
281
- if 'repository_version' in local_var_params and local_var_params['repository_version'] is not None: # noqa: E501
282
- query_params.append(('repository_version', local_var_params['repository_version'])) # noqa: E501
283
- if 'repository_version_added' in local_var_params and local_var_params['repository_version_added'] is not None: # noqa: E501
284
- query_params.append(('repository_version_added', local_var_params['repository_version_added'])) # noqa: E501
285
- if 'repository_version_removed' in local_var_params and local_var_params['repository_version_removed'] is not None: # noqa: E501
286
- query_params.append(('repository_version_removed', local_var_params['repository_version_removed'])) # noqa: E501
287
- if 'version' in local_var_params and local_var_params['version'] is not None: # noqa: E501
288
- query_params.append(('version', local_var_params['version'])) # noqa: E501
289
- if 'fields' in local_var_params and local_var_params['fields'] is not None: # noqa: E501
290
- query_params.append(('fields', local_var_params['fields'])) # noqa: E501
291
- if 'exclude_fields' in local_var_params and local_var_params['exclude_fields'] is not None: # noqa: E501
292
- query_params.append(('exclude_fields', local_var_params['exclude_fields'])) # noqa: E501
293
-
294
- header_params = {}
295
-
296
- form_params = []
297
- local_var_files = {}
298
-
299
- body_params = None
300
- # HTTP header `Accept`
301
- header_params['Accept'] = self.api_client.select_header_accept(
302
- ['application/json']) # noqa: E501
303
-
304
- # Authentication setting
305
- auth_settings = ['basicAuth', 'cookieAuth'] # noqa: E501
306
-
307
- return self.api_client.call_api(
308
- '/pulp/api/v3/content/maven/artifact/', 'GET',
309
- path_params,
310
- query_params,
311
- header_params,
312
- body=body_params,
313
- post_params=form_params,
314
- files=local_var_files,
315
- response_type='PaginatedmavenMavenArtifactResponseList', # noqa: E501
316
- auth_settings=auth_settings,
317
- async_req=local_var_params.get('async_req'),
318
- _return_http_data_only=local_var_params.get('_return_http_data_only'), # noqa: E501
319
- _preload_content=local_var_params.get('_preload_content', True),
320
- _request_timeout=local_var_params.get('_request_timeout'),
321
- collection_formats=collection_formats)
322
-
323
- def read(self, maven_maven_artifact_href, **kwargs): # noqa: E501
324
- """Inspect a maven artifact # noqa: E501
325
-
326
- A ViewSet for MavenArtifact. # noqa: E501
327
- This method makes a synchronous HTTP request by default. To make an
328
- asynchronous HTTP request, please pass async_req=True
329
- >>> thread = api.read(maven_maven_artifact_href, async_req=True)
330
- >>> result = thread.get()
331
-
332
- :param async_req bool: execute request asynchronously
333
- :param str maven_maven_artifact_href: (required)
334
- :param str fields: A list of fields to include in the response.
335
- :param str exclude_fields: A list of fields to exclude from the response.
336
- :param _preload_content: if False, the urllib3.HTTPResponse object will
337
- be returned without reading/decoding response
338
- data. Default is True.
339
- :param _request_timeout: timeout setting for this request. If one
340
- number provided, it will be total request
341
- timeout. It can also be a pair (tuple) of
342
- (connection, read) timeouts.
343
- :return: MavenMavenArtifactResponse
344
- If the method is called asynchronously,
345
- returns the request thread.
346
- """
347
- kwargs['_return_http_data_only'] = True
348
- return self.read_with_http_info(maven_maven_artifact_href, **kwargs) # noqa: E501
349
-
350
- def read_with_http_info(self, maven_maven_artifact_href, **kwargs): # noqa: E501
351
- """Inspect a maven artifact # noqa: E501
352
-
353
- A ViewSet for MavenArtifact. # noqa: E501
354
- This method makes a synchronous HTTP request by default. To make an
355
- asynchronous HTTP request, please pass async_req=True
356
- >>> thread = api.read_with_http_info(maven_maven_artifact_href, async_req=True)
357
- >>> result = thread.get()
358
-
359
- :param async_req bool: execute request asynchronously
360
- :param str maven_maven_artifact_href: (required)
361
- :param str fields: A list of fields to include in the response.
362
- :param str exclude_fields: A list of fields to exclude from the response.
363
- :param _return_http_data_only: response data without head status code
364
- and headers
365
- :param _preload_content: if False, the urllib3.HTTPResponse object will
366
- be returned without reading/decoding response
367
- data. Default is True.
368
- :param _request_timeout: timeout setting for this request. If one
369
- number provided, it will be total request
370
- timeout. It can also be a pair (tuple) of
371
- (connection, read) timeouts.
372
- :return: tuple(MavenMavenArtifactResponse, status_code(int), headers(HTTPHeaderDict))
373
- If the method is called asynchronously,
374
- returns the request thread.
375
- """
376
-
377
- local_var_params = locals()
378
-
379
- all_params = [
380
- 'maven_maven_artifact_href',
381
- 'fields',
382
- 'exclude_fields'
383
- ]
384
- all_params.extend(
385
- [
386
- 'async_req',
387
- '_return_http_data_only',
388
- '_preload_content',
389
- '_request_timeout'
390
- ]
391
- )
392
-
393
- for key, val in six.iteritems(local_var_params['kwargs']):
394
- if key not in all_params:
395
- raise ApiTypeError(
396
- "Got an unexpected keyword argument '%s'"
397
- " to method read" % key
398
- )
399
- local_var_params[key] = val
400
- del local_var_params['kwargs']
401
- # verify the required parameter 'maven_maven_artifact_href' is set
402
- if self.api_client.client_side_validation and ('maven_maven_artifact_href' not in local_var_params or # noqa: E501
403
- local_var_params['maven_maven_artifact_href'] is None): # noqa: E501
404
- raise ApiValueError("Missing the required parameter `maven_maven_artifact_href` when calling `read`") # noqa: E501
405
-
406
- collection_formats = {}
407
-
408
- path_params = {}
409
- if 'maven_maven_artifact_href' in local_var_params:
410
- path_params['maven_maven_artifact_href'] = local_var_params['maven_maven_artifact_href'] # noqa: E501
411
-
412
- query_params = []
413
- if 'fields' in local_var_params and local_var_params['fields'] is not None: # noqa: E501
414
- query_params.append(('fields', local_var_params['fields'])) # noqa: E501
415
- if 'exclude_fields' in local_var_params and local_var_params['exclude_fields'] is not None: # noqa: E501
416
- query_params.append(('exclude_fields', local_var_params['exclude_fields'])) # noqa: E501
417
-
418
- header_params = {}
419
-
420
- form_params = []
421
- local_var_files = {}
422
-
423
- body_params = None
424
- # HTTP header `Accept`
425
- header_params['Accept'] = self.api_client.select_header_accept(
426
- ['application/json']) # noqa: E501
427
-
428
- # Authentication setting
429
- auth_settings = ['basicAuth', 'cookieAuth'] # noqa: E501
430
-
431
- return self.api_client.call_api(
432
- '{maven_maven_artifact_href}', 'GET',
433
- path_params,
434
- query_params,
435
- header_params,
436
- body=body_params,
437
- post_params=form_params,
438
- files=local_var_files,
439
- response_type='MavenMavenArtifactResponse', # noqa: E501
440
- auth_settings=auth_settings,
441
- async_req=local_var_params.get('async_req'),
442
- _return_http_data_only=local_var_params.get('_return_http_data_only'), # noqa: E501
443
- _preload_content=local_var_params.get('_preload_content', True),
444
- _request_timeout=local_var_params.get('_request_timeout'),
445
- collection_formats=collection_formats)