pulp_python_client 3.0.0b9.dev01590959185 → 3.0.0b11.dev01596922885

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of pulp_python_client might be problematic. Click here for more details.

Files changed (114) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +49 -42
  3. data/docs/ContentPackagesApi.md +56 -58
  4. data/docs/ContentSummary.md +3 -3
  5. data/docs/ContentSummaryResponse.md +21 -0
  6. data/docs/DistributionsPypiApi.md +110 -62
  7. data/docs/InlineResponse200.md +3 -3
  8. data/docs/InlineResponse2001.md +3 -3
  9. data/docs/InlineResponse2002.md +3 -3
  10. data/docs/InlineResponse2003.md +3 -3
  11. data/docs/InlineResponse2004.md +3 -3
  12. data/docs/InlineResponse2005.md +3 -3
  13. data/docs/PatchedpythonPythonDistribution.md +23 -0
  14. data/docs/PatchedpythonPythonRemote.md +43 -0
  15. data/docs/PatchedpythonPythonRepository.md +21 -0
  16. data/docs/PolicyEnum.md +16 -0
  17. data/docs/PublicationsPypiApi.md +43 -43
  18. data/docs/PythonBanderRemote.md +19 -0
  19. data/docs/PythonPythonDistribution.md +1 -7
  20. data/docs/{PythonPythonDistributionRead.md → PythonPythonDistributionResponse.md} +2 -2
  21. data/docs/PythonPythonPackageContent.md +61 -0
  22. data/docs/{PythonPythonPackageContentRead.md → PythonPythonPackageContentResponse.md} +3 -3
  23. data/docs/PythonPythonPublication.md +2 -8
  24. data/docs/{PythonPythonPublicationRead.md → PythonPythonPublicationResponse.md} +2 -2
  25. data/docs/PythonPythonRemote.md +6 -12
  26. data/docs/{PythonPythonRemoteRead.md → PythonPythonRemoteResponse.md} +7 -7
  27. data/docs/PythonPythonRepository.md +4 -10
  28. data/docs/{PythonPythonRepositoryRead.md → PythonPythonRepositoryResponse.md} +5 -3
  29. data/docs/RemotesPythonApi.md +184 -68
  30. data/docs/RepositoriesPythonApi.md +97 -73
  31. data/docs/RepositoriesPythonVersionsApi.md +94 -60
  32. data/docs/RepositoryAddRemoveContent.md +2 -2
  33. data/docs/RepositorySyncURL.md +1 -1
  34. data/docs/RepositoryVersion.md +1 -9
  35. data/docs/{RepositoryVersionRead.md → RepositoryVersionResponse.md} +3 -3
  36. data/lib/pulp_python_client.rb +15 -9
  37. data/lib/pulp_python_client/api/content_packages_api.rb +77 -88
  38. data/lib/pulp_python_client/api/distributions_pypi_api.rb +157 -94
  39. data/lib/pulp_python_client/api/publications_pypi_api.rb +65 -65
  40. data/lib/pulp_python_client/api/remotes_python_api.rb +259 -106
  41. data/lib/pulp_python_client/api/repositories_python_api.rb +145 -118
  42. data/lib/pulp_python_client/api/repositories_python_versions_api.rb +137 -89
  43. data/lib/pulp_python_client/api_client.rb +2 -2
  44. data/lib/pulp_python_client/api_error.rb +2 -2
  45. data/lib/pulp_python_client/configuration.rb +3 -3
  46. data/lib/pulp_python_client/models/async_operation_response.rb +3 -2
  47. data/lib/pulp_python_client/models/content_summary.rb +9 -15
  48. data/lib/pulp_python_client/models/content_summary_response.rb +240 -0
  49. data/lib/pulp_python_client/models/inline_response200.rb +3 -13
  50. data/lib/pulp_python_client/models/inline_response2001.rb +3 -13
  51. data/lib/pulp_python_client/models/inline_response2002.rb +3 -13
  52. data/lib/pulp_python_client/models/inline_response2003.rb +3 -13
  53. data/lib/pulp_python_client/models/inline_response2004.rb +3 -13
  54. data/lib/pulp_python_client/models/inline_response2005.rb +3 -13
  55. data/lib/pulp_python_client/models/patchedpython_python_distribution.rb +240 -0
  56. data/lib/pulp_python_client/models/patchedpython_python_remote.rb +359 -0
  57. data/lib/pulp_python_client/models/patchedpython_python_repository.rb +229 -0
  58. data/lib/pulp_python_client/models/policy_enum.rb +37 -0
  59. data/lib/pulp_python_client/models/{project_specifier.rb → python_bander_remote.rb} +26 -40
  60. data/lib/pulp_python_client/models/python_python_distribution.rb +4 -85
  61. data/lib/pulp_python_client/models/{python_python_distribution_read.rb → python_python_distribution_response.rb} +6 -58
  62. data/lib/pulp_python_client/models/python_python_package_content.rb +433 -0
  63. data/lib/pulp_python_client/models/{python_python_package_content_read.rb → python_python_package_content_response.rb} +6 -89
  64. data/lib/pulp_python_client/models/python_python_publication.rb +7 -37
  65. data/lib/pulp_python_client/models/{python_python_publication_read.rb → python_python_publication_response.rb} +6 -5
  66. data/lib/pulp_python_client/models/python_python_remote.rb +13 -209
  67. data/lib/pulp_python_client/models/{python_python_remote_read.rb → python_python_remote_response.rb} +15 -182
  68. data/lib/pulp_python_client/models/python_python_repository.rb +18 -78
  69. data/lib/pulp_python_client/models/{python_python_repository_read.rb → python_python_repository_response.rb} +21 -44
  70. data/lib/pulp_python_client/models/repository_add_remove_content.rb +5 -4
  71. data/lib/pulp_python_client/models/repository_sync_url.rb +3 -8
  72. data/lib/pulp_python_client/models/repository_version.rb +7 -43
  73. data/lib/pulp_python_client/models/{repository_version_read.rb → repository_version_response.rb} +8 -6
  74. data/lib/pulp_python_client/version.rb +3 -3
  75. data/pulp_python_client.gemspec +4 -4
  76. data/spec/api/content_packages_api_spec.rb +26 -27
  77. data/spec/api/distributions_pypi_api_spec.rb +41 -20
  78. data/spec/api/publications_pypi_api_spec.rb +17 -17
  79. data/spec/api/remotes_python_api_spec.rb +64 -24
  80. data/spec/api/repositories_python_api_spec.rb +28 -19
  81. data/spec/api/repositories_python_versions_api_spec.rb +38 -22
  82. data/spec/api_client_spec.rb +2 -2
  83. data/spec/configuration_spec.rb +2 -2
  84. data/spec/models/async_operation_response_spec.rb +2 -2
  85. data/spec/models/content_summary_response_spec.rb +53 -0
  86. data/spec/models/content_summary_spec.rb +2 -2
  87. data/spec/models/inline_response2001_spec.rb +2 -2
  88. data/spec/models/inline_response2002_spec.rb +2 -2
  89. data/spec/models/inline_response2003_spec.rb +2 -2
  90. data/spec/models/inline_response2004_spec.rb +2 -2
  91. data/spec/models/inline_response2005_spec.rb +2 -2
  92. data/spec/models/inline_response200_spec.rb +2 -2
  93. data/spec/models/patchedpython_python_distribution_spec.rb +59 -0
  94. data/spec/models/patchedpython_python_remote_spec.rb +119 -0
  95. data/spec/models/patchedpython_python_repository_spec.rb +53 -0
  96. data/spec/models/policy_enum_spec.rb +35 -0
  97. data/spec/models/{project_specifier_spec.rb → python_bander_remote_spec.rb} +10 -10
  98. data/spec/models/{python_python_distribution_read_spec.rb → python_python_distribution_response_spec.rb} +8 -8
  99. data/spec/models/python_python_distribution_spec.rb +2 -20
  100. data/spec/models/{python_python_package_content_read_spec.rb → python_python_package_content_response_spec.rb} +8 -8
  101. data/spec/models/python_python_package_content_spec.rb +173 -0
  102. data/spec/models/{python_python_publication_read_spec.rb → python_python_publication_response_spec.rb} +8 -8
  103. data/spec/models/python_python_publication_spec.rb +2 -20
  104. data/spec/models/{python_python_remote_read_spec.rb → python_python_remote_response_spec.rb} +8 -12
  105. data/spec/models/python_python_remote_spec.rb +2 -24
  106. data/spec/models/{python_python_repository_read_spec.rb → python_python_repository_response_spec.rb} +14 -8
  107. data/spec/models/python_python_repository_spec.rb +5 -23
  108. data/spec/models/repository_add_remove_content_spec.rb +2 -2
  109. data/spec/models/repository_sync_url_spec.rb +2 -2
  110. data/spec/models/{repository_version_read_spec.rb → repository_version_response_spec.rb} +8 -8
  111. data/spec/models/repository_version_spec.rb +2 -26
  112. data/spec/spec_helper.rb +2 -2
  113. metadata +70 -46
  114. data/docs/ProjectSpecifier.md +0 -19
@@ -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
 
@@ -35,7 +35,7 @@ describe 'DistributionsPypiApi' do
35
35
  # unit tests for create
36
36
  # Create a python distribution
37
37
  # Trigger an asynchronous create task
38
- # @param data
38
+ # @param python_python_distribution
39
39
  # @param [Hash] opts the optional parameters
40
40
  # @return [AsyncOperationResponse]
41
41
  describe 'create test' do
@@ -47,8 +47,15 @@ describe 'DistributionsPypiApi' do
47
47
  # unit tests for delete
48
48
  # Delete a python distribution
49
49
  # Trigger an asynchronous delete task
50
- # @param python_distribution_href URI of Python Distribution. e.g.: /pulp/api/v3/distributions/python/pypi/1/
50
+ # @param python_python_distribution_href
51
51
  # @param [Hash] opts the optional parameters
52
+ # @option opts [String] :base_path base_path
53
+ # @option opts [String] :base_path__contains base_path__contains
54
+ # @option opts [String] :base_path__icontains base_path__icontains
55
+ # @option opts [String] :base_path__in base_path__in
56
+ # @option opts [String] :name name
57
+ # @option opts [String] :name__in name__in
58
+ # @option opts [String] :ordering Which field to use when ordering the results.
52
59
  # @return [AsyncOperationResponse]
53
60
  describe 'delete test' do
54
61
  it 'should work' do
@@ -58,17 +65,17 @@ describe 'DistributionsPypiApi' do
58
65
 
59
66
  # unit tests for list
60
67
  # List python distributions
61
- # Pulp Python Distributions are used to distribute Python Publications. Pulp Python Distributions should not be confused with \"Python Distribution\" as defined by the Python community. In Pulp usage, Python content is refered to as Python Package Content.
68
+ # <!-- User-facing documentation, rendered as html--> Pulp Python Distributions are used to distribute <a href=\"../restapi.html#tag/publications\">Python Publications.</a> <b> Pulp Python Distributions should not be confused with \"Python Distribution\" as defined by the Python community.</b> In Pulp usage, Python content is refered to as <a href=\"../restapi.html#tag/content\">Python Package Content.</a>
62
69
  # @param [Hash] opts the optional parameters
63
- # @option opts [String] :ordering Which field to use when ordering the results.
64
- # @option opts [String] :name
65
- # @option opts [String] :name__in Filter results where name is in a comma-separated list of values
66
- # @option opts [String] :base_path
67
- # @option opts [String] :base_path__contains Filter results where base_path contains value
68
- # @option opts [String] :base_path__icontains Filter results where base_path contains value
69
- # @option opts [String] :base_path__in Filter results where base_path is in a comma-separated list of values
70
+ # @option opts [String] :base_path base_path
71
+ # @option opts [String] :base_path__contains base_path__contains
72
+ # @option opts [String] :base_path__icontains base_path__icontains
73
+ # @option opts [String] :base_path__in base_path__in
70
74
  # @option opts [Integer] :limit Number of results to return per page.
75
+ # @option opts [String] :name name
76
+ # @option opts [String] :name__in name__in
71
77
  # @option opts [Integer] :offset The initial index from which to return the results.
78
+ # @option opts [String] :ordering Which field to use when ordering the results.
72
79
  # @option opts [String] :fields A list of fields to include in the response.
73
80
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
74
81
  # @return [InlineResponse2001]
@@ -79,11 +86,18 @@ describe 'DistributionsPypiApi' do
79
86
  end
80
87
 
81
88
  # unit tests for partial_update
82
- # Partially update a python distribution
89
+ # Update a python distribution
83
90
  # Trigger an asynchronous partial update task
84
- # @param python_distribution_href URI of Python Distribution. e.g.: /pulp/api/v3/distributions/python/pypi/1/
85
- # @param data
91
+ # @param python_python_distribution_href
92
+ # @param patchedpython_python_distribution
86
93
  # @param [Hash] opts the optional parameters
94
+ # @option opts [String] :base_path base_path
95
+ # @option opts [String] :base_path__contains base_path__contains
96
+ # @option opts [String] :base_path__icontains base_path__icontains
97
+ # @option opts [String] :base_path__in base_path__in
98
+ # @option opts [String] :name name
99
+ # @option opts [String] :name__in name__in
100
+ # @option opts [String] :ordering Which field to use when ordering the results.
87
101
  # @return [AsyncOperationResponse]
88
102
  describe 'partial_update test' do
89
103
  it 'should work' do
@@ -93,12 +107,12 @@ describe 'DistributionsPypiApi' do
93
107
 
94
108
  # unit tests for read
95
109
  # Inspect a python distribution
96
- # Pulp Python Distributions are used to distribute Python Publications. Pulp Python Distributions should not be confused with \"Python Distribution\" as defined by the Python community. In Pulp usage, Python content is refered to as Python Package Content.
97
- # @param python_distribution_href URI of Python Distribution. e.g.: /pulp/api/v3/distributions/python/pypi/1/
110
+ # <!-- User-facing documentation, rendered as html--> Pulp Python Distributions are used to distribute <a href=\"../restapi.html#tag/publications\">Python Publications.</a> <b> Pulp Python Distributions should not be confused with \"Python Distribution\" as defined by the Python community.</b> In Pulp usage, Python content is refered to as <a href=\"../restapi.html#tag/content\">Python Package Content.</a>
111
+ # @param python_python_distribution_href
98
112
  # @param [Hash] opts the optional parameters
99
113
  # @option opts [String] :fields A list of fields to include in the response.
100
114
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
101
- # @return [PythonPythonDistributionRead]
115
+ # @return [PythonPythonDistributionResponse]
102
116
  describe 'read test' do
103
117
  it 'should work' do
104
118
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -108,9 +122,16 @@ describe 'DistributionsPypiApi' do
108
122
  # unit tests for update
109
123
  # Update a python distribution
110
124
  # Trigger an asynchronous update task
111
- # @param python_distribution_href URI of Python Distribution. e.g.: /pulp/api/v3/distributions/python/pypi/1/
112
- # @param data
125
+ # @param python_python_distribution_href
126
+ # @param python_python_distribution
113
127
  # @param [Hash] opts the optional parameters
128
+ # @option opts [String] :base_path base_path
129
+ # @option opts [String] :base_path__contains base_path__contains
130
+ # @option opts [String] :base_path__icontains base_path__icontains
131
+ # @option opts [String] :base_path__in base_path__in
132
+ # @option opts [String] :name name
133
+ # @option opts [String] :name__in name__in
134
+ # @option opts [String] :ordering Which field to use when ordering the results.
114
135
  # @return [AsyncOperationResponse]
115
136
  describe 'update test' do
116
137
  it 'should work' do
@@ -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
 
@@ -35,7 +35,7 @@ describe 'PublicationsPypiApi' do
35
35
  # unit tests for create
36
36
  # Create a python publication
37
37
  # Trigger an asynchronous task to publish python content.
38
- # @param data
38
+ # @param python_python_publication
39
39
  # @param [Hash] opts the optional parameters
40
40
  # @return [AsyncOperationResponse]
41
41
  describe 'create test' do
@@ -46,8 +46,8 @@ describe 'PublicationsPypiApi' do
46
46
 
47
47
  # unit tests for delete
48
48
  # Delete a python publication
49
- # Python Publications refer to the Python Package content in a repository version, and include metadata about that content.
50
- # @param python_publication_href URI of Python Publication. e.g.: /pulp/api/v3/publications/python/pypi/1/
49
+ # <!-- User-facing documentation, rendered as html--> Python Publications refer to the Python Package content in a repository version, and include metadata about that content.
50
+ # @param python_python_publication_href
51
51
  # @param [Hash] opts the optional parameters
52
52
  # @return [nil]
53
53
  describe 'delete test' do
@@ -58,18 +58,18 @@ describe 'PublicationsPypiApi' do
58
58
 
59
59
  # unit tests for list
60
60
  # List python publications
61
- # Python Publications refer to the Python Package content in a repository version, and include metadata about that content.
61
+ # <!-- User-facing documentation, rendered as html--> Python Publications refer to the Python Package content in a repository version, and include metadata about that content.
62
62
  # @param [Hash] opts the optional parameters
63
- # @option opts [String] :ordering Which field to use when ordering the results.
64
- # @option opts [String] :repository_version Repository Version referenced by HREF
65
- # @option opts [String] :pulp_created__lt Filter results where pulp_created is less than value
66
- # @option opts [String] :pulp_created__lte Filter results where pulp_created is less than or equal to value
67
- # @option opts [String] :pulp_created__gt Filter results where pulp_created is greater than value
68
- # @option opts [String] :pulp_created__gte Filter results where pulp_created is greater than or equal to value
69
- # @option opts [String] :pulp_created__range Filter results where pulp_created is between two comma separated values
70
- # @option opts [String] :pulp_created ISO 8601 formatted dates are supported
71
63
  # @option opts [Integer] :limit Number of results to return per page.
72
64
  # @option opts [Integer] :offset The initial index from which to return the results.
65
+ # @option opts [String] :ordering Which field to use when ordering the results.
66
+ # @option opts [String] :pulp_created pulp_created
67
+ # @option opts [String] :pulp_created__gt pulp_created__gt
68
+ # @option opts [String] :pulp_created__gte pulp_created__gte
69
+ # @option opts [String] :pulp_created__lt pulp_created__lt
70
+ # @option opts [String] :pulp_created__lte pulp_created__lte
71
+ # @option opts [String] :pulp_created__range pulp_created__range
72
+ # @option opts [String] :repository_version repository_version
73
73
  # @option opts [String] :fields A list of fields to include in the response.
74
74
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
75
75
  # @return [InlineResponse2002]
@@ -81,12 +81,12 @@ describe 'PublicationsPypiApi' do
81
81
 
82
82
  # unit tests for read
83
83
  # Inspect a python publication
84
- # Python Publications refer to the Python Package content in a repository version, and include metadata about that content.
85
- # @param python_publication_href URI of Python Publication. e.g.: /pulp/api/v3/publications/python/pypi/1/
84
+ # <!-- User-facing documentation, rendered as html--> Python Publications refer to the Python Package content in a repository version, and include metadata about that content.
85
+ # @param python_python_publication_href
86
86
  # @param [Hash] opts the optional parameters
87
87
  # @option opts [String] :fields A list of fields to include in the response.
88
88
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
89
- # @return [PythonPythonPublicationRead]
89
+ # @return [PythonPythonPublicationResponse]
90
90
  describe 'read test' do
91
91
  it 'should work' do
92
92
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -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
 
@@ -34,10 +34,10 @@ describe 'RemotesPythonApi' do
34
34
 
35
35
  # unit tests for create
36
36
  # Create a python remote
37
- # Python Remotes are representations of an external repository of Python content, eg. PyPI. Fields include upstream repository config. Python Remotes are also used to `sync` from upstream repositories, and contains sync settings.
38
- # @param data
37
+ # <!-- User-facing documentation, rendered as html--> Python Remotes are representations of an <b>external repository</b> of Python content, eg. PyPI. Fields include upstream repository config. Python Remotes are also used to `sync` from upstream repositories, and contains sync settings.
38
+ # @param python_python_remote
39
39
  # @param [Hash] opts the optional parameters
40
- # @return [PythonPythonRemoteRead]
40
+ # @return [PythonPythonRemoteResponse]
41
41
  describe 'create test' do
42
42
  it 'should work' do
43
43
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -47,8 +47,17 @@ describe 'RemotesPythonApi' do
47
47
  # unit tests for delete
48
48
  # Delete a python remote
49
49
  # Trigger an asynchronous delete task
50
- # @param python_remote_href URI of Python Remote. e.g.: /pulp/api/v3/remotes/python/python/1/
50
+ # @param python_python_remote_href
51
51
  # @param [Hash] opts the optional parameters
52
+ # @option opts [String] :name name
53
+ # @option opts [String] :name__in name__in
54
+ # @option opts [String] :ordering Which field to use when ordering the results.
55
+ # @option opts [String] :pulp_last_updated pulp_last_updated
56
+ # @option opts [String] :pulp_last_updated__gt pulp_last_updated__gt
57
+ # @option opts [String] :pulp_last_updated__gte pulp_last_updated__gte
58
+ # @option opts [String] :pulp_last_updated__lt pulp_last_updated__lt
59
+ # @option opts [String] :pulp_last_updated__lte pulp_last_updated__lte
60
+ # @option opts [String] :pulp_last_updated__range pulp_last_updated__range
52
61
  # @return [AsyncOperationResponse]
53
62
  describe 'delete test' do
54
63
  it 'should work' do
@@ -56,21 +65,34 @@ describe 'RemotesPythonApi' do
56
65
  end
57
66
  end
58
67
 
68
+ # unit tests for from_bandersnatch
69
+ # Create from Bandersnatch
70
+ # Create a remote from a Bandersnatch config
71
+ # @param config A Bandersnatch config that may be used to construct a Python Remote.
72
+ # @param name A unique name for this remote
73
+ # @param [Hash] opts the optional parameters
74
+ # @return [PythonPythonRemoteResponse]
75
+ describe 'from_bandersnatch test' do
76
+ it 'should work' do
77
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
78
+ end
79
+ end
80
+
59
81
  # unit tests for list
60
82
  # List python remotes
61
- # Python Remotes are representations of an external repository of Python content, eg. PyPI. Fields include upstream repository config. Python Remotes are also used to `sync` from upstream repositories, and contains sync settings.
83
+ # <!-- User-facing documentation, rendered as html--> Python Remotes are representations of an <b>external repository</b> of Python content, eg. PyPI. Fields include upstream repository config. Python Remotes are also used to `sync` from upstream repositories, and contains sync settings.
62
84
  # @param [Hash] opts the optional parameters
63
- # @option opts [String] :ordering Which field to use when ordering the results.
64
- # @option opts [String] :name
65
- # @option opts [String] :name__in Filter results where name is in a comma-separated list of values
66
- # @option opts [String] :pulp_last_updated__lt Filter results where pulp_last_updated is less than value
67
- # @option opts [String] :pulp_last_updated__lte Filter results where pulp_last_updated is less than or equal to value
68
- # @option opts [String] :pulp_last_updated__gt Filter results where pulp_last_updated is greater than value
69
- # @option opts [String] :pulp_last_updated__gte Filter results where pulp_last_updated is greater than or equal to value
70
- # @option opts [String] :pulp_last_updated__range Filter results where pulp_last_updated is between two comma separated values
71
- # @option opts [String] :pulp_last_updated ISO 8601 formatted dates are supported
72
85
  # @option opts [Integer] :limit Number of results to return per page.
86
+ # @option opts [String] :name name
87
+ # @option opts [String] :name__in name__in
73
88
  # @option opts [Integer] :offset The initial index from which to return the results.
89
+ # @option opts [String] :ordering Which field to use when ordering the results.
90
+ # @option opts [String] :pulp_last_updated pulp_last_updated
91
+ # @option opts [String] :pulp_last_updated__gt pulp_last_updated__gt
92
+ # @option opts [String] :pulp_last_updated__gte pulp_last_updated__gte
93
+ # @option opts [String] :pulp_last_updated__lt pulp_last_updated__lt
94
+ # @option opts [String] :pulp_last_updated__lte pulp_last_updated__lte
95
+ # @option opts [String] :pulp_last_updated__range pulp_last_updated__range
74
96
  # @option opts [String] :fields A list of fields to include in the response.
75
97
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
76
98
  # @return [InlineResponse2003]
@@ -81,11 +103,20 @@ describe 'RemotesPythonApi' do
81
103
  end
82
104
 
83
105
  # unit tests for partial_update
84
- # Partially update a python remote
106
+ # Update a python remote
85
107
  # Trigger an asynchronous partial update task
86
- # @param python_remote_href URI of Python Remote. e.g.: /pulp/api/v3/remotes/python/python/1/
87
- # @param data
108
+ # @param python_python_remote_href
109
+ # @param patchedpython_python_remote
88
110
  # @param [Hash] opts the optional parameters
111
+ # @option opts [String] :name name
112
+ # @option opts [String] :name__in name__in
113
+ # @option opts [String] :ordering Which field to use when ordering the results.
114
+ # @option opts [String] :pulp_last_updated pulp_last_updated
115
+ # @option opts [String] :pulp_last_updated__gt pulp_last_updated__gt
116
+ # @option opts [String] :pulp_last_updated__gte pulp_last_updated__gte
117
+ # @option opts [String] :pulp_last_updated__lt pulp_last_updated__lt
118
+ # @option opts [String] :pulp_last_updated__lte pulp_last_updated__lte
119
+ # @option opts [String] :pulp_last_updated__range pulp_last_updated__range
89
120
  # @return [AsyncOperationResponse]
90
121
  describe 'partial_update test' do
91
122
  it 'should work' do
@@ -95,12 +126,12 @@ describe 'RemotesPythonApi' do
95
126
 
96
127
  # unit tests for read
97
128
  # Inspect a python remote
98
- # Python Remotes are representations of an external repository of Python content, eg. PyPI. Fields include upstream repository config. Python Remotes are also used to `sync` from upstream repositories, and contains sync settings.
99
- # @param python_remote_href URI of Python Remote. e.g.: /pulp/api/v3/remotes/python/python/1/
129
+ # <!-- User-facing documentation, rendered as html--> Python Remotes are representations of an <b>external repository</b> of Python content, eg. PyPI. Fields include upstream repository config. Python Remotes are also used to `sync` from upstream repositories, and contains sync settings.
130
+ # @param python_python_remote_href
100
131
  # @param [Hash] opts the optional parameters
101
132
  # @option opts [String] :fields A list of fields to include in the response.
102
133
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
103
- # @return [PythonPythonRemoteRead]
134
+ # @return [PythonPythonRemoteResponse]
104
135
  describe 'read test' do
105
136
  it 'should work' do
106
137
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -110,9 +141,18 @@ describe 'RemotesPythonApi' do
110
141
  # unit tests for update
111
142
  # Update a python remote
112
143
  # Trigger an asynchronous update task
113
- # @param python_remote_href URI of Python Remote. e.g.: /pulp/api/v3/remotes/python/python/1/
114
- # @param data
144
+ # @param python_python_remote_href
145
+ # @param python_python_remote
115
146
  # @param [Hash] opts the optional parameters
147
+ # @option opts [String] :name name
148
+ # @option opts [String] :name__in name__in
149
+ # @option opts [String] :ordering Which field to use when ordering the results.
150
+ # @option opts [String] :pulp_last_updated pulp_last_updated
151
+ # @option opts [String] :pulp_last_updated__gt pulp_last_updated__gt
152
+ # @option opts [String] :pulp_last_updated__gte pulp_last_updated__gte
153
+ # @option opts [String] :pulp_last_updated__lt pulp_last_updated__lt
154
+ # @option opts [String] :pulp_last_updated__lte pulp_last_updated__lte
155
+ # @option opts [String] :pulp_last_updated__range pulp_last_updated__range
116
156
  # @return [AsyncOperationResponse]
117
157
  describe 'update test' do
118
158
  it 'should work' do
@@ -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
 
@@ -35,9 +35,9 @@ describe 'RepositoriesPythonApi' do
35
35
  # unit tests for create
36
36
  # Create a python repository
37
37
  # A ViewSet for PythonRepository.
38
- # @param data
38
+ # @param python_python_repository
39
39
  # @param [Hash] opts the optional parameters
40
- # @return [PythonPythonRepositoryRead]
40
+ # @return [PythonPythonRepositoryResponse]
41
41
  describe 'create test' do
42
42
  it 'should work' do
43
43
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -47,8 +47,11 @@ describe 'RepositoriesPythonApi' do
47
47
  # unit tests for delete
48
48
  # Delete a python repository
49
49
  # Trigger an asynchronous delete task
50
- # @param python_repository_href URI of Python Repository. e.g.: /pulp/api/v3/repositories/python/python/1/
50
+ # @param python_python_repository_href
51
51
  # @param [Hash] opts the optional parameters
52
+ # @option opts [String] :name name
53
+ # @option opts [String] :name__in name__in
54
+ # @option opts [String] :ordering Which field to use when ordering the results.
52
55
  # @return [AsyncOperationResponse]
53
56
  describe 'delete test' do
54
57
  it 'should work' do
@@ -60,11 +63,11 @@ describe 'RepositoriesPythonApi' do
60
63
  # List python repositorys
61
64
  # A ViewSet for PythonRepository.
62
65
  # @param [Hash] opts the optional parameters
63
- # @option opts [String] :ordering Which field to use when ordering the results.
64
- # @option opts [String] :name
65
- # @option opts [String] :name__in Filter results where name is in a comma-separated list of values
66
66
  # @option opts [Integer] :limit Number of results to return per page.
67
+ # @option opts [String] :name name
68
+ # @option opts [String] :name__in name__in
67
69
  # @option opts [Integer] :offset The initial index from which to return the results.
70
+ # @option opts [String] :ordering Which field to use when ordering the results.
68
71
  # @option opts [String] :fields A list of fields to include in the response.
69
72
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
70
73
  # @return [InlineResponse2004]
@@ -77,8 +80,8 @@ describe 'RepositoriesPythonApi' do
77
80
  # unit tests for modify
78
81
  # Modify Repository Content
79
82
  # Trigger an asynchronous task to create a new repository version.
80
- # @param python_repository_href URI of Python Repository. e.g.: /pulp/api/v3/repositories/python/python/1/
81
- # @param data
83
+ # @param python_python_repository_href
84
+ # @param repository_add_remove_content
82
85
  # @param [Hash] opts the optional parameters
83
86
  # @return [AsyncOperationResponse]
84
87
  describe 'modify test' do
@@ -88,11 +91,14 @@ describe 'RepositoriesPythonApi' do
88
91
  end
89
92
 
90
93
  # unit tests for partial_update
91
- # Partially update a python repository
94
+ # Update a python repository
92
95
  # Trigger an asynchronous partial update task
93
- # @param python_repository_href URI of Python Repository. e.g.: /pulp/api/v3/repositories/python/python/1/
94
- # @param data
96
+ # @param python_python_repository_href
97
+ # @param patchedpython_python_repository
95
98
  # @param [Hash] opts the optional parameters
99
+ # @option opts [String] :name name
100
+ # @option opts [String] :name__in name__in
101
+ # @option opts [String] :ordering Which field to use when ordering the results.
96
102
  # @return [AsyncOperationResponse]
97
103
  describe 'partial_update test' do
98
104
  it 'should work' do
@@ -103,11 +109,11 @@ describe 'RepositoriesPythonApi' do
103
109
  # unit tests for read
104
110
  # Inspect a python repository
105
111
  # A ViewSet for PythonRepository.
106
- # @param python_repository_href URI of Python Repository. e.g.: /pulp/api/v3/repositories/python/python/1/
112
+ # @param python_python_repository_href
107
113
  # @param [Hash] opts the optional parameters
108
114
  # @option opts [String] :fields A list of fields to include in the response.
109
115
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
110
- # @return [PythonPythonRepositoryRead]
116
+ # @return [PythonPythonRepositoryResponse]
111
117
  describe 'read test' do
112
118
  it 'should work' do
113
119
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -117,8 +123,8 @@ describe 'RepositoriesPythonApi' do
117
123
  # unit tests for sync
118
124
  # Sync from remote
119
125
  # Trigger an asynchronous task to sync Python content.
120
- # @param python_repository_href URI of Python Repository. e.g.: /pulp/api/v3/repositories/python/python/1/
121
- # @param data
126
+ # @param python_python_repository_href
127
+ # @param repository_sync_url
122
128
  # @param [Hash] opts the optional parameters
123
129
  # @return [AsyncOperationResponse]
124
130
  describe 'sync test' do
@@ -130,9 +136,12 @@ describe 'RepositoriesPythonApi' do
130
136
  # unit tests for update
131
137
  # Update a python repository
132
138
  # Trigger an asynchronous update task
133
- # @param python_repository_href URI of Python Repository. e.g.: /pulp/api/v3/repositories/python/python/1/
134
- # @param data
139
+ # @param python_python_repository_href
140
+ # @param python_python_repository
135
141
  # @param [Hash] opts the optional parameters
142
+ # @option opts [String] :name name
143
+ # @option opts [String] :name__in name__in
144
+ # @option opts [String] :ordering Which field to use when ordering the results.
136
145
  # @return [AsyncOperationResponse]
137
146
  describe 'update test' do
138
147
  it 'should work' do