docs/PackagesApi.md in cloudsmith-api-2.0.13 vs docs/PackagesApi.md in cloudsmith-api-2.0.14

- old
+ new

@@ -7,11 +7,11 @@ [**packages_copy**](PackagesApi.md#packages_copy) | **POST** /packages/{owner}/{repo}/{identifier}/copy/ | Copy a package to another repository. [**packages_delete**](PackagesApi.md#packages_delete) | **DELETE** /packages/{owner}/{repo}/{identifier}/ | Delete a specific package in a repository. [**packages_dependencies**](PackagesApi.md#packages_dependencies) | **GET** /packages/{owner}/{repo}/{identifier}/dependencies/ | Get the list of dependencies for a package. Transitive dependencies are included where supported. [**packages_list**](PackagesApi.md#packages_list) | **GET** /packages/{owner}/{repo}/ | Get a list of all packages associated with repository. [**packages_move**](PackagesApi.md#packages_move) | **POST** /packages/{owner}/{repo}/{identifier}/move/ | Move a package to another repository. -[**packages_quarantine**](PackagesApi.md#packages_quarantine) | **POST** /packages/{owner}/{repo}/{identifier}/quarantine/ | Quarantine or restore a package. +[**packages_quarantine**](PackagesApi.md#packages_quarantine) | **POST** /packages/{owner}/{repo}/{identifier}/quarantine/ | Quarantine or release a package. [**packages_read**](PackagesApi.md#packages_read) | **GET** /packages/{owner}/{repo}/{identifier}/ | Get a specific package in a repository. [**packages_resync**](PackagesApi.md#packages_resync) | **POST** /packages/{owner}/{repo}/{identifier}/resync/ | Schedule a package for resynchronisation. [**packages_scan**](PackagesApi.md#packages_scan) | **POST** /packages/{owner}/{repo}/{identifier}/scan/ | Schedule a package for scanning. [**packages_status**](PackagesApi.md#packages_status) | **GET** /packages/{owner}/{repo}/{identifier}/status/ | Get the synchronization status for a package. [**packages_tag**](PackagesApi.md#packages_tag) | **POST** /packages/{owner}/{repo}/{identifier}/tag/ | Add/Replace/Remove tags for a package. @@ -82,10 +82,19 @@ CloudsmithApi.configure do |config| # Configure API key authorization: apikey config.api_key['X-Api-Key'] = 'YOUR API KEY' # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil) #config.api_key_prefix['X-Api-Key'] = 'Bearer' + + # Configure HTTP basic authorization: basic + config.username = 'YOUR USERNAME' + config.password = 'YOUR PASSWORD' + + # Configure API key authorization: token + config.api_key['Authorization'] = 'YOUR API KEY' + # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil) + #config.api_key_prefix['Authorization'] = 'Bearer' end api_instance = CloudsmithApi::PackagesApi.new owner = 'owner_example' # String | @@ -120,11 +129,11 @@ [**PackageCopy**](PackageCopy.md) ### Authorization -[apikey](../README.md#apikey) +[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token) ### HTTP request headers - **Content-Type**: application/json - **Accept**: application/json @@ -146,10 +155,19 @@ CloudsmithApi.configure do |config| # Configure API key authorization: apikey config.api_key['X-Api-Key'] = 'YOUR API KEY' # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil) #config.api_key_prefix['X-Api-Key'] = 'Bearer' + + # Configure HTTP basic authorization: basic + config.username = 'YOUR USERNAME' + config.password = 'YOUR PASSWORD' + + # Configure API key authorization: token + config.api_key['Authorization'] = 'YOUR API KEY' + # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil) + #config.api_key_prefix['Authorization'] = 'Bearer' end api_instance = CloudsmithApi::PackagesApi.new owner = 'owner_example' # String | @@ -179,11 +197,11 @@ nil (empty response body) ### Authorization -[apikey](../README.md#apikey) +[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token) ### HTTP request headers - **Content-Type**: application/json - **Accept**: application/json @@ -205,10 +223,19 @@ CloudsmithApi.configure do |config| # Configure API key authorization: apikey config.api_key['X-Api-Key'] = 'YOUR API KEY' # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil) #config.api_key_prefix['X-Api-Key'] = 'Bearer' + + # Configure HTTP basic authorization: basic + config.username = 'YOUR USERNAME' + config.password = 'YOUR PASSWORD' + + # Configure API key authorization: token + config.api_key['Authorization'] = 'YOUR API KEY' + # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil) + #config.api_key_prefix['Authorization'] = 'Bearer' end api_instance = CloudsmithApi::PackagesApi.new owner = 'owner_example' # String | @@ -239,11 +266,11 @@ [**PackageDependencies**](PackageDependencies.md) ### Authorization -[apikey](../README.md#apikey) +[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token) ### HTTP request headers - **Content-Type**: application/json - **Accept**: application/json @@ -265,10 +292,19 @@ CloudsmithApi.configure do |config| # Configure API key authorization: apikey config.api_key['X-Api-Key'] = 'YOUR API KEY' # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil) #config.api_key_prefix['X-Api-Key'] = 'Bearer' + + # Configure HTTP basic authorization: basic + config.username = 'YOUR USERNAME' + config.password = 'YOUR PASSWORD' + + # Configure API key authorization: token + config.api_key['Authorization'] = 'YOUR API KEY' + # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil) + #config.api_key_prefix['Authorization'] = 'Bearer' end api_instance = CloudsmithApi::PackagesApi.new owner = 'owner_example' # String | @@ -306,11 +342,11 @@ [**Array<Package>**](Package.md) ### Authorization -[apikey](../README.md#apikey) +[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token) ### HTTP request headers - **Content-Type**: application/json - **Accept**: application/json @@ -332,10 +368,19 @@ CloudsmithApi.configure do |config| # Configure API key authorization: apikey config.api_key['X-Api-Key'] = 'YOUR API KEY' # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil) #config.api_key_prefix['X-Api-Key'] = 'Bearer' + + # Configure HTTP basic authorization: basic + config.username = 'YOUR USERNAME' + config.password = 'YOUR PASSWORD' + + # Configure API key authorization: token + config.api_key['Authorization'] = 'YOUR API KEY' + # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil) + #config.api_key_prefix['Authorization'] = 'Bearer' end api_instance = CloudsmithApi::PackagesApi.new owner = 'owner_example' # String | @@ -370,11 +415,11 @@ [**PackageMove**](PackageMove.md) ### Authorization -[apikey](../README.md#apikey) +[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token) ### HTTP request headers - **Content-Type**: application/json - **Accept**: application/json @@ -382,13 +427,13 @@ # **packages_quarantine** > PackageQuarantine packages_quarantine(owner, repo, identifier, opts) -Quarantine or restore a package. +Quarantine or release a package. -Quarantine or restore a package. +Quarantine or release a package. ### Example ```ruby # load the gem require 'cloudsmith-api' @@ -396,10 +441,19 @@ CloudsmithApi.configure do |config| # Configure API key authorization: apikey config.api_key['X-Api-Key'] = 'YOUR API KEY' # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil) #config.api_key_prefix['X-Api-Key'] = 'Bearer' + + # Configure HTTP basic authorization: basic + config.username = 'YOUR USERNAME' + config.password = 'YOUR PASSWORD' + + # Configure API key authorization: token + config.api_key['Authorization'] = 'YOUR API KEY' + # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil) + #config.api_key_prefix['Authorization'] = 'Bearer' end api_instance = CloudsmithApi::PackagesApi.new owner = 'owner_example' # String | @@ -411,11 +465,11 @@ opts = { data: CloudsmithApi::PackageQuarantineRequest.new # PackageQuarantineRequest | } begin - #Quarantine or restore a package. + #Quarantine or release a package. result = api_instance.packages_quarantine(owner, repo, identifier, opts) p result rescue CloudsmithApi::ApiError => e puts "Exception when calling PackagesApi->packages_quarantine: #{e}" end @@ -434,11 +488,11 @@ [**PackageQuarantine**](PackageQuarantine.md) ### Authorization -[apikey](../README.md#apikey) +[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token) ### HTTP request headers - **Content-Type**: application/json - **Accept**: application/json @@ -460,10 +514,19 @@ CloudsmithApi.configure do |config| # Configure API key authorization: apikey config.api_key['X-Api-Key'] = 'YOUR API KEY' # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil) #config.api_key_prefix['X-Api-Key'] = 'Bearer' + + # Configure HTTP basic authorization: basic + config.username = 'YOUR USERNAME' + config.password = 'YOUR PASSWORD' + + # Configure API key authorization: token + config.api_key['Authorization'] = 'YOUR API KEY' + # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil) + #config.api_key_prefix['Authorization'] = 'Bearer' end api_instance = CloudsmithApi::PackagesApi.new owner = 'owner_example' # String | @@ -494,11 +557,11 @@ [**Package**](Package.md) ### Authorization -[apikey](../README.md#apikey) +[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token) ### HTTP request headers - **Content-Type**: application/json - **Accept**: application/json @@ -520,10 +583,19 @@ CloudsmithApi.configure do |config| # Configure API key authorization: apikey config.api_key['X-Api-Key'] = 'YOUR API KEY' # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil) #config.api_key_prefix['X-Api-Key'] = 'Bearer' + + # Configure HTTP basic authorization: basic + config.username = 'YOUR USERNAME' + config.password = 'YOUR PASSWORD' + + # Configure API key authorization: token + config.api_key['Authorization'] = 'YOUR API KEY' + # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil) + #config.api_key_prefix['Authorization'] = 'Bearer' end api_instance = CloudsmithApi::PackagesApi.new owner = 'owner_example' # String | @@ -554,11 +626,11 @@ [**PackageResync**](PackageResync.md) ### Authorization -[apikey](../README.md#apikey) +[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token) ### HTTP request headers - **Content-Type**: application/json - **Accept**: application/json @@ -580,10 +652,19 @@ CloudsmithApi.configure do |config| # Configure API key authorization: apikey config.api_key['X-Api-Key'] = 'YOUR API KEY' # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil) #config.api_key_prefix['X-Api-Key'] = 'Bearer' + + # Configure HTTP basic authorization: basic + config.username = 'YOUR USERNAME' + config.password = 'YOUR PASSWORD' + + # Configure API key authorization: token + config.api_key['Authorization'] = 'YOUR API KEY' + # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil) + #config.api_key_prefix['Authorization'] = 'Bearer' end api_instance = CloudsmithApi::PackagesApi.new owner = 'owner_example' # String | @@ -614,11 +695,11 @@ [**Package**](Package.md) ### Authorization -[apikey](../README.md#apikey) +[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token) ### HTTP request headers - **Content-Type**: application/json - **Accept**: application/json @@ -640,10 +721,19 @@ CloudsmithApi.configure do |config| # Configure API key authorization: apikey config.api_key['X-Api-Key'] = 'YOUR API KEY' # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil) #config.api_key_prefix['X-Api-Key'] = 'Bearer' + + # Configure HTTP basic authorization: basic + config.username = 'YOUR USERNAME' + config.password = 'YOUR PASSWORD' + + # Configure API key authorization: token + config.api_key['Authorization'] = 'YOUR API KEY' + # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil) + #config.api_key_prefix['Authorization'] = 'Bearer' end api_instance = CloudsmithApi::PackagesApi.new owner = 'owner_example' # String | @@ -674,11 +764,11 @@ [**PackageStatus**](PackageStatus.md) ### Authorization -[apikey](../README.md#apikey) +[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token) ### HTTP request headers - **Content-Type**: application/json - **Accept**: application/json @@ -700,10 +790,19 @@ CloudsmithApi.configure do |config| # Configure API key authorization: apikey config.api_key['X-Api-Key'] = 'YOUR API KEY' # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil) #config.api_key_prefix['X-Api-Key'] = 'Bearer' + + # Configure HTTP basic authorization: basic + config.username = 'YOUR USERNAME' + config.password = 'YOUR PASSWORD' + + # Configure API key authorization: token + config.api_key['Authorization'] = 'YOUR API KEY' + # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil) + #config.api_key_prefix['Authorization'] = 'Bearer' end api_instance = CloudsmithApi::PackagesApi.new owner = 'owner_example' # String | @@ -738,11 +837,11 @@ [**Package**](Package.md) ### Authorization -[apikey](../README.md#apikey) +[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token) ### HTTP request headers - **Content-Type**: application/json - **Accept**: application/json @@ -764,10 +863,19 @@ CloudsmithApi.configure do |config| # Configure API key authorization: apikey config.api_key['X-Api-Key'] = 'YOUR API KEY' # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil) #config.api_key_prefix['X-Api-Key'] = 'Bearer' + + # Configure HTTP basic authorization: basic + config.username = 'YOUR USERNAME' + config.password = 'YOUR PASSWORD' + + # Configure API key authorization: token + config.api_key['Authorization'] = 'YOUR API KEY' + # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil) + #config.api_key_prefix['Authorization'] = 'Bearer' end api_instance = CloudsmithApi::PackagesApi.new owner = 'owner_example' # String | @@ -799,11 +907,11 @@ [**AlpinePackageUpload**](AlpinePackageUpload.md) ### Authorization -[apikey](../README.md#apikey) +[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token) ### HTTP request headers - **Content-Type**: application/json - **Accept**: application/json @@ -825,10 +933,19 @@ CloudsmithApi.configure do |config| # Configure API key authorization: apikey config.api_key['X-Api-Key'] = 'YOUR API KEY' # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil) #config.api_key_prefix['X-Api-Key'] = 'Bearer' + + # Configure HTTP basic authorization: basic + config.username = 'YOUR USERNAME' + config.password = 'YOUR PASSWORD' + + # Configure API key authorization: token + config.api_key['Authorization'] = 'YOUR API KEY' + # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil) + #config.api_key_prefix['Authorization'] = 'Bearer' end api_instance = CloudsmithApi::PackagesApi.new owner = 'owner_example' # String | @@ -860,11 +977,11 @@ [**CargoPackageUpload**](CargoPackageUpload.md) ### Authorization -[apikey](../README.md#apikey) +[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token) ### HTTP request headers - **Content-Type**: application/json - **Accept**: application/json @@ -886,10 +1003,19 @@ CloudsmithApi.configure do |config| # Configure API key authorization: apikey config.api_key['X-Api-Key'] = 'YOUR API KEY' # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil) #config.api_key_prefix['X-Api-Key'] = 'Bearer' + + # Configure HTTP basic authorization: basic + config.username = 'YOUR USERNAME' + config.password = 'YOUR PASSWORD' + + # Configure API key authorization: token + config.api_key['Authorization'] = 'YOUR API KEY' + # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil) + #config.api_key_prefix['Authorization'] = 'Bearer' end api_instance = CloudsmithApi::PackagesApi.new owner = 'owner_example' # String | @@ -921,11 +1047,11 @@ [**CocoapodsPackageUpload**](CocoapodsPackageUpload.md) ### Authorization -[apikey](../README.md#apikey) +[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token) ### HTTP request headers - **Content-Type**: application/json - **Accept**: application/json @@ -947,10 +1073,19 @@ CloudsmithApi.configure do |config| # Configure API key authorization: apikey config.api_key['X-Api-Key'] = 'YOUR API KEY' # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil) #config.api_key_prefix['X-Api-Key'] = 'Bearer' + + # Configure HTTP basic authorization: basic + config.username = 'YOUR USERNAME' + config.password = 'YOUR PASSWORD' + + # Configure API key authorization: token + config.api_key['Authorization'] = 'YOUR API KEY' + # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil) + #config.api_key_prefix['Authorization'] = 'Bearer' end api_instance = CloudsmithApi::PackagesApi.new owner = 'owner_example' # String | @@ -982,11 +1117,11 @@ [**ComposerPackageUpload**](ComposerPackageUpload.md) ### Authorization -[apikey](../README.md#apikey) +[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token) ### HTTP request headers - **Content-Type**: application/json - **Accept**: application/json @@ -1008,10 +1143,19 @@ CloudsmithApi.configure do |config| # Configure API key authorization: apikey config.api_key['X-Api-Key'] = 'YOUR API KEY' # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil) #config.api_key_prefix['X-Api-Key'] = 'Bearer' + + # Configure HTTP basic authorization: basic + config.username = 'YOUR USERNAME' + config.password = 'YOUR PASSWORD' + + # Configure API key authorization: token + config.api_key['Authorization'] = 'YOUR API KEY' + # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil) + #config.api_key_prefix['Authorization'] = 'Bearer' end api_instance = CloudsmithApi::PackagesApi.new owner = 'owner_example' # String | @@ -1043,11 +1187,11 @@ [**ConanPackageUpload**](ConanPackageUpload.md) ### Authorization -[apikey](../README.md#apikey) +[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token) ### HTTP request headers - **Content-Type**: application/json - **Accept**: application/json @@ -1069,10 +1213,19 @@ CloudsmithApi.configure do |config| # Configure API key authorization: apikey config.api_key['X-Api-Key'] = 'YOUR API KEY' # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil) #config.api_key_prefix['X-Api-Key'] = 'Bearer' + + # Configure HTTP basic authorization: basic + config.username = 'YOUR USERNAME' + config.password = 'YOUR PASSWORD' + + # Configure API key authorization: token + config.api_key['Authorization'] = 'YOUR API KEY' + # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil) + #config.api_key_prefix['Authorization'] = 'Bearer' end api_instance = CloudsmithApi::PackagesApi.new owner = 'owner_example' # String | @@ -1104,11 +1257,11 @@ [**CondaPackageUpload**](CondaPackageUpload.md) ### Authorization -[apikey](../README.md#apikey) +[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token) ### HTTP request headers - **Content-Type**: application/json - **Accept**: application/json @@ -1130,10 +1283,19 @@ CloudsmithApi.configure do |config| # Configure API key authorization: apikey config.api_key['X-Api-Key'] = 'YOUR API KEY' # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil) #config.api_key_prefix['X-Api-Key'] = 'Bearer' + + # Configure HTTP basic authorization: basic + config.username = 'YOUR USERNAME' + config.password = 'YOUR PASSWORD' + + # Configure API key authorization: token + config.api_key['Authorization'] = 'YOUR API KEY' + # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil) + #config.api_key_prefix['Authorization'] = 'Bearer' end api_instance = CloudsmithApi::PackagesApi.new owner = 'owner_example' # String | @@ -1165,11 +1327,11 @@ [**CranPackageUpload**](CranPackageUpload.md) ### Authorization -[apikey](../README.md#apikey) +[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token) ### HTTP request headers - **Content-Type**: application/json - **Accept**: application/json @@ -1191,10 +1353,19 @@ CloudsmithApi.configure do |config| # Configure API key authorization: apikey config.api_key['X-Api-Key'] = 'YOUR API KEY' # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil) #config.api_key_prefix['X-Api-Key'] = 'Bearer' + + # Configure HTTP basic authorization: basic + config.username = 'YOUR USERNAME' + config.password = 'YOUR PASSWORD' + + # Configure API key authorization: token + config.api_key['Authorization'] = 'YOUR API KEY' + # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil) + #config.api_key_prefix['Authorization'] = 'Bearer' end api_instance = CloudsmithApi::PackagesApi.new owner = 'owner_example' # String | @@ -1226,11 +1397,11 @@ [**DartPackageUpload**](DartPackageUpload.md) ### Authorization -[apikey](../README.md#apikey) +[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token) ### HTTP request headers - **Content-Type**: application/json - **Accept**: application/json @@ -1252,10 +1423,19 @@ CloudsmithApi.configure do |config| # Configure API key authorization: apikey config.api_key['X-Api-Key'] = 'YOUR API KEY' # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil) #config.api_key_prefix['X-Api-Key'] = 'Bearer' + + # Configure HTTP basic authorization: basic + config.username = 'YOUR USERNAME' + config.password = 'YOUR PASSWORD' + + # Configure API key authorization: token + config.api_key['Authorization'] = 'YOUR API KEY' + # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil) + #config.api_key_prefix['Authorization'] = 'Bearer' end api_instance = CloudsmithApi::PackagesApi.new owner = 'owner_example' # String | @@ -1287,11 +1467,11 @@ [**DebPackageUpload**](DebPackageUpload.md) ### Authorization -[apikey](../README.md#apikey) +[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token) ### HTTP request headers - **Content-Type**: application/json - **Accept**: application/json @@ -1313,10 +1493,19 @@ CloudsmithApi.configure do |config| # Configure API key authorization: apikey config.api_key['X-Api-Key'] = 'YOUR API KEY' # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil) #config.api_key_prefix['X-Api-Key'] = 'Bearer' + + # Configure HTTP basic authorization: basic + config.username = 'YOUR USERNAME' + config.password = 'YOUR PASSWORD' + + # Configure API key authorization: token + config.api_key['Authorization'] = 'YOUR API KEY' + # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil) + #config.api_key_prefix['Authorization'] = 'Bearer' end api_instance = CloudsmithApi::PackagesApi.new owner = 'owner_example' # String | @@ -1348,11 +1537,11 @@ [**DockerPackageUpload**](DockerPackageUpload.md) ### Authorization -[apikey](../README.md#apikey) +[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token) ### HTTP request headers - **Content-Type**: application/json - **Accept**: application/json @@ -1374,10 +1563,19 @@ CloudsmithApi.configure do |config| # Configure API key authorization: apikey config.api_key['X-Api-Key'] = 'YOUR API KEY' # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil) #config.api_key_prefix['X-Api-Key'] = 'Bearer' + + # Configure HTTP basic authorization: basic + config.username = 'YOUR USERNAME' + config.password = 'YOUR PASSWORD' + + # Configure API key authorization: token + config.api_key['Authorization'] = 'YOUR API KEY' + # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil) + #config.api_key_prefix['Authorization'] = 'Bearer' end api_instance = CloudsmithApi::PackagesApi.new owner = 'owner_example' # String | @@ -1409,11 +1607,11 @@ [**GoPackageUpload**](GoPackageUpload.md) ### Authorization -[apikey](../README.md#apikey) +[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token) ### HTTP request headers - **Content-Type**: application/json - **Accept**: application/json @@ -1435,10 +1633,19 @@ CloudsmithApi.configure do |config| # Configure API key authorization: apikey config.api_key['X-Api-Key'] = 'YOUR API KEY' # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil) #config.api_key_prefix['X-Api-Key'] = 'Bearer' + + # Configure HTTP basic authorization: basic + config.username = 'YOUR USERNAME' + config.password = 'YOUR PASSWORD' + + # Configure API key authorization: token + config.api_key['Authorization'] = 'YOUR API KEY' + # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil) + #config.api_key_prefix['Authorization'] = 'Bearer' end api_instance = CloudsmithApi::PackagesApi.new owner = 'owner_example' # String | @@ -1470,11 +1677,11 @@ [**HelmPackageUpload**](HelmPackageUpload.md) ### Authorization -[apikey](../README.md#apikey) +[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token) ### HTTP request headers - **Content-Type**: application/json - **Accept**: application/json @@ -1496,10 +1703,19 @@ CloudsmithApi.configure do |config| # Configure API key authorization: apikey config.api_key['X-Api-Key'] = 'YOUR API KEY' # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil) #config.api_key_prefix['X-Api-Key'] = 'Bearer' + + # Configure HTTP basic authorization: basic + config.username = 'YOUR USERNAME' + config.password = 'YOUR PASSWORD' + + # Configure API key authorization: token + config.api_key['Authorization'] = 'YOUR API KEY' + # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil) + #config.api_key_prefix['Authorization'] = 'Bearer' end api_instance = CloudsmithApi::PackagesApi.new owner = 'owner_example' # String | @@ -1531,11 +1747,11 @@ [**HexPackageUpload**](HexPackageUpload.md) ### Authorization -[apikey](../README.md#apikey) +[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token) ### HTTP request headers - **Content-Type**: application/json - **Accept**: application/json @@ -1557,10 +1773,19 @@ CloudsmithApi.configure do |config| # Configure API key authorization: apikey config.api_key['X-Api-Key'] = 'YOUR API KEY' # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil) #config.api_key_prefix['X-Api-Key'] = 'Bearer' + + # Configure HTTP basic authorization: basic + config.username = 'YOUR USERNAME' + config.password = 'YOUR PASSWORD' + + # Configure API key authorization: token + config.api_key['Authorization'] = 'YOUR API KEY' + # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil) + #config.api_key_prefix['Authorization'] = 'Bearer' end api_instance = CloudsmithApi::PackagesApi.new owner = 'owner_example' # String | @@ -1592,11 +1817,11 @@ [**LuarocksPackageUpload**](LuarocksPackageUpload.md) ### Authorization -[apikey](../README.md#apikey) +[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token) ### HTTP request headers - **Content-Type**: application/json - **Accept**: application/json @@ -1618,10 +1843,19 @@ CloudsmithApi.configure do |config| # Configure API key authorization: apikey config.api_key['X-Api-Key'] = 'YOUR API KEY' # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil) #config.api_key_prefix['X-Api-Key'] = 'Bearer' + + # Configure HTTP basic authorization: basic + config.username = 'YOUR USERNAME' + config.password = 'YOUR PASSWORD' + + # Configure API key authorization: token + config.api_key['Authorization'] = 'YOUR API KEY' + # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil) + #config.api_key_prefix['Authorization'] = 'Bearer' end api_instance = CloudsmithApi::PackagesApi.new owner = 'owner_example' # String | @@ -1653,11 +1887,11 @@ [**MavenPackageUpload**](MavenPackageUpload.md) ### Authorization -[apikey](../README.md#apikey) +[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token) ### HTTP request headers - **Content-Type**: application/json - **Accept**: application/json @@ -1679,10 +1913,19 @@ CloudsmithApi.configure do |config| # Configure API key authorization: apikey config.api_key['X-Api-Key'] = 'YOUR API KEY' # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil) #config.api_key_prefix['X-Api-Key'] = 'Bearer' + + # Configure HTTP basic authorization: basic + config.username = 'YOUR USERNAME' + config.password = 'YOUR PASSWORD' + + # Configure API key authorization: token + config.api_key['Authorization'] = 'YOUR API KEY' + # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil) + #config.api_key_prefix['Authorization'] = 'Bearer' end api_instance = CloudsmithApi::PackagesApi.new owner = 'owner_example' # String | @@ -1714,11 +1957,11 @@ [**NpmPackageUpload**](NpmPackageUpload.md) ### Authorization -[apikey](../README.md#apikey) +[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token) ### HTTP request headers - **Content-Type**: application/json - **Accept**: application/json @@ -1740,10 +1983,19 @@ CloudsmithApi.configure do |config| # Configure API key authorization: apikey config.api_key['X-Api-Key'] = 'YOUR API KEY' # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil) #config.api_key_prefix['X-Api-Key'] = 'Bearer' + + # Configure HTTP basic authorization: basic + config.username = 'YOUR USERNAME' + config.password = 'YOUR PASSWORD' + + # Configure API key authorization: token + config.api_key['Authorization'] = 'YOUR API KEY' + # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil) + #config.api_key_prefix['Authorization'] = 'Bearer' end api_instance = CloudsmithApi::PackagesApi.new owner = 'owner_example' # String | @@ -1775,11 +2027,11 @@ [**NugetPackageUpload**](NugetPackageUpload.md) ### Authorization -[apikey](../README.md#apikey) +[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token) ### HTTP request headers - **Content-Type**: application/json - **Accept**: application/json @@ -1801,10 +2053,19 @@ CloudsmithApi.configure do |config| # Configure API key authorization: apikey config.api_key['X-Api-Key'] = 'YOUR API KEY' # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil) #config.api_key_prefix['X-Api-Key'] = 'Bearer' + + # Configure HTTP basic authorization: basic + config.username = 'YOUR USERNAME' + config.password = 'YOUR PASSWORD' + + # Configure API key authorization: token + config.api_key['Authorization'] = 'YOUR API KEY' + # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil) + #config.api_key_prefix['Authorization'] = 'Bearer' end api_instance = CloudsmithApi::PackagesApi.new owner = 'owner_example' # String | @@ -1836,11 +2097,11 @@ [**P2PackageUpload**](P2PackageUpload.md) ### Authorization -[apikey](../README.md#apikey) +[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token) ### HTTP request headers - **Content-Type**: application/json - **Accept**: application/json @@ -1862,10 +2123,19 @@ CloudsmithApi.configure do |config| # Configure API key authorization: apikey config.api_key['X-Api-Key'] = 'YOUR API KEY' # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil) #config.api_key_prefix['X-Api-Key'] = 'Bearer' + + # Configure HTTP basic authorization: basic + config.username = 'YOUR USERNAME' + config.password = 'YOUR PASSWORD' + + # Configure API key authorization: token + config.api_key['Authorization'] = 'YOUR API KEY' + # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil) + #config.api_key_prefix['Authorization'] = 'Bearer' end api_instance = CloudsmithApi::PackagesApi.new owner = 'owner_example' # String | @@ -1897,11 +2167,11 @@ [**PythonPackageUpload**](PythonPackageUpload.md) ### Authorization -[apikey](../README.md#apikey) +[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token) ### HTTP request headers - **Content-Type**: application/json - **Accept**: application/json @@ -1923,10 +2193,19 @@ CloudsmithApi.configure do |config| # Configure API key authorization: apikey config.api_key['X-Api-Key'] = 'YOUR API KEY' # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil) #config.api_key_prefix['X-Api-Key'] = 'Bearer' + + # Configure HTTP basic authorization: basic + config.username = 'YOUR USERNAME' + config.password = 'YOUR PASSWORD' + + # Configure API key authorization: token + config.api_key['Authorization'] = 'YOUR API KEY' + # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil) + #config.api_key_prefix['Authorization'] = 'Bearer' end api_instance = CloudsmithApi::PackagesApi.new owner = 'owner_example' # String | @@ -1958,11 +2237,11 @@ [**RawPackageUpload**](RawPackageUpload.md) ### Authorization -[apikey](../README.md#apikey) +[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token) ### HTTP request headers - **Content-Type**: application/json - **Accept**: application/json @@ -1984,10 +2263,19 @@ CloudsmithApi.configure do |config| # Configure API key authorization: apikey config.api_key['X-Api-Key'] = 'YOUR API KEY' # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil) #config.api_key_prefix['X-Api-Key'] = 'Bearer' + + # Configure HTTP basic authorization: basic + config.username = 'YOUR USERNAME' + config.password = 'YOUR PASSWORD' + + # Configure API key authorization: token + config.api_key['Authorization'] = 'YOUR API KEY' + # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil) + #config.api_key_prefix['Authorization'] = 'Bearer' end api_instance = CloudsmithApi::PackagesApi.new owner = 'owner_example' # String | @@ -2019,11 +2307,11 @@ [**RpmPackageUpload**](RpmPackageUpload.md) ### Authorization -[apikey](../README.md#apikey) +[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token) ### HTTP request headers - **Content-Type**: application/json - **Accept**: application/json @@ -2045,10 +2333,19 @@ CloudsmithApi.configure do |config| # Configure API key authorization: apikey config.api_key['X-Api-Key'] = 'YOUR API KEY' # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil) #config.api_key_prefix['X-Api-Key'] = 'Bearer' + + # Configure HTTP basic authorization: basic + config.username = 'YOUR USERNAME' + config.password = 'YOUR PASSWORD' + + # Configure API key authorization: token + config.api_key['Authorization'] = 'YOUR API KEY' + # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil) + #config.api_key_prefix['Authorization'] = 'Bearer' end api_instance = CloudsmithApi::PackagesApi.new owner = 'owner_example' # String | @@ -2080,11 +2377,11 @@ [**RubyPackageUpload**](RubyPackageUpload.md) ### Authorization -[apikey](../README.md#apikey) +[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token) ### HTTP request headers - **Content-Type**: application/json - **Accept**: application/json @@ -2106,10 +2403,19 @@ CloudsmithApi.configure do |config| # Configure API key authorization: apikey config.api_key['X-Api-Key'] = 'YOUR API KEY' # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil) #config.api_key_prefix['X-Api-Key'] = 'Bearer' + + # Configure HTTP basic authorization: basic + config.username = 'YOUR USERNAME' + config.password = 'YOUR PASSWORD' + + # Configure API key authorization: token + config.api_key['Authorization'] = 'YOUR API KEY' + # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil) + #config.api_key_prefix['Authorization'] = 'Bearer' end api_instance = CloudsmithApi::PackagesApi.new owner = 'owner_example' # String | @@ -2141,11 +2447,11 @@ [**SwiftPackageUpload**](SwiftPackageUpload.md) ### Authorization -[apikey](../README.md#apikey) +[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token) ### HTTP request headers - **Content-Type**: application/json - **Accept**: application/json @@ -2167,10 +2473,19 @@ CloudsmithApi.configure do |config| # Configure API key authorization: apikey config.api_key['X-Api-Key'] = 'YOUR API KEY' # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil) #config.api_key_prefix['X-Api-Key'] = 'Bearer' + + # Configure HTTP basic authorization: basic + config.username = 'YOUR USERNAME' + config.password = 'YOUR PASSWORD' + + # Configure API key authorization: token + config.api_key['Authorization'] = 'YOUR API KEY' + # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil) + #config.api_key_prefix['Authorization'] = 'Bearer' end api_instance = CloudsmithApi::PackagesApi.new owner = 'owner_example' # String | @@ -2202,11 +2517,11 @@ [**TerraformPackageUpload**](TerraformPackageUpload.md) ### Authorization -[apikey](../README.md#apikey) +[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token) ### HTTP request headers - **Content-Type**: application/json - **Accept**: application/json @@ -2228,10 +2543,19 @@ CloudsmithApi.configure do |config| # Configure API key authorization: apikey config.api_key['X-Api-Key'] = 'YOUR API KEY' # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil) #config.api_key_prefix['X-Api-Key'] = 'Bearer' + + # Configure HTTP basic authorization: basic + config.username = 'YOUR USERNAME' + config.password = 'YOUR PASSWORD' + + # Configure API key authorization: token + config.api_key['Authorization'] = 'YOUR API KEY' + # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil) + #config.api_key_prefix['Authorization'] = 'Bearer' end api_instance = CloudsmithApi::PackagesApi.new owner = 'owner_example' # String | @@ -2263,11 +2587,11 @@ [**VagrantPackageUpload**](VagrantPackageUpload.md) ### Authorization -[apikey](../README.md#apikey) +[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token) ### HTTP request headers - **Content-Type**: application/json - **Accept**: application/json @@ -2289,10 +2613,19 @@ CloudsmithApi.configure do |config| # Configure API key authorization: apikey config.api_key['X-Api-Key'] = 'YOUR API KEY' # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil) #config.api_key_prefix['X-Api-Key'] = 'Bearer' + + # Configure HTTP basic authorization: basic + config.username = 'YOUR USERNAME' + config.password = 'YOUR PASSWORD' + + # Configure API key authorization: token + config.api_key['Authorization'] = 'YOUR API KEY' + # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil) + #config.api_key_prefix['Authorization'] = 'Bearer' end api_instance = CloudsmithApi::PackagesApi.new owner = 'owner_example' # String | @@ -2323,11 +2656,11 @@ nil (empty response body) ### Authorization -[apikey](../README.md#apikey) +[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token) ### HTTP request headers - **Content-Type**: application/json - **Accept**: application/json @@ -2349,10 +2682,19 @@ CloudsmithApi.configure do |config| # Configure API key authorization: apikey config.api_key['X-Api-Key'] = 'YOUR API KEY' # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil) #config.api_key_prefix['X-Api-Key'] = 'Bearer' + + # Configure HTTP basic authorization: basic + config.username = 'YOUR USERNAME' + config.password = 'YOUR PASSWORD' + + # Configure API key authorization: token + config.api_key['Authorization'] = 'YOUR API KEY' + # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil) + #config.api_key_prefix['Authorization'] = 'Bearer' end api_instance = CloudsmithApi::PackagesApi.new owner = 'owner_example' # String | @@ -2383,11 +2725,11 @@ nil (empty response body) ### Authorization -[apikey](../README.md#apikey) +[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token) ### HTTP request headers - **Content-Type**: application/json - **Accept**: application/json @@ -2409,10 +2751,19 @@ CloudsmithApi.configure do |config| # Configure API key authorization: apikey config.api_key['X-Api-Key'] = 'YOUR API KEY' # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil) #config.api_key_prefix['X-Api-Key'] = 'Bearer' + + # Configure HTTP basic authorization: basic + config.username = 'YOUR USERNAME' + config.password = 'YOUR PASSWORD' + + # Configure API key authorization: token + config.api_key['Authorization'] = 'YOUR API KEY' + # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil) + #config.api_key_prefix['Authorization'] = 'Bearer' end api_instance = CloudsmithApi::PackagesApi.new owner = 'owner_example' # String | @@ -2443,11 +2794,11 @@ nil (empty response body) ### Authorization -[apikey](../README.md#apikey) +[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token) ### HTTP request headers - **Content-Type**: application/json - **Accept**: application/json @@ -2469,10 +2820,19 @@ CloudsmithApi.configure do |config| # Configure API key authorization: apikey config.api_key['X-Api-Key'] = 'YOUR API KEY' # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil) #config.api_key_prefix['X-Api-Key'] = 'Bearer' + + # Configure HTTP basic authorization: basic + config.username = 'YOUR USERNAME' + config.password = 'YOUR PASSWORD' + + # Configure API key authorization: token + config.api_key['Authorization'] = 'YOUR API KEY' + # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil) + #config.api_key_prefix['Authorization'] = 'Bearer' end api_instance = CloudsmithApi::PackagesApi.new owner = 'owner_example' # String | @@ -2503,11 +2863,11 @@ nil (empty response body) ### Authorization -[apikey](../README.md#apikey) +[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token) ### HTTP request headers - **Content-Type**: application/json - **Accept**: application/json @@ -2529,10 +2889,19 @@ CloudsmithApi.configure do |config| # Configure API key authorization: apikey config.api_key['X-Api-Key'] = 'YOUR API KEY' # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil) #config.api_key_prefix['X-Api-Key'] = 'Bearer' + + # Configure HTTP basic authorization: basic + config.username = 'YOUR USERNAME' + config.password = 'YOUR PASSWORD' + + # Configure API key authorization: token + config.api_key['Authorization'] = 'YOUR API KEY' + # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil) + #config.api_key_prefix['Authorization'] = 'Bearer' end api_instance = CloudsmithApi::PackagesApi.new owner = 'owner_example' # String | @@ -2563,11 +2932,11 @@ nil (empty response body) ### Authorization -[apikey](../README.md#apikey) +[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token) ### HTTP request headers - **Content-Type**: application/json - **Accept**: application/json @@ -2589,10 +2958,19 @@ CloudsmithApi.configure do |config| # Configure API key authorization: apikey config.api_key['X-Api-Key'] = 'YOUR API KEY' # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil) #config.api_key_prefix['X-Api-Key'] = 'Bearer' + + # Configure HTTP basic authorization: basic + config.username = 'YOUR USERNAME' + config.password = 'YOUR PASSWORD' + + # Configure API key authorization: token + config.api_key['Authorization'] = 'YOUR API KEY' + # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil) + #config.api_key_prefix['Authorization'] = 'Bearer' end api_instance = CloudsmithApi::PackagesApi.new owner = 'owner_example' # String | @@ -2623,11 +3001,11 @@ nil (empty response body) ### Authorization -[apikey](../README.md#apikey) +[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token) ### HTTP request headers - **Content-Type**: application/json - **Accept**: application/json @@ -2649,10 +3027,19 @@ CloudsmithApi.configure do |config| # Configure API key authorization: apikey config.api_key['X-Api-Key'] = 'YOUR API KEY' # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil) #config.api_key_prefix['X-Api-Key'] = 'Bearer' + + # Configure HTTP basic authorization: basic + config.username = 'YOUR USERNAME' + config.password = 'YOUR PASSWORD' + + # Configure API key authorization: token + config.api_key['Authorization'] = 'YOUR API KEY' + # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil) + #config.api_key_prefix['Authorization'] = 'Bearer' end api_instance = CloudsmithApi::PackagesApi.new owner = 'owner_example' # String | @@ -2683,11 +3070,11 @@ nil (empty response body) ### Authorization -[apikey](../README.md#apikey) +[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token) ### HTTP request headers - **Content-Type**: application/json - **Accept**: application/json @@ -2709,10 +3096,19 @@ CloudsmithApi.configure do |config| # Configure API key authorization: apikey config.api_key['X-Api-Key'] = 'YOUR API KEY' # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil) #config.api_key_prefix['X-Api-Key'] = 'Bearer' + + # Configure HTTP basic authorization: basic + config.username = 'YOUR USERNAME' + config.password = 'YOUR PASSWORD' + + # Configure API key authorization: token + config.api_key['Authorization'] = 'YOUR API KEY' + # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil) + #config.api_key_prefix['Authorization'] = 'Bearer' end api_instance = CloudsmithApi::PackagesApi.new owner = 'owner_example' # String | @@ -2743,11 +3139,11 @@ nil (empty response body) ### Authorization -[apikey](../README.md#apikey) +[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token) ### HTTP request headers - **Content-Type**: application/json - **Accept**: application/json @@ -2769,10 +3165,19 @@ CloudsmithApi.configure do |config| # Configure API key authorization: apikey config.api_key['X-Api-Key'] = 'YOUR API KEY' # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil) #config.api_key_prefix['X-Api-Key'] = 'Bearer' + + # Configure HTTP basic authorization: basic + config.username = 'YOUR USERNAME' + config.password = 'YOUR PASSWORD' + + # Configure API key authorization: token + config.api_key['Authorization'] = 'YOUR API KEY' + # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil) + #config.api_key_prefix['Authorization'] = 'Bearer' end api_instance = CloudsmithApi::PackagesApi.new owner = 'owner_example' # String | @@ -2803,11 +3208,11 @@ nil (empty response body) ### Authorization -[apikey](../README.md#apikey) +[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token) ### HTTP request headers - **Content-Type**: application/json - **Accept**: application/json @@ -2829,10 +3234,19 @@ CloudsmithApi.configure do |config| # Configure API key authorization: apikey config.api_key['X-Api-Key'] = 'YOUR API KEY' # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil) #config.api_key_prefix['X-Api-Key'] = 'Bearer' + + # Configure HTTP basic authorization: basic + config.username = 'YOUR USERNAME' + config.password = 'YOUR PASSWORD' + + # Configure API key authorization: token + config.api_key['Authorization'] = 'YOUR API KEY' + # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil) + #config.api_key_prefix['Authorization'] = 'Bearer' end api_instance = CloudsmithApi::PackagesApi.new owner = 'owner_example' # String | @@ -2863,11 +3277,11 @@ nil (empty response body) ### Authorization -[apikey](../README.md#apikey) +[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token) ### HTTP request headers - **Content-Type**: application/json - **Accept**: application/json @@ -2889,10 +3303,19 @@ CloudsmithApi.configure do |config| # Configure API key authorization: apikey config.api_key['X-Api-Key'] = 'YOUR API KEY' # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil) #config.api_key_prefix['X-Api-Key'] = 'Bearer' + + # Configure HTTP basic authorization: basic + config.username = 'YOUR USERNAME' + config.password = 'YOUR PASSWORD' + + # Configure API key authorization: token + config.api_key['Authorization'] = 'YOUR API KEY' + # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil) + #config.api_key_prefix['Authorization'] = 'Bearer' end api_instance = CloudsmithApi::PackagesApi.new owner = 'owner_example' # String | @@ -2923,11 +3346,11 @@ nil (empty response body) ### Authorization -[apikey](../README.md#apikey) +[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token) ### HTTP request headers - **Content-Type**: application/json - **Accept**: application/json @@ -2949,10 +3372,19 @@ CloudsmithApi.configure do |config| # Configure API key authorization: apikey config.api_key['X-Api-Key'] = 'YOUR API KEY' # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil) #config.api_key_prefix['X-Api-Key'] = 'Bearer' + + # Configure HTTP basic authorization: basic + config.username = 'YOUR USERNAME' + config.password = 'YOUR PASSWORD' + + # Configure API key authorization: token + config.api_key['Authorization'] = 'YOUR API KEY' + # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil) + #config.api_key_prefix['Authorization'] = 'Bearer' end api_instance = CloudsmithApi::PackagesApi.new owner = 'owner_example' # String | @@ -2983,11 +3415,11 @@ nil (empty response body) ### Authorization -[apikey](../README.md#apikey) +[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token) ### HTTP request headers - **Content-Type**: application/json - **Accept**: application/json @@ -3009,10 +3441,19 @@ CloudsmithApi.configure do |config| # Configure API key authorization: apikey config.api_key['X-Api-Key'] = 'YOUR API KEY' # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil) #config.api_key_prefix['X-Api-Key'] = 'Bearer' + + # Configure HTTP basic authorization: basic + config.username = 'YOUR USERNAME' + config.password = 'YOUR PASSWORD' + + # Configure API key authorization: token + config.api_key['Authorization'] = 'YOUR API KEY' + # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil) + #config.api_key_prefix['Authorization'] = 'Bearer' end api_instance = CloudsmithApi::PackagesApi.new owner = 'owner_example' # String | @@ -3043,11 +3484,11 @@ nil (empty response body) ### Authorization -[apikey](../README.md#apikey) +[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token) ### HTTP request headers - **Content-Type**: application/json - **Accept**: application/json @@ -3069,10 +3510,19 @@ CloudsmithApi.configure do |config| # Configure API key authorization: apikey config.api_key['X-Api-Key'] = 'YOUR API KEY' # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil) #config.api_key_prefix['X-Api-Key'] = 'Bearer' + + # Configure HTTP basic authorization: basic + config.username = 'YOUR USERNAME' + config.password = 'YOUR PASSWORD' + + # Configure API key authorization: token + config.api_key['Authorization'] = 'YOUR API KEY' + # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil) + #config.api_key_prefix['Authorization'] = 'Bearer' end api_instance = CloudsmithApi::PackagesApi.new owner = 'owner_example' # String | @@ -3103,11 +3553,11 @@ nil (empty response body) ### Authorization -[apikey](../README.md#apikey) +[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token) ### HTTP request headers - **Content-Type**: application/json - **Accept**: application/json @@ -3129,10 +3579,19 @@ CloudsmithApi.configure do |config| # Configure API key authorization: apikey config.api_key['X-Api-Key'] = 'YOUR API KEY' # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil) #config.api_key_prefix['X-Api-Key'] = 'Bearer' + + # Configure HTTP basic authorization: basic + config.username = 'YOUR USERNAME' + config.password = 'YOUR PASSWORD' + + # Configure API key authorization: token + config.api_key['Authorization'] = 'YOUR API KEY' + # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil) + #config.api_key_prefix['Authorization'] = 'Bearer' end api_instance = CloudsmithApi::PackagesApi.new owner = 'owner_example' # String | @@ -3163,11 +3622,11 @@ nil (empty response body) ### Authorization -[apikey](../README.md#apikey) +[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token) ### HTTP request headers - **Content-Type**: application/json - **Accept**: application/json @@ -3189,10 +3648,19 @@ CloudsmithApi.configure do |config| # Configure API key authorization: apikey config.api_key['X-Api-Key'] = 'YOUR API KEY' # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil) #config.api_key_prefix['X-Api-Key'] = 'Bearer' + + # Configure HTTP basic authorization: basic + config.username = 'YOUR USERNAME' + config.password = 'YOUR PASSWORD' + + # Configure API key authorization: token + config.api_key['Authorization'] = 'YOUR API KEY' + # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil) + #config.api_key_prefix['Authorization'] = 'Bearer' end api_instance = CloudsmithApi::PackagesApi.new owner = 'owner_example' # String | @@ -3223,11 +3691,11 @@ nil (empty response body) ### Authorization -[apikey](../README.md#apikey) +[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token) ### HTTP request headers - **Content-Type**: application/json - **Accept**: application/json @@ -3249,10 +3717,19 @@ CloudsmithApi.configure do |config| # Configure API key authorization: apikey config.api_key['X-Api-Key'] = 'YOUR API KEY' # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil) #config.api_key_prefix['X-Api-Key'] = 'Bearer' + + # Configure HTTP basic authorization: basic + config.username = 'YOUR USERNAME' + config.password = 'YOUR PASSWORD' + + # Configure API key authorization: token + config.api_key['Authorization'] = 'YOUR API KEY' + # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil) + #config.api_key_prefix['Authorization'] = 'Bearer' end api_instance = CloudsmithApi::PackagesApi.new owner = 'owner_example' # String | @@ -3283,11 +3760,11 @@ nil (empty response body) ### Authorization -[apikey](../README.md#apikey) +[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token) ### HTTP request headers - **Content-Type**: application/json - **Accept**: application/json @@ -3309,10 +3786,19 @@ CloudsmithApi.configure do |config| # Configure API key authorization: apikey config.api_key['X-Api-Key'] = 'YOUR API KEY' # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil) #config.api_key_prefix['X-Api-Key'] = 'Bearer' + + # Configure HTTP basic authorization: basic + config.username = 'YOUR USERNAME' + config.password = 'YOUR PASSWORD' + + # Configure API key authorization: token + config.api_key['Authorization'] = 'YOUR API KEY' + # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil) + #config.api_key_prefix['Authorization'] = 'Bearer' end api_instance = CloudsmithApi::PackagesApi.new owner = 'owner_example' # String | @@ -3343,11 +3829,11 @@ nil (empty response body) ### Authorization -[apikey](../README.md#apikey) +[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token) ### HTTP request headers - **Content-Type**: application/json - **Accept**: application/json @@ -3369,10 +3855,19 @@ CloudsmithApi.configure do |config| # Configure API key authorization: apikey config.api_key['X-Api-Key'] = 'YOUR API KEY' # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil) #config.api_key_prefix['X-Api-Key'] = 'Bearer' + + # Configure HTTP basic authorization: basic + config.username = 'YOUR USERNAME' + config.password = 'YOUR PASSWORD' + + # Configure API key authorization: token + config.api_key['Authorization'] = 'YOUR API KEY' + # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil) + #config.api_key_prefix['Authorization'] = 'Bearer' end api_instance = CloudsmithApi::PackagesApi.new owner = 'owner_example' # String | @@ -3403,11 +3898,11 @@ nil (empty response body) ### Authorization -[apikey](../README.md#apikey) +[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token) ### HTTP request headers - **Content-Type**: application/json - **Accept**: application/json @@ -3429,10 +3924,19 @@ CloudsmithApi.configure do |config| # Configure API key authorization: apikey config.api_key['X-Api-Key'] = 'YOUR API KEY' # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil) #config.api_key_prefix['X-Api-Key'] = 'Bearer' + + # Configure HTTP basic authorization: basic + config.username = 'YOUR USERNAME' + config.password = 'YOUR PASSWORD' + + # Configure API key authorization: token + config.api_key['Authorization'] = 'YOUR API KEY' + # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil) + #config.api_key_prefix['Authorization'] = 'Bearer' end api_instance = CloudsmithApi::PackagesApi.new owner = 'owner_example' # String | @@ -3463,11 +3967,11 @@ nil (empty response body) ### Authorization -[apikey](../README.md#apikey) +[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token) ### HTTP request headers - **Content-Type**: application/json - **Accept**: application/json @@ -3489,10 +3993,19 @@ CloudsmithApi.configure do |config| # Configure API key authorization: apikey config.api_key['X-Api-Key'] = 'YOUR API KEY' # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil) #config.api_key_prefix['X-Api-Key'] = 'Bearer' + + # Configure HTTP basic authorization: basic + config.username = 'YOUR USERNAME' + config.password = 'YOUR PASSWORD' + + # Configure API key authorization: token + config.api_key['Authorization'] = 'YOUR API KEY' + # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil) + #config.api_key_prefix['Authorization'] = 'Bearer' end api_instance = CloudsmithApi::PackagesApi.new owner = 'owner_example' # String | @@ -3523,11 +4036,11 @@ nil (empty response body) ### Authorization -[apikey](../README.md#apikey) +[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token) ### HTTP request headers - **Content-Type**: application/json - **Accept**: application/json @@ -3549,10 +4062,19 @@ CloudsmithApi.configure do |config| # Configure API key authorization: apikey config.api_key['X-Api-Key'] = 'YOUR API KEY' # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil) #config.api_key_prefix['X-Api-Key'] = 'Bearer' + + # Configure HTTP basic authorization: basic + config.username = 'YOUR USERNAME' + config.password = 'YOUR PASSWORD' + + # Configure API key authorization: token + config.api_key['Authorization'] = 'YOUR API KEY' + # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil) + #config.api_key_prefix['Authorization'] = 'Bearer' end api_instance = CloudsmithApi::PackagesApi.new owner = 'owner_example' # String | @@ -3583,11 +4105,11 @@ nil (empty response body) ### Authorization -[apikey](../README.md#apikey) +[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token) ### HTTP request headers - **Content-Type**: application/json - **Accept**: application/json @@ -3609,10 +4131,19 @@ CloudsmithApi.configure do |config| # Configure API key authorization: apikey config.api_key['X-Api-Key'] = 'YOUR API KEY' # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil) #config.api_key_prefix['X-Api-Key'] = 'Bearer' + + # Configure HTTP basic authorization: basic + config.username = 'YOUR USERNAME' + config.password = 'YOUR PASSWORD' + + # Configure API key authorization: token + config.api_key['Authorization'] = 'YOUR API KEY' + # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil) + #config.api_key_prefix['Authorization'] = 'Bearer' end api_instance = CloudsmithApi::PackagesApi.new owner = 'owner_example' # String | @@ -3643,11 +4174,11 @@ nil (empty response body) ### Authorization -[apikey](../README.md#apikey) +[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token) ### HTTP request headers - **Content-Type**: application/json - **Accept**: application/json @@ -3669,10 +4200,19 @@ CloudsmithApi.configure do |config| # Configure API key authorization: apikey config.api_key['X-Api-Key'] = 'YOUR API KEY' # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil) #config.api_key_prefix['X-Api-Key'] = 'Bearer' + + # Configure HTTP basic authorization: basic + config.username = 'YOUR USERNAME' + config.password = 'YOUR PASSWORD' + + # Configure API key authorization: token + config.api_key['Authorization'] = 'YOUR API KEY' + # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil) + #config.api_key_prefix['Authorization'] = 'Bearer' end api_instance = CloudsmithApi::PackagesApi.new owner = 'owner_example' # String | @@ -3703,11 +4243,11 @@ nil (empty response body) ### Authorization -[apikey](../README.md#apikey) +[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token) ### HTTP request headers - **Content-Type**: application/json - **Accept**: application/json @@ -3729,10 +4269,19 @@ CloudsmithApi.configure do |config| # Configure API key authorization: apikey config.api_key['X-Api-Key'] = 'YOUR API KEY' # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil) #config.api_key_prefix['X-Api-Key'] = 'Bearer' + + # Configure HTTP basic authorization: basic + config.username = 'YOUR USERNAME' + config.password = 'YOUR PASSWORD' + + # Configure API key authorization: token + config.api_key['Authorization'] = 'YOUR API KEY' + # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil) + #config.api_key_prefix['Authorization'] = 'Bearer' end api_instance = CloudsmithApi::PackagesApi.new owner = 'owner_example' # String | @@ -3763,10 +4312,10 @@ nil (empty response body) ### Authorization -[apikey](../README.md#apikey) +[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token) ### HTTP request headers - **Content-Type**: application/json - **Accept**: application/json