pulp_npm_client 0.1.0a3.dev01613618930 → 0.1.0a3.dev1615001339
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulp_npm_client might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/README.md +4 -4
- data/docs/ContentPackagesApi.md +10 -10
- data/docs/DistributionsNpmApi.md +20 -20
- data/docs/NpmNpmRemote.md +7 -1
- data/docs/NpmNpmRemoteResponse.md +3 -7
- data/docs/PatchednpmNpmRemote.md +7 -1
- data/docs/RemotesNpmApi.md +24 -24
- data/docs/RepositoriesNpmApi.md +12 -12
- data/docs/RepositoriesNpmVersionsApi.md +28 -28
- data/lib/pulp_npm_client/api/content_packages_api.rb +11 -11
- data/lib/pulp_npm_client/api/distributions_npm_api.rb +22 -22
- data/lib/pulp_npm_client/api/remotes_npm_api.rb +26 -26
- data/lib/pulp_npm_client/api/repositories_npm_api.rb +13 -13
- data/lib/pulp_npm_client/api/repositories_npm_versions_api.rb +50 -30
- data/lib/pulp_npm_client/models/npm_npm_remote.rb +36 -2
- data/lib/pulp_npm_client/models/npm_npm_remote_response.rb +14 -35
- data/lib/pulp_npm_client/models/patchednpm_npm_remote.rb +36 -2
- data/lib/pulp_npm_client/version.rb +1 -1
- data/spec/api/content_packages_api_spec.rb +5 -5
- data/spec/api/distributions_npm_api_spec.rb +10 -10
- data/spec/api/remotes_npm_api_spec.rb +12 -12
- data/spec/api/repositories_npm_api_spec.rb +6 -6
- data/spec/api/repositories_npm_versions_api_spec.rb +14 -14
- data/spec/models/npm_npm_remote_response_spec.rb +6 -18
- data/spec/models/npm_npm_remote_spec.rb +18 -0
- data/spec/models/patchednpm_npm_remote_spec.rb +18 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9b55313f64f5475dac6458a161cb1b6da81b1437077d0fa63bb88b88cd37ad42
|
4
|
+
data.tar.gz: 0c3a1ab961a968789d5dacf531524cf6c1108f29b11bd1543bc568c514347c43
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1095af78564cf9da0ffffe538c21b4de3662f1b1de0409ff5b8aa1a55f51a2214f523a4ef94cb1aaeb5762fe7125e7fd34ab28d989ec1226866b828d38eef5b1
|
7
|
+
data.tar.gz: 70e22bb0dc00c437cfa21151ef1a1348fadd9ff7931ae51e21b878686bda64962e25eafbd8b761dde4c11aac85ec2389ecd2e2b368a6717c52eeee9f0da0bb6c
|
data/README.md
CHANGED
@@ -7,7 +7,7 @@ Fetch, Upload, Organize, and Distribute Software Packages
|
|
7
7
|
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
8
8
|
|
9
9
|
- API version: v3
|
10
|
-
- Package version: 0.1.0a3.
|
10
|
+
- Package version: 0.1.0a3.dev1615001339
|
11
11
|
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
|
12
12
|
For more information, please visit [https://pulpproject.org](https://pulpproject.org)
|
13
13
|
|
@@ -24,16 +24,16 @@ gem build pulp_npm_client.gemspec
|
|
24
24
|
Then either install the gem locally:
|
25
25
|
|
26
26
|
```shell
|
27
|
-
gem install ./pulp_npm_client-0.1.0a3.
|
27
|
+
gem install ./pulp_npm_client-0.1.0a3.dev1615001339.gem
|
28
28
|
```
|
29
29
|
|
30
|
-
(for development, run `gem install --dev ./pulp_npm_client-0.1.0a3.
|
30
|
+
(for development, run `gem install --dev ./pulp_npm_client-0.1.0a3.dev1615001339.gem` to install the development dependencies)
|
31
31
|
|
32
32
|
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
|
33
33
|
|
34
34
|
Finally add this to the Gemfile:
|
35
35
|
|
36
|
-
gem 'pulp_npm_client', '~> 0.1.0a3.
|
36
|
+
gem 'pulp_npm_client', '~> 0.1.0a3.dev1615001339'
|
37
37
|
|
38
38
|
### Install from Git
|
39
39
|
|
data/docs/ContentPackagesApi.md
CHANGED
@@ -98,13 +98,13 @@ end
|
|
98
98
|
api_instance = PulpNpmClient::ContentPackagesApi.new
|
99
99
|
opts = {
|
100
100
|
limit: 56, # Integer | Number of results to return per page.
|
101
|
-
name: 'name_example', # String | name
|
102
|
-
name__in: 'name__in_example', # String |
|
101
|
+
name: 'name_example', # String | Filter results where name matches value
|
102
|
+
name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
|
103
103
|
offset: 56, # Integer | The initial index from which to return the results.
|
104
104
|
ordering: 'ordering_example', # String | Which field to use when ordering the results.
|
105
|
-
repository_version: 'repository_version_example', # String |
|
106
|
-
repository_version_added: 'repository_version_added_example', # String |
|
107
|
-
repository_version_removed: 'repository_version_removed_example', # String |
|
105
|
+
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
106
|
+
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
107
|
+
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
108
108
|
fields: 'fields_example', # String | A list of fields to include in the response.
|
109
109
|
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
110
110
|
}
|
@@ -124,13 +124,13 @@ end
|
|
124
124
|
Name | Type | Description | Notes
|
125
125
|
------------- | ------------- | ------------- | -------------
|
126
126
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
127
|
-
**name** | **String**| name | [optional]
|
128
|
-
**name__in** | **String
|
127
|
+
**name** | **String**| Filter results where name matches value | [optional]
|
128
|
+
**name__in** | [**Array<String>**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
|
129
129
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
130
130
|
**ordering** | **String**| Which field to use when ordering the results. | [optional]
|
131
|
-
**repository_version** | **String**|
|
132
|
-
**repository_version_added** | **String**|
|
133
|
-
**repository_version_removed** | **String**|
|
131
|
+
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
132
|
+
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
133
|
+
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|
134
134
|
**fields** | **String**| A list of fields to include in the response. | [optional]
|
135
135
|
**exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
|
136
136
|
|
data/docs/DistributionsNpmApi.md
CHANGED
@@ -141,19 +141,19 @@ end
|
|
141
141
|
|
142
142
|
api_instance = PulpNpmClient::DistributionsNpmApi.new
|
143
143
|
opts = {
|
144
|
-
base_path: 'base_path_example', # String |
|
145
|
-
base_path__contains: 'base_path__contains_example', # String |
|
146
|
-
base_path__icontains: 'base_path__icontains_example', # String |
|
147
|
-
base_path__in: 'base_path__in_example', # String |
|
144
|
+
base_path: 'base_path_example', # String |
|
145
|
+
base_path__contains: 'base_path__contains_example', # String | Filter results where base_path contains value
|
146
|
+
base_path__icontains: 'base_path__icontains_example', # String | Filter results where base_path contains value
|
147
|
+
base_path__in: ['base_path__in_example'], # Array<String> | Filter results where base_path is in a comma-separated list of values
|
148
148
|
limit: 56, # Integer | Number of results to return per page.
|
149
|
-
name: 'name_example', # String |
|
150
|
-
name__contains: 'name__contains_example', # String |
|
151
|
-
name__icontains: 'name__icontains_example', # String |
|
152
|
-
name__in: 'name__in_example', # String |
|
153
|
-
name__startswith: 'name__startswith_example', # String |
|
149
|
+
name: 'name_example', # String |
|
150
|
+
name__contains: 'name__contains_example', # String | Filter results where name contains value
|
151
|
+
name__icontains: 'name__icontains_example', # String | Filter results where name contains value
|
152
|
+
name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
|
153
|
+
name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
|
154
154
|
offset: 56, # Integer | The initial index from which to return the results.
|
155
155
|
ordering: 'ordering_example', # String | Which field to use when ordering the results.
|
156
|
-
pulp_label_select: 'pulp_label_select_example', # String |
|
156
|
+
pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
|
157
157
|
fields: 'fields_example', # String | A list of fields to include in the response.
|
158
158
|
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
159
159
|
}
|
@@ -172,19 +172,19 @@ end
|
|
172
172
|
|
173
173
|
Name | Type | Description | Notes
|
174
174
|
------------- | ------------- | ------------- | -------------
|
175
|
-
**base_path** | **String**|
|
176
|
-
**base_path__contains** | **String**|
|
177
|
-
**base_path__icontains** | **String**|
|
178
|
-
**base_path__in** | **String
|
175
|
+
**base_path** | **String**| | [optional]
|
176
|
+
**base_path__contains** | **String**| Filter results where base_path contains value | [optional]
|
177
|
+
**base_path__icontains** | **String**| Filter results where base_path contains value | [optional]
|
178
|
+
**base_path__in** | [**Array<String>**](String.md)| Filter results where base_path is in a comma-separated list of values | [optional]
|
179
179
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
180
|
-
**name** | **String**|
|
181
|
-
**name__contains** | **String**|
|
182
|
-
**name__icontains** | **String**|
|
183
|
-
**name__in** | **String
|
184
|
-
**name__startswith** | **String**|
|
180
|
+
**name** | **String**| | [optional]
|
181
|
+
**name__contains** | **String**| Filter results where name contains value | [optional]
|
182
|
+
**name__icontains** | **String**| Filter results where name contains value | [optional]
|
183
|
+
**name__in** | [**Array<String>**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
|
184
|
+
**name__startswith** | **String**| Filter results where name starts with value | [optional]
|
185
185
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
186
186
|
**ordering** | **String**| Which field to use when ordering the results. | [optional]
|
187
|
-
**pulp_label_select** | **String**|
|
187
|
+
**pulp_label_select** | **String**| Filter labels by search string | [optional]
|
188
188
|
**fields** | **String**| A list of fields to include in the response. | [optional]
|
189
189
|
**exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
|
190
190
|
|
data/docs/NpmNpmRemote.md
CHANGED
@@ -10,7 +10,9 @@ Name | Type | Description | Notes
|
|
10
10
|
**client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
|
11
11
|
**client_key** | **String** | A PEM encoded private key used for authentication. | [optional]
|
12
12
|
**tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
|
13
|
-
**proxy_url** | **String** | The proxy URL. Format: scheme://
|
13
|
+
**proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
|
14
|
+
**proxy_username** | **String** | The username to authenticte to the proxy. | [optional]
|
15
|
+
**proxy_password** | **String** | The password to authenticte to the proxy. | [optional]
|
14
16
|
**username** | **String** | The username to be used for authentication when syncing. | [optional]
|
15
17
|
**password** | **String** | The password to be used for authentication when syncing. | [optional]
|
16
18
|
**pulp_labels** | [**Object**](.md) | | [optional]
|
@@ -20,6 +22,7 @@ Name | Type | Description | Notes
|
|
20
22
|
**connect_timeout** | **Float** | aiohttp.ClientTimeout.connect (q.v.) for download-connections. | [optional]
|
21
23
|
**sock_connect_timeout** | **Float** | aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. | [optional]
|
22
24
|
**sock_read_timeout** | **Float** | aiohttp.ClientTimeout.sock_read (q.v.) for download-connections. | [optional]
|
25
|
+
**headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional]
|
23
26
|
**rate_limit** | **Integer** | Limits total download rate in requests per second | [optional]
|
24
27
|
|
25
28
|
## Code Sample
|
@@ -34,6 +37,8 @@ instance = PulpNpmClient::NpmNpmRemote.new(name: null,
|
|
34
37
|
client_key: null,
|
35
38
|
tls_validation: null,
|
36
39
|
proxy_url: null,
|
40
|
+
proxy_username: null,
|
41
|
+
proxy_password: null,
|
37
42
|
username: null,
|
38
43
|
password: null,
|
39
44
|
pulp_labels: null,
|
@@ -43,6 +48,7 @@ instance = PulpNpmClient::NpmNpmRemote.new(name: null,
|
|
43
48
|
connect_timeout: null,
|
44
49
|
sock_connect_timeout: null,
|
45
50
|
sock_read_timeout: null,
|
51
|
+
headers: null,
|
46
52
|
rate_limit: null)
|
47
53
|
```
|
48
54
|
|
@@ -10,11 +10,8 @@ Name | Type | Description | Notes
|
|
10
10
|
**url** | **String** | The URL of an external content source. |
|
11
11
|
**ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional]
|
12
12
|
**client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
|
13
|
-
**client_key** | **String** | A PEM encoded private key used for authentication. | [optional]
|
14
13
|
**tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
|
15
|
-
**proxy_url** | **String** | The proxy URL. Format: scheme://
|
16
|
-
**username** | **String** | The username to be used for authentication when syncing. | [optional]
|
17
|
-
**password** | **String** | The password to be used for authentication when syncing. | [optional]
|
14
|
+
**proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
|
18
15
|
**pulp_labels** | [**Object**](.md) | | [optional]
|
19
16
|
**pulp_last_updated** | **DateTime** | Timestamp of the most recent update of the remote. | [optional] [readonly]
|
20
17
|
**download_concurrency** | **Integer** | Total number of simultaneous connections. | [optional]
|
@@ -23,6 +20,7 @@ Name | Type | Description | Notes
|
|
23
20
|
**connect_timeout** | **Float** | aiohttp.ClientTimeout.connect (q.v.) for download-connections. | [optional]
|
24
21
|
**sock_connect_timeout** | **Float** | aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. | [optional]
|
25
22
|
**sock_read_timeout** | **Float** | aiohttp.ClientTimeout.sock_read (q.v.) for download-connections. | [optional]
|
23
|
+
**headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional]
|
26
24
|
**rate_limit** | **Integer** | Limits total download rate in requests per second | [optional]
|
27
25
|
|
28
26
|
## Code Sample
|
@@ -36,11 +34,8 @@ instance = PulpNpmClient::NpmNpmRemoteResponse.new(pulp_href: null,
|
|
36
34
|
url: null,
|
37
35
|
ca_cert: null,
|
38
36
|
client_cert: null,
|
39
|
-
client_key: null,
|
40
37
|
tls_validation: null,
|
41
38
|
proxy_url: null,
|
42
|
-
username: null,
|
43
|
-
password: null,
|
44
39
|
pulp_labels: null,
|
45
40
|
pulp_last_updated: null,
|
46
41
|
download_concurrency: null,
|
@@ -49,6 +44,7 @@ instance = PulpNpmClient::NpmNpmRemoteResponse.new(pulp_href: null,
|
|
49
44
|
connect_timeout: null,
|
50
45
|
sock_connect_timeout: null,
|
51
46
|
sock_read_timeout: null,
|
47
|
+
headers: null,
|
52
48
|
rate_limit: null)
|
53
49
|
```
|
54
50
|
|
data/docs/PatchednpmNpmRemote.md
CHANGED
@@ -10,7 +10,9 @@ Name | Type | Description | Notes
|
|
10
10
|
**client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
|
11
11
|
**client_key** | **String** | A PEM encoded private key used for authentication. | [optional]
|
12
12
|
**tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
|
13
|
-
**proxy_url** | **String** | The proxy URL. Format: scheme://
|
13
|
+
**proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
|
14
|
+
**proxy_username** | **String** | The username to authenticte to the proxy. | [optional]
|
15
|
+
**proxy_password** | **String** | The password to authenticte to the proxy. | [optional]
|
14
16
|
**username** | **String** | The username to be used for authentication when syncing. | [optional]
|
15
17
|
**password** | **String** | The password to be used for authentication when syncing. | [optional]
|
16
18
|
**pulp_labels** | [**Object**](.md) | | [optional]
|
@@ -20,6 +22,7 @@ Name | Type | Description | Notes
|
|
20
22
|
**connect_timeout** | **Float** | aiohttp.ClientTimeout.connect (q.v.) for download-connections. | [optional]
|
21
23
|
**sock_connect_timeout** | **Float** | aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. | [optional]
|
22
24
|
**sock_read_timeout** | **Float** | aiohttp.ClientTimeout.sock_read (q.v.) for download-connections. | [optional]
|
25
|
+
**headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional]
|
23
26
|
**rate_limit** | **Integer** | Limits total download rate in requests per second | [optional]
|
24
27
|
|
25
28
|
## Code Sample
|
@@ -34,6 +37,8 @@ instance = PulpNpmClient::PatchednpmNpmRemote.new(name: null,
|
|
34
37
|
client_key: null,
|
35
38
|
tls_validation: null,
|
36
39
|
proxy_url: null,
|
40
|
+
proxy_username: null,
|
41
|
+
proxy_password: null,
|
37
42
|
username: null,
|
38
43
|
password: null,
|
39
44
|
pulp_labels: null,
|
@@ -43,6 +48,7 @@ instance = PulpNpmClient::PatchednpmNpmRemote.new(name: null,
|
|
43
48
|
connect_timeout: null,
|
44
49
|
sock_connect_timeout: null,
|
45
50
|
sock_read_timeout: null,
|
51
|
+
headers: null,
|
46
52
|
rate_limit: null)
|
47
53
|
```
|
48
54
|
|
data/docs/RemotesNpmApi.md
CHANGED
@@ -142,20 +142,20 @@ end
|
|
142
142
|
api_instance = PulpNpmClient::RemotesNpmApi.new
|
143
143
|
opts = {
|
144
144
|
limit: 56, # Integer | Number of results to return per page.
|
145
|
-
name: 'name_example', # String |
|
146
|
-
name__contains: 'name__contains_example', # String |
|
147
|
-
name__icontains: 'name__icontains_example', # String |
|
148
|
-
name__in: 'name__in_example', # String |
|
149
|
-
name__startswith: 'name__startswith_example', # String |
|
145
|
+
name: 'name_example', # String |
|
146
|
+
name__contains: 'name__contains_example', # String | Filter results where name contains value
|
147
|
+
name__icontains: 'name__icontains_example', # String | Filter results where name contains value
|
148
|
+
name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
|
149
|
+
name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
|
150
150
|
offset: 56, # Integer | The initial index from which to return the results.
|
151
151
|
ordering: 'ordering_example', # String | Which field to use when ordering the results.
|
152
|
-
pulp_label_select: 'pulp_label_select_example', # String |
|
153
|
-
pulp_last_updated: '
|
154
|
-
pulp_last_updated__gt: '
|
155
|
-
pulp_last_updated__gte: '
|
156
|
-
pulp_last_updated__lt: '
|
157
|
-
pulp_last_updated__lte: '
|
158
|
-
pulp_last_updated__range: '
|
152
|
+
pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
|
153
|
+
pulp_last_updated: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | ISO 8601 formatted dates are supported
|
154
|
+
pulp_last_updated__gt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated is greater than value
|
155
|
+
pulp_last_updated__gte: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated is greater than or equal to value
|
156
|
+
pulp_last_updated__lt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated is less than value
|
157
|
+
pulp_last_updated__lte: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated is less than or equal to value
|
158
|
+
pulp_last_updated__range: [DateTime.parse('2013-10-20T19:20:30+01:00')], # Array<DateTime> | Filter results where pulp_last_updated is between two comma separated values
|
159
159
|
fields: 'fields_example', # String | A list of fields to include in the response.
|
160
160
|
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
161
161
|
}
|
@@ -175,20 +175,20 @@ end
|
|
175
175
|
Name | Type | Description | Notes
|
176
176
|
------------- | ------------- | ------------- | -------------
|
177
177
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
178
|
-
**name** | **String**|
|
179
|
-
**name__contains** | **String**|
|
180
|
-
**name__icontains** | **String**|
|
181
|
-
**name__in** | **String
|
182
|
-
**name__startswith** | **String**|
|
178
|
+
**name** | **String**| | [optional]
|
179
|
+
**name__contains** | **String**| Filter results where name contains value | [optional]
|
180
|
+
**name__icontains** | **String**| Filter results where name contains value | [optional]
|
181
|
+
**name__in** | [**Array<String>**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
|
182
|
+
**name__startswith** | **String**| Filter results where name starts with value | [optional]
|
183
183
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
184
184
|
**ordering** | **String**| Which field to use when ordering the results. | [optional]
|
185
|
-
**pulp_label_select** | **String**|
|
186
|
-
**pulp_last_updated** | **
|
187
|
-
**pulp_last_updated__gt** | **
|
188
|
-
**pulp_last_updated__gte** | **
|
189
|
-
**pulp_last_updated__lt** | **
|
190
|
-
**pulp_last_updated__lte** | **
|
191
|
-
**pulp_last_updated__range** | **
|
185
|
+
**pulp_label_select** | **String**| Filter labels by search string | [optional]
|
186
|
+
**pulp_last_updated** | **DateTime**| ISO 8601 formatted dates are supported | [optional]
|
187
|
+
**pulp_last_updated__gt** | **DateTime**| Filter results where pulp_last_updated is greater than value | [optional]
|
188
|
+
**pulp_last_updated__gte** | **DateTime**| Filter results where pulp_last_updated is greater than or equal to value | [optional]
|
189
|
+
**pulp_last_updated__lt** | **DateTime**| Filter results where pulp_last_updated is less than value | [optional]
|
190
|
+
**pulp_last_updated__lte** | **DateTime**| Filter results where pulp_last_updated is less than or equal to value | [optional]
|
191
|
+
**pulp_last_updated__range** | [**Array<DateTime>**](DateTime.md)| Filter results where pulp_last_updated is between two comma separated values | [optional]
|
192
192
|
**fields** | **String**| A list of fields to include in the response. | [optional]
|
193
193
|
**exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
|
194
194
|
|
data/docs/RepositoriesNpmApi.md
CHANGED
@@ -144,14 +144,14 @@ end
|
|
144
144
|
api_instance = PulpNpmClient::RepositoriesNpmApi.new
|
145
145
|
opts = {
|
146
146
|
limit: 56, # Integer | Number of results to return per page.
|
147
|
-
name: 'name_example', # String |
|
148
|
-
name__contains: 'name__contains_example', # String |
|
149
|
-
name__icontains: 'name__icontains_example', # String |
|
150
|
-
name__in: 'name__in_example', # String |
|
151
|
-
name__startswith: 'name__startswith_example', # String |
|
147
|
+
name: 'name_example', # String |
|
148
|
+
name__contains: 'name__contains_example', # String | Filter results where name contains value
|
149
|
+
name__icontains: 'name__icontains_example', # String | Filter results where name contains value
|
150
|
+
name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
|
151
|
+
name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
|
152
152
|
offset: 56, # Integer | The initial index from which to return the results.
|
153
153
|
ordering: 'ordering_example', # String | Which field to use when ordering the results.
|
154
|
-
pulp_label_select: 'pulp_label_select_example', # String |
|
154
|
+
pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
|
155
155
|
fields: 'fields_example', # String | A list of fields to include in the response.
|
156
156
|
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
157
157
|
}
|
@@ -171,14 +171,14 @@ end
|
|
171
171
|
Name | Type | Description | Notes
|
172
172
|
------------- | ------------- | ------------- | -------------
|
173
173
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
174
|
-
**name** | **String**|
|
175
|
-
**name__contains** | **String**|
|
176
|
-
**name__icontains** | **String**|
|
177
|
-
**name__in** | **String
|
178
|
-
**name__startswith** | **String**|
|
174
|
+
**name** | **String**| | [optional]
|
175
|
+
**name__contains** | **String**| Filter results where name contains value | [optional]
|
176
|
+
**name__icontains** | **String**| Filter results where name contains value | [optional]
|
177
|
+
**name__in** | [**Array<String>**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
|
178
|
+
**name__startswith** | **String**| Filter results where name starts with value | [optional]
|
179
179
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
180
180
|
**ordering** | **String**| Which field to use when ordering the results. | [optional]
|
181
|
-
**pulp_label_select** | **String**|
|
181
|
+
**pulp_label_select** | **String**| Filter labels by search string | [optional]
|
182
182
|
**fields** | **String**| A list of fields to include in the response. | [optional]
|
183
183
|
**exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
|
184
184
|
|
@@ -87,23 +87,23 @@ end
|
|
87
87
|
api_instance = PulpNpmClient::RepositoriesNpmVersionsApi.new
|
88
88
|
npm_npm_repository_href = 'npm_npm_repository_href_example' # String |
|
89
89
|
opts = {
|
90
|
-
content: 'content_example', # String |
|
91
|
-
content__in: 'content__in_example', # String |
|
90
|
+
content: 'content_example', # String | Content Unit referenced by HREF
|
91
|
+
content__in: 'content__in_example', # String | Content Unit referenced by HREF
|
92
92
|
limit: 56, # Integer | Number of results to return per page.
|
93
|
-
number:
|
94
|
-
number__gt:
|
95
|
-
number__gte:
|
96
|
-
number__lt:
|
97
|
-
number__lte:
|
98
|
-
number__range:
|
93
|
+
number: 56, # Integer |
|
94
|
+
number__gt: 56, # Integer | Filter results where number is greater than value
|
95
|
+
number__gte: 56, # Integer | Filter results where number is greater than or equal to value
|
96
|
+
number__lt: 56, # Integer | Filter results where number is less than value
|
97
|
+
number__lte: 56, # Integer | Filter results where number is less than or equal to value
|
98
|
+
number__range: [56], # Array<Integer> | Filter results where number is between two comma separated values
|
99
99
|
offset: 56, # Integer | The initial index from which to return the results.
|
100
100
|
ordering: 'ordering_example', # String | Which field to use when ordering the results.
|
101
|
-
pulp_created: '
|
102
|
-
pulp_created__gt: '
|
103
|
-
pulp_created__gte: '
|
104
|
-
pulp_created__lt: '
|
105
|
-
pulp_created__lte: '
|
106
|
-
pulp_created__range: '
|
101
|
+
pulp_created: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | ISO 8601 formatted dates are supported
|
102
|
+
pulp_created__gt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is greater than value
|
103
|
+
pulp_created__gte: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is greater than or equal to value
|
104
|
+
pulp_created__lt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is less than value
|
105
|
+
pulp_created__lte: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is less than or equal to value
|
106
|
+
pulp_created__range: [DateTime.parse('2013-10-20T19:20:30+01:00')], # Array<DateTime> | Filter results where pulp_created is between two comma separated values
|
107
107
|
fields: 'fields_example', # String | A list of fields to include in the response.
|
108
108
|
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
109
109
|
}
|
@@ -123,23 +123,23 @@ end
|
|
123
123
|
Name | Type | Description | Notes
|
124
124
|
------------- | ------------- | ------------- | -------------
|
125
125
|
**npm_npm_repository_href** | **String**| |
|
126
|
-
**content** | **String**|
|
127
|
-
**content__in** | **String**|
|
126
|
+
**content** | **String**| Content Unit referenced by HREF | [optional]
|
127
|
+
**content__in** | **String**| Content Unit referenced by HREF | [optional]
|
128
128
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
129
|
-
**number** | **
|
130
|
-
**number__gt** | **
|
131
|
-
**number__gte** | **
|
132
|
-
**number__lt** | **
|
133
|
-
**number__lte** | **
|
134
|
-
**number__range** | **
|
129
|
+
**number** | **Integer**| | [optional]
|
130
|
+
**number__gt** | **Integer**| Filter results where number is greater than value | [optional]
|
131
|
+
**number__gte** | **Integer**| Filter results where number is greater than or equal to value | [optional]
|
132
|
+
**number__lt** | **Integer**| Filter results where number is less than value | [optional]
|
133
|
+
**number__lte** | **Integer**| Filter results where number is less than or equal to value | [optional]
|
134
|
+
**number__range** | [**Array<Integer>**](Integer.md)| Filter results where number is between two comma separated values | [optional]
|
135
135
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
136
136
|
**ordering** | **String**| Which field to use when ordering the results. | [optional]
|
137
|
-
**pulp_created** | **
|
138
|
-
**pulp_created__gt** | **
|
139
|
-
**pulp_created__gte** | **
|
140
|
-
**pulp_created__lt** | **
|
141
|
-
**pulp_created__lte** | **
|
142
|
-
**pulp_created__range** | **
|
137
|
+
**pulp_created** | **DateTime**| ISO 8601 formatted dates are supported | [optional]
|
138
|
+
**pulp_created__gt** | **DateTime**| Filter results where pulp_created is greater than value | [optional]
|
139
|
+
**pulp_created__gte** | **DateTime**| Filter results where pulp_created is greater than or equal to value | [optional]
|
140
|
+
**pulp_created__lt** | **DateTime**| Filter results where pulp_created is less than value | [optional]
|
141
|
+
**pulp_created__lte** | **DateTime**| Filter results where pulp_created is less than or equal to value | [optional]
|
142
|
+
**pulp_created__range** | [**Array<DateTime>**](DateTime.md)| Filter results where pulp_created is between two comma separated values | [optional]
|
143
143
|
**fields** | **String**| A list of fields to include in the response. | [optional]
|
144
144
|
**exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
|
145
145
|
|
@@ -111,13 +111,13 @@ module PulpNpmClient
|
|
111
111
|
# A ViewSet for Package. Define endpoint name which will appear in the API endpoint for this content type. For example:: http://pulp.example.com/pulp/api/v3/content/npm/units/ Also specify queryset and serializer for Package.
|
112
112
|
# @param [Hash] opts the optional parameters
|
113
113
|
# @option opts [Integer] :limit Number of results to return per page.
|
114
|
-
# @option opts [String] :name name
|
115
|
-
# @option opts [String] :name__in
|
114
|
+
# @option opts [String] :name Filter results where name matches value
|
115
|
+
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
116
116
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
117
117
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
118
|
-
# @option opts [String] :repository_version
|
119
|
-
# @option opts [String] :repository_version_added
|
120
|
-
# @option opts [String] :repository_version_removed
|
118
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF
|
119
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
120
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
121
121
|
# @option opts [String] :fields A list of fields to include in the response.
|
122
122
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
123
123
|
# @return [PaginatednpmPackageResponseList]
|
@@ -130,13 +130,13 @@ module PulpNpmClient
|
|
130
130
|
# A ViewSet for Package. Define endpoint name which will appear in the API endpoint for this content type. For example:: http://pulp.example.com/pulp/api/v3/content/npm/units/ Also specify queryset and serializer for Package.
|
131
131
|
# @param [Hash] opts the optional parameters
|
132
132
|
# @option opts [Integer] :limit Number of results to return per page.
|
133
|
-
# @option opts [String] :name name
|
134
|
-
# @option opts [String] :name__in
|
133
|
+
# @option opts [String] :name Filter results where name matches value
|
134
|
+
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
135
135
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
136
136
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
137
|
-
# @option opts [String] :repository_version
|
138
|
-
# @option opts [String] :repository_version_added
|
139
|
-
# @option opts [String] :repository_version_removed
|
137
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF
|
138
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
139
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
140
140
|
# @option opts [String] :fields A list of fields to include in the response.
|
141
141
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
142
142
|
# @return [Array<(PaginatednpmPackageResponseList, Integer, Hash)>] PaginatednpmPackageResponseList data, response status code and response headers
|
@@ -151,7 +151,7 @@ module PulpNpmClient
|
|
151
151
|
query_params = opts[:query_params] || {}
|
152
152
|
query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
|
153
153
|
query_params[:'name'] = opts[:'name'] if !opts[:'name'].nil?
|
154
|
-
query_params[:'name__in'] = opts[:'name__in'] if !opts[:'name__in'].nil?
|
154
|
+
query_params[:'name__in'] = @api_client.build_collection_param(opts[:'name__in'], :csv) if !opts[:'name__in'].nil?
|
155
155
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
156
156
|
query_params[:'ordering'] = opts[:'ordering'] if !opts[:'ordering'].nil?
|
157
157
|
query_params[:'repository_version'] = opts[:'repository_version'] if !opts[:'repository_version'].nil?
|