pulp_npm_client 0.1.0a1.dev01590542888 → 0.1.0a1.dev01591234165
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 +10 -6
- data/docs/ContentPackagesApi.md +6 -6
- data/docs/DistributionsNpmApi.md +2 -2
- data/docs/InlineResponse200.md +1 -1
- data/docs/InlineResponse2001.md +1 -1
- data/docs/InlineResponse2002.md +1 -1
- data/docs/InlineResponse2003.md +1 -1
- data/docs/InlineResponse2004.md +1 -1
- data/docs/NpmNpmDistributionRead.md +31 -0
- data/docs/NpmNpmRemote.md +7 -3
- data/docs/NpmNpmRemoteRead.md +43 -0
- data/docs/NpmNpmRepositoryRead.md +27 -0
- data/docs/{NpmPackage.md → NpmPackageRead.md} +2 -2
- data/docs/RemotesNpmApi.md +4 -4
- data/docs/RepositoriesNpmApi.md +9 -9
- data/docs/RepositoriesNpmVersionsApi.md +2 -2
- data/docs/RepositoryVersionRead.md +25 -0
- data/lib/pulp_npm_client.rb +5 -1
- data/lib/pulp_npm_client/api/content_packages_api.rb +8 -8
- data/lib/pulp_npm_client/api/distributions_npm_api.rb +3 -3
- data/lib/pulp_npm_client/api/remotes_npm_api.rb +6 -6
- data/lib/pulp_npm_client/api/repositories_npm_api.rb +15 -15
- data/lib/pulp_npm_client/api/repositories_npm_versions_api.rb +3 -3
- data/lib/pulp_npm_client/models/inline_response200.rb +1 -1
- data/lib/pulp_npm_client/models/inline_response2001.rb +1 -1
- data/lib/pulp_npm_client/models/inline_response2002.rb +1 -1
- data/lib/pulp_npm_client/models/inline_response2003.rb +1 -1
- data/lib/pulp_npm_client/models/inline_response2004.rb +1 -1
- data/lib/pulp_npm_client/models/npm_npm_distribution_read.rb +342 -0
- data/lib/pulp_npm_client/models/npm_npm_remote.rb +56 -4
- data/lib/pulp_npm_client/models/npm_npm_remote_read.rb +531 -0
- data/lib/pulp_npm_client/models/npm_npm_repository_read.rb +294 -0
- data/lib/pulp_npm_client/models/{npm_package.rb → npm_package_read.rb} +3 -3
- data/lib/pulp_npm_client/models/repository_version_read.rb +244 -0
- data/lib/pulp_npm_client/version.rb +1 -1
- data/spec/api/content_packages_api_spec.rb +3 -3
- data/spec/api/distributions_npm_api_spec.rb +1 -1
- data/spec/api/remotes_npm_api_spec.rb +2 -2
- data/spec/api/repositories_npm_api_spec.rb +6 -6
- data/spec/api/repositories_npm_versions_api_spec.rb +1 -1
- data/spec/models/npm_npm_distribution_read_spec.rb +83 -0
- data/spec/models/npm_npm_remote_read_spec.rb +123 -0
- data/spec/models/npm_npm_remote_spec.rb +12 -0
- data/spec/models/npm_npm_repository_read_spec.rb +71 -0
- data/spec/models/{npm_package_spec.rb → npm_package_read_spec.rb} +6 -6
- data/spec/models/repository_version_read_spec.rb +65 -0
- metadata +22 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cf2690e07985b102002c2ae3330df2e558125b010822d6679ef0ce97904dbcb4
|
4
|
+
data.tar.gz: 6dc329da5551054e3e05962a32ed22b9119240be78fc39e6aa7f89fc3ad8140f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fe8957db553fd3055e99a12f7f645b484e99594f6f9d9743c7ab896bb9e92e5ce8fbadea84bf67745b9b1ac64829a3e3f37337ba30ba5659cc693acbd7651b82
|
7
|
+
data.tar.gz: b0d946aee67c242fcf6123d568d4a7452ed51d392d01c492ef1529490022a220200af4cc028e5c9b77def57defe8b53177c72229e6953564fb4f5006e1818f02
|
data/README.md
CHANGED
@@ -7,7 +7,7 @@ No description provided (generated by Openapi Generator https://github.com/opena
|
|
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.0a1.
|
10
|
+
- Package version: 0.1.0a1.dev01591234165
|
11
11
|
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
|
12
12
|
|
13
13
|
## Installation
|
@@ -23,16 +23,16 @@ gem build pulp_npm_client.gemspec
|
|
23
23
|
Then either install the gem locally:
|
24
24
|
|
25
25
|
```shell
|
26
|
-
gem install ./pulp_npm_client-0.1.0a1.
|
26
|
+
gem install ./pulp_npm_client-0.1.0a1.dev01591234165.gem
|
27
27
|
```
|
28
28
|
|
29
|
-
(for development, run `gem install --dev ./pulp_npm_client-0.1.0a1.
|
29
|
+
(for development, run `gem install --dev ./pulp_npm_client-0.1.0a1.dev01591234165.gem` to install the development dependencies)
|
30
30
|
|
31
31
|
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
|
32
32
|
|
33
33
|
Finally add this to the Gemfile:
|
34
34
|
|
35
|
-
gem 'pulp_npm_client', '~> 0.1.0a1.
|
35
|
+
gem 'pulp_npm_client', '~> 0.1.0a1.dev01591234165'
|
36
36
|
|
37
37
|
### Install from Git
|
38
38
|
|
@@ -69,7 +69,7 @@ name = 'name_example' # String |
|
|
69
69
|
version = 'version_example' # String |
|
70
70
|
opts = {
|
71
71
|
artifact: 'artifact_example', # String | Artifact file representing the physical content
|
72
|
-
file: File.new('/path/to/file'), # File | An uploaded file that
|
72
|
+
file: File.new('/path/to/file'), # File | An uploaded file that may be turned into the artifact of the content unit.
|
73
73
|
repository: 'repository_example' # String | A URI of a repository the new content unit should be associated with.
|
74
74
|
}
|
75
75
|
|
@@ -128,12 +128,16 @@ Class | Method | HTTP request | Description
|
|
128
128
|
- [PulpNpmClient::InlineResponse2003](docs/InlineResponse2003.md)
|
129
129
|
- [PulpNpmClient::InlineResponse2004](docs/InlineResponse2004.md)
|
130
130
|
- [PulpNpmClient::NpmNpmDistribution](docs/NpmNpmDistribution.md)
|
131
|
+
- [PulpNpmClient::NpmNpmDistributionRead](docs/NpmNpmDistributionRead.md)
|
131
132
|
- [PulpNpmClient::NpmNpmRemote](docs/NpmNpmRemote.md)
|
133
|
+
- [PulpNpmClient::NpmNpmRemoteRead](docs/NpmNpmRemoteRead.md)
|
132
134
|
- [PulpNpmClient::NpmNpmRepository](docs/NpmNpmRepository.md)
|
133
|
-
- [PulpNpmClient::
|
135
|
+
- [PulpNpmClient::NpmNpmRepositoryRead](docs/NpmNpmRepositoryRead.md)
|
136
|
+
- [PulpNpmClient::NpmPackageRead](docs/NpmPackageRead.md)
|
134
137
|
- [PulpNpmClient::RepositoryAddRemoveContent](docs/RepositoryAddRemoveContent.md)
|
135
138
|
- [PulpNpmClient::RepositorySyncURL](docs/RepositorySyncURL.md)
|
136
139
|
- [PulpNpmClient::RepositoryVersion](docs/RepositoryVersion.md)
|
140
|
+
- [PulpNpmClient::RepositoryVersionRead](docs/RepositoryVersionRead.md)
|
137
141
|
|
138
142
|
|
139
143
|
## Documentation for Authorization
|
data/docs/ContentPackagesApi.md
CHANGED
@@ -12,7 +12,7 @@ Method | HTTP request | Description
|
|
12
12
|
|
13
13
|
## create
|
14
14
|
|
15
|
-
>
|
15
|
+
> NpmPackageRead create(relative_path, name, version, opts)
|
16
16
|
|
17
17
|
Create a package
|
18
18
|
|
@@ -36,7 +36,7 @@ name = 'name_example' # String |
|
|
36
36
|
version = 'version_example' # String |
|
37
37
|
opts = {
|
38
38
|
artifact: 'artifact_example', # String | Artifact file representing the physical content
|
39
|
-
file: File.new('/path/to/file'), # File | An uploaded file that
|
39
|
+
file: File.new('/path/to/file'), # File | An uploaded file that may be turned into the artifact of the content unit.
|
40
40
|
repository: 'repository_example' # String | A URI of a repository the new content unit should be associated with.
|
41
41
|
}
|
42
42
|
|
@@ -58,12 +58,12 @@ Name | Type | Description | Notes
|
|
58
58
|
**name** | **String**| |
|
59
59
|
**version** | **String**| |
|
60
60
|
**artifact** | **String**| Artifact file representing the physical content | [optional]
|
61
|
-
**file** | **File**| An uploaded file that
|
61
|
+
**file** | **File**| An uploaded file that may be turned into the artifact of the content unit. | [optional]
|
62
62
|
**repository** | **String**| A URI of a repository the new content unit should be associated with. | [optional]
|
63
63
|
|
64
64
|
### Return type
|
65
65
|
|
66
|
-
[**
|
66
|
+
[**NpmPackageRead**](NpmPackageRead.md)
|
67
67
|
|
68
68
|
### Authorization
|
69
69
|
|
@@ -150,7 +150,7 @@ Name | Type | Description | Notes
|
|
150
150
|
|
151
151
|
## read
|
152
152
|
|
153
|
-
>
|
153
|
+
> NpmPackageRead read(package_href, opts)
|
154
154
|
|
155
155
|
Inspect a package
|
156
156
|
|
@@ -195,7 +195,7 @@ Name | Type | Description | Notes
|
|
195
195
|
|
196
196
|
### Return type
|
197
197
|
|
198
|
-
[**
|
198
|
+
[**NpmPackageRead**](NpmPackageRead.md)
|
199
199
|
|
200
200
|
### Authorization
|
201
201
|
|
data/docs/DistributionsNpmApi.md
CHANGED
@@ -251,7 +251,7 @@ Name | Type | Description | Notes
|
|
251
251
|
|
252
252
|
## read
|
253
253
|
|
254
|
-
>
|
254
|
+
> NpmNpmDistributionRead read(npm_distribution_href, opts)
|
255
255
|
|
256
256
|
Inspect a npm distribution
|
257
257
|
|
@@ -296,7 +296,7 @@ Name | Type | Description | Notes
|
|
296
296
|
|
297
297
|
### Return type
|
298
298
|
|
299
|
-
[**
|
299
|
+
[**NpmNpmDistributionRead**](NpmNpmDistributionRead.md)
|
300
300
|
|
301
301
|
### Authorization
|
302
302
|
|
data/docs/InlineResponse200.md
CHANGED
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
|
|
7
7
|
**count** | **Integer** | |
|
8
8
|
**_next** | **String** | | [optional]
|
9
9
|
**previous** | **String** | | [optional]
|
10
|
-
**results** | [**Array<
|
10
|
+
**results** | [**Array<NpmPackageRead>**](NpmPackageRead.md) | |
|
11
11
|
|
12
12
|
## Code Sample
|
13
13
|
|
data/docs/InlineResponse2001.md
CHANGED
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
|
|
7
7
|
**count** | **Integer** | |
|
8
8
|
**_next** | **String** | | [optional]
|
9
9
|
**previous** | **String** | | [optional]
|
10
|
-
**results** | [**Array<
|
10
|
+
**results** | [**Array<NpmNpmDistributionRead>**](NpmNpmDistributionRead.md) | |
|
11
11
|
|
12
12
|
## Code Sample
|
13
13
|
|
data/docs/InlineResponse2002.md
CHANGED
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
|
|
7
7
|
**count** | **Integer** | |
|
8
8
|
**_next** | **String** | | [optional]
|
9
9
|
**previous** | **String** | | [optional]
|
10
|
-
**results** | [**Array<
|
10
|
+
**results** | [**Array<NpmNpmRemoteRead>**](NpmNpmRemoteRead.md) | |
|
11
11
|
|
12
12
|
## Code Sample
|
13
13
|
|
data/docs/InlineResponse2003.md
CHANGED
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
|
|
7
7
|
**count** | **Integer** | |
|
8
8
|
**_next** | **String** | | [optional]
|
9
9
|
**previous** | **String** | | [optional]
|
10
|
-
**results** | [**Array<
|
10
|
+
**results** | [**Array<NpmNpmRepositoryRead>**](NpmNpmRepositoryRead.md) | |
|
11
11
|
|
12
12
|
## Code Sample
|
13
13
|
|
data/docs/InlineResponse2004.md
CHANGED
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
|
|
7
7
|
**count** | **Integer** | |
|
8
8
|
**_next** | **String** | | [optional]
|
9
9
|
**previous** | **String** | | [optional]
|
10
|
-
**results** | [**Array<
|
10
|
+
**results** | [**Array<RepositoryVersionRead>**](RepositoryVersionRead.md) | |
|
11
11
|
|
12
12
|
## Code Sample
|
13
13
|
|
@@ -0,0 +1,31 @@
|
|
1
|
+
# PulpNpmClient::NpmNpmDistributionRead
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
Name | Type | Description | Notes
|
6
|
+
------------ | ------------- | ------------- | -------------
|
7
|
+
**pulp_href** | **String** | | [optional] [readonly]
|
8
|
+
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
9
|
+
**base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") |
|
10
|
+
**base_url** | **String** | The URL for accessing the universe API as defined by this distribution. | [optional] [readonly]
|
11
|
+
**content_guard** | **String** | An optional content-guard. | [optional]
|
12
|
+
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
|
13
|
+
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
|
14
|
+
**repository_version** | **String** | RepositoryVersion to be served | [optional]
|
15
|
+
|
16
|
+
## Code Sample
|
17
|
+
|
18
|
+
```ruby
|
19
|
+
require 'PulpNpmClient'
|
20
|
+
|
21
|
+
instance = PulpNpmClient::NpmNpmDistributionRead.new(pulp_href: null,
|
22
|
+
pulp_created: null,
|
23
|
+
base_path: null,
|
24
|
+
base_url: null,
|
25
|
+
content_guard: null,
|
26
|
+
name: null,
|
27
|
+
repository: null,
|
28
|
+
repository_version: null)
|
29
|
+
```
|
30
|
+
|
31
|
+
|
data/docs/NpmNpmRemote.md
CHANGED
@@ -8,11 +8,13 @@ Name | Type | Description | Notes
|
|
8
8
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
9
9
|
**name** | **String** | A unique name for this remote. |
|
10
10
|
**url** | **String** | The URL of an external content source. |
|
11
|
-
**ca_cert** | **String** | A string containing the PEM encoded CA certificate used to validate the server certificate presented by the remote server. All new line characters must be escaped.
|
12
|
-
**client_cert** | **String** | A string containing the PEM encoded client certificate used for authentication. All new line characters must be escaped.
|
13
|
-
**client_key** | **String** | A PEM encoded private key used for authentication.
|
11
|
+
**ca_cert** | **String** | A string containing the PEM encoded CA certificate used to validate the server certificate presented by the remote server. All new line characters must be escaped. | [optional]
|
12
|
+
**client_cert** | **String** | A string containing the PEM encoded client certificate used for authentication. All new line characters must be escaped. | [optional]
|
13
|
+
**client_key** | **String** | A PEM encoded private key used for authentication. | [optional]
|
14
14
|
**tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
|
15
15
|
**proxy_url** | **String** | The proxy URL. Format: scheme://user:password@host:port | [optional]
|
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]
|
16
18
|
**pulp_last_updated** | **DateTime** | Timestamp of the most recent update of the remote. | [optional] [readonly]
|
17
19
|
**download_concurrency** | **Integer** | Total number of simultaneous connections. | [optional]
|
18
20
|
**policy** | **String** | The policy to use when downloading content. The possible values include: 'immediate', 'on_demand', and 'streamed'. 'immediate' is the default. | [optional] [default to 'immediate']
|
@@ -31,6 +33,8 @@ instance = PulpNpmClient::NpmNpmRemote.new(pulp_href: null,
|
|
31
33
|
client_key: null,
|
32
34
|
tls_validation: null,
|
33
35
|
proxy_url: null,
|
36
|
+
username: null,
|
37
|
+
password: null,
|
34
38
|
pulp_last_updated: null,
|
35
39
|
download_concurrency: null,
|
36
40
|
policy: null)
|
@@ -0,0 +1,43 @@
|
|
1
|
+
# PulpNpmClient::NpmNpmRemoteRead
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
Name | Type | Description | Notes
|
6
|
+
------------ | ------------- | ------------- | -------------
|
7
|
+
**pulp_href** | **String** | | [optional] [readonly]
|
8
|
+
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
9
|
+
**name** | **String** | A unique name for this remote. |
|
10
|
+
**url** | **String** | The URL of an external content source. |
|
11
|
+
**ca_cert** | **String** | A string containing the PEM encoded CA certificate used to validate the server certificate presented by the remote server. All new line characters must be escaped. | [optional]
|
12
|
+
**client_cert** | **String** | A string containing the PEM encoded client certificate used for authentication. All new line characters must be escaped. | [optional]
|
13
|
+
**client_key** | **String** | A PEM encoded private key used for authentication. | [optional]
|
14
|
+
**tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
|
15
|
+
**proxy_url** | **String** | The proxy URL. Format: scheme://user:password@host:port | [optional]
|
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]
|
18
|
+
**pulp_last_updated** | **DateTime** | Timestamp of the most recent update of the remote. | [optional] [readonly]
|
19
|
+
**download_concurrency** | **Integer** | Total number of simultaneous connections. | [optional]
|
20
|
+
**policy** | **String** | The policy to use when downloading content. The possible values include: 'immediate', 'on_demand', and 'streamed'. 'immediate' is the default. | [optional] [default to 'immediate']
|
21
|
+
|
22
|
+
## Code Sample
|
23
|
+
|
24
|
+
```ruby
|
25
|
+
require 'PulpNpmClient'
|
26
|
+
|
27
|
+
instance = PulpNpmClient::NpmNpmRemoteRead.new(pulp_href: null,
|
28
|
+
pulp_created: null,
|
29
|
+
name: null,
|
30
|
+
url: null,
|
31
|
+
ca_cert: null,
|
32
|
+
client_cert: null,
|
33
|
+
client_key: null,
|
34
|
+
tls_validation: null,
|
35
|
+
proxy_url: null,
|
36
|
+
username: null,
|
37
|
+
password: null,
|
38
|
+
pulp_last_updated: null,
|
39
|
+
download_concurrency: null,
|
40
|
+
policy: null)
|
41
|
+
```
|
42
|
+
|
43
|
+
|
@@ -0,0 +1,27 @@
|
|
1
|
+
# PulpNpmClient::NpmNpmRepositoryRead
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
Name | Type | Description | Notes
|
6
|
+
------------ | ------------- | ------------- | -------------
|
7
|
+
**pulp_href** | **String** | | [optional] [readonly]
|
8
|
+
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
9
|
+
**versions_href** | **String** | | [optional] [readonly]
|
10
|
+
**latest_version_href** | **String** | | [optional] [readonly]
|
11
|
+
**name** | **String** | A unique name for this repository. |
|
12
|
+
**description** | **String** | An optional description. | [optional]
|
13
|
+
|
14
|
+
## Code Sample
|
15
|
+
|
16
|
+
```ruby
|
17
|
+
require 'PulpNpmClient'
|
18
|
+
|
19
|
+
instance = PulpNpmClient::NpmNpmRepositoryRead.new(pulp_href: null,
|
20
|
+
pulp_created: null,
|
21
|
+
versions_href: null,
|
22
|
+
latest_version_href: null,
|
23
|
+
name: null,
|
24
|
+
description: null)
|
25
|
+
```
|
26
|
+
|
27
|
+
|
@@ -1,4 +1,4 @@
|
|
1
|
-
# PulpNpmClient::
|
1
|
+
# PulpNpmClient::NpmPackageRead
|
2
2
|
|
3
3
|
## Properties
|
4
4
|
|
@@ -16,7 +16,7 @@ Name | Type | Description | Notes
|
|
16
16
|
```ruby
|
17
17
|
require 'PulpNpmClient'
|
18
18
|
|
19
|
-
instance = PulpNpmClient::
|
19
|
+
instance = PulpNpmClient::NpmPackageRead.new(pulp_href: null,
|
20
20
|
pulp_created: null,
|
21
21
|
artifact: null,
|
22
22
|
relative_path: null,
|
data/docs/RemotesNpmApi.md
CHANGED
@@ -15,7 +15,7 @@ Method | HTTP request | Description
|
|
15
15
|
|
16
16
|
## create
|
17
17
|
|
18
|
-
>
|
18
|
+
> NpmNpmRemoteRead create(data)
|
19
19
|
|
20
20
|
Create a npm remote
|
21
21
|
|
@@ -54,7 +54,7 @@ Name | Type | Description | Notes
|
|
54
54
|
|
55
55
|
### Return type
|
56
56
|
|
57
|
-
[**
|
57
|
+
[**NpmNpmRemoteRead**](NpmNpmRemoteRead.md)
|
58
58
|
|
59
59
|
### Authorization
|
60
60
|
|
@@ -255,7 +255,7 @@ Name | Type | Description | Notes
|
|
255
255
|
|
256
256
|
## read
|
257
257
|
|
258
|
-
>
|
258
|
+
> NpmNpmRemoteRead read(npm_remote_href, opts)
|
259
259
|
|
260
260
|
Inspect a npm remote
|
261
261
|
|
@@ -300,7 +300,7 @@ Name | Type | Description | Notes
|
|
300
300
|
|
301
301
|
### Return type
|
302
302
|
|
303
|
-
[**
|
303
|
+
[**NpmNpmRemoteRead**](NpmNpmRemoteRead.md)
|
304
304
|
|
305
305
|
### Authorization
|
306
306
|
|
data/docs/RepositoriesNpmApi.md
CHANGED
@@ -17,7 +17,7 @@ Method | HTTP request | Description
|
|
17
17
|
|
18
18
|
## create
|
19
19
|
|
20
|
-
>
|
20
|
+
> NpmNpmRepositoryRead create(data)
|
21
21
|
|
22
22
|
Create a npm repository
|
23
23
|
|
@@ -56,7 +56,7 @@ Name | Type | Description | Notes
|
|
56
56
|
|
57
57
|
### Return type
|
58
58
|
|
59
|
-
[**
|
59
|
+
[**NpmNpmRepositoryRead**](NpmNpmRepositoryRead.md)
|
60
60
|
|
61
61
|
### Authorization
|
62
62
|
|
@@ -74,7 +74,7 @@ Name | Type | Description | Notes
|
|
74
74
|
|
75
75
|
Delete a npm repository
|
76
76
|
|
77
|
-
Trigger an asynchronous
|
77
|
+
Trigger an asynchronous delete task
|
78
78
|
|
79
79
|
### Example
|
80
80
|
|
@@ -245,11 +245,11 @@ Name | Type | Description | Notes
|
|
245
245
|
|
246
246
|
## partial_update
|
247
247
|
|
248
|
-
>
|
248
|
+
> AsyncOperationResponse partial_update(npm_repository_href, data)
|
249
249
|
|
250
250
|
Partially update a npm repository
|
251
251
|
|
252
|
-
|
252
|
+
Trigger an asynchronous partial update task
|
253
253
|
|
254
254
|
### Example
|
255
255
|
|
@@ -286,7 +286,7 @@ Name | Type | Description | Notes
|
|
286
286
|
|
287
287
|
### Return type
|
288
288
|
|
289
|
-
[**
|
289
|
+
[**AsyncOperationResponse**](AsyncOperationResponse.md)
|
290
290
|
|
291
291
|
### Authorization
|
292
292
|
|
@@ -300,7 +300,7 @@ Name | Type | Description | Notes
|
|
300
300
|
|
301
301
|
## read
|
302
302
|
|
303
|
-
>
|
303
|
+
> NpmNpmRepositoryRead read(npm_repository_href, opts)
|
304
304
|
|
305
305
|
Inspect a npm repository
|
306
306
|
|
@@ -345,7 +345,7 @@ Name | Type | Description | Notes
|
|
345
345
|
|
346
346
|
### Return type
|
347
347
|
|
348
|
-
[**
|
348
|
+
[**NpmNpmRepositoryRead**](NpmNpmRepositoryRead.md)
|
349
349
|
|
350
350
|
### Authorization
|
351
351
|
|
@@ -418,7 +418,7 @@ Name | Type | Description | Notes
|
|
418
418
|
|
419
419
|
Update a npm repository
|
420
420
|
|
421
|
-
Trigger an asynchronous
|
421
|
+
Trigger an asynchronous update task
|
422
422
|
|
423
423
|
### Example
|
424
424
|
|
@@ -157,7 +157,7 @@ Name | Type | Description | Notes
|
|
157
157
|
|
158
158
|
## read
|
159
159
|
|
160
|
-
>
|
160
|
+
> RepositoryVersionRead read(npm_repository_version_href, opts)
|
161
161
|
|
162
162
|
Inspect a repository version
|
163
163
|
|
@@ -202,7 +202,7 @@ Name | Type | Description | Notes
|
|
202
202
|
|
203
203
|
### Return type
|
204
204
|
|
205
|
-
[**
|
205
|
+
[**RepositoryVersionRead**](RepositoryVersionRead.md)
|
206
206
|
|
207
207
|
### Authorization
|
208
208
|
|