pulp_npm_client 0.1.0a1.dev01596158992 → 0.1.0a1.dev01596245316
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 +23 -23
- data/docs/ContentPackagesApi.md +5 -5
- data/docs/DistributionsNpmApi.md +20 -20
- data/docs/RemotesNpmApi.md +20 -20
- data/docs/RepositoriesNpmApi.md +30 -30
- data/docs/RepositoriesNpmVersionsApi.md +20 -20
- data/lib/pulp_npm_client/api/content_packages_api.rb +9 -9
- data/lib/pulp_npm_client/api/distributions_npm_api.rb +36 -36
- data/lib/pulp_npm_client/api/remotes_npm_api.rb +36 -36
- data/lib/pulp_npm_client/api/repositories_npm_api.rb +54 -54
- data/lib/pulp_npm_client/api/repositories_npm_versions_api.rb +36 -36
- data/lib/pulp_npm_client/version.rb +1 -1
- data/spec/api/content_packages_api_spec.rb +1 -1
- data/spec/api/distributions_npm_api_spec.rb +4 -4
- data/spec/api/remotes_npm_api_spec.rb +4 -4
- data/spec/api/repositories_npm_api_spec.rb +6 -6
- data/spec/api/repositories_npm_versions_api_spec.rb +4 -4
- metadata +2 -2
@@ -73,7 +73,7 @@ describe 'ContentPackagesApi' do
|
|
73
73
|
# unit tests for read
|
74
74
|
# Inspect a package
|
75
75
|
# 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.
|
76
|
-
# @param
|
76
|
+
# @param npm_package_href
|
77
77
|
# @param [Hash] opts the optional parameters
|
78
78
|
# @option opts [String] :fields A list of fields to include in the response.
|
79
79
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
@@ -47,7 +47,7 @@ describe 'DistributionsNpmApi' do
|
|
47
47
|
# unit tests for delete
|
48
48
|
# Delete a npm distribution
|
49
49
|
# Trigger an asynchronous delete task
|
50
|
-
# @param
|
50
|
+
# @param npm_npm_distribution_href
|
51
51
|
# @param [Hash] opts the optional parameters
|
52
52
|
# @option opts [String] :base_path base_path
|
53
53
|
# @option opts [String] :base_path__contains base_path__contains
|
@@ -88,7 +88,7 @@ describe 'DistributionsNpmApi' do
|
|
88
88
|
# unit tests for partial_update
|
89
89
|
# Update a npm distribution
|
90
90
|
# Trigger an asynchronous partial update task
|
91
|
-
# @param
|
91
|
+
# @param npm_npm_distribution_href
|
92
92
|
# @param patchednpm_npm_distribution
|
93
93
|
# @param [Hash] opts the optional parameters
|
94
94
|
# @option opts [String] :base_path base_path
|
@@ -108,7 +108,7 @@ describe 'DistributionsNpmApi' do
|
|
108
108
|
# unit tests for read
|
109
109
|
# Inspect a npm distribution
|
110
110
|
# ViewSet for NPM Distributions.
|
111
|
-
# @param
|
111
|
+
# @param npm_npm_distribution_href
|
112
112
|
# @param [Hash] opts the optional parameters
|
113
113
|
# @option opts [String] :fields A list of fields to include in the response.
|
114
114
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
@@ -122,7 +122,7 @@ describe 'DistributionsNpmApi' do
|
|
122
122
|
# unit tests for update
|
123
123
|
# Update a npm distribution
|
124
124
|
# Trigger an asynchronous update task
|
125
|
-
# @param
|
125
|
+
# @param npm_npm_distribution_href
|
126
126
|
# @param npm_npm_distribution
|
127
127
|
# @param [Hash] opts the optional parameters
|
128
128
|
# @option opts [String] :base_path base_path
|
@@ -47,7 +47,7 @@ describe 'RemotesNpmApi' do
|
|
47
47
|
# unit tests for delete
|
48
48
|
# Delete a npm remote
|
49
49
|
# Trigger an asynchronous delete task
|
50
|
-
# @param
|
50
|
+
# @param npm_npm_remote_href
|
51
51
|
# @param [Hash] opts the optional parameters
|
52
52
|
# @option opts [String] :name name
|
53
53
|
# @option opts [String] :name__in name__in
|
@@ -92,7 +92,7 @@ describe 'RemotesNpmApi' do
|
|
92
92
|
# unit tests for partial_update
|
93
93
|
# Update a npm remote
|
94
94
|
# Trigger an asynchronous partial update task
|
95
|
-
# @param
|
95
|
+
# @param npm_npm_remote_href
|
96
96
|
# @param patchednpm_npm_remote
|
97
97
|
# @param [Hash] opts the optional parameters
|
98
98
|
# @option opts [String] :name name
|
@@ -114,7 +114,7 @@ describe 'RemotesNpmApi' do
|
|
114
114
|
# unit tests for read
|
115
115
|
# Inspect a npm remote
|
116
116
|
# A ViewSet for NpmRemote. Similar to the PackageViewSet above, define endpoint_name, queryset and serializer, at a minimum.
|
117
|
-
# @param
|
117
|
+
# @param npm_npm_remote_href
|
118
118
|
# @param [Hash] opts the optional parameters
|
119
119
|
# @option opts [String] :fields A list of fields to include in the response.
|
120
120
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
@@ -128,7 +128,7 @@ describe 'RemotesNpmApi' do
|
|
128
128
|
# unit tests for update
|
129
129
|
# Update a npm remote
|
130
130
|
# Trigger an asynchronous update task
|
131
|
-
# @param
|
131
|
+
# @param npm_npm_remote_href
|
132
132
|
# @param npm_npm_remote
|
133
133
|
# @param [Hash] opts the optional parameters
|
134
134
|
# @option opts [String] :name name
|
@@ -47,7 +47,7 @@ describe 'RepositoriesNpmApi' do
|
|
47
47
|
# unit tests for delete
|
48
48
|
# Delete a npm repository
|
49
49
|
# Trigger an asynchronous delete task
|
50
|
-
# @param
|
50
|
+
# @param npm_npm_repository_href
|
51
51
|
# @param [Hash] opts the optional parameters
|
52
52
|
# @option opts [String] :name name
|
53
53
|
# @option opts [String] :name__in name__in
|
@@ -80,7 +80,7 @@ describe 'RepositoriesNpmApi' do
|
|
80
80
|
# unit tests for modify
|
81
81
|
# Modify Repository Content
|
82
82
|
# Trigger an asynchronous task to create a new repository version.
|
83
|
-
# @param
|
83
|
+
# @param npm_npm_repository_href
|
84
84
|
# @param repository_add_remove_content
|
85
85
|
# @param [Hash] opts the optional parameters
|
86
86
|
# @return [AsyncOperationResponse]
|
@@ -93,7 +93,7 @@ describe 'RepositoriesNpmApi' do
|
|
93
93
|
# unit tests for partial_update
|
94
94
|
# Update a npm repository
|
95
95
|
# Trigger an asynchronous partial update task
|
96
|
-
# @param
|
96
|
+
# @param npm_npm_repository_href
|
97
97
|
# @param patchednpm_npm_repository
|
98
98
|
# @param [Hash] opts the optional parameters
|
99
99
|
# @option opts [String] :name name
|
@@ -109,7 +109,7 @@ describe 'RepositoriesNpmApi' do
|
|
109
109
|
# unit tests for read
|
110
110
|
# Inspect a npm repository
|
111
111
|
# A ViewSet for NpmRepository. Similar to the PackageViewSet above, define endpoint_name, queryset and serializer, at a minimum.
|
112
|
-
# @param
|
112
|
+
# @param npm_npm_repository_href
|
113
113
|
# @param [Hash] opts the optional parameters
|
114
114
|
# @option opts [String] :fields A list of fields to include in the response.
|
115
115
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
@@ -123,7 +123,7 @@ describe 'RepositoriesNpmApi' do
|
|
123
123
|
# unit tests for sync
|
124
124
|
# Sync from remote
|
125
125
|
# Trigger an asynchronous task to sync content.
|
126
|
-
# @param
|
126
|
+
# @param npm_npm_repository_href
|
127
127
|
# @param repository_sync_url
|
128
128
|
# @param [Hash] opts the optional parameters
|
129
129
|
# @return [AsyncOperationResponse]
|
@@ -136,7 +136,7 @@ describe 'RepositoriesNpmApi' do
|
|
136
136
|
# unit tests for update
|
137
137
|
# Update a npm repository
|
138
138
|
# Trigger an asynchronous update task
|
139
|
-
# @param
|
139
|
+
# @param npm_npm_repository_href
|
140
140
|
# @param npm_npm_repository
|
141
141
|
# @param [Hash] opts the optional parameters
|
142
142
|
# @option opts [String] :name name
|
@@ -35,7 +35,7 @@ describe 'RepositoriesNpmVersionsApi' do
|
|
35
35
|
# unit tests for delete
|
36
36
|
# Delete a repository version
|
37
37
|
# Trigger an asynchronous task to delete a repositroy version.
|
38
|
-
# @param
|
38
|
+
# @param npm_npm_repository_version_href
|
39
39
|
# @param [Hash] opts the optional parameters
|
40
40
|
# @option opts [String] :content content
|
41
41
|
# @option opts [String] :content__in content__in
|
@@ -62,7 +62,7 @@ describe 'RepositoriesNpmVersionsApi' do
|
|
62
62
|
# unit tests for list
|
63
63
|
# List repository versions
|
64
64
|
# A ViewSet for a NpmRepositoryVersion represents a single Npm repository version.
|
65
|
-
# @param
|
65
|
+
# @param npm_npm_repository_href
|
66
66
|
# @param [Hash] opts the optional parameters
|
67
67
|
# @option opts [String] :content content
|
68
68
|
# @option opts [String] :content__in content__in
|
@@ -93,7 +93,7 @@ describe 'RepositoriesNpmVersionsApi' do
|
|
93
93
|
# unit tests for read
|
94
94
|
# Inspect a repository version
|
95
95
|
# A ViewSet for a NpmRepositoryVersion represents a single Npm repository version.
|
96
|
-
# @param
|
96
|
+
# @param npm_npm_repository_version_href
|
97
97
|
# @param [Hash] opts the optional parameters
|
98
98
|
# @option opts [String] :fields A list of fields to include in the response.
|
99
99
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
@@ -106,7 +106,7 @@ describe 'RepositoriesNpmVersionsApi' do
|
|
106
106
|
|
107
107
|
# unit tests for repair
|
108
108
|
# Trigger an asynchronous task to repair a repositroy version.
|
109
|
-
# @param
|
109
|
+
# @param npm_npm_repository_version_href
|
110
110
|
# @param repository_version
|
111
111
|
# @param [Hash] opts the optional parameters
|
112
112
|
# @return [AsyncOperationResponse]
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: pulp_npm_client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.0a1.
|
4
|
+
version: 0.1.0a1.dev01596245316
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- OpenAPI-Generator
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-
|
11
|
+
date: 2020-08-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|