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
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fcaac53824b488bd8bf9cd483141100ad1d61c2d89be318da3fa991fb0564fa5
4
- data.tar.gz: 56377c58a7cebc31bd043375833fcb79e6aec9285169c284f1255661a97bdabe
3
+ metadata.gz: 16a364ce7ae5764aa50d9560c643a85d16d64494807d36d89f8aba3edb70f7ec
4
+ data.tar.gz: 49f85a05b1fde66cfebabcb0e79043fbbf5dc3abdc95c64819c063e446b33f77
5
5
  SHA512:
6
- metadata.gz: f59a3cac1dc9c0e4968b3956cdeea951422865b0f70f9ee9d60a3d19f0d92d0f9157e249fa66c3dab3c63b30d4ab0bb2ae0697a1b0b25bd2dffaa6e4ef1ec132
7
- data.tar.gz: 8d9c8969ae489aad97b68d40b38510454994e956fde78aa7dec1206ba1c6eace2a6dde6200fbf2649585de4c82ffffdf4eca88614b24328eb188be8713ec6919
6
+ metadata.gz: 73de6f53b3152427b64d29048df32257813f35e01ef08233729724e578cb5861df08e8d0cd31e6c6d54bd0547125cfe4374b30e59e53d96cfc1f0e1fb766dbce
7
+ data.tar.gz: a45fec55ea849afb353c39d29ce17c78e850957345dc91bf2320deb476341cfd2f7ca5e3f8ed442b4f299191cceb0bd1a2eb0548819fd775d6c877bb0873b0c1
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cloudsmith-api (2.0.14)
4
+ cloudsmith-api (2.0.15)
5
5
  addressable (~> 2.3, >= 2.3.0)
6
6
  json (~> 2.1, >= 2.1.0)
7
7
  typhoeus (~> 1.0, >= 1.0.1)
@@ -40,7 +40,7 @@ GEM
40
40
  rspec-expectations (3.13.3)
41
41
  diff-lcs (>= 1.2.0, < 2.0)
42
42
  rspec-support (~> 3.13.0)
43
- rspec-mocks (3.13.1)
43
+ rspec-mocks (3.13.2)
44
44
  diff-lcs (>= 1.2.0, < 2.0)
45
45
  rspec-support (~> 3.13.0)
46
46
  rspec-support (3.13.1)
data/README.md CHANGED
@@ -7,7 +7,7 @@ The API to the Cloudsmith Service
7
7
  This SDK is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:
8
8
 
9
9
  - API version: v1
10
- - Package version: 2.0.14
10
+ - Package version: 2.0.15
11
11
  - Build package: io.swagger.codegen.languages.RubyClientCodegen
12
12
  For more information, please visit [https://help.cloudsmith.io](https://help.cloudsmith.io)
13
13
 
@@ -24,15 +24,15 @@ gem build cloudsmith-api.gemspec
24
24
  Then either install the gem locally:
25
25
 
26
26
  ```shell
27
- gem install ./cloudsmith-api-2.0.14.gem
27
+ gem install ./cloudsmith-api-2.0.15.gem
28
28
  ```
29
- (for development, run `gem install --dev ./cloudsmith-api-2.0.14.gem` to install the development dependencies)
29
+ (for development, run `gem install --dev ./cloudsmith-api-2.0.15.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 'cloudsmith-api', '~> 2.0.14'
35
+ gem 'cloudsmith-api', '~> 2.0.15'
36
36
 
37
37
  ### Install from Git
38
38
 
@@ -65,11 +65,6 @@ CloudsmithApi.configure do |config|
65
65
  # Configure HTTP basic authorization: basic
66
66
  config.username = 'YOUR USERNAME'
67
67
  config.password = 'YOUR PASSWORD'
68
-
69
- # Configure API key authorization: token
70
- config.api_key['Authorization'] = 'YOUR API KEY'
71
- # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
72
- #config.api_key_prefix['Authorization'] = 'Bearer'
73
68
  end
74
69
 
75
70
  api_instance = CloudsmithApi::AuditLogApi.new
@@ -648,9 +643,3 @@ Class | Method | HTTP request | Description
648
643
 
649
644
  - **Type**: HTTP basic authentication
650
645
 
651
- ### token
652
-
653
- - **Type**: API key
654
- - **API key parameter name**: Authorization
655
- - **Location**: HTTP header
656
-
data/build.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "gemName": "cloudsmith-api",
9
9
  "gemRequiredRubyVersion": ">= 1.9",
10
10
  "gemSummary": "Cloudsmith API",
11
- "gemVersion": "2.0.14",
11
+ "gemVersion": "2.0.15",
12
12
  "hideGenerationTimestamp": true,
13
13
  "moduleName": "CloudsmithApi",
14
14
  "sortParamsByRequiredFlag": true
data/docs/AuditLogApi.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::AuditLogApi.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::AuditLogApi.new
@@ -144,7 +134,7 @@ Name | Type | Description | Notes
144
134
 
145
135
  ### Authorization
146
136
 
147
- [apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
137
+ [apikey](../README.md#apikey), [basic](../README.md#basic)
148
138
 
149
139
  ### HTTP request headers
150
140
 
data/docs/BadgesApi.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::BadgesApi.new
@@ -100,7 +95,7 @@ Name | Type | Description | Notes
100
95
 
101
96
  ### Authorization
102
97
 
103
- [apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
98
+ [apikey](../README.md#apikey), [basic](../README.md#basic)
104
99
 
105
100
  ### HTTP request headers
106
101
 
data/docs/DistrosApi.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::DistrosApi.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::DistrosApi.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
 
@@ -37,11 +37,6 @@ CloudsmithApi.configure do |config|
37
37
  # Configure HTTP basic authorization: basic
38
38
  config.username = 'YOUR USERNAME'
39
39
  config.password = 'YOUR PASSWORD'
40
-
41
- # Configure API key authorization: token
42
- config.api_key['Authorization'] = 'YOUR API KEY'
43
- # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
44
- #config.api_key_prefix['Authorization'] = 'Bearer'
45
40
  end
46
41
 
47
42
  api_instance = CloudsmithApi::EntitlementsApi.new
@@ -79,7 +74,7 @@ Name | Type | Description | Notes
79
74
 
80
75
  ### Authorization
81
76
 
82
- [apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
77
+ [apikey](../README.md#apikey), [basic](../README.md#basic)
83
78
 
84
79
  ### HTTP request headers
85
80
 
@@ -109,11 +104,6 @@ CloudsmithApi.configure do |config|
109
104
  # Configure HTTP basic authorization: basic
110
105
  config.username = 'YOUR USERNAME'
111
106
  config.password = 'YOUR PASSWORD'
112
-
113
- # Configure API key authorization: token
114
- config.api_key['Authorization'] = 'YOUR API KEY'
115
- # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
116
- #config.api_key_prefix['Authorization'] = 'Bearer'
117
107
  end
118
108
 
119
109
  api_instance = CloudsmithApi::EntitlementsApi.new
@@ -147,7 +137,7 @@ nil (empty response body)
147
137
 
148
138
  ### Authorization
149
139
 
150
- [apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
140
+ [apikey](../README.md#apikey), [basic](../README.md#basic)
151
141
 
152
142
  ### HTTP request headers
153
143
 
@@ -177,11 +167,6 @@ CloudsmithApi.configure do |config|
177
167
  # Configure HTTP basic authorization: basic
178
168
  config.username = 'YOUR USERNAME'
179
169
  config.password = 'YOUR PASSWORD'
180
-
181
- # Configure API key authorization: token
182
- config.api_key['Authorization'] = 'YOUR API KEY'
183
- # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
184
- #config.api_key_prefix['Authorization'] = 'Bearer'
185
170
  end
186
171
 
187
172
  api_instance = CloudsmithApi::EntitlementsApi.new
@@ -215,7 +200,7 @@ nil (empty response body)
215
200
 
216
201
  ### Authorization
217
202
 
218
- [apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
203
+ [apikey](../README.md#apikey), [basic](../README.md#basic)
219
204
 
220
205
  ### HTTP request headers
221
206
 
@@ -245,11 +230,6 @@ CloudsmithApi.configure do |config|
245
230
  # Configure HTTP basic authorization: basic
246
231
  config.username = 'YOUR USERNAME'
247
232
  config.password = 'YOUR PASSWORD'
248
-
249
- # Configure API key authorization: token
250
- config.api_key['Authorization'] = 'YOUR API KEY'
251
- # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
252
- #config.api_key_prefix['Authorization'] = 'Bearer'
253
233
  end
254
234
 
255
235
  api_instance = CloudsmithApi::EntitlementsApi.new
@@ -283,7 +263,7 @@ nil (empty response body)
283
263
 
284
264
  ### Authorization
285
265
 
286
- [apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
266
+ [apikey](../README.md#apikey), [basic](../README.md#basic)
287
267
 
288
268
  ### HTTP request headers
289
269
 
@@ -313,11 +293,6 @@ CloudsmithApi.configure do |config|
313
293
  # Configure HTTP basic authorization: basic
314
294
  config.username = 'YOUR USERNAME'
315
295
  config.password = 'YOUR PASSWORD'
316
-
317
- # Configure API key authorization: token
318
- config.api_key['Authorization'] = 'YOUR API KEY'
319
- # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
320
- #config.api_key_prefix['Authorization'] = 'Bearer'
321
296
  end
322
297
 
323
298
  api_instance = CloudsmithApi::EntitlementsApi.new
@@ -361,7 +336,7 @@ Name | Type | Description | Notes
361
336
 
362
337
  ### Authorization
363
338
 
364
- [apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
339
+ [apikey](../README.md#apikey), [basic](../README.md#basic)
365
340
 
366
341
  ### HTTP request headers
367
342
 
@@ -391,11 +366,6 @@ CloudsmithApi.configure do |config|
391
366
  # Configure HTTP basic authorization: basic
392
367
  config.username = 'YOUR USERNAME'
393
368
  config.password = 'YOUR PASSWORD'
394
-
395
- # Configure API key authorization: token
396
- config.api_key['Authorization'] = 'YOUR API KEY'
397
- # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
398
- #config.api_key_prefix['Authorization'] = 'Bearer'
399
369
  end
400
370
 
401
371
  api_instance = CloudsmithApi::EntitlementsApi.new
@@ -436,7 +406,7 @@ Name | Type | Description | Notes
436
406
 
437
407
  ### Authorization
438
408
 
439
- [apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
409
+ [apikey](../README.md#apikey), [basic](../README.md#basic)
440
410
 
441
411
  ### HTTP request headers
442
412
 
@@ -466,11 +436,6 @@ CloudsmithApi.configure do |config|
466
436
  # Configure HTTP basic authorization: basic
467
437
  config.username = 'YOUR USERNAME'
468
438
  config.password = 'YOUR PASSWORD'
469
-
470
- # Configure API key authorization: token
471
- config.api_key['Authorization'] = 'YOUR API KEY'
472
- # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
473
- #config.api_key_prefix['Authorization'] = 'Bearer'
474
439
  end
475
440
 
476
441
  api_instance = CloudsmithApi::EntitlementsApi.new
@@ -511,7 +476,7 @@ Name | Type | Description | Notes
511
476
 
512
477
  ### Authorization
513
478
 
514
- [apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
479
+ [apikey](../README.md#apikey), [basic](../README.md#basic)
515
480
 
516
481
  ### HTTP request headers
517
482
 
@@ -541,11 +506,6 @@ CloudsmithApi.configure do |config|
541
506
  # Configure HTTP basic authorization: basic
542
507
  config.username = 'YOUR USERNAME'
543
508
  config.password = 'YOUR PASSWORD'
544
-
545
- # Configure API key authorization: token
546
- config.api_key['Authorization'] = 'YOUR API KEY'
547
- # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
548
- #config.api_key_prefix['Authorization'] = 'Bearer'
549
509
  end
550
510
 
551
511
  api_instance = CloudsmithApi::EntitlementsApi.new
@@ -586,7 +546,7 @@ Name | Type | Description | Notes
586
546
 
587
547
  ### Authorization
588
548
 
589
- [apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
549
+ [apikey](../README.md#apikey), [basic](../README.md#basic)
590
550
 
591
551
  ### HTTP request headers
592
552
 
@@ -616,11 +576,6 @@ CloudsmithApi.configure do |config|
616
576
  # Configure HTTP basic authorization: basic
617
577
  config.username = 'YOUR USERNAME'
618
578
  config.password = 'YOUR PASSWORD'
619
-
620
- # Configure API key authorization: token
621
- config.api_key['Authorization'] = 'YOUR API KEY'
622
- # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
623
- #config.api_key_prefix['Authorization'] = 'Bearer'
624
579
  end
625
580
 
626
581
  api_instance = CloudsmithApi::EntitlementsApi.new
@@ -658,7 +613,7 @@ nil (empty response body)
658
613
 
659
614
  ### Authorization
660
615
 
661
- [apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
616
+ [apikey](../README.md#apikey), [basic](../README.md#basic)
662
617
 
663
618
  ### HTTP request headers
664
619
 
@@ -688,11 +643,6 @@ CloudsmithApi.configure do |config|
688
643
  # Configure HTTP basic authorization: basic
689
644
  config.username = 'YOUR USERNAME'
690
645
  config.password = 'YOUR PASSWORD'
691
-
692
- # Configure API key authorization: token
693
- config.api_key['Authorization'] = 'YOUR API KEY'
694
- # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
695
- #config.api_key_prefix['Authorization'] = 'Bearer'
696
646
  end
697
647
 
698
648
  api_instance = CloudsmithApi::EntitlementsApi.new
@@ -730,7 +680,7 @@ Name | Type | Description | Notes
730
680
 
731
681
  ### Authorization
732
682
 
733
- [apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
683
+ [apikey](../README.md#apikey), [basic](../README.md#basic)
734
684
 
735
685
  ### HTTP request headers
736
686
 
data/docs/FilesApi.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::FilesApi.new
@@ -74,7 +69,7 @@ nil (empty response body)
74
69
 
75
70
  ### Authorization
76
71
 
77
- [apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
72
+ [apikey](../README.md#apikey), [basic](../README.md#basic)
78
73
 
79
74
  ### HTTP request headers
80
75
 
@@ -104,11 +99,6 @@ CloudsmithApi.configure do |config|
104
99
  # Configure HTTP basic authorization: basic
105
100
  config.username = 'YOUR USERNAME'
106
101
  config.password = 'YOUR PASSWORD'
107
-
108
- # Configure API key authorization: token
109
- config.api_key['Authorization'] = 'YOUR API KEY'
110
- # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
111
- #config.api_key_prefix['Authorization'] = 'Bearer'
112
102
  end
113
103
 
114
104
  api_instance = CloudsmithApi::FilesApi.new
@@ -147,7 +137,7 @@ Name | Type | Description | Notes
147
137
 
148
138
  ### Authorization
149
139
 
150
- [apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
140
+ [apikey](../README.md#apikey), [basic](../README.md#basic)
151
141
 
152
142
  ### HTTP request headers
153
143
 
@@ -177,11 +167,6 @@ CloudsmithApi.configure do |config|
177
167
  # Configure HTTP basic authorization: basic
178
168
  config.username = 'YOUR USERNAME'
179
169
  config.password = 'YOUR PASSWORD'
180
-
181
- # Configure API key authorization: token
182
- config.api_key['Authorization'] = 'YOUR API KEY'
183
- # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
184
- #config.api_key_prefix['Authorization'] = 'Bearer'
185
170
  end
186
171
 
187
172
  api_instance = CloudsmithApi::FilesApi.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::FilesApi.new
@@ -293,7 +273,7 @@ Name | Type | Description | Notes
293
273
 
294
274
  ### Authorization
295
275
 
296
- [apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
276
+ [apikey](../README.md#apikey), [basic](../README.md#basic)
297
277
 
298
278
  ### HTTP request headers
299
279
 
@@ -323,11 +303,6 @@ CloudsmithApi.configure do |config|
323
303
  # Configure HTTP basic authorization: basic
324
304
  config.username = 'YOUR USERNAME'
325
305
  config.password = 'YOUR PASSWORD'
326
-
327
- # Configure API key authorization: token
328
- config.api_key['Authorization'] = 'YOUR API KEY'
329
- # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
330
- #config.api_key_prefix['Authorization'] = 'Bearer'
331
306
  end
332
307
 
333
308
  api_instance = CloudsmithApi::FilesApi.new
@@ -362,7 +337,7 @@ nil (empty response body)
362
337
 
363
338
  ### Authorization
364
339
 
365
- [apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
340
+ [apikey](../README.md#apikey), [basic](../README.md#basic)
366
341
 
367
342
  ### HTTP request headers
368
343
 
data/docs/FormatsApi.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::FormatsApi.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::FormatsApi.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/MetricsApi.md CHANGED
@@ -30,11 +30,6 @@ CloudsmithApi.configure do |config|
30
30
  # Configure HTTP basic authorization: basic
31
31
  config.username = 'YOUR USERNAME'
32
32
  config.password = 'YOUR PASSWORD'
33
-
34
- # Configure API key authorization: token
35
- config.api_key['Authorization'] = 'YOUR API KEY'
36
- # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
37
- #config.api_key_prefix['Authorization'] = 'Bearer'
38
33
  end
39
34
 
40
35
  api_instance = CloudsmithApi::MetricsApi.new
@@ -75,7 +70,7 @@ Name | Type | Description | Notes
75
70
 
76
71
  ### Authorization
77
72
 
78
- [apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
73
+ [apikey](../README.md#apikey), [basic](../README.md#basic)
79
74
 
80
75
  ### HTTP request headers
81
76
 
@@ -105,11 +100,6 @@ CloudsmithApi.configure do |config|
105
100
  # Configure HTTP basic authorization: basic
106
101
  config.username = 'YOUR USERNAME'
107
102
  config.password = 'YOUR PASSWORD'
108
-
109
- # Configure API key authorization: token
110
- config.api_key['Authorization'] = 'YOUR API KEY'
111
- # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
112
- #config.api_key_prefix['Authorization'] = 'Bearer'
113
103
  end
114
104
 
115
105
  api_instance = CloudsmithApi::MetricsApi.new
@@ -153,7 +143,7 @@ Name | Type | Description | Notes
153
143
 
154
144
  ### Authorization
155
145
 
156
- [apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
146
+ [apikey](../README.md#apikey), [basic](../README.md#basic)
157
147
 
158
148
  ### HTTP request headers
159
149
 
@@ -183,11 +173,6 @@ CloudsmithApi.configure do |config|
183
173
  # Configure HTTP basic authorization: basic
184
174
  config.username = 'YOUR USERNAME'
185
175
  config.password = 'YOUR PASSWORD'
186
-
187
- # Configure API key authorization: token
188
- config.api_key['Authorization'] = 'YOUR API KEY'
189
- # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
190
- #config.api_key_prefix['Authorization'] = 'Bearer'
191
176
  end
192
177
 
193
178
  api_instance = CloudsmithApi::MetricsApi.new
@@ -231,7 +216,7 @@ Name | Type | Description | Notes
231
216
 
232
217
  ### Authorization
233
218
 
234
- [apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
219
+ [apikey](../README.md#apikey), [basic](../README.md#basic)
235
220
 
236
221
  ### HTTP request headers
237
222
 
@@ -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::NamespacesApi.new
@@ -65,7 +60,7 @@ Name | Type | Description | Notes
65
60
 
66
61
  ### Authorization
67
62
 
68
- [apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
63
+ [apikey](../README.md#apikey), [basic](../README.md#basic)
69
64
 
70
65
  ### HTTP request headers
71
66
 
@@ -95,11 +90,6 @@ CloudsmithApi.configure do |config|
95
90
  # Configure HTTP basic authorization: basic
96
91
  config.username = 'YOUR USERNAME'
97
92
  config.password = 'YOUR PASSWORD'
98
-
99
- # Configure API key authorization: token
100
- config.api_key['Authorization'] = 'YOUR API KEY'
101
- # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
102
- #config.api_key_prefix['Authorization'] = 'Bearer'
103
93
  end
104
94
 
105
95
  api_instance = CloudsmithApi::NamespacesApi.new
@@ -128,7 +118,7 @@ Name | Type | Description | Notes
128
118
 
129
119
  ### Authorization
130
120
 
131
- [apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
121
+ [apikey](../README.md#apikey), [basic](../README.md#basic)
132
122
 
133
123
  ### HTTP request headers
134
124