pulp_rpm_client 3.5.1 → 3.6.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +73 -55
- data/docs/{Addon.md → AddonResponse.md} +2 -2
- data/docs/{Artifact.md → ArtifactResponse.md} +3 -3
- data/docs/{Checksum.md → ChecksumResponse.md} +2 -2
- data/docs/ContentAdvisoriesApi.md +44 -44
- data/docs/ContentDistributionTreesApi.md +25 -25
- data/docs/ContentModulemdDefaultsApi.md +32 -32
- data/docs/ContentModulemdsApi.md +34 -34
- data/docs/ContentPackagecategoriesApi.md +25 -25
- data/docs/ContentPackageenvironmentsApi.md +25 -25
- data/docs/ContentPackagegroupsApi.md +25 -25
- data/docs/ContentPackagelangpacksApi.md +25 -25
- data/docs/ContentPackagesApi.md +64 -64
- data/docs/ContentRepoMetadataFilesApi.md +25 -25
- data/docs/ContentSummary.md +3 -3
- data/docs/ContentSummaryResponse.md +21 -0
- data/docs/DistributionsRpmApi.md +108 -60
- data/docs/{Image.md → ImageResponse.md} +3 -3
- data/docs/InlineResponse200.md +3 -3
- data/docs/InlineResponse2001.md +3 -3
- data/docs/InlineResponse20010.md +3 -3
- data/docs/InlineResponse20011.md +3 -3
- data/docs/InlineResponse20012.md +3 -3
- data/docs/InlineResponse20013.md +3 -3
- data/docs/InlineResponse20014.md +3 -3
- data/docs/InlineResponse2002.md +3 -3
- data/docs/InlineResponse2003.md +3 -3
- data/docs/InlineResponse2004.md +3 -3
- data/docs/InlineResponse2005.md +3 -3
- data/docs/InlineResponse2006.md +3 -3
- data/docs/InlineResponse2007.md +3 -3
- data/docs/InlineResponse2008.md +3 -3
- data/docs/InlineResponse2009.md +3 -3
- data/docs/MetadataChecksumTypeEnum.md +16 -0
- data/docs/PackageChecksumTypeEnum.md +16 -0
- data/docs/PatchedrpmRpmDistribution.md +23 -0
- data/docs/PatchedrpmRpmRemote.md +39 -0
- data/docs/PatchedrpmRpmRepository.md +25 -0
- data/docs/PolicyEnum.md +16 -0
- data/docs/PublicationsRpmApi.md +40 -40
- data/docs/RemotesRpmApi.md +125 -65
- data/docs/RepositoriesRpmApi.md +97 -73
- data/docs/RepositoriesRpmVersionsApi.md +94 -62
- data/docs/RepositoryAddRemoveContent.md +2 -2
- data/docs/RepositoryVersion.md +1 -9
- data/docs/RepositoryVersionResponse.md +25 -0
- data/docs/RpmCopyApi.md +10 -10
- data/docs/{RpmDistributionTree.md → RpmDistributionTreeResponse.md} +6 -6
- data/docs/RpmModulemd.md +8 -8
- data/docs/RpmModulemdDefaults.md +8 -8
- data/docs/RpmModulemdDefaultsResponse.md +29 -0
- data/docs/RpmModulemdResponse.md +39 -0
- data/docs/RpmPackage.md +7 -79
- data/docs/{RpmPackageCategory.md → RpmPackageCategoryResponse.md} +2 -2
- data/docs/{RpmPackageEnvironment.md → RpmPackageEnvironmentResponse.md} +2 -2
- data/docs/{RpmPackageGroup.md → RpmPackageGroupResponse.md} +2 -2
- data/docs/{RpmPackageLangpacks.md → RpmPackageLangpacksResponse.md} +2 -2
- data/docs/RpmPackageResponse.md +95 -0
- data/docs/{RpmRepoMetadataFile.md → RpmRepoMetadataFileResponse.md} +2 -2
- data/docs/RpmRepositorySyncURL.md +1 -1
- data/docs/RpmRpmDistribution.md +1 -7
- data/docs/RpmRpmDistributionResponse.md +29 -0
- data/docs/RpmRpmPublication.md +3 -7
- data/docs/RpmRpmPublicationResponse.md +27 -0
- data/docs/RpmRpmRemote.md +4 -10
- data/docs/RpmRpmRemoteResponse.md +45 -0
- data/docs/RpmRpmRepository.md +3 -9
- data/docs/RpmRpmRepositoryResponse.md +33 -0
- data/docs/RpmUpdateCollection.md +1 -3
- data/docs/RpmUpdateCollectionResponse.md +23 -0
- data/docs/RpmUpdateRecord.md +4 -40
- data/docs/RpmUpdateRecordResponse.md +55 -0
- data/docs/{Variant.md → VariantResponse.md} +2 -2
- data/lib/pulp_rpm_client/api/content_advisories_api.rb +60 -60
- data/lib/pulp_rpm_client/api/content_distribution_trees_api.rb +36 -36
- data/lib/pulp_rpm_client/api/content_modulemd_defaults_api.rb +42 -54
- data/lib/pulp_rpm_client/api/content_modulemds_api.rb +44 -76
- data/lib/pulp_rpm_client/api/content_packagecategories_api.rb +36 -36
- data/lib/pulp_rpm_client/api/content_packageenvironments_api.rb +36 -36
- data/lib/pulp_rpm_client/api/content_packagegroups_api.rb +36 -36
- data/lib/pulp_rpm_client/api/content_packagelangpacks_api.rb +36 -36
- data/lib/pulp_rpm_client/api/content_packages_api.rb +92 -92
- data/lib/pulp_rpm_client/api/content_repo_metadata_files_api.rb +36 -36
- data/lib/pulp_rpm_client/api/distributions_rpm_api.rb +153 -90
- data/lib/pulp_rpm_client/api/publications_rpm_api.rb +59 -59
- data/lib/pulp_rpm_client/api/remotes_rpm_api.rb +181 -100
- data/lib/pulp_rpm_client/api/repositories_rpm_api.rb +145 -118
- data/lib/pulp_rpm_client/api/repositories_rpm_versions_api.rb +137 -92
- data/lib/pulp_rpm_client/api/rpm_copy_api.rb +15 -15
- data/lib/pulp_rpm_client/api_client.rb +2 -2
- data/lib/pulp_rpm_client/api_error.rb +2 -2
- data/lib/pulp_rpm_client/configuration.rb +3 -3
- data/lib/pulp_rpm_client/models/{addon.rb → addon_response.rb} +6 -100
- data/lib/pulp_rpm_client/models/{artifact.rb → artifact_response.rb} +9 -93
- data/lib/pulp_rpm_client/models/async_operation_response.rb +3 -2
- data/lib/pulp_rpm_client/models/{checksum.rb → checksum_response.rb} +6 -43
- data/lib/pulp_rpm_client/models/content_summary.rb +9 -15
- data/lib/pulp_rpm_client/models/content_summary_response.rb +240 -0
- data/lib/pulp_rpm_client/models/copy.rb +3 -2
- data/lib/pulp_rpm_client/models/{image.rb → image_response.rb} +7 -63
- data/lib/pulp_rpm_client/models/inline_response200.rb +3 -13
- data/lib/pulp_rpm_client/models/inline_response2001.rb +3 -13
- data/lib/pulp_rpm_client/models/inline_response20010.rb +3 -13
- data/lib/pulp_rpm_client/models/inline_response20011.rb +3 -13
- data/lib/pulp_rpm_client/models/inline_response20012.rb +3 -13
- data/lib/pulp_rpm_client/models/inline_response20013.rb +3 -13
- data/lib/pulp_rpm_client/models/inline_response20014.rb +3 -13
- data/lib/pulp_rpm_client/models/inline_response2002.rb +3 -13
- data/lib/pulp_rpm_client/models/inline_response2003.rb +3 -13
- data/lib/pulp_rpm_client/models/inline_response2004.rb +3 -13
- data/lib/pulp_rpm_client/models/inline_response2005.rb +3 -13
- data/lib/pulp_rpm_client/models/inline_response2006.rb +3 -13
- data/lib/pulp_rpm_client/models/inline_response2007.rb +3 -13
- data/lib/pulp_rpm_client/models/inline_response2008.rb +3 -13
- data/lib/pulp_rpm_client/models/inline_response2009.rb +3 -13
- data/lib/pulp_rpm_client/models/metadata_checksum_type_enum.rb +41 -0
- data/lib/pulp_rpm_client/models/package_checksum_type_enum.rb +41 -0
- data/lib/pulp_rpm_client/models/patchedrpm_rpm_distribution.rb +240 -0
- data/lib/pulp_rpm_client/models/patchedrpm_rpm_remote.rb +340 -0
- data/lib/pulp_rpm_client/models/patchedrpm_rpm_repository.rb +265 -0
- data/lib/pulp_rpm_client/models/policy_enum.rb +37 -0
- data/lib/pulp_rpm_client/models/repository_add_remove_content.rb +5 -4
- data/lib/pulp_rpm_client/models/repository_version.rb +7 -43
- data/lib/pulp_rpm_client/models/repository_version_response.rb +246 -0
- data/lib/pulp_rpm_client/models/{rpm_distribution_tree.rb → rpm_distribution_tree_response.rb} +17 -234
- data/lib/pulp_rpm_client/models/rpm_modulemd.rb +42 -153
- data/lib/pulp_rpm_client/models/rpm_modulemd_defaults.rb +40 -86
- data/lib/pulp_rpm_client/models/rpm_modulemd_defaults_response.rb +282 -0
- data/lib/pulp_rpm_client/models/rpm_modulemd_response.rb +346 -0
- data/lib/pulp_rpm_client/models/rpm_package.rb +28 -501
- data/lib/pulp_rpm_client/models/{rpm_package_category.rb → rpm_package_category_response.rb} +10 -63
- data/lib/pulp_rpm_client/models/{rpm_package_environment.rb → rpm_package_environment_response.rb} +11 -68
- data/lib/pulp_rpm_client/models/{rpm_package_group.rb → rpm_package_group_response.rb} +10 -63
- data/lib/pulp_rpm_client/models/{rpm_package_langpacks.rb → rpm_package_langpacks_response.rb} +8 -34
- data/lib/pulp_rpm_client/models/rpm_package_response.rb +597 -0
- data/lib/pulp_rpm_client/models/{rpm_repo_metadata_file.rb → rpm_repo_metadata_file_response.rb} +6 -96
- data/lib/pulp_rpm_client/models/rpm_repository_sync_url.rb +4 -30
- data/lib/pulp_rpm_client/models/rpm_rpm_distribution.rb +4 -85
- data/lib/pulp_rpm_client/models/rpm_rpm_distribution_response.rb +279 -0
- data/lib/pulp_rpm_client/models/rpm_rpm_publication.rb +6 -74
- data/lib/pulp_rpm_client/models/rpm_rpm_publication_response.rb +256 -0
- data/lib/pulp_rpm_client/models/rpm_rpm_remote.rb +7 -214
- data/lib/pulp_rpm_client/models/rpm_rpm_remote_response.rb +379 -0
- data/lib/pulp_rpm_client/models/rpm_rpm_repository.rb +14 -74
- data/lib/pulp_rpm_client/models/rpm_rpm_repository_response.rb +307 -0
- data/lib/pulp_rpm_client/models/rpm_update_collection.rb +10 -34
- data/lib/pulp_rpm_client/models/rpm_update_collection_response.rb +243 -0
- data/lib/pulp_rpm_client/models/rpm_update_record.rb +18 -245
- data/lib/pulp_rpm_client/models/rpm_update_record_response.rb +401 -0
- data/lib/pulp_rpm_client/models/{variant.rb → variant_response.rb} +6 -195
- data/lib/pulp_rpm_client/version.rb +3 -3
- data/lib/pulp_rpm_client.rb +30 -13
- data/pulp_rpm_client.gemspec +4 -4
- data/spec/api/content_advisories_api_spec.rb +21 -21
- data/spec/api/content_distribution_trees_api_spec.rb +9 -9
- data/spec/api/content_modulemd_defaults_api_spec.rb +13 -13
- data/spec/api/content_modulemds_api_spec.rb +13 -13
- data/spec/api/content_packagecategories_api_spec.rb +9 -9
- data/spec/api/content_packageenvironments_api_spec.rb +9 -9
- data/spec/api/content_packagegroups_api_spec.rb +9 -9
- data/spec/api/content_packagelangpacks_api_spec.rb +9 -9
- data/spec/api/content_packages_api_spec.rb +31 -31
- data/spec/api/content_repo_metadata_files_api_spec.rb +9 -9
- data/spec/api/distributions_rpm_api_spec.rb +39 -18
- data/spec/api/publications_rpm_api_spec.rb +14 -14
- data/spec/api/remotes_rpm_api_spec.rb +48 -21
- data/spec/api/repositories_rpm_api_spec.rb +28 -19
- data/spec/api/repositories_rpm_versions_api_spec.rb +38 -23
- data/spec/api/rpm_copy_api_spec.rb +5 -5
- data/spec/api_client_spec.rb +2 -2
- data/spec/configuration_spec.rb +2 -2
- data/spec/models/{addon_spec.rb → addon_response_spec.rb} +8 -8
- data/spec/models/{artifact_spec.rb → artifact_response_spec.rb} +8 -8
- data/spec/models/async_operation_response_spec.rb +2 -2
- data/spec/models/{checksum_spec.rb → checksum_response_spec.rb} +8 -8
- data/spec/models/content_summary_response_spec.rb +53 -0
- data/spec/models/content_summary_spec.rb +2 -2
- data/spec/models/copy_spec.rb +2 -2
- data/spec/models/{image_spec.rb → image_response_spec.rb} +8 -8
- data/spec/models/inline_response20010_spec.rb +2 -2
- data/spec/models/inline_response20011_spec.rb +2 -2
- data/spec/models/inline_response20012_spec.rb +2 -2
- data/spec/models/inline_response20013_spec.rb +2 -2
- data/spec/models/inline_response20014_spec.rb +2 -2
- data/spec/models/inline_response2001_spec.rb +2 -2
- data/spec/models/inline_response2002_spec.rb +2 -2
- data/spec/models/inline_response2003_spec.rb +2 -2
- data/spec/models/inline_response2004_spec.rb +2 -2
- data/spec/models/inline_response2005_spec.rb +2 -2
- data/spec/models/inline_response2006_spec.rb +2 -2
- data/spec/models/inline_response2007_spec.rb +2 -2
- data/spec/models/inline_response2008_spec.rb +2 -2
- data/spec/models/inline_response2009_spec.rb +2 -2
- data/spec/models/inline_response200_spec.rb +2 -2
- data/spec/models/metadata_checksum_type_enum_spec.rb +35 -0
- data/spec/models/package_checksum_type_enum_spec.rb +35 -0
- data/spec/models/patchedrpm_rpm_distribution_spec.rb +59 -0
- data/spec/models/patchedrpm_rpm_remote_spec.rb +107 -0
- data/spec/models/patchedrpm_rpm_repository_spec.rb +65 -0
- data/spec/models/policy_enum_spec.rb +35 -0
- data/spec/models/repository_add_remove_content_spec.rb +2 -2
- data/spec/models/repository_version_response_spec.rb +65 -0
- data/spec/models/repository_version_spec.rb +2 -26
- data/spec/models/{rpm_distribution_tree_spec.rb → rpm_distribution_tree_response_spec.rb} +8 -8
- data/spec/models/rpm_modulemd_defaults_response_spec.rb +77 -0
- data/spec/models/rpm_modulemd_defaults_spec.rb +9 -9
- data/spec/models/rpm_modulemd_response_spec.rb +107 -0
- data/spec/models/rpm_modulemd_spec.rb +11 -11
- data/spec/models/{rpm_package_category_spec.rb → rpm_package_category_response_spec.rb} +8 -8
- data/spec/models/{rpm_package_environment_spec.rb → rpm_package_environment_response_spec.rb} +8 -8
- data/spec/models/{rpm_package_group_spec.rb → rpm_package_group_response_spec.rb} +8 -8
- data/spec/models/{rpm_package_langpacks_spec.rb → rpm_package_langpacks_response_spec.rb} +8 -8
- data/spec/models/rpm_package_response_spec.rb +275 -0
- data/spec/models/rpm_package_spec.rb +5 -221
- data/spec/models/{rpm_repo_metadata_file_spec.rb → rpm_repo_metadata_file_response_spec.rb} +8 -8
- data/spec/models/rpm_repository_sync_url_spec.rb +2 -6
- data/spec/models/rpm_rpm_distribution_response_spec.rb +77 -0
- data/spec/models/rpm_rpm_distribution_spec.rb +2 -20
- data/spec/models/rpm_rpm_publication_response_spec.rb +71 -0
- data/spec/models/rpm_rpm_publication_spec.rb +2 -22
- data/spec/models/rpm_rpm_remote_response_spec.rb +125 -0
- data/spec/models/rpm_rpm_remote_spec.rb +2 -24
- data/spec/models/rpm_rpm_repository_response_spec.rb +89 -0
- data/spec/models/rpm_rpm_repository_spec.rb +5 -23
- data/spec/models/rpm_update_collection_response_spec.rb +59 -0
- data/spec/models/rpm_update_collection_spec.rb +2 -8
- data/spec/models/rpm_update_record_response_spec.rb +155 -0
- data/spec/models/rpm_update_record_spec.rb +4 -112
- data/spec/models/{variant_spec.rb → variant_response_spec.rb} +8 -8
- data/spec/spec_helper.rb +2 -2
- metadata +116 -48
data/docs/DistributionsRpmApi.md
CHANGED
@@ -5,17 +5,17 @@ All URIs are relative to *http://pulp*
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
7
7
|
[**create**](DistributionsRpmApi.md#create) | **POST** /pulp/api/v3/distributions/rpm/rpm/ | Create a rpm distribution
|
8
|
-
[**delete**](DistributionsRpmApi.md#delete) | **DELETE** {
|
8
|
+
[**delete**](DistributionsRpmApi.md#delete) | **DELETE** {rpm_rpm_distribution_href} | Delete a rpm distribution
|
9
9
|
[**list**](DistributionsRpmApi.md#list) | **GET** /pulp/api/v3/distributions/rpm/rpm/ | List rpm distributions
|
10
|
-
[**partial_update**](DistributionsRpmApi.md#partial_update) | **PATCH** {
|
11
|
-
[**read**](DistributionsRpmApi.md#read) | **GET** {
|
12
|
-
[**update**](DistributionsRpmApi.md#update) | **PUT** {
|
10
|
+
[**partial_update**](DistributionsRpmApi.md#partial_update) | **PATCH** {rpm_rpm_distribution_href} | Update a rpm distribution
|
11
|
+
[**read**](DistributionsRpmApi.md#read) | **GET** {rpm_rpm_distribution_href} | Inspect a rpm distribution
|
12
|
+
[**update**](DistributionsRpmApi.md#update) | **PUT** {rpm_rpm_distribution_href} | Update a rpm distribution
|
13
13
|
|
14
14
|
|
15
15
|
|
16
16
|
## create
|
17
17
|
|
18
|
-
> AsyncOperationResponse create(
|
18
|
+
> AsyncOperationResponse create(rpm_rpm_distribution)
|
19
19
|
|
20
20
|
Create a rpm distribution
|
21
21
|
|
@@ -28,17 +28,17 @@ Trigger an asynchronous create task
|
|
28
28
|
require 'pulp_rpm_client'
|
29
29
|
# setup authorization
|
30
30
|
PulpRpmClient.configure do |config|
|
31
|
-
# Configure HTTP basic authorization:
|
31
|
+
# Configure HTTP basic authorization: basicAuth
|
32
32
|
config.username = 'YOUR USERNAME'
|
33
33
|
config.password = 'YOUR PASSWORD'
|
34
34
|
end
|
35
35
|
|
36
36
|
api_instance = PulpRpmClient::DistributionsRpmApi.new
|
37
|
-
|
37
|
+
rpm_rpm_distribution = PulpRpmClient::RpmRpmDistribution.new # RpmRpmDistribution |
|
38
38
|
|
39
39
|
begin
|
40
40
|
#Create a rpm distribution
|
41
|
-
result = api_instance.create(
|
41
|
+
result = api_instance.create(rpm_rpm_distribution)
|
42
42
|
p result
|
43
43
|
rescue PulpRpmClient::ApiError => e
|
44
44
|
puts "Exception when calling DistributionsRpmApi->create: #{e}"
|
@@ -50,7 +50,7 @@ end
|
|
50
50
|
|
51
51
|
Name | Type | Description | Notes
|
52
52
|
------------- | ------------- | ------------- | -------------
|
53
|
-
**
|
53
|
+
**rpm_rpm_distribution** | [**RpmRpmDistribution**](RpmRpmDistribution.md)| |
|
54
54
|
|
55
55
|
### Return type
|
56
56
|
|
@@ -58,17 +58,17 @@ Name | Type | Description | Notes
|
|
58
58
|
|
59
59
|
### Authorization
|
60
60
|
|
61
|
-
[
|
61
|
+
[basicAuth](../README.md#basicAuth)
|
62
62
|
|
63
63
|
### HTTP request headers
|
64
64
|
|
65
|
-
- **Content-Type**: application/json
|
65
|
+
- **Content-Type**: application/json, application/x-www-form-urlencoded, multipart/form-data
|
66
66
|
- **Accept**: application/json
|
67
67
|
|
68
68
|
|
69
69
|
## delete
|
70
70
|
|
71
|
-
> AsyncOperationResponse delete(
|
71
|
+
> AsyncOperationResponse delete(rpm_rpm_distribution_href, opts)
|
72
72
|
|
73
73
|
Delete a rpm distribution
|
74
74
|
|
@@ -81,17 +81,26 @@ Trigger an asynchronous delete task
|
|
81
81
|
require 'pulp_rpm_client'
|
82
82
|
# setup authorization
|
83
83
|
PulpRpmClient.configure do |config|
|
84
|
-
# Configure HTTP basic authorization:
|
84
|
+
# Configure HTTP basic authorization: basicAuth
|
85
85
|
config.username = 'YOUR USERNAME'
|
86
86
|
config.password = 'YOUR PASSWORD'
|
87
87
|
end
|
88
88
|
|
89
89
|
api_instance = PulpRpmClient::DistributionsRpmApi.new
|
90
|
-
|
90
|
+
rpm_rpm_distribution_href = 'rpm_rpm_distribution_href_example' # String |
|
91
|
+
opts = {
|
92
|
+
base_path: 'base_path_example', # String | base_path
|
93
|
+
base_path__contains: 'base_path__contains_example', # String | base_path__contains
|
94
|
+
base_path__icontains: 'base_path__icontains_example', # String | base_path__icontains
|
95
|
+
base_path__in: 'base_path__in_example', # String | base_path__in
|
96
|
+
name: 'name_example', # String | name
|
97
|
+
name__in: 'name__in_example', # String | name__in
|
98
|
+
ordering: 'ordering_example' # String | Which field to use when ordering the results.
|
99
|
+
}
|
91
100
|
|
92
101
|
begin
|
93
102
|
#Delete a rpm distribution
|
94
|
-
result = api_instance.delete(
|
103
|
+
result = api_instance.delete(rpm_rpm_distribution_href, opts)
|
95
104
|
p result
|
96
105
|
rescue PulpRpmClient::ApiError => e
|
97
106
|
puts "Exception when calling DistributionsRpmApi->delete: #{e}"
|
@@ -103,7 +112,14 @@ end
|
|
103
112
|
|
104
113
|
Name | Type | Description | Notes
|
105
114
|
------------- | ------------- | ------------- | -------------
|
106
|
-
**
|
115
|
+
**rpm_rpm_distribution_href** | **String**| |
|
116
|
+
**base_path** | **String**| base_path | [optional]
|
117
|
+
**base_path__contains** | **String**| base_path__contains | [optional]
|
118
|
+
**base_path__icontains** | **String**| base_path__icontains | [optional]
|
119
|
+
**base_path__in** | **String**| base_path__in | [optional]
|
120
|
+
**name** | **String**| name | [optional]
|
121
|
+
**name__in** | **String**| name__in | [optional]
|
122
|
+
**ordering** | **String**| Which field to use when ordering the results. | [optional]
|
107
123
|
|
108
124
|
### Return type
|
109
125
|
|
@@ -111,7 +127,7 @@ Name | Type | Description | Notes
|
|
111
127
|
|
112
128
|
### Authorization
|
113
129
|
|
114
|
-
[
|
130
|
+
[basicAuth](../README.md#basicAuth)
|
115
131
|
|
116
132
|
### HTTP request headers
|
117
133
|
|
@@ -134,22 +150,22 @@ ViewSet for RPM Distributions.
|
|
134
150
|
require 'pulp_rpm_client'
|
135
151
|
# setup authorization
|
136
152
|
PulpRpmClient.configure do |config|
|
137
|
-
# Configure HTTP basic authorization:
|
153
|
+
# Configure HTTP basic authorization: basicAuth
|
138
154
|
config.username = 'YOUR USERNAME'
|
139
155
|
config.password = 'YOUR PASSWORD'
|
140
156
|
end
|
141
157
|
|
142
158
|
api_instance = PulpRpmClient::DistributionsRpmApi.new
|
143
159
|
opts = {
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
|
148
|
-
base_path__contains: 'base_path__contains_example', # String | Filter results where base_path contains value
|
149
|
-
base_path__icontains: 'base_path__icontains_example', # String | Filter results where base_path contains value
|
150
|
-
base_path__in: 'base_path__in_example', # String | Filter results where base_path is in a comma-separated list of values
|
160
|
+
base_path: 'base_path_example', # String | base_path
|
161
|
+
base_path__contains: 'base_path__contains_example', # String | base_path__contains
|
162
|
+
base_path__icontains: 'base_path__icontains_example', # String | base_path__icontains
|
163
|
+
base_path__in: 'base_path__in_example', # String | base_path__in
|
151
164
|
limit: 56, # Integer | Number of results to return per page.
|
165
|
+
name: 'name_example', # String | name
|
166
|
+
name__in: 'name__in_example', # String | name__in
|
152
167
|
offset: 56, # Integer | The initial index from which to return the results.
|
168
|
+
ordering: 'ordering_example', # String | Which field to use when ordering the results.
|
153
169
|
fields: 'fields_example', # String | A list of fields to include in the response.
|
154
170
|
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
155
171
|
}
|
@@ -168,15 +184,15 @@ end
|
|
168
184
|
|
169
185
|
Name | Type | Description | Notes
|
170
186
|
------------- | ------------- | ------------- | -------------
|
171
|
-
**
|
172
|
-
**
|
173
|
-
**
|
174
|
-
**
|
175
|
-
**base_path__contains** | **String**| Filter results where base_path contains value | [optional]
|
176
|
-
**base_path__icontains** | **String**| Filter results where base_path contains value | [optional]
|
177
|
-
**base_path__in** | **String**| Filter results where base_path is in a comma-separated list of values | [optional]
|
187
|
+
**base_path** | **String**| base_path | [optional]
|
188
|
+
**base_path__contains** | **String**| base_path__contains | [optional]
|
189
|
+
**base_path__icontains** | **String**| base_path__icontains | [optional]
|
190
|
+
**base_path__in** | **String**| base_path__in | [optional]
|
178
191
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
192
|
+
**name** | **String**| name | [optional]
|
193
|
+
**name__in** | **String**| name__in | [optional]
|
179
194
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
195
|
+
**ordering** | **String**| Which field to use when ordering the results. | [optional]
|
180
196
|
**fields** | **String**| A list of fields to include in the response. | [optional]
|
181
197
|
**exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
|
182
198
|
|
@@ -186,7 +202,7 @@ Name | Type | Description | Notes
|
|
186
202
|
|
187
203
|
### Authorization
|
188
204
|
|
189
|
-
[
|
205
|
+
[basicAuth](../README.md#basicAuth)
|
190
206
|
|
191
207
|
### HTTP request headers
|
192
208
|
|
@@ -196,9 +212,9 @@ Name | Type | Description | Notes
|
|
196
212
|
|
197
213
|
## partial_update
|
198
214
|
|
199
|
-
> AsyncOperationResponse partial_update(
|
215
|
+
> AsyncOperationResponse partial_update(rpm_rpm_distribution_href, patchedrpm_rpm_distribution, opts)
|
200
216
|
|
201
|
-
|
217
|
+
Update a rpm distribution
|
202
218
|
|
203
219
|
Trigger an asynchronous partial update task
|
204
220
|
|
@@ -209,18 +225,27 @@ Trigger an asynchronous partial update task
|
|
209
225
|
require 'pulp_rpm_client'
|
210
226
|
# setup authorization
|
211
227
|
PulpRpmClient.configure do |config|
|
212
|
-
# Configure HTTP basic authorization:
|
228
|
+
# Configure HTTP basic authorization: basicAuth
|
213
229
|
config.username = 'YOUR USERNAME'
|
214
230
|
config.password = 'YOUR PASSWORD'
|
215
231
|
end
|
216
232
|
|
217
233
|
api_instance = PulpRpmClient::DistributionsRpmApi.new
|
218
|
-
|
219
|
-
|
234
|
+
rpm_rpm_distribution_href = 'rpm_rpm_distribution_href_example' # String |
|
235
|
+
patchedrpm_rpm_distribution = PulpRpmClient::PatchedrpmRpmDistribution.new # PatchedrpmRpmDistribution |
|
236
|
+
opts = {
|
237
|
+
base_path: 'base_path_example', # String | base_path
|
238
|
+
base_path__contains: 'base_path__contains_example', # String | base_path__contains
|
239
|
+
base_path__icontains: 'base_path__icontains_example', # String | base_path__icontains
|
240
|
+
base_path__in: 'base_path__in_example', # String | base_path__in
|
241
|
+
name: 'name_example', # String | name
|
242
|
+
name__in: 'name__in_example', # String | name__in
|
243
|
+
ordering: 'ordering_example' # String | Which field to use when ordering the results.
|
244
|
+
}
|
220
245
|
|
221
246
|
begin
|
222
|
-
#
|
223
|
-
result = api_instance.partial_update(
|
247
|
+
#Update a rpm distribution
|
248
|
+
result = api_instance.partial_update(rpm_rpm_distribution_href, patchedrpm_rpm_distribution, opts)
|
224
249
|
p result
|
225
250
|
rescue PulpRpmClient::ApiError => e
|
226
251
|
puts "Exception when calling DistributionsRpmApi->partial_update: #{e}"
|
@@ -232,8 +257,15 @@ end
|
|
232
257
|
|
233
258
|
Name | Type | Description | Notes
|
234
259
|
------------- | ------------- | ------------- | -------------
|
235
|
-
**
|
236
|
-
**
|
260
|
+
**rpm_rpm_distribution_href** | **String**| |
|
261
|
+
**patchedrpm_rpm_distribution** | [**PatchedrpmRpmDistribution**](PatchedrpmRpmDistribution.md)| |
|
262
|
+
**base_path** | **String**| base_path | [optional]
|
263
|
+
**base_path__contains** | **String**| base_path__contains | [optional]
|
264
|
+
**base_path__icontains** | **String**| base_path__icontains | [optional]
|
265
|
+
**base_path__in** | **String**| base_path__in | [optional]
|
266
|
+
**name** | **String**| name | [optional]
|
267
|
+
**name__in** | **String**| name__in | [optional]
|
268
|
+
**ordering** | **String**| Which field to use when ordering the results. | [optional]
|
237
269
|
|
238
270
|
### Return type
|
239
271
|
|
@@ -241,17 +273,17 @@ Name | Type | Description | Notes
|
|
241
273
|
|
242
274
|
### Authorization
|
243
275
|
|
244
|
-
[
|
276
|
+
[basicAuth](../README.md#basicAuth)
|
245
277
|
|
246
278
|
### HTTP request headers
|
247
279
|
|
248
|
-
- **Content-Type**: application/json
|
280
|
+
- **Content-Type**: application/json, application/x-www-form-urlencoded, multipart/form-data
|
249
281
|
- **Accept**: application/json
|
250
282
|
|
251
283
|
|
252
284
|
## read
|
253
285
|
|
254
|
-
>
|
286
|
+
> RpmRpmDistributionResponse read(rpm_rpm_distribution_href, opts)
|
255
287
|
|
256
288
|
Inspect a rpm distribution
|
257
289
|
|
@@ -264,13 +296,13 @@ ViewSet for RPM Distributions.
|
|
264
296
|
require 'pulp_rpm_client'
|
265
297
|
# setup authorization
|
266
298
|
PulpRpmClient.configure do |config|
|
267
|
-
# Configure HTTP basic authorization:
|
299
|
+
# Configure HTTP basic authorization: basicAuth
|
268
300
|
config.username = 'YOUR USERNAME'
|
269
301
|
config.password = 'YOUR PASSWORD'
|
270
302
|
end
|
271
303
|
|
272
304
|
api_instance = PulpRpmClient::DistributionsRpmApi.new
|
273
|
-
|
305
|
+
rpm_rpm_distribution_href = 'rpm_rpm_distribution_href_example' # String |
|
274
306
|
opts = {
|
275
307
|
fields: 'fields_example', # String | A list of fields to include in the response.
|
276
308
|
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
@@ -278,7 +310,7 @@ opts = {
|
|
278
310
|
|
279
311
|
begin
|
280
312
|
#Inspect a rpm distribution
|
281
|
-
result = api_instance.read(
|
313
|
+
result = api_instance.read(rpm_rpm_distribution_href, opts)
|
282
314
|
p result
|
283
315
|
rescue PulpRpmClient::ApiError => e
|
284
316
|
puts "Exception when calling DistributionsRpmApi->read: #{e}"
|
@@ -290,17 +322,17 @@ end
|
|
290
322
|
|
291
323
|
Name | Type | Description | Notes
|
292
324
|
------------- | ------------- | ------------- | -------------
|
293
|
-
**
|
325
|
+
**rpm_rpm_distribution_href** | **String**| |
|
294
326
|
**fields** | **String**| A list of fields to include in the response. | [optional]
|
295
327
|
**exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
|
296
328
|
|
297
329
|
### Return type
|
298
330
|
|
299
|
-
[**
|
331
|
+
[**RpmRpmDistributionResponse**](RpmRpmDistributionResponse.md)
|
300
332
|
|
301
333
|
### Authorization
|
302
334
|
|
303
|
-
[
|
335
|
+
[basicAuth](../README.md#basicAuth)
|
304
336
|
|
305
337
|
### HTTP request headers
|
306
338
|
|
@@ -310,7 +342,7 @@ Name | Type | Description | Notes
|
|
310
342
|
|
311
343
|
## update
|
312
344
|
|
313
|
-
> AsyncOperationResponse update(
|
345
|
+
> AsyncOperationResponse update(rpm_rpm_distribution_href, rpm_rpm_distribution, opts)
|
314
346
|
|
315
347
|
Update a rpm distribution
|
316
348
|
|
@@ -323,18 +355,27 @@ Trigger an asynchronous update task
|
|
323
355
|
require 'pulp_rpm_client'
|
324
356
|
# setup authorization
|
325
357
|
PulpRpmClient.configure do |config|
|
326
|
-
# Configure HTTP basic authorization:
|
358
|
+
# Configure HTTP basic authorization: basicAuth
|
327
359
|
config.username = 'YOUR USERNAME'
|
328
360
|
config.password = 'YOUR PASSWORD'
|
329
361
|
end
|
330
362
|
|
331
363
|
api_instance = PulpRpmClient::DistributionsRpmApi.new
|
332
|
-
|
333
|
-
|
364
|
+
rpm_rpm_distribution_href = 'rpm_rpm_distribution_href_example' # String |
|
365
|
+
rpm_rpm_distribution = PulpRpmClient::RpmRpmDistribution.new # RpmRpmDistribution |
|
366
|
+
opts = {
|
367
|
+
base_path: 'base_path_example', # String | base_path
|
368
|
+
base_path__contains: 'base_path__contains_example', # String | base_path__contains
|
369
|
+
base_path__icontains: 'base_path__icontains_example', # String | base_path__icontains
|
370
|
+
base_path__in: 'base_path__in_example', # String | base_path__in
|
371
|
+
name: 'name_example', # String | name
|
372
|
+
name__in: 'name__in_example', # String | name__in
|
373
|
+
ordering: 'ordering_example' # String | Which field to use when ordering the results.
|
374
|
+
}
|
334
375
|
|
335
376
|
begin
|
336
377
|
#Update a rpm distribution
|
337
|
-
result = api_instance.update(
|
378
|
+
result = api_instance.update(rpm_rpm_distribution_href, rpm_rpm_distribution, opts)
|
338
379
|
p result
|
339
380
|
rescue PulpRpmClient::ApiError => e
|
340
381
|
puts "Exception when calling DistributionsRpmApi->update: #{e}"
|
@@ -346,8 +387,15 @@ end
|
|
346
387
|
|
347
388
|
Name | Type | Description | Notes
|
348
389
|
------------- | ------------- | ------------- | -------------
|
349
|
-
**
|
350
|
-
**
|
390
|
+
**rpm_rpm_distribution_href** | **String**| |
|
391
|
+
**rpm_rpm_distribution** | [**RpmRpmDistribution**](RpmRpmDistribution.md)| |
|
392
|
+
**base_path** | **String**| base_path | [optional]
|
393
|
+
**base_path__contains** | **String**| base_path__contains | [optional]
|
394
|
+
**base_path__icontains** | **String**| base_path__icontains | [optional]
|
395
|
+
**base_path__in** | **String**| base_path__in | [optional]
|
396
|
+
**name** | **String**| name | [optional]
|
397
|
+
**name__in** | **String**| name__in | [optional]
|
398
|
+
**ordering** | **String**| Which field to use when ordering the results. | [optional]
|
351
399
|
|
352
400
|
### Return type
|
353
401
|
|
@@ -355,10 +403,10 @@ Name | Type | Description | Notes
|
|
355
403
|
|
356
404
|
### Authorization
|
357
405
|
|
358
|
-
[
|
406
|
+
[basicAuth](../README.md#basicAuth)
|
359
407
|
|
360
408
|
### HTTP request headers
|
361
409
|
|
362
|
-
- **Content-Type**: application/json
|
410
|
+
- **Content-Type**: application/json, application/x-www-form-urlencoded, multipart/form-data
|
363
411
|
- **Accept**: application/json
|
364
412
|
|
@@ -1,4 +1,4 @@
|
|
1
|
-
# PulpRpmClient::
|
1
|
+
# PulpRpmClient::ImageResponse
|
2
2
|
|
3
3
|
## Properties
|
4
4
|
|
@@ -7,14 +7,14 @@ Name | Type | Description | Notes
|
|
7
7
|
**name** | **String** | File name. |
|
8
8
|
**path** | **String** | File path. |
|
9
9
|
**platforms** | **String** | Compatible platforms. |
|
10
|
-
**artifact** | [**
|
10
|
+
**artifact** | [**ArtifactResponse**](ArtifactResponse.md) | |
|
11
11
|
|
12
12
|
## Code Sample
|
13
13
|
|
14
14
|
```ruby
|
15
15
|
require 'PulpRpmClient'
|
16
16
|
|
17
|
-
instance = PulpRpmClient::
|
17
|
+
instance = PulpRpmClient::ImageResponse.new(name: null,
|
18
18
|
path: null,
|
19
19
|
platforms: null,
|
20
20
|
artifact: null)
|
data/docs/InlineResponse200.md
CHANGED
@@ -4,17 +4,17 @@
|
|
4
4
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
|
-
**count** | **Integer** | |
|
7
|
+
**count** | **Integer** | | [optional]
|
8
8
|
**_next** | **String** | | [optional]
|
9
9
|
**previous** | **String** | | [optional]
|
10
|
-
**results** | [**Array<
|
10
|
+
**results** | [**Array<RpmUpdateRecordResponse>**](RpmUpdateRecordResponse.md) | | [optional]
|
11
11
|
|
12
12
|
## Code Sample
|
13
13
|
|
14
14
|
```ruby
|
15
15
|
require 'PulpRpmClient'
|
16
16
|
|
17
|
-
instance = PulpRpmClient::InlineResponse200.new(count:
|
17
|
+
instance = PulpRpmClient::InlineResponse200.new(count: 123,
|
18
18
|
_next: null,
|
19
19
|
previous: null,
|
20
20
|
results: null)
|
data/docs/InlineResponse2001.md
CHANGED
@@ -4,17 +4,17 @@
|
|
4
4
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
|
-
**count** | **Integer** | |
|
7
|
+
**count** | **Integer** | | [optional]
|
8
8
|
**_next** | **String** | | [optional]
|
9
9
|
**previous** | **String** | | [optional]
|
10
|
-
**results** | [**Array<
|
10
|
+
**results** | [**Array<RpmDistributionTreeResponse>**](RpmDistributionTreeResponse.md) | | [optional]
|
11
11
|
|
12
12
|
## Code Sample
|
13
13
|
|
14
14
|
```ruby
|
15
15
|
require 'PulpRpmClient'
|
16
16
|
|
17
|
-
instance = PulpRpmClient::InlineResponse2001.new(count:
|
17
|
+
instance = PulpRpmClient::InlineResponse2001.new(count: 123,
|
18
18
|
_next: null,
|
19
19
|
previous: null,
|
20
20
|
results: null)
|
data/docs/InlineResponse20010.md
CHANGED
@@ -4,17 +4,17 @@
|
|
4
4
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
|
-
**count** | **Integer** | |
|
7
|
+
**count** | **Integer** | | [optional]
|
8
8
|
**_next** | **String** | | [optional]
|
9
9
|
**previous** | **String** | | [optional]
|
10
|
-
**results** | [**Array<
|
10
|
+
**results** | [**Array<RpmRpmDistributionResponse>**](RpmRpmDistributionResponse.md) | | [optional]
|
11
11
|
|
12
12
|
## Code Sample
|
13
13
|
|
14
14
|
```ruby
|
15
15
|
require 'PulpRpmClient'
|
16
16
|
|
17
|
-
instance = PulpRpmClient::InlineResponse20010.new(count:
|
17
|
+
instance = PulpRpmClient::InlineResponse20010.new(count: 123,
|
18
18
|
_next: null,
|
19
19
|
previous: null,
|
20
20
|
results: null)
|
data/docs/InlineResponse20011.md
CHANGED
@@ -4,17 +4,17 @@
|
|
4
4
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
|
-
**count** | **Integer** | |
|
7
|
+
**count** | **Integer** | | [optional]
|
8
8
|
**_next** | **String** | | [optional]
|
9
9
|
**previous** | **String** | | [optional]
|
10
|
-
**results** | [**Array<
|
10
|
+
**results** | [**Array<RpmRpmPublicationResponse>**](RpmRpmPublicationResponse.md) | | [optional]
|
11
11
|
|
12
12
|
## Code Sample
|
13
13
|
|
14
14
|
```ruby
|
15
15
|
require 'PulpRpmClient'
|
16
16
|
|
17
|
-
instance = PulpRpmClient::InlineResponse20011.new(count:
|
17
|
+
instance = PulpRpmClient::InlineResponse20011.new(count: 123,
|
18
18
|
_next: null,
|
19
19
|
previous: null,
|
20
20
|
results: null)
|
data/docs/InlineResponse20012.md
CHANGED
@@ -4,17 +4,17 @@
|
|
4
4
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
|
-
**count** | **Integer** | |
|
7
|
+
**count** | **Integer** | | [optional]
|
8
8
|
**_next** | **String** | | [optional]
|
9
9
|
**previous** | **String** | | [optional]
|
10
|
-
**results** | [**Array<
|
10
|
+
**results** | [**Array<RpmRpmRemoteResponse>**](RpmRpmRemoteResponse.md) | | [optional]
|
11
11
|
|
12
12
|
## Code Sample
|
13
13
|
|
14
14
|
```ruby
|
15
15
|
require 'PulpRpmClient'
|
16
16
|
|
17
|
-
instance = PulpRpmClient::InlineResponse20012.new(count:
|
17
|
+
instance = PulpRpmClient::InlineResponse20012.new(count: 123,
|
18
18
|
_next: null,
|
19
19
|
previous: null,
|
20
20
|
results: null)
|
data/docs/InlineResponse20013.md
CHANGED
@@ -4,17 +4,17 @@
|
|
4
4
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
|
-
**count** | **Integer** | |
|
7
|
+
**count** | **Integer** | | [optional]
|
8
8
|
**_next** | **String** | | [optional]
|
9
9
|
**previous** | **String** | | [optional]
|
10
|
-
**results** | [**Array<
|
10
|
+
**results** | [**Array<RpmRpmRepositoryResponse>**](RpmRpmRepositoryResponse.md) | | [optional]
|
11
11
|
|
12
12
|
## Code Sample
|
13
13
|
|
14
14
|
```ruby
|
15
15
|
require 'PulpRpmClient'
|
16
16
|
|
17
|
-
instance = PulpRpmClient::InlineResponse20013.new(count:
|
17
|
+
instance = PulpRpmClient::InlineResponse20013.new(count: 123,
|
18
18
|
_next: null,
|
19
19
|
previous: null,
|
20
20
|
results: null)
|
data/docs/InlineResponse20014.md
CHANGED
@@ -4,17 +4,17 @@
|
|
4
4
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
|
-
**count** | **Integer** | |
|
7
|
+
**count** | **Integer** | | [optional]
|
8
8
|
**_next** | **String** | | [optional]
|
9
9
|
**previous** | **String** | | [optional]
|
10
|
-
**results** | [**Array<
|
10
|
+
**results** | [**Array<RepositoryVersionResponse>**](RepositoryVersionResponse.md) | | [optional]
|
11
11
|
|
12
12
|
## Code Sample
|
13
13
|
|
14
14
|
```ruby
|
15
15
|
require 'PulpRpmClient'
|
16
16
|
|
17
|
-
instance = PulpRpmClient::InlineResponse20014.new(count:
|
17
|
+
instance = PulpRpmClient::InlineResponse20014.new(count: 123,
|
18
18
|
_next: null,
|
19
19
|
previous: null,
|
20
20
|
results: null)
|
data/docs/InlineResponse2002.md
CHANGED
@@ -4,17 +4,17 @@
|
|
4
4
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
|
-
**count** | **Integer** | |
|
7
|
+
**count** | **Integer** | | [optional]
|
8
8
|
**_next** | **String** | | [optional]
|
9
9
|
**previous** | **String** | | [optional]
|
10
|
-
**results** | [**Array<
|
10
|
+
**results** | [**Array<RpmModulemdDefaultsResponse>**](RpmModulemdDefaultsResponse.md) | | [optional]
|
11
11
|
|
12
12
|
## Code Sample
|
13
13
|
|
14
14
|
```ruby
|
15
15
|
require 'PulpRpmClient'
|
16
16
|
|
17
|
-
instance = PulpRpmClient::InlineResponse2002.new(count:
|
17
|
+
instance = PulpRpmClient::InlineResponse2002.new(count: 123,
|
18
18
|
_next: null,
|
19
19
|
previous: null,
|
20
20
|
results: null)
|
data/docs/InlineResponse2003.md
CHANGED
@@ -4,17 +4,17 @@
|
|
4
4
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
|
-
**count** | **Integer** | |
|
7
|
+
**count** | **Integer** | | [optional]
|
8
8
|
**_next** | **String** | | [optional]
|
9
9
|
**previous** | **String** | | [optional]
|
10
|
-
**results** | [**Array<
|
10
|
+
**results** | [**Array<RpmModulemdResponse>**](RpmModulemdResponse.md) | | [optional]
|
11
11
|
|
12
12
|
## Code Sample
|
13
13
|
|
14
14
|
```ruby
|
15
15
|
require 'PulpRpmClient'
|
16
16
|
|
17
|
-
instance = PulpRpmClient::InlineResponse2003.new(count:
|
17
|
+
instance = PulpRpmClient::InlineResponse2003.new(count: 123,
|
18
18
|
_next: null,
|
19
19
|
previous: null,
|
20
20
|
results: null)
|
data/docs/InlineResponse2004.md
CHANGED
@@ -4,17 +4,17 @@
|
|
4
4
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
|
-
**count** | **Integer** | |
|
7
|
+
**count** | **Integer** | | [optional]
|
8
8
|
**_next** | **String** | | [optional]
|
9
9
|
**previous** | **String** | | [optional]
|
10
|
-
**results** | [**Array<
|
10
|
+
**results** | [**Array<RpmPackageCategoryResponse>**](RpmPackageCategoryResponse.md) | | [optional]
|
11
11
|
|
12
12
|
## Code Sample
|
13
13
|
|
14
14
|
```ruby
|
15
15
|
require 'PulpRpmClient'
|
16
16
|
|
17
|
-
instance = PulpRpmClient::InlineResponse2004.new(count:
|
17
|
+
instance = PulpRpmClient::InlineResponse2004.new(count: 123,
|
18
18
|
_next: null,
|
19
19
|
previous: null,
|
20
20
|
results: null)
|
data/docs/InlineResponse2005.md
CHANGED
@@ -4,17 +4,17 @@
|
|
4
4
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
|
-
**count** | **Integer** | |
|
7
|
+
**count** | **Integer** | | [optional]
|
8
8
|
**_next** | **String** | | [optional]
|
9
9
|
**previous** | **String** | | [optional]
|
10
|
-
**results** | [**Array<
|
10
|
+
**results** | [**Array<RpmPackageEnvironmentResponse>**](RpmPackageEnvironmentResponse.md) | | [optional]
|
11
11
|
|
12
12
|
## Code Sample
|
13
13
|
|
14
14
|
```ruby
|
15
15
|
require 'PulpRpmClient'
|
16
16
|
|
17
|
-
instance = PulpRpmClient::InlineResponse2005.new(count:
|
17
|
+
instance = PulpRpmClient::InlineResponse2005.new(count: 123,
|
18
18
|
_next: null,
|
19
19
|
previous: null,
|
20
20
|
results: null)
|