cloudsmith-api 2.0.14 → 2.0.15

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.
Files changed (106) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +2 -2
  3. data/README.md +4 -15
  4. data/build.json +1 -1
  5. data/docs/AuditLogApi.md +2 -12
  6. data/docs/BadgesApi.md +1 -6
  7. data/docs/DistrosApi.md +2 -12
  8. data/docs/EntitlementsApi.md +10 -60
  9. data/docs/FilesApi.md +5 -30
  10. data/docs/FormatsApi.md +2 -12
  11. data/docs/MetricsApi.md +3 -18
  12. data/docs/NamespacesApi.md +2 -12
  13. data/docs/OrgsApi.md +66 -396
  14. data/docs/PackagesApi.md +61 -366
  15. data/docs/QuotaApi.md +4 -24
  16. data/docs/RatesApi.md +1 -6
  17. data/docs/ReposApi.md +112 -672
  18. data/docs/StatusBasic.md +1 -1
  19. data/docs/StorageRegionsApi.md +2 -12
  20. data/docs/UserApi.md +1 -6
  21. data/docs/UsersApi.md +1 -6
  22. data/docs/VulnerabilitiesApi.md +4 -24
  23. data/docs/WebhooksApi.md +5 -30
  24. data/lib/cloudsmith-api/api/audit_log_api.rb +2 -2
  25. data/lib/cloudsmith-api/api/badges_api.rb +1 -1
  26. data/lib/cloudsmith-api/api/distros_api.rb +2 -2
  27. data/lib/cloudsmith-api/api/entitlements_api.rb +10 -10
  28. data/lib/cloudsmith-api/api/files_api.rb +5 -5
  29. data/lib/cloudsmith-api/api/formats_api.rb +2 -2
  30. data/lib/cloudsmith-api/api/metrics_api.rb +3 -3
  31. data/lib/cloudsmith-api/api/namespaces_api.rb +2 -2
  32. data/lib/cloudsmith-api/api/orgs_api.rb +66 -66
  33. data/lib/cloudsmith-api/api/packages_api.rb +61 -61
  34. data/lib/cloudsmith-api/api/quota_api.rb +4 -4
  35. data/lib/cloudsmith-api/api/rates_api.rb +1 -1
  36. data/lib/cloudsmith-api/api/repos_api.rb +112 -112
  37. data/lib/cloudsmith-api/api/storage_regions_api.rb +2 -2
  38. data/lib/cloudsmith-api/api/user_api.rb +1 -1
  39. data/lib/cloudsmith-api/api/users_api.rb +1 -1
  40. data/lib/cloudsmith-api/api/vulnerabilities_api.rb +4 -4
  41. data/lib/cloudsmith-api/api/webhooks_api.rb +5 -5
  42. data/lib/cloudsmith-api/configuration.rb +0 -7
  43. data/lib/cloudsmith-api/models/status_basic.rb +1 -1
  44. data/lib/cloudsmith-api/version.rb +1 -1
  45. data/vendor/bundle/ruby/2.6.0/cache/rspec-mocks-3.13.2.gem +0 -0
  46. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/autotest-fsevent-0.2.21/gem_make.out +1 -1
  47. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/bigdecimal-3.1.8/gem_make.out +2 -2
  48. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/bigdecimal-3.1.8/mkmf.log +5 -5
  49. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/ffi-1.17.0/gem_make.out +2 -2
  50. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/ffi-1.17.0/mkmf.log +1 -1
  51. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/json-2.7.2/gem_make.out +1 -1
  52. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/json-2.7.2/mkmf.log +1 -1
  53. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.1.8/ext/bigdecimal/Makefile +2 -2
  54. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/Makefile +2 -2
  55. data/vendor/bundle/ruby/2.6.0/gems/json-2.7.2/ext/json/Makefile +2 -2
  56. data/vendor/bundle/ruby/2.6.0/gems/json-2.7.2/ext/json/ext/generator/Makefile +2 -2
  57. data/vendor/bundle/ruby/2.6.0/gems/json-2.7.2/ext/json/ext/parser/Makefile +2 -2
  58. data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.1 → rspec-mocks-3.13.2}/Changelog.md +8 -1
  59. data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.1 → rspec-mocks-3.13.2}/lib/rspec/mocks/message_expectation.rb +3 -2
  60. data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.1 → rspec-mocks-3.13.2}/lib/rspec/mocks/syntax.rb +1 -1
  61. data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.1 → rspec-mocks-3.13.2}/lib/rspec/mocks/version.rb +1 -1
  62. data/vendor/bundle/ruby/2.6.0/specifications/{rspec-mocks-3.13.1.gemspec → rspec-mocks-3.13.2.gemspec} +5 -5
  63. metadata +50 -50
  64. data/vendor/bundle/ruby/2.6.0/cache/rspec-mocks-3.13.1.gem +0 -0
  65. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.1 → rspec-mocks-3.13.2}/.document +0 -0
  66. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.1 → rspec-mocks-3.13.2}/.yardopts +0 -0
  67. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.1 → rspec-mocks-3.13.2}/LICENSE.md +0 -0
  68. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.1 → rspec-mocks-3.13.2}/README.md +0 -0
  69. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.1 → rspec-mocks-3.13.2}/lib/rspec/mocks/any_instance/chain.rb +0 -0
  70. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.1 → rspec-mocks-3.13.2}/lib/rspec/mocks/any_instance/error_generator.rb +0 -0
  71. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.1 → rspec-mocks-3.13.2}/lib/rspec/mocks/any_instance/expect_chain_chain.rb +0 -0
  72. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.1 → rspec-mocks-3.13.2}/lib/rspec/mocks/any_instance/expectation_chain.rb +0 -0
  73. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.1 → rspec-mocks-3.13.2}/lib/rspec/mocks/any_instance/message_chains.rb +0 -0
  74. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.1 → rspec-mocks-3.13.2}/lib/rspec/mocks/any_instance/proxy.rb +0 -0
  75. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.1 → rspec-mocks-3.13.2}/lib/rspec/mocks/any_instance/recorder.rb +0 -0
  76. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.1 → rspec-mocks-3.13.2}/lib/rspec/mocks/any_instance/stub_chain.rb +0 -0
  77. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.1 → rspec-mocks-3.13.2}/lib/rspec/mocks/any_instance/stub_chain_chain.rb +0 -0
  78. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.1 → rspec-mocks-3.13.2}/lib/rspec/mocks/any_instance.rb +0 -0
  79. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.1 → rspec-mocks-3.13.2}/lib/rspec/mocks/argument_list_matcher.rb +0 -0
  80. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.1 → rspec-mocks-3.13.2}/lib/rspec/mocks/argument_matchers.rb +0 -0
  81. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.1 → rspec-mocks-3.13.2}/lib/rspec/mocks/configuration.rb +0 -0
  82. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.1 → rspec-mocks-3.13.2}/lib/rspec/mocks/error_generator.rb +0 -0
  83. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.1 → rspec-mocks-3.13.2}/lib/rspec/mocks/example_methods.rb +0 -0
  84. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.1 → rspec-mocks-3.13.2}/lib/rspec/mocks/instance_method_stasher.rb +0 -0
  85. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.1 → rspec-mocks-3.13.2}/lib/rspec/mocks/marshal_extension.rb +0 -0
  86. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.1 → rspec-mocks-3.13.2}/lib/rspec/mocks/matchers/expectation_customization.rb +0 -0
  87. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.1 → rspec-mocks-3.13.2}/lib/rspec/mocks/matchers/have_received.rb +0 -0
  88. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.1 → rspec-mocks-3.13.2}/lib/rspec/mocks/matchers/receive.rb +0 -0
  89. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.1 → rspec-mocks-3.13.2}/lib/rspec/mocks/matchers/receive_message_chain.rb +0 -0
  90. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.1 → rspec-mocks-3.13.2}/lib/rspec/mocks/matchers/receive_messages.rb +0 -0
  91. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.1 → rspec-mocks-3.13.2}/lib/rspec/mocks/message_chain.rb +0 -0
  92. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.1 → rspec-mocks-3.13.2}/lib/rspec/mocks/method_double.rb +0 -0
  93. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.1 → rspec-mocks-3.13.2}/lib/rspec/mocks/method_reference.rb +0 -0
  94. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.1 → rspec-mocks-3.13.2}/lib/rspec/mocks/minitest_integration.rb +0 -0
  95. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.1 → rspec-mocks-3.13.2}/lib/rspec/mocks/mutate_const.rb +0 -0
  96. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.1 → rspec-mocks-3.13.2}/lib/rspec/mocks/object_reference.rb +0 -0
  97. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.1 → rspec-mocks-3.13.2}/lib/rspec/mocks/order_group.rb +0 -0
  98. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.1 → rspec-mocks-3.13.2}/lib/rspec/mocks/proxy.rb +0 -0
  99. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.1 → rspec-mocks-3.13.2}/lib/rspec/mocks/space.rb +0 -0
  100. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.1 → rspec-mocks-3.13.2}/lib/rspec/mocks/standalone.rb +0 -0
  101. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.1 → rspec-mocks-3.13.2}/lib/rspec/mocks/targets.rb +0 -0
  102. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.1 → rspec-mocks-3.13.2}/lib/rspec/mocks/test_double.rb +0 -0
  103. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.1 → rspec-mocks-3.13.2}/lib/rspec/mocks/verifying_double.rb +0 -0
  104. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.1 → rspec-mocks-3.13.2}/lib/rspec/mocks/verifying_message_expectation.rb +0 -0
  105. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.1 → rspec-mocks-3.13.2}/lib/rspec/mocks/verifying_proxy.rb +0 -0
  106. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.1 → rspec-mocks-3.13.2}/lib/rspec/mocks.rb +0 -0
data/docs/StatusBasic.md CHANGED
@@ -4,6 +4,6 @@
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
6
  **detail** | **String** | The message describing the state of the API. | [optional] [default to 'Cloudsmith API is operational.']
7
- **version** | **String** | The current version for the Cloudsmith service. | [optional] [default to '1.525.3']
7
+ **version** | **String** | The current version for the Cloudsmith service. | [optional] [default to '1.526.5']
8
8
 
9
9
 
@@ -29,11 +29,6 @@ CloudsmithApi.configure do |config|
29
29
  # Configure HTTP basic authorization: basic
30
30
  config.username = 'YOUR USERNAME'
31
31
  config.password = 'YOUR PASSWORD'
32
-
33
- # Configure API key authorization: token
34
- config.api_key['Authorization'] = 'YOUR API KEY'
35
- # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
36
- #config.api_key_prefix['Authorization'] = 'Bearer'
37
32
  end
38
33
 
39
34
  api_instance = CloudsmithApi::StorageRegionsApi.new
@@ -56,7 +51,7 @@ This endpoint does not need any parameter.
56
51
 
57
52
  ### Authorization
58
53
 
59
- [apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
54
+ [apikey](../README.md#apikey), [basic](../README.md#basic)
60
55
 
61
56
  ### HTTP request headers
62
57
 
@@ -86,11 +81,6 @@ CloudsmithApi.configure do |config|
86
81
  # Configure HTTP basic authorization: basic
87
82
  config.username = 'YOUR USERNAME'
88
83
  config.password = 'YOUR PASSWORD'
89
-
90
- # Configure API key authorization: token
91
- config.api_key['Authorization'] = 'YOUR API KEY'
92
- # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
93
- #config.api_key_prefix['Authorization'] = 'Bearer'
94
84
  end
95
85
 
96
86
  api_instance = CloudsmithApi::StorageRegionsApi.new
@@ -119,7 +109,7 @@ Name | Type | Description | Notes
119
109
 
120
110
  ### Authorization
121
111
 
122
- [apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
112
+ [apikey](../README.md#apikey), [basic](../README.md#basic)
123
113
 
124
114
  ### HTTP request headers
125
115
 
data/docs/UserApi.md CHANGED
@@ -29,11 +29,6 @@ CloudsmithApi.configure do |config|
29
29
  # Configure HTTP basic authorization: basic
30
30
  config.username = 'YOUR USERNAME'
31
31
  config.password = 'YOUR PASSWORD'
32
-
33
- # Configure API key authorization: token
34
- config.api_key['Authorization'] = 'YOUR API KEY'
35
- # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
36
- #config.api_key_prefix['Authorization'] = 'Bearer'
37
32
  end
38
33
 
39
34
  api_instance = CloudsmithApi::UserApi.new
@@ -56,7 +51,7 @@ This endpoint does not need any parameter.
56
51
 
57
52
  ### Authorization
58
53
 
59
- [apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
54
+ [apikey](../README.md#apikey), [basic](../README.md#basic)
60
55
 
61
56
  ### HTTP request headers
62
57
 
data/docs/UsersApi.md CHANGED
@@ -28,11 +28,6 @@ CloudsmithApi.configure do |config|
28
28
  # Configure HTTP basic authorization: basic
29
29
  config.username = 'YOUR USERNAME'
30
30
  config.password = 'YOUR PASSWORD'
31
-
32
- # Configure API key authorization: token
33
- config.api_key['Authorization'] = 'YOUR API KEY'
34
- # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
35
- #config.api_key_prefix['Authorization'] = 'Bearer'
36
31
  end
37
32
 
38
33
  api_instance = CloudsmithApi::UsersApi.new
@@ -61,7 +56,7 @@ Name | Type | Description | Notes
61
56
 
62
57
  ### Authorization
63
58
 
64
- [apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
59
+ [apikey](../README.md#apikey), [basic](../README.md#basic)
65
60
 
66
61
  ### HTTP request headers
67
62
 
@@ -31,11 +31,6 @@ CloudsmithApi.configure do |config|
31
31
  # Configure HTTP basic authorization: basic
32
32
  config.username = 'YOUR USERNAME'
33
33
  config.password = 'YOUR PASSWORD'
34
-
35
- # Configure API key authorization: token
36
- config.api_key['Authorization'] = 'YOUR API KEY'
37
- # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
38
- #config.api_key_prefix['Authorization'] = 'Bearer'
39
34
  end
40
35
 
41
36
  api_instance = CloudsmithApi::VulnerabilitiesApi.new
@@ -70,7 +65,7 @@ Name | Type | Description | Notes
70
65
 
71
66
  ### Authorization
72
67
 
73
- [apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
68
+ [apikey](../README.md#apikey), [basic](../README.md#basic)
74
69
 
75
70
  ### HTTP request headers
76
71
 
@@ -100,11 +95,6 @@ CloudsmithApi.configure do |config|
100
95
  # Configure HTTP basic authorization: basic
101
96
  config.username = 'YOUR USERNAME'
102
97
  config.password = 'YOUR PASSWORD'
103
-
104
- # Configure API key authorization: token
105
- config.api_key['Authorization'] = 'YOUR API KEY'
106
- # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
107
- #config.api_key_prefix['Authorization'] = 'Bearer'
108
98
  end
109
99
 
110
100
  api_instance = CloudsmithApi::VulnerabilitiesApi.new
@@ -145,7 +135,7 @@ Name | Type | Description | Notes
145
135
 
146
136
  ### Authorization
147
137
 
148
- [apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
138
+ [apikey](../README.md#apikey), [basic](../README.md#basic)
149
139
 
150
140
  ### HTTP request headers
151
141
 
@@ -175,11 +165,6 @@ CloudsmithApi.configure do |config|
175
165
  # Configure HTTP basic authorization: basic
176
166
  config.username = 'YOUR USERNAME'
177
167
  config.password = 'YOUR PASSWORD'
178
-
179
- # Configure API key authorization: token
180
- config.api_key['Authorization'] = 'YOUR API KEY'
181
- # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
182
- #config.api_key_prefix['Authorization'] = 'Bearer'
183
168
  end
184
169
 
185
170
  api_instance = CloudsmithApi::VulnerabilitiesApi.new
@@ -217,7 +202,7 @@ Name | Type | Description | Notes
217
202
 
218
203
  ### Authorization
219
204
 
220
- [apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
205
+ [apikey](../README.md#apikey), [basic](../README.md#basic)
221
206
 
222
207
  ### HTTP request headers
223
208
 
@@ -247,11 +232,6 @@ CloudsmithApi.configure do |config|
247
232
  # Configure HTTP basic authorization: basic
248
233
  config.username = 'YOUR USERNAME'
249
234
  config.password = 'YOUR PASSWORD'
250
-
251
- # Configure API key authorization: token
252
- config.api_key['Authorization'] = 'YOUR API KEY'
253
- # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
254
- #config.api_key_prefix['Authorization'] = 'Bearer'
255
235
  end
256
236
 
257
237
  api_instance = CloudsmithApi::VulnerabilitiesApi.new
@@ -289,7 +269,7 @@ Name | Type | Description | Notes
289
269
 
290
270
  ### Authorization
291
271
 
292
- [apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
272
+ [apikey](../README.md#apikey), [basic](../README.md#basic)
293
273
 
294
274
  ### HTTP request headers
295
275
 
data/docs/WebhooksApi.md CHANGED
@@ -32,11 +32,6 @@ CloudsmithApi.configure do |config|
32
32
  # Configure HTTP basic authorization: basic
33
33
  config.username = 'YOUR USERNAME'
34
34
  config.password = 'YOUR PASSWORD'
35
-
36
- # Configure API key authorization: token
37
- config.api_key['Authorization'] = 'YOUR API KEY'
38
- # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
39
- #config.api_key_prefix['Authorization'] = 'Bearer'
40
35
  end
41
36
 
42
37
  api_instance = CloudsmithApi::WebhooksApi.new
@@ -72,7 +67,7 @@ Name | Type | Description | Notes
72
67
 
73
68
  ### Authorization
74
69
 
75
- [apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
70
+ [apikey](../README.md#apikey), [basic](../README.md#basic)
76
71
 
77
72
  ### HTTP request headers
78
73
 
@@ -102,11 +97,6 @@ CloudsmithApi.configure do |config|
102
97
  # Configure HTTP basic authorization: basic
103
98
  config.username = 'YOUR USERNAME'
104
99
  config.password = 'YOUR PASSWORD'
105
-
106
- # Configure API key authorization: token
107
- config.api_key['Authorization'] = 'YOUR API KEY'
108
- # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
109
- #config.api_key_prefix['Authorization'] = 'Bearer'
110
100
  end
111
101
 
112
102
  api_instance = CloudsmithApi::WebhooksApi.new
@@ -140,7 +130,7 @@ nil (empty response body)
140
130
 
141
131
  ### Authorization
142
132
 
143
- [apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
133
+ [apikey](../README.md#apikey), [basic](../README.md#basic)
144
134
 
145
135
  ### HTTP request headers
146
136
 
@@ -170,11 +160,6 @@ CloudsmithApi.configure do |config|
170
160
  # Configure HTTP basic authorization: basic
171
161
  config.username = 'YOUR USERNAME'
172
162
  config.password = 'YOUR PASSWORD'
173
-
174
- # Configure API key authorization: token
175
- config.api_key['Authorization'] = 'YOUR API KEY'
176
- # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
177
- #config.api_key_prefix['Authorization'] = 'Bearer'
178
163
  end
179
164
 
180
165
  api_instance = CloudsmithApi::WebhooksApi.new
@@ -212,7 +197,7 @@ Name | Type | Description | Notes
212
197
 
213
198
  ### Authorization
214
199
 
215
- [apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
200
+ [apikey](../README.md#apikey), [basic](../README.md#basic)
216
201
 
217
202
  ### HTTP request headers
218
203
 
@@ -242,11 +227,6 @@ CloudsmithApi.configure do |config|
242
227
  # Configure HTTP basic authorization: basic
243
228
  config.username = 'YOUR USERNAME'
244
229
  config.password = 'YOUR PASSWORD'
245
-
246
- # Configure API key authorization: token
247
- config.api_key['Authorization'] = 'YOUR API KEY'
248
- # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
249
- #config.api_key_prefix['Authorization'] = 'Bearer'
250
230
  end
251
231
 
252
232
  api_instance = CloudsmithApi::WebhooksApi.new
@@ -285,7 +265,7 @@ Name | Type | Description | Notes
285
265
 
286
266
  ### Authorization
287
267
 
288
- [apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
268
+ [apikey](../README.md#apikey), [basic](../README.md#basic)
289
269
 
290
270
  ### HTTP request headers
291
271
 
@@ -315,11 +295,6 @@ CloudsmithApi.configure do |config|
315
295
  # Configure HTTP basic authorization: basic
316
296
  config.username = 'YOUR USERNAME'
317
297
  config.password = 'YOUR PASSWORD'
318
-
319
- # Configure API key authorization: token
320
- config.api_key['Authorization'] = 'YOUR API KEY'
321
- # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
322
- #config.api_key_prefix['Authorization'] = 'Bearer'
323
298
  end
324
299
 
325
300
  api_instance = CloudsmithApi::WebhooksApi.new
@@ -354,7 +329,7 @@ Name | Type | Description | Notes
354
329
 
355
330
  ### Authorization
356
331
 
357
- [apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
332
+ [apikey](../README.md#apikey), [basic](../README.md#basic)
358
333
 
359
334
  ### HTTP request headers
360
335
 
@@ -69,7 +69,7 @@ module CloudsmithApi
69
69
 
70
70
  # http body (model)
71
71
  post_body = nil
72
- auth_names = ['apikey', 'basic', 'token']
72
+ auth_names = ['apikey', 'basic']
73
73
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
74
74
  :header_params => header_params,
75
75
  :query_params => query_params,
@@ -138,7 +138,7 @@ module CloudsmithApi
138
138
 
139
139
  # http body (model)
140
140
  post_body = nil
141
- auth_names = ['apikey', 'basic', 'token']
141
+ auth_names = ['apikey', 'basic']
142
142
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
143
143
  :header_params => header_params,
144
144
  :query_params => query_params,
@@ -123,7 +123,7 @@ module CloudsmithApi
123
123
 
124
124
  # http body (model)
125
125
  post_body = nil
126
- auth_names = ['apikey', 'basic', 'token']
126
+ auth_names = ['apikey', 'basic']
127
127
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
128
128
  :header_params => header_params,
129
129
  :query_params => query_params,
@@ -54,7 +54,7 @@ module CloudsmithApi
54
54
 
55
55
  # http body (model)
56
56
  post_body = nil
57
- auth_names = ['apikey', 'basic', 'token']
57
+ auth_names = ['apikey', 'basic']
58
58
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
59
59
  :header_params => header_params,
60
60
  :query_params => query_params,
@@ -108,7 +108,7 @@ module CloudsmithApi
108
108
 
109
109
  # http body (model)
110
110
  post_body = nil
111
- auth_names = ['apikey', 'basic', 'token']
111
+ auth_names = ['apikey', 'basic']
112
112
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
113
113
  :header_params => header_params,
114
114
  :query_params => query_params,
@@ -71,7 +71,7 @@ module CloudsmithApi
71
71
 
72
72
  # http body (model)
73
73
  post_body = @api_client.object_to_http_body(opts[:'data'])
74
- auth_names = ['apikey', 'basic', 'token']
74
+ auth_names = ['apikey', 'basic']
75
75
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
76
76
  :header_params => header_params,
77
77
  :query_params => query_params,
@@ -137,7 +137,7 @@ module CloudsmithApi
137
137
 
138
138
  # http body (model)
139
139
  post_body = nil
140
- auth_names = ['apikey', 'basic', 'token']
140
+ auth_names = ['apikey', 'basic']
141
141
  data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
142
142
  :header_params => header_params,
143
143
  :query_params => query_params,
@@ -202,7 +202,7 @@ module CloudsmithApi
202
202
 
203
203
  # http body (model)
204
204
  post_body = nil
205
- auth_names = ['apikey', 'basic', 'token']
205
+ auth_names = ['apikey', 'basic']
206
206
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
207
207
  :header_params => header_params,
208
208
  :query_params => query_params,
@@ -267,7 +267,7 @@ module CloudsmithApi
267
267
 
268
268
  # http body (model)
269
269
  post_body = nil
270
- auth_names = ['apikey', 'basic', 'token']
270
+ auth_names = ['apikey', 'basic']
271
271
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
272
272
  :header_params => header_params,
273
273
  :query_params => query_params,
@@ -341,7 +341,7 @@ module CloudsmithApi
341
341
 
342
342
  # http body (model)
343
343
  post_body = nil
344
- auth_names = ['apikey', 'basic', 'token']
344
+ auth_names = ['apikey', 'basic']
345
345
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
346
346
  :header_params => header_params,
347
347
  :query_params => query_params,
@@ -412,7 +412,7 @@ module CloudsmithApi
412
412
 
413
413
  # http body (model)
414
414
  post_body = @api_client.object_to_http_body(opts[:'data'])
415
- auth_names = ['apikey', 'basic', 'token']
415
+ auth_names = ['apikey', 'basic']
416
416
  data, status_code, headers = @api_client.call_api(:PATCH, local_var_path,
417
417
  :header_params => header_params,
418
418
  :query_params => query_params,
@@ -484,7 +484,7 @@ module CloudsmithApi
484
484
 
485
485
  # http body (model)
486
486
  post_body = nil
487
- auth_names = ['apikey', 'basic', 'token']
487
+ auth_names = ['apikey', 'basic']
488
488
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
489
489
  :header_params => header_params,
490
490
  :query_params => query_params,
@@ -555,7 +555,7 @@ module CloudsmithApi
555
555
 
556
556
  # http body (model)
557
557
  post_body = @api_client.object_to_http_body(opts[:'data'])
558
- auth_names = ['apikey', 'basic', 'token']
558
+ auth_names = ['apikey', 'basic']
559
559
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
560
560
  :header_params => header_params,
561
561
  :query_params => query_params,
@@ -624,7 +624,7 @@ module CloudsmithApi
624
624
 
625
625
  # http body (model)
626
626
  post_body = nil
627
- auth_names = ['apikey', 'basic', 'token']
627
+ auth_names = ['apikey', 'basic']
628
628
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
629
629
  :header_params => header_params,
630
630
  :query_params => query_params,
@@ -688,7 +688,7 @@ module CloudsmithApi
688
688
 
689
689
  # http body (model)
690
690
  post_body = @api_client.object_to_http_body(opts[:'data'])
691
- auth_names = ['apikey', 'basic', 'token']
691
+ auth_names = ['apikey', 'basic']
692
692
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
693
693
  :header_params => header_params,
694
694
  :query_params => query_params,
@@ -74,7 +74,7 @@ module CloudsmithApi
74
74
 
75
75
  # http body (model)
76
76
  post_body = @api_client.object_to_http_body(opts[:'data'])
77
- auth_names = ['apikey', 'basic', 'token']
77
+ auth_names = ['apikey', 'basic']
78
78
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
79
79
  :header_params => header_params,
80
80
  :query_params => query_params,
@@ -141,7 +141,7 @@ module CloudsmithApi
141
141
 
142
142
  # http body (model)
143
143
  post_body = @api_client.object_to_http_body(opts[:'data'])
144
- auth_names = ['apikey', 'basic', 'token']
144
+ auth_names = ['apikey', 'basic']
145
145
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
146
146
  :header_params => header_params,
147
147
  :query_params => query_params,
@@ -203,7 +203,7 @@ module CloudsmithApi
203
203
 
204
204
  # http body (model)
205
205
  post_body = @api_client.object_to_http_body(opts[:'data'])
206
- auth_names = ['apikey', 'basic', 'token']
206
+ auth_names = ['apikey', 'basic']
207
207
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
208
208
  :header_params => header_params,
209
209
  :query_params => query_params,
@@ -279,7 +279,7 @@ module CloudsmithApi
279
279
 
280
280
  # http body (model)
281
281
  post_body = nil
282
- auth_names = ['apikey', 'basic', 'token']
282
+ auth_names = ['apikey', 'basic']
283
283
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
284
284
  :header_params => header_params,
285
285
  :query_params => query_params,
@@ -341,7 +341,7 @@ module CloudsmithApi
341
341
 
342
342
  # http body (model)
343
343
  post_body = @api_client.object_to_http_body(opts[:'data'])
344
- auth_names = ['apikey', 'basic', 'token']
344
+ auth_names = ['apikey', 'basic']
345
345
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
346
346
  :header_params => header_params,
347
347
  :query_params => query_params,
@@ -54,7 +54,7 @@ module CloudsmithApi
54
54
 
55
55
  # http body (model)
56
56
  post_body = nil
57
- auth_names = ['apikey', 'basic', 'token']
57
+ auth_names = ['apikey', 'basic']
58
58
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
59
59
  :header_params => header_params,
60
60
  :query_params => query_params,
@@ -108,7 +108,7 @@ module CloudsmithApi
108
108
 
109
109
  # http body (model)
110
110
  post_body = nil
111
- auth_names = ['apikey', 'basic', 'token']
111
+ auth_names = ['apikey', 'basic']
112
112
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
113
113
  :header_params => header_params,
114
114
  :query_params => query_params,
@@ -75,7 +75,7 @@ module CloudsmithApi
75
75
 
76
76
  # http body (model)
77
77
  post_body = nil
78
- auth_names = ['apikey', 'basic', 'token']
78
+ auth_names = ['apikey', 'basic']
79
79
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
80
80
  :header_params => header_params,
81
81
  :query_params => query_params,
@@ -150,7 +150,7 @@ module CloudsmithApi
150
150
 
151
151
  # http body (model)
152
152
  post_body = nil
153
- auth_names = ['apikey', 'basic', 'token']
153
+ auth_names = ['apikey', 'basic']
154
154
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
155
155
  :header_params => header_params,
156
156
  :query_params => query_params,
@@ -225,7 +225,7 @@ module CloudsmithApi
225
225
 
226
226
  # http body (model)
227
227
  post_body = nil
228
- auth_names = ['apikey', 'basic', 'token']
228
+ auth_names = ['apikey', 'basic']
229
229
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
230
230
  :header_params => header_params,
231
231
  :query_params => query_params,
@@ -60,7 +60,7 @@ module CloudsmithApi
60
60
 
61
61
  # http body (model)
62
62
  post_body = nil
63
- auth_names = ['apikey', 'basic', 'token']
63
+ auth_names = ['apikey', 'basic']
64
64
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
65
65
  :header_params => header_params,
66
66
  :query_params => query_params,
@@ -114,7 +114,7 @@ module CloudsmithApi
114
114
 
115
115
  # http body (model)
116
116
  post_body = nil
117
- auth_names = ['apikey', 'basic', 'token']
117
+ auth_names = ['apikey', 'basic']
118
118
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
119
119
  :header_params => header_params,
120
120
  :query_params => query_params,