cloudsmith-api 0.51.34 → 0.52.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +3 -3
- data/README.md +14 -5
- data/build.json +1 -1
- data/docs/AlpinePackageUpload.md +63 -0
- data/docs/ConanPackageUpload.md +1 -0
- data/docs/EntitlementsCreate.md +1 -1
- data/docs/EntitlementsPartialUpdate.md +1 -1
- data/docs/EntitlementsRefresh.md +1 -1
- data/docs/MavenPackageUpload.md +1 -0
- data/docs/Package.md +2 -0
- data/docs/PackageCopy.md +2 -0
- data/docs/PackageMove.md +2 -0
- data/docs/PackagesApi.md +238 -39
- data/docs/PackagesCopy.md +1 -1
- data/docs/PackagesMove.md +0 -1
- data/docs/PackagesTag.md +10 -0
- data/docs/PackagesUploadAlpine.md +1 -0
- data/docs/PackagesUploadCargo.md +1 -0
- data/docs/PackagesUploadCocoapods.md +1 -0
- data/docs/PackagesUploadComposer.md +1 -0
- data/docs/PackagesUploadConan.md +3 -0
- data/docs/PackagesUploadCran.md +1 -0
- data/docs/PackagesUploadDart.md +1 -0
- data/docs/PackagesUploadDeb.md +3 -0
- data/docs/PackagesUploadDocker.md +1 -0
- data/docs/PackagesUploadGo.md +1 -0
- data/docs/PackagesUploadHelm.md +1 -0
- data/docs/PackagesUploadLuarocks.md +1 -0
- data/docs/PackagesUploadMaven.md +1 -0
- data/docs/PackagesUploadNpm.md +1 -0
- data/docs/PackagesUploadNuget.md +1 -0
- data/docs/PackagesUploadPython.md +1 -0
- data/docs/PackagesUploadRaw.md +1 -0
- data/docs/PackagesUploadRpm.md +1 -0
- data/docs/PackagesUploadRuby.md +1 -0
- data/docs/{PackagesResync.md → PackagesUploadTerraform.md} +3 -1
- data/docs/PackagesUploadVagrant.md +1 -0
- data/docs/PackagesValidateuploadAlpine.md +1 -0
- data/docs/PackagesValidateuploadCargo.md +1 -0
- data/docs/PackagesValidateuploadCocoapods.md +1 -0
- data/docs/PackagesValidateuploadComposer.md +1 -0
- data/docs/PackagesValidateuploadConan.md +3 -0
- data/docs/PackagesValidateuploadCran.md +1 -0
- data/docs/PackagesValidateuploadDart.md +1 -0
- data/docs/PackagesValidateuploadDeb.md +3 -0
- data/docs/PackagesValidateuploadDocker.md +1 -0
- data/docs/PackagesValidateuploadGo.md +1 -0
- data/docs/PackagesValidateuploadHelm.md +1 -0
- data/docs/PackagesValidateuploadLuarocks.md +1 -0
- data/docs/PackagesValidateuploadMaven.md +1 -0
- data/docs/PackagesValidateuploadNpm.md +1 -0
- data/docs/PackagesValidateuploadNuget.md +1 -0
- data/docs/PackagesValidateuploadPython.md +1 -0
- data/docs/PackagesValidateuploadRaw.md +1 -0
- data/docs/PackagesValidateuploadRpm.md +1 -0
- data/docs/PackagesValidateuploadRuby.md +1 -0
- data/docs/PackagesValidateuploadTerraform.md +10 -0
- data/docs/PackagesValidateuploadVagrant.md +1 -0
- data/docs/RawPackageUpload.md +1 -0
- data/docs/ReposCreate.md +4 -7
- data/docs/ReposPartialUpdate.md +3 -7
- data/docs/Repository.md +11 -10
- data/docs/RepositoryToken.md +3 -3
- data/docs/RepositoryTokenRefresh.md +3 -3
- data/docs/RepositoryTokenSyncTokens.md +3 -3
- data/docs/RepositoryWebhook.md +1 -0
- data/docs/StorageRegion.md +9 -0
- data/docs/StorageregionsApi.md +122 -0
- data/docs/VagrantPackageUpload.md +1 -0
- data/docs/WebhooksCreate.md +1 -0
- data/docs/WebhooksPartialUpdate.md +1 -0
- data/lib/cloudsmith-api.rb +6 -1
- data/lib/cloudsmith-api/api/packages_api.rb +237 -53
- data/lib/cloudsmith-api/api/storageregions_api.rb +119 -0
- data/lib/cloudsmith-api/models/alpine_package_upload.rb +743 -0
- data/lib/cloudsmith-api/models/conan_package_upload.rb +11 -1
- data/lib/cloudsmith-api/models/entitlements_create.rb +1 -1
- data/lib/cloudsmith-api/models/entitlements_partial_update.rb +1 -1
- data/lib/cloudsmith-api/models/entitlements_refresh.rb +1 -1
- data/lib/cloudsmith-api/models/maven_package_upload.rb +11 -1
- data/lib/cloudsmith-api/models/package.rb +21 -1
- data/lib/cloudsmith-api/models/package_copy.rb +21 -1
- data/lib/cloudsmith-api/models/package_move.rb +21 -1
- data/lib/cloudsmith-api/models/packages_copy.rb +1 -1
- data/lib/cloudsmith-api/models/packages_move.rb +4 -14
- data/lib/cloudsmith-api/models/packages_tag.rb +211 -0
- data/lib/cloudsmith-api/models/packages_upload_alpine.rb +14 -4
- data/lib/cloudsmith-api/models/packages_upload_cargo.rb +14 -4
- data/lib/cloudsmith-api/models/packages_upload_cocoapods.rb +14 -4
- data/lib/cloudsmith-api/models/packages_upload_composer.rb +14 -4
- data/lib/cloudsmith-api/models/packages_upload_conan.rb +34 -4
- data/lib/cloudsmith-api/models/packages_upload_cran.rb +14 -4
- data/lib/cloudsmith-api/models/packages_upload_dart.rb +14 -4
- data/lib/cloudsmith-api/models/packages_upload_deb.rb +34 -4
- data/lib/cloudsmith-api/models/packages_upload_docker.rb +14 -4
- data/lib/cloudsmith-api/models/packages_upload_go.rb +14 -4
- data/lib/cloudsmith-api/models/packages_upload_helm.rb +14 -4
- data/lib/cloudsmith-api/models/packages_upload_luarocks.rb +14 -4
- data/lib/cloudsmith-api/models/packages_upload_maven.rb +11 -1
- data/lib/cloudsmith-api/models/packages_upload_npm.rb +14 -4
- data/lib/cloudsmith-api/models/packages_upload_nuget.rb +14 -4
- data/lib/cloudsmith-api/models/packages_upload_python.rb +14 -4
- data/lib/cloudsmith-api/models/packages_upload_raw.rb +11 -1
- data/lib/cloudsmith-api/models/packages_upload_rpm.rb +14 -4
- data/lib/cloudsmith-api/models/packages_upload_ruby.rb +14 -4
- data/lib/cloudsmith-api/models/packages_upload_terraform.rb +214 -0
- data/lib/cloudsmith-api/models/packages_upload_vagrant.rb +11 -1
- data/lib/cloudsmith-api/models/packages_validateupload_alpine.rb +14 -4
- data/lib/cloudsmith-api/models/packages_validateupload_cargo.rb +14 -4
- data/lib/cloudsmith-api/models/packages_validateupload_cocoapods.rb +14 -4
- data/lib/cloudsmith-api/models/packages_validateupload_composer.rb +14 -4
- data/lib/cloudsmith-api/models/packages_validateupload_conan.rb +34 -4
- data/lib/cloudsmith-api/models/packages_validateupload_cran.rb +14 -4
- data/lib/cloudsmith-api/models/packages_validateupload_dart.rb +14 -4
- data/lib/cloudsmith-api/models/packages_validateupload_deb.rb +34 -4
- data/lib/cloudsmith-api/models/packages_validateupload_docker.rb +14 -4
- data/lib/cloudsmith-api/models/packages_validateupload_go.rb +14 -4
- data/lib/cloudsmith-api/models/packages_validateupload_helm.rb +14 -4
- data/lib/cloudsmith-api/models/packages_validateupload_luarocks.rb +14 -4
- data/lib/cloudsmith-api/models/packages_validateupload_maven.rb +11 -1
- data/lib/cloudsmith-api/models/packages_validateupload_npm.rb +14 -4
- data/lib/cloudsmith-api/models/packages_validateupload_nuget.rb +14 -4
- data/lib/cloudsmith-api/models/packages_validateupload_python.rb +14 -4
- data/lib/cloudsmith-api/models/packages_validateupload_raw.rb +11 -1
- data/lib/cloudsmith-api/models/packages_validateupload_rpm.rb +14 -4
- data/lib/cloudsmith-api/models/packages_validateupload_ruby.rb +14 -4
- data/lib/cloudsmith-api/models/packages_validateupload_terraform.rb +214 -0
- data/lib/cloudsmith-api/models/packages_validateupload_vagrant.rb +11 -1
- data/lib/cloudsmith-api/models/raw_package_upload.rb +11 -1
- data/lib/cloudsmith-api/models/repos_create.rb +17 -57
- data/lib/cloudsmith-api/models/repos_partial_update.rb +4 -44
- data/lib/cloudsmith-api/models/repository.rb +24 -24
- data/lib/cloudsmith-api/models/repository_token.rb +3 -3
- data/lib/cloudsmith-api/models/repository_token_refresh.rb +3 -3
- data/lib/cloudsmith-api/models/repository_token_sync_tokens.rb +3 -3
- data/lib/cloudsmith-api/models/repository_webhook.rb +11 -1
- data/lib/cloudsmith-api/models/{packages_resync.rb → storage_region.rb} +29 -9
- data/lib/cloudsmith-api/models/vagrant_package_upload.rb +11 -1
- data/lib/cloudsmith-api/models/webhooks_create.rb +11 -1
- data/lib/cloudsmith-api/models/webhooks_partial_update.rb +11 -1
- data/lib/cloudsmith-api/version.rb +1 -1
- data/spec/api/packages_api_spec.rb +59 -17
- data/spec/api/storageregions_api_spec.rb +58 -0
- data/spec/models/alpine_package_upload_spec.rb +372 -0
- data/spec/models/conan_package_upload_spec.rb +6 -0
- data/spec/models/maven_package_upload_spec.rb +6 -0
- data/spec/models/package_copy_spec.rb +12 -0
- data/spec/models/package_move_spec.rb +12 -0
- data/spec/models/package_spec.rb +12 -0
- data/spec/models/packages_move_spec.rb +0 -6
- data/spec/models/packages_tag_spec.rb +54 -0
- data/spec/models/packages_upload_alpine_spec.rb +6 -0
- data/spec/models/packages_upload_cargo_spec.rb +6 -0
- data/spec/models/packages_upload_cocoapods_spec.rb +6 -0
- data/spec/models/packages_upload_composer_spec.rb +6 -0
- data/spec/models/packages_upload_conan_spec.rb +18 -0
- data/spec/models/packages_upload_cran_spec.rb +6 -0
- data/spec/models/packages_upload_dart_spec.rb +6 -0
- data/spec/models/packages_upload_deb_spec.rb +18 -0
- data/spec/models/packages_upload_docker_spec.rb +6 -0
- data/spec/models/packages_upload_go_spec.rb +6 -0
- data/spec/models/packages_upload_helm_spec.rb +6 -0
- data/spec/models/packages_upload_luarocks_spec.rb +6 -0
- data/spec/models/packages_upload_maven_spec.rb +6 -0
- data/spec/models/packages_upload_npm_spec.rb +6 -0
- data/spec/models/packages_upload_nuget_spec.rb +6 -0
- data/spec/models/packages_upload_python_spec.rb +6 -0
- data/spec/models/packages_upload_raw_spec.rb +6 -0
- data/spec/models/packages_upload_rpm_spec.rb +6 -0
- data/spec/models/packages_upload_ruby_spec.rb +6 -0
- data/spec/models/packages_upload_terraform_spec.rb +54 -0
- data/spec/models/packages_upload_vagrant_spec.rb +6 -0
- data/spec/models/packages_validateupload_alpine_spec.rb +6 -0
- data/spec/models/packages_validateupload_cargo_spec.rb +6 -0
- data/spec/models/packages_validateupload_cocoapods_spec.rb +6 -0
- data/spec/models/packages_validateupload_composer_spec.rb +6 -0
- data/spec/models/packages_validateupload_conan_spec.rb +18 -0
- data/spec/models/packages_validateupload_cran_spec.rb +6 -0
- data/spec/models/packages_validateupload_dart_spec.rb +6 -0
- data/spec/models/packages_validateupload_deb_spec.rb +18 -0
- data/spec/models/packages_validateupload_docker_spec.rb +6 -0
- data/spec/models/packages_validateupload_go_spec.rb +6 -0
- data/spec/models/packages_validateupload_helm_spec.rb +6 -0
- data/spec/models/packages_validateupload_luarocks_spec.rb +6 -0
- data/spec/models/packages_validateupload_maven_spec.rb +6 -0
- data/spec/models/packages_validateupload_npm_spec.rb +6 -0
- data/spec/models/packages_validateupload_nuget_spec.rb +6 -0
- data/spec/models/packages_validateupload_python_spec.rb +6 -0
- data/spec/models/packages_validateupload_raw_spec.rb +6 -0
- data/spec/models/packages_validateupload_rpm_spec.rb +6 -0
- data/spec/models/packages_validateupload_ruby_spec.rb +6 -0
- data/spec/models/packages_validateupload_terraform_spec.rb +54 -0
- data/spec/models/packages_validateupload_vagrant_spec.rb +6 -0
- data/spec/models/raw_package_upload_spec.rb +6 -0
- data/spec/models/repos_create_spec.rb +3 -21
- data/spec/models/repos_partial_update_spec.rb +0 -24
- data/spec/models/repository_spec.rb +6 -0
- data/spec/models/repository_webhook_spec.rb +6 -0
- data/spec/models/{packages_resync_spec.rb → storage_region_spec.rb} +13 -7
- data/spec/models/vagrant_package_upload_spec.rb +6 -0
- data/spec/models/webhooks_create_spec.rb +6 -0
- data/spec/models/webhooks_partial_update_spec.rb +6 -0
- data/vendor/bundle/ruby/2.6.0/cache/diff-lcs-1.4.4.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/json-2.3.1.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/autotest-fsevent-0.2.17/gem_make.out +1 -1
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/ffi-1.13.1/gem_make.out +2 -2
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/{json-2.3.0 → json-2.3.1}/gem.build_complete +0 -0
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/{json-2.3.0 → json-2.3.1}/gem_make.out +5 -5
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/json-2.3.1/json/ext/generator.so +0 -0
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/json-2.3.1/json/ext/parser.so +0 -0
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/{json-2.3.0 → json-2.3.1}/mkmf.log +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.3 → diff-lcs-1.4.4}/.rspec +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.3 → diff-lcs-1.4.4}/Code-of-Conduct.md +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/Contributing.md +118 -0
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/History.md +319 -0
- data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.3 → diff-lcs-1.4.4}/License.md +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.3 → diff-lcs-1.4.4}/Manifest.txt +8 -0
- data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.3 → diff-lcs-1.4.4}/README.rdoc +10 -10
- data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.3 → diff-lcs-1.4.4}/Rakefile +39 -22
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/autotest/discover.rb +3 -0
- data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.3 → diff-lcs-1.4.4}/bin/htmldiff +7 -4
- data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.3 → diff-lcs-1.4.4}/bin/ldiff +4 -1
- data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.3 → diff-lcs-1.4.4}/docs/COPYING.txt +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.3 → diff-lcs-1.4.4}/docs/artistic.txt +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/lib/diff-lcs.rb +3 -0
- data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.3 → diff-lcs-1.4.4}/lib/diff/lcs.rb +184 -170
- data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.3 → diff-lcs-1.4.4}/lib/diff/lcs/array.rb +1 -1
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/lib/diff/lcs/backports.rb +9 -0
- data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.3 → diff-lcs-1.4.4}/lib/diff/lcs/block.rb +1 -1
- data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.3 → diff-lcs-1.4.4}/lib/diff/lcs/callbacks.rb +15 -12
- data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.3 → diff-lcs-1.4.4}/lib/diff/lcs/change.rb +30 -37
- data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.3 → diff-lcs-1.4.4}/lib/diff/lcs/htmldiff.rb +17 -16
- data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.3 → diff-lcs-1.4.4}/lib/diff/lcs/hunk.rb +156 -74
- data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.3 → diff-lcs-1.4.4}/lib/diff/lcs/internals.rb +36 -39
- data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.3 → diff-lcs-1.4.4}/lib/diff/lcs/ldiff.rb +46 -42
- data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.3 → diff-lcs-1.4.4}/lib/diff/lcs/string.rb +1 -1
- data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.3 → diff-lcs-1.4.4}/spec/change_spec.rb +31 -7
- data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.3/spec/ldiff_spec.rb → diff-lcs-1.4.4/spec/diff_spec.rb} +15 -11
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/spec/fixtures/aX +1 -0
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/spec/fixtures/bXaX +1 -0
- data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.3 → diff-lcs-1.4.4}/spec/fixtures/ds1.csv +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.3 → diff-lcs-1.4.4}/spec/fixtures/ds2.csv +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/spec/fixtures/ldiff/output.diff +4 -0
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/spec/fixtures/ldiff/output.diff-c +7 -0
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/spec/fixtures/ldiff/output.diff-e +3 -0
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/spec/fixtures/ldiff/output.diff-f +3 -0
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/spec/fixtures/ldiff/output.diff-u +5 -0
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/spec/hunk_spec.rb +83 -0
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/spec/issues_spec.rb +154 -0
- data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.3 → diff-lcs-1.4.4}/spec/lcs_spec.rb +10 -10
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/spec/ldiff_spec.rb +87 -0
- data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.3 → diff-lcs-1.4.4}/spec/patch_spec.rb +93 -99
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/spec/sdiff_spec.rb +214 -0
- data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.3 → diff-lcs-1.4.4}/spec/spec_helper.rb +118 -64
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/spec/traverse_balanced_spec.rb +310 -0
- data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.3 → diff-lcs-1.4.4}/spec/traverse_sequences_spec.rb +28 -28
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.13.1/ext/ffi_c/Makefile +3 -3
- data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/.gitignore +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/.travis.yml +2 -0
- data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/CHANGES.md +33 -0
- data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/Gemfile +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/README-json-jruby.md +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/README.md +16 -0
- data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/Rakefile +8 -87
- data/vendor/bundle/ruby/2.6.0/gems/json-2.3.1/VERSION +1 -0
- data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/diagrams/.keep +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/ext/json/ext/fbuffer/fbuffer.h +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/ext/json/ext/generator/.sitearchdir.-.json.-.ext.time +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/ext/json/ext/generator/depend +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/ext/json/ext/generator/extconf.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/ext/json/ext/generator/generator.c +71 -1
- data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/ext/json/ext/generator/generator.h +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.3.1/ext/json/ext/generator/generator.so +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/ext/json/ext/parser/.sitearchdir.-.json.-.ext.time +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/ext/json/ext/parser/depend +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/ext/json/ext/parser/extconf.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/ext/json/ext/parser/parser.c +71 -70
- data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/ext/json/ext/parser/parser.h +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/ext/json/ext/parser/parser.rl +1 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.3.1/ext/json/ext/parser/parser.so +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/ext/json/extconf.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/install.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/java/src/json/ext/ByteListTranscoder.java +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/java/src/json/ext/Generator.java +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/java/src/json/ext/GeneratorMethods.java +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/java/src/json/ext/GeneratorService.java +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/java/src/json/ext/GeneratorState.java +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/java/src/json/ext/OptionsReader.java +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/java/src/json/ext/Parser.java +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/java/src/json/ext/Parser.rl +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/java/src/json/ext/ParserService.java +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/java/src/json/ext/RuntimeInfo.java +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/java/src/json/ext/StringDecoder.java +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/java/src/json/ext/StringEncoder.java +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/java/src/json/ext/Utils.java +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/json-java.gemspec +3 -3
- data/vendor/bundle/ruby/2.6.0/gems/json-2.3.1/json.gemspec +139 -0
- data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/json_pure.gemspec +8 -13
- data/vendor/bundle/ruby/2.6.0/gems/json-2.3.1/lib/json.rb +412 -0
- data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/lib/json/add/bigdecimal.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/lib/json/add/complex.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/lib/json/add/core.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/lib/json/add/date.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/lib/json/add/date_time.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/lib/json/add/exception.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/lib/json/add/ostruct.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/lib/json/add/range.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/lib/json/add/rational.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/lib/json/add/regexp.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/lib/json/add/set.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/lib/json/add/struct.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/lib/json/add/symbol.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/lib/json/add/time.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.3.1/lib/json/common.rb +691 -0
- data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/lib/json/ext.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/lib/json/ext/.keep +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.3.1/lib/json/ext/generator.so +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.3.1/lib/json/ext/parser.so +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/lib/json/generic_object.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/lib/json/pure.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/lib/json/pure/generator.rb +1 -1
- data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/lib/json/pure/parser.rb +2 -2
- data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/lib/json/version.rb +1 -1
- data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/references/rfc7159.txt +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/tests/fixtures/fail10.json +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/tests/fixtures/fail11.json +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/tests/fixtures/fail12.json +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/tests/fixtures/fail13.json +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/tests/fixtures/fail14.json +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/tests/fixtures/fail18.json +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/tests/fixtures/fail19.json +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/tests/fixtures/fail2.json +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/tests/fixtures/fail20.json +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/tests/fixtures/fail21.json +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/tests/fixtures/fail22.json +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/tests/fixtures/fail23.json +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/tests/fixtures/fail24.json +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/tests/fixtures/fail25.json +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/tests/fixtures/fail27.json +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/tests/fixtures/fail28.json +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/tests/fixtures/fail3.json +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/tests/fixtures/fail4.json +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/tests/fixtures/fail5.json +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/tests/fixtures/fail6.json +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/tests/fixtures/fail7.json +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/tests/fixtures/fail8.json +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/tests/fixtures/fail9.json +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/tests/fixtures/obsolete_fail1.json +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/tests/fixtures/pass1.json +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/tests/fixtures/pass15.json +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/tests/fixtures/pass16.json +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/tests/fixtures/pass17.json +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/tests/fixtures/pass2.json +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/tests/fixtures/pass26.json +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/tests/fixtures/pass3.json +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/tests/json_addition_test.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/tests/json_common_interface_test.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/tests/json_encoding_test.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/tests/json_ext_parser_test.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/tests/json_fixtures_test.rb +6 -1
- data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/tests/json_generator_test.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/tests/json_generic_object_test.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/tests/json_parser_test.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/tests/json_string_matching_test.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/tests/test_helper.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/tools/diff.sh +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/tools/fuzz.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/tools/server.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/specifications/{diff-lcs-1.3.gemspec → diff-lcs-1.4.4.gemspec} +11 -13
- data/vendor/bundle/ruby/2.6.0/specifications/{json-2.3.0.gemspec → json-2.3.1.gemspec} +0 -0
- data/vendor/bundle/ruby/2.6.0/specifications/sys-uname-1.2.1.gemspec +1 -1
- metadata +276 -249
- data/vendor/bundle/ruby/2.6.0/cache/diff-lcs-1.3.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/json-2.3.0.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/json-2.3.0/json/ext/generator.so +0 -0
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/json-2.3.0/json/ext/parser.so +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.3/Contributing.md +0 -83
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.3/History.md +0 -220
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.3/autotest/discover.rb +0 -1
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.3/lib/diff-lcs.rb +0 -3
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.3/spec/diff_spec.rb +0 -47
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.3/spec/hunk_spec.rb +0 -72
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.3/spec/issues_spec.rb +0 -49
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.3/spec/sdiff_spec.rb +0 -214
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.3/spec/traverse_balanced_spec.rb +0 -310
- data/vendor/bundle/ruby/2.6.0/gems/json-2.3.0/LICENSE +0 -56
- data/vendor/bundle/ruby/2.6.0/gems/json-2.3.0/VERSION +0 -1
- data/vendor/bundle/ruby/2.6.0/gems/json-2.3.0/ext/json/ext/generator/generator.so +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.3.0/ext/json/ext/parser/parser.so +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.3.0/json.gemspec +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.3.0/lib/json.rb +0 -63
- data/vendor/bundle/ruby/2.6.0/gems/json-2.3.0/lib/json/common.rb +0 -456
- data/vendor/bundle/ruby/2.6.0/gems/json-2.3.0/lib/json/ext/generator.so +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.3.0/lib/json/ext/parser.so +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a561e55a1470a276aa368bd7e5d3a2c102aeb0655dfb4c599e7e7fef2d7425e0
|
4
|
+
data.tar.gz: 4eb30cf35c380a0ac5b459cbe67f30749024379af1aa927949fad4486cc8aad0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 42cb2b9c7f5c81600411774aaff087ff7aed8f4702a0b09d59ed83a613175ee679de2369ea67ca6fb9d11f6a3f203fd98c5ff9f4ff57d7fe4ab04b7a9f85e422
|
7
|
+
data.tar.gz: 5ee2937d4d6c66743ffb82e89894cce868069aa548d2c726b3178a2f0193a2bc2637ea2ae149ee82fcb0e998a174eb6bfb24932e2f38b09ad5185408192eb5cd
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
cloudsmith-api (0.
|
4
|
+
cloudsmith-api (0.52.5)
|
5
5
|
json (~> 2.1, >= 2.1.0)
|
6
6
|
typhoeus (~> 1.0, >= 1.0.1)
|
7
7
|
|
@@ -19,12 +19,12 @@ GEM
|
|
19
19
|
autotest-rails-pure (4.1.2)
|
20
20
|
crack (0.4.3)
|
21
21
|
safe_yaml (~> 1.0.0)
|
22
|
-
diff-lcs (1.
|
22
|
+
diff-lcs (1.4.4)
|
23
23
|
ethon (0.12.0)
|
24
24
|
ffi (>= 1.3.0)
|
25
25
|
ffi (1.13.1)
|
26
26
|
hashdiff (1.0.1)
|
27
|
-
json (2.3.
|
27
|
+
json (2.3.1)
|
28
28
|
public_suffix (4.0.5)
|
29
29
|
rake (12.0.0)
|
30
30
|
rspec (3.9.0)
|
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: 0.
|
10
|
+
- Package version: 0.52.5
|
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-0.
|
27
|
+
gem install ./cloudsmith-api-0.52.5.gem
|
28
28
|
```
|
29
|
-
(for development, run `gem install --dev ./cloudsmith-api-0.
|
29
|
+
(for development, run `gem install --dev ./cloudsmith-api-0.52.5.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', '~> 0.
|
35
|
+
gem 'cloudsmith-api', '~> 0.52.5'
|
36
36
|
|
37
37
|
### Install from Git
|
38
38
|
|
@@ -133,6 +133,7 @@ Class | Method | HTTP request | Description
|
|
133
133
|
*CloudsmithApi::PackagesApi* | [**packages_read**](docs/PackagesApi.md#packages_read) | **GET** /packages/{owner}/{repo}/{identifier}/ | Get a specific package in a repository.
|
134
134
|
*CloudsmithApi::PackagesApi* | [**packages_resync**](docs/PackagesApi.md#packages_resync) | **POST** /packages/{owner}/{repo}/{identifier}/resync/ | Schedule a package for resynchronisation.
|
135
135
|
*CloudsmithApi::PackagesApi* | [**packages_status**](docs/PackagesApi.md#packages_status) | **GET** /packages/{owner}/{repo}/{identifier}/status/ | Get the synchronisation status for a package.
|
136
|
+
*CloudsmithApi::PackagesApi* | [**packages_tag**](docs/PackagesApi.md#packages_tag) | **POST** /packages/{owner}/{repo}/{identifier}/tag/ | Add/Replace/Remove tags for a package.
|
136
137
|
*CloudsmithApi::PackagesApi* | [**packages_upload_alpine**](docs/PackagesApi.md#packages_upload_alpine) | **POST** /packages/{owner}/{repo}/upload/alpine/ | Create a new Alpine package
|
137
138
|
*CloudsmithApi::PackagesApi* | [**packages_upload_cargo**](docs/PackagesApi.md#packages_upload_cargo) | **POST** /packages/{owner}/{repo}/upload/cargo/ | Create a new Cargo package
|
138
139
|
*CloudsmithApi::PackagesApi* | [**packages_upload_cocoapods**](docs/PackagesApi.md#packages_upload_cocoapods) | **POST** /packages/{owner}/{repo}/upload/cocoapods/ | Create a new CocoaPods package
|
@@ -152,6 +153,7 @@ Class | Method | HTTP request | Description
|
|
152
153
|
*CloudsmithApi::PackagesApi* | [**packages_upload_raw**](docs/PackagesApi.md#packages_upload_raw) | **POST** /packages/{owner}/{repo}/upload/raw/ | Create a new Raw package
|
153
154
|
*CloudsmithApi::PackagesApi* | [**packages_upload_rpm**](docs/PackagesApi.md#packages_upload_rpm) | **POST** /packages/{owner}/{repo}/upload/rpm/ | Create a new RedHat package
|
154
155
|
*CloudsmithApi::PackagesApi* | [**packages_upload_ruby**](docs/PackagesApi.md#packages_upload_ruby) | **POST** /packages/{owner}/{repo}/upload/ruby/ | Create a new Ruby package
|
156
|
+
*CloudsmithApi::PackagesApi* | [**packages_upload_terraform**](docs/PackagesApi.md#packages_upload_terraform) | **POST** /packages/{owner}/{repo}/upload/terraform/ | Create a new Terraform package
|
155
157
|
*CloudsmithApi::PackagesApi* | [**packages_upload_vagrant**](docs/PackagesApi.md#packages_upload_vagrant) | **POST** /packages/{owner}/{repo}/upload/vagrant/ | Create a new Vagrant package
|
156
158
|
*CloudsmithApi::PackagesApi* | [**packages_validate_upload_alpine**](docs/PackagesApi.md#packages_validate_upload_alpine) | **POST** /packages/{owner}/{repo}/validate-upload/alpine/ | Validate parameters for create Alpine package
|
157
159
|
*CloudsmithApi::PackagesApi* | [**packages_validate_upload_cargo**](docs/PackagesApi.md#packages_validate_upload_cargo) | **POST** /packages/{owner}/{repo}/validate-upload/cargo/ | Validate parameters for create Cargo package
|
@@ -172,6 +174,7 @@ Class | Method | HTTP request | Description
|
|
172
174
|
*CloudsmithApi::PackagesApi* | [**packages_validate_upload_raw**](docs/PackagesApi.md#packages_validate_upload_raw) | **POST** /packages/{owner}/{repo}/validate-upload/raw/ | Validate parameters for create Raw package
|
173
175
|
*CloudsmithApi::PackagesApi* | [**packages_validate_upload_rpm**](docs/PackagesApi.md#packages_validate_upload_rpm) | **POST** /packages/{owner}/{repo}/validate-upload/rpm/ | Validate parameters for create RedHat package
|
174
176
|
*CloudsmithApi::PackagesApi* | [**packages_validate_upload_ruby**](docs/PackagesApi.md#packages_validate_upload_ruby) | **POST** /packages/{owner}/{repo}/validate-upload/ruby/ | Validate parameters for create Ruby package
|
177
|
+
*CloudsmithApi::PackagesApi* | [**packages_validate_upload_terraform**](docs/PackagesApi.md#packages_validate_upload_terraform) | **POST** /packages/{owner}/{repo}/validate-upload/terraform/ | Validate parameters for create Terraform package
|
175
178
|
*CloudsmithApi::PackagesApi* | [**packages_validate_upload_vagrant**](docs/PackagesApi.md#packages_validate_upload_vagrant) | **POST** /packages/{owner}/{repo}/validate-upload/vagrant/ | Validate parameters for create Vagrant package
|
176
179
|
*CloudsmithApi::RatesApi* | [**rates_limits_list**](docs/RatesApi.md#rates_limits_list) | **GET** /rates/limits/ | Endpoint to check rate limits for current user.
|
177
180
|
*CloudsmithApi::ReposApi* | [**repos_all_list**](docs/ReposApi.md#repos_all_list) | **GET** /repos/ | Get a list of all repositories associated with current user.
|
@@ -181,6 +184,8 @@ Class | Method | HTTP request | Description
|
|
181
184
|
*CloudsmithApi::ReposApi* | [**repos_partial_update**](docs/ReposApi.md#repos_partial_update) | **PATCH** /repos/{owner}/{identifier}/ | Update details about a repository in a given namespace.
|
182
185
|
*CloudsmithApi::ReposApi* | [**repos_read**](docs/ReposApi.md#repos_read) | **GET** /repos/{owner}/{identifier}/ | Get a specific repository.
|
183
186
|
*CloudsmithApi::StatusApi* | [**status_check_basic**](docs/StatusApi.md#status_check_basic) | **GET** /status/check/basic/ | Endpoint to check basic API connectivity.
|
187
|
+
*CloudsmithApi::StorageregionsApi* | [**storage_regions_list**](docs/StorageregionsApi.md#storage_regions_list) | **GET** /storage-regions/ | Get a list of all available storage regions.
|
188
|
+
*CloudsmithApi::StorageregionsApi* | [**storage_regions_read**](docs/StorageregionsApi.md#storage_regions_read) | **GET** /storage-regions/{slug}/ | Get a specific storage region.
|
184
189
|
*CloudsmithApi::UserApi* | [**user_self**](docs/UserApi.md#user_self) | **GET** /user/self/ | Provide a brief for the current user (if any).
|
185
190
|
*CloudsmithApi::UserApi* | [**user_token_create**](docs/UserApi.md#user_token_create) | **POST** /user/token/ | Retrieve the API key/token for the authenticated user.
|
186
191
|
*CloudsmithApi::UsersApi* | [**users_profile_read**](docs/UsersApi.md#users_profile_read) | **GET** /users/profile/{slug}/ | Provide a brief for the specified user (if any).
|
@@ -193,6 +198,7 @@ Class | Method | HTTP request | Description
|
|
193
198
|
|
194
199
|
## Documentation for Models
|
195
200
|
|
201
|
+
- [CloudsmithApi::AlpinePackageUpload](docs/AlpinePackageUpload.md)
|
196
202
|
- [CloudsmithApi::ConanPackageUpload](docs/ConanPackageUpload.md)
|
197
203
|
- [CloudsmithApi::Distribution](docs/Distribution.md)
|
198
204
|
- [CloudsmithApi::DistrosVersions](docs/DistrosVersions.md)
|
@@ -217,7 +223,7 @@ Class | Method | HTTP request | Description
|
|
217
223
|
- [CloudsmithApi::PackageStatus](docs/PackageStatus.md)
|
218
224
|
- [CloudsmithApi::PackagesCopy](docs/PackagesCopy.md)
|
219
225
|
- [CloudsmithApi::PackagesMove](docs/PackagesMove.md)
|
220
|
-
- [CloudsmithApi::
|
226
|
+
- [CloudsmithApi::PackagesTag](docs/PackagesTag.md)
|
221
227
|
- [CloudsmithApi::PackagesUploadAlpine](docs/PackagesUploadAlpine.md)
|
222
228
|
- [CloudsmithApi::PackagesUploadCargo](docs/PackagesUploadCargo.md)
|
223
229
|
- [CloudsmithApi::PackagesUploadCocoapods](docs/PackagesUploadCocoapods.md)
|
@@ -237,6 +243,7 @@ Class | Method | HTTP request | Description
|
|
237
243
|
- [CloudsmithApi::PackagesUploadRaw](docs/PackagesUploadRaw.md)
|
238
244
|
- [CloudsmithApi::PackagesUploadRpm](docs/PackagesUploadRpm.md)
|
239
245
|
- [CloudsmithApi::PackagesUploadRuby](docs/PackagesUploadRuby.md)
|
246
|
+
- [CloudsmithApi::PackagesUploadTerraform](docs/PackagesUploadTerraform.md)
|
240
247
|
- [CloudsmithApi::PackagesUploadVagrant](docs/PackagesUploadVagrant.md)
|
241
248
|
- [CloudsmithApi::PackagesValidateuploadAlpine](docs/PackagesValidateuploadAlpine.md)
|
242
249
|
- [CloudsmithApi::PackagesValidateuploadCargo](docs/PackagesValidateuploadCargo.md)
|
@@ -257,6 +264,7 @@ Class | Method | HTTP request | Description
|
|
257
264
|
- [CloudsmithApi::PackagesValidateuploadRaw](docs/PackagesValidateuploadRaw.md)
|
258
265
|
- [CloudsmithApi::PackagesValidateuploadRpm](docs/PackagesValidateuploadRpm.md)
|
259
266
|
- [CloudsmithApi::PackagesValidateuploadRuby](docs/PackagesValidateuploadRuby.md)
|
267
|
+
- [CloudsmithApi::PackagesValidateuploadTerraform](docs/PackagesValidateuploadTerraform.md)
|
260
268
|
- [CloudsmithApi::PackagesValidateuploadVagrant](docs/PackagesValidateuploadVagrant.md)
|
261
269
|
- [CloudsmithApi::PackagesownerrepoArchitectures](docs/PackagesownerrepoArchitectures.md)
|
262
270
|
- [CloudsmithApi::PackagesownerrepoFiles](docs/PackagesownerrepoFiles.md)
|
@@ -273,6 +281,7 @@ Class | Method | HTTP request | Description
|
|
273
281
|
- [CloudsmithApi::ResourcesRateCheck](docs/ResourcesRateCheck.md)
|
274
282
|
- [CloudsmithApi::Status](docs/Status.md)
|
275
283
|
- [CloudsmithApi::StatusBasic](docs/StatusBasic.md)
|
284
|
+
- [CloudsmithApi::StorageRegion](docs/StorageRegion.md)
|
276
285
|
- [CloudsmithApi::UserAuthToken](docs/UserAuthToken.md)
|
277
286
|
- [CloudsmithApi::UserBrief](docs/UserBrief.md)
|
278
287
|
- [CloudsmithApi::UserProfile](docs/UserProfile.md)
|
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": "0.
|
11
|
+
"gemVersion": "0.52.5",
|
12
12
|
"hideGenerationTimestamp": true,
|
13
13
|
"moduleName": "CloudsmithApi",
|
14
14
|
"sortParamsByRequiredFlag": true
|
@@ -0,0 +1,63 @@
|
|
1
|
+
# CloudsmithApi::AlpinePackageUpload
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
Name | Type | Description | Notes
|
5
|
+
------------ | ------------- | ------------- | -------------
|
6
|
+
**architectures** | [**Array<PackagesownerrepoArchitectures>**](PackagesownerrepoArchitectures.md) | | [optional]
|
7
|
+
**cdn_url** | **String** | | [optional]
|
8
|
+
**checksum_md5** | **String** | | [optional]
|
9
|
+
**checksum_sha1** | **String** | | [optional]
|
10
|
+
**checksum_sha256** | **String** | | [optional]
|
11
|
+
**checksum_sha512** | **String** | | [optional]
|
12
|
+
**description** | **String** | A textual description of this package. | [optional]
|
13
|
+
**distro** | **Object** | | [optional]
|
14
|
+
**distro_version** | **Object** | | [optional]
|
15
|
+
**downloads** | **Integer** | | [optional]
|
16
|
+
**epoch** | **Integer** | The epoch of the package version (if any). | [optional]
|
17
|
+
**extension** | **String** | | [optional]
|
18
|
+
**filename** | **String** | | [optional]
|
19
|
+
**files** | [**Array<PackagesownerrepoFiles>**](PackagesownerrepoFiles.md) | | [optional]
|
20
|
+
**format** | **String** | | [optional]
|
21
|
+
**format_url** | **String** | | [optional]
|
22
|
+
**identifier_perm** | **String** | Unique and permanent identifier for the package. | [optional]
|
23
|
+
**indexed** | **BOOLEAN** | | [optional]
|
24
|
+
**is_sync_awaiting** | **BOOLEAN** | | [optional]
|
25
|
+
**is_sync_completed** | **BOOLEAN** | | [optional]
|
26
|
+
**is_sync_failed** | **BOOLEAN** | | [optional]
|
27
|
+
**is_sync_in_flight** | **BOOLEAN** | | [optional]
|
28
|
+
**is_sync_in_progress** | **BOOLEAN** | | [optional]
|
29
|
+
**license** | **String** | The license of this package. | [optional]
|
30
|
+
**name** | **String** | The name of this package. | [optional]
|
31
|
+
**namespace** | **String** | | [optional]
|
32
|
+
**namespace_url** | **String** | | [optional]
|
33
|
+
**num_files** | **Integer** | | [optional]
|
34
|
+
**package_type** | **String** | The type of package contents. | [optional]
|
35
|
+
**release** | **String** | The release of the package version (if any). | [optional]
|
36
|
+
**repository** | **String** | | [optional]
|
37
|
+
**repository_url** | **String** | | [optional]
|
38
|
+
**self_html_url** | **String** | | [optional]
|
39
|
+
**self_url** | **String** | | [optional]
|
40
|
+
**size** | **Integer** | The calculated size of the package. | [optional]
|
41
|
+
**slug** | **String** | | [optional]
|
42
|
+
**slug_perm** | **String** | | [optional]
|
43
|
+
**stage** | **String** | The synchronisation (in progress) stage of the package. | [optional]
|
44
|
+
**stage_str** | **String** | | [optional]
|
45
|
+
**stage_updated_at** | **String** | The datetime the package stage was updated at. | [optional]
|
46
|
+
**status** | **String** | The synchronisation status of the package. | [optional]
|
47
|
+
**status_reason** | **String** | A textual description for the synchronous status reason (if any | [optional]
|
48
|
+
**status_str** | **String** | | [optional]
|
49
|
+
**status_updated_at** | **String** | The datetime the package status was updated at. | [optional]
|
50
|
+
**status_url** | **String** | | [optional]
|
51
|
+
**subtype** | **String** | | [optional]
|
52
|
+
**summary** | **String** | A one-liner synopsis of this package. | [optional]
|
53
|
+
**sync_finished_at** | **String** | The datetime the package sync was finished at. | [optional]
|
54
|
+
**sync_progress** | **Integer** | Synchronisation progress (from 0-100) | [optional]
|
55
|
+
**tags_immutable** | **Object** | All immutable tags on the package, grouped by tag type. Immutable tags cannot be (easily) deleted. | [optional]
|
56
|
+
**type_display** | **String** | | [optional]
|
57
|
+
**uploaded_at** | **String** | The date this package was uploaded. | [optional]
|
58
|
+
**uploader** | **String** | | [optional]
|
59
|
+
**uploader_url** | **String** | | [optional]
|
60
|
+
**version** | **String** | The raw version for this package. | [optional]
|
61
|
+
**version_orig** | **String** | | [optional]
|
62
|
+
|
63
|
+
|
data/docs/ConanPackageUpload.md
CHANGED
@@ -54,6 +54,7 @@ Name | Type | Description | Notes
|
|
54
54
|
**summary** | **String** | A one-liner synopsis of this package. | [optional]
|
55
55
|
**sync_finished_at** | **String** | The datetime the package sync was finished at. | [optional]
|
56
56
|
**sync_progress** | **Integer** | Synchronisation progress (from 0-100) | [optional]
|
57
|
+
**tags_immutable** | **Object** | All immutable tags on the package, grouped by tag type. Immutable tags cannot be (easily) deleted. | [optional]
|
57
58
|
**type_display** | **String** | | [optional]
|
58
59
|
**uploaded_at** | **String** | The date this package was uploaded. | [optional]
|
59
60
|
**uploader** | **String** | | [optional]
|
data/docs/EntitlementsCreate.md
CHANGED
@@ -8,7 +8,7 @@ Name | Type | Description | Notes
|
|
8
8
|
**limit_date_range_to** | **String** | The ending date/time the token is allowed to be used until. | [optional]
|
9
9
|
**limit_num_clients** | **Integer** | The maximum number of unique clients allowed for the token. Please note that since clients are calculated asynchronously (after the download happens), the limit may not be imposed immediately but at a later point. | [optional]
|
10
10
|
**limit_num_downloads** | **Integer** | The maximum number of downloads allowed for the token. Please note that since downloads are calculated asynchronously (after the download happens), the limit may not be imposed immediately but at a later point. | [optional]
|
11
|
-
**limit_package_query** | **String** | The package-based search query to apply to restrict downloads to. This uses the same syntax as the standard search used for repositories, and also supports boolean logic operators such as OR/AND/NOT and parentheses for grouping. This will still allow access to non-package files, such as metadata.
|
11
|
+
**limit_package_query** | **String** | The package-based search query to apply to restrict downloads to. This uses the same syntax as the standard search used for repositories, and also supports boolean logic operators such as OR/AND/NOT and parentheses for grouping. This will still allow access to non-package files, such as metadata. | [optional]
|
12
12
|
**limit_path_query** | **String** | The path-based search query to apply to restrict downloads to. This supports boolean logic operators such as OR/AND/NOT and parentheses for grouping. The path evaluated does not include the domain name, the namespace, the entitlement code used, the package format, etc. and it always starts with a forward slash. | [optional]
|
13
13
|
**metadata** | **Object** | None | [optional]
|
14
14
|
**name** | **String** | None |
|
@@ -8,7 +8,7 @@ Name | Type | Description | Notes
|
|
8
8
|
**limit_date_range_to** | **String** | The ending date/time the token is allowed to be used until. | [optional]
|
9
9
|
**limit_num_clients** | **Integer** | The maximum number of unique clients allowed for the token. Please note that since clients are calculated asynchronously (after the download happens), the limit may not be imposed immediately but at a later point. | [optional]
|
10
10
|
**limit_num_downloads** | **Integer** | The maximum number of downloads allowed for the token. Please note that since downloads are calculated asynchronously (after the download happens), the limit may not be imposed immediately but at a later point. | [optional]
|
11
|
-
**limit_package_query** | **String** | The package-based search query to apply to restrict downloads to. This uses the same syntax as the standard search used for repositories, and also supports boolean logic operators such as OR/AND/NOT and parentheses for grouping. This will still allow access to non-package files, such as metadata.
|
11
|
+
**limit_package_query** | **String** | The package-based search query to apply to restrict downloads to. This uses the same syntax as the standard search used for repositories, and also supports boolean logic operators such as OR/AND/NOT and parentheses for grouping. This will still allow access to non-package files, such as metadata. | [optional]
|
12
12
|
**limit_path_query** | **String** | The path-based search query to apply to restrict downloads to. This supports boolean logic operators such as OR/AND/NOT and parentheses for grouping. The path evaluated does not include the domain name, the namespace, the entitlement code used, the package format, etc. and it always starts with a forward slash. | [optional]
|
13
13
|
**metadata** | **Object** | None | [optional]
|
14
14
|
**name** | **String** | None | [optional]
|
data/docs/EntitlementsRefresh.md
CHANGED
@@ -8,7 +8,7 @@ Name | Type | Description | Notes
|
|
8
8
|
**limit_date_range_to** | **String** | The ending date/time the token is allowed to be used until. | [optional]
|
9
9
|
**limit_num_clients** | **Integer** | The maximum number of unique clients allowed for the token. Please note that since clients are calculated asynchronously (after the download happens), the limit may not be imposed immediately but at a later point. | [optional]
|
10
10
|
**limit_num_downloads** | **Integer** | The maximum number of downloads allowed for the token. Please note that since downloads are calculated asynchronously (after the download happens), the limit may not be imposed immediately but at a later point. | [optional]
|
11
|
-
**limit_package_query** | **String** | The package-based search query to apply to restrict downloads to. This uses the same syntax as the standard search used for repositories, and also supports boolean logic operators such as OR/AND/NOT and parentheses for grouping. This will still allow access to non-package files, such as metadata.
|
11
|
+
**limit_package_query** | **String** | The package-based search query to apply to restrict downloads to. This uses the same syntax as the standard search used for repositories, and also supports boolean logic operators such as OR/AND/NOT and parentheses for grouping. This will still allow access to non-package files, such as metadata. | [optional]
|
12
12
|
**limit_path_query** | **String** | The path-based search query to apply to restrict downloads to. This supports boolean logic operators such as OR/AND/NOT and parentheses for grouping. The path evaluated does not include the domain name, the namespace, the entitlement code used, the package format, etc. and it always starts with a forward slash. | [optional]
|
13
13
|
**metadata** | **Object** | None | [optional]
|
14
14
|
**token** | **String** | None | [optional]
|
data/docs/MavenPackageUpload.md
CHANGED
@@ -55,6 +55,7 @@ Name | Type | Description | Notes
|
|
55
55
|
**summary** | **String** | A one-liner synopsis of this package. | [optional]
|
56
56
|
**sync_finished_at** | **String** | The datetime the package sync was finished at. | [optional]
|
57
57
|
**sync_progress** | **Integer** | Synchronisation progress (from 0-100) | [optional]
|
58
|
+
**tags_immutable** | **Object** | All immutable tags on the package, grouped by tag type. Immutable tags cannot be (easily) deleted. | [optional]
|
58
59
|
**type_display** | **String** | | [optional]
|
59
60
|
**uploaded_at** | **String** | The date this package was uploaded. | [optional]
|
60
61
|
**uploader** | **String** | | [optional]
|
data/docs/Package.md
CHANGED
@@ -52,6 +52,8 @@ Name | Type | Description | Notes
|
|
52
52
|
**summary** | **String** | A one-liner synopsis of this package. | [optional]
|
53
53
|
**sync_finished_at** | **String** | The datetime the package sync was finished at. | [optional]
|
54
54
|
**sync_progress** | **Integer** | Synchronisation progress (from 0-100) | [optional]
|
55
|
+
**tags** | **Object** | All tags on the package, grouped by tag type. This includes immutable tags, but doesn't distinguish them from mutable. To see which tags are immutable specifically, see the tags_immutable field. | [optional]
|
56
|
+
**tags_immutable** | **Object** | All immutable tags on the package, grouped by tag type. Immutable tags cannot be (easily) deleted. | [optional]
|
55
57
|
**type_display** | **String** | | [optional]
|
56
58
|
**uploaded_at** | **String** | The date this package was uploaded. | [optional]
|
57
59
|
**uploader** | **String** | | [optional]
|
data/docs/PackageCopy.md
CHANGED
@@ -52,6 +52,8 @@ Name | Type | Description | Notes
|
|
52
52
|
**summary** | **String** | A one-liner synopsis of this package. | [optional]
|
53
53
|
**sync_finished_at** | **String** | The datetime the package sync was finished at. | [optional]
|
54
54
|
**sync_progress** | **Integer** | Synchronisation progress (from 0-100) | [optional]
|
55
|
+
**tags** | **Object** | All tags on the package, grouped by tag type. This includes immutable tags, but doesn't distinguish them from mutable. To see which tags are immutable specifically, see the tags_immutable field. | [optional]
|
56
|
+
**tags_immutable** | **Object** | All immutable tags on the package, grouped by tag type. Immutable tags cannot be (easily) deleted. | [optional]
|
55
57
|
**type_display** | **String** | | [optional]
|
56
58
|
**uploaded_at** | **String** | The date this package was uploaded. | [optional]
|
57
59
|
**uploader** | **String** | | [optional]
|
data/docs/PackageMove.md
CHANGED
@@ -52,6 +52,8 @@ Name | Type | Description | Notes
|
|
52
52
|
**summary** | **String** | A one-liner synopsis of this package. | [optional]
|
53
53
|
**sync_finished_at** | **String** | The datetime the package sync was finished at. | [optional]
|
54
54
|
**sync_progress** | **Integer** | Synchronisation progress (from 0-100) | [optional]
|
55
|
+
**tags** | **Object** | All tags on the package, grouped by tag type. This includes immutable tags, but doesn't distinguish them from mutable. To see which tags are immutable specifically, see the tags_immutable field. | [optional]
|
56
|
+
**tags_immutable** | **Object** | All immutable tags on the package, grouped by tag type. Immutable tags cannot be (easily) deleted. | [optional]
|
55
57
|
**type_display** | **String** | | [optional]
|
56
58
|
**uploaded_at** | **String** | The date this package was uploaded. | [optional]
|
57
59
|
**uploader** | **String** | | [optional]
|
data/docs/PackagesApi.md
CHANGED
@@ -11,6 +11,7 @@ Method | HTTP request | Description
|
|
11
11
|
[**packages_read**](PackagesApi.md#packages_read) | **GET** /packages/{owner}/{repo}/{identifier}/ | Get a specific package in a repository.
|
12
12
|
[**packages_resync**](PackagesApi.md#packages_resync) | **POST** /packages/{owner}/{repo}/{identifier}/resync/ | Schedule a package for resynchronisation.
|
13
13
|
[**packages_status**](PackagesApi.md#packages_status) | **GET** /packages/{owner}/{repo}/{identifier}/status/ | Get the synchronisation status for a package.
|
14
|
+
[**packages_tag**](PackagesApi.md#packages_tag) | **POST** /packages/{owner}/{repo}/{identifier}/tag/ | Add/Replace/Remove tags for a package.
|
14
15
|
[**packages_upload_alpine**](PackagesApi.md#packages_upload_alpine) | **POST** /packages/{owner}/{repo}/upload/alpine/ | Create a new Alpine package
|
15
16
|
[**packages_upload_cargo**](PackagesApi.md#packages_upload_cargo) | **POST** /packages/{owner}/{repo}/upload/cargo/ | Create a new Cargo package
|
16
17
|
[**packages_upload_cocoapods**](PackagesApi.md#packages_upload_cocoapods) | **POST** /packages/{owner}/{repo}/upload/cocoapods/ | Create a new CocoaPods package
|
@@ -30,6 +31,7 @@ Method | HTTP request | Description
|
|
30
31
|
[**packages_upload_raw**](PackagesApi.md#packages_upload_raw) | **POST** /packages/{owner}/{repo}/upload/raw/ | Create a new Raw package
|
31
32
|
[**packages_upload_rpm**](PackagesApi.md#packages_upload_rpm) | **POST** /packages/{owner}/{repo}/upload/rpm/ | Create a new RedHat package
|
32
33
|
[**packages_upload_ruby**](PackagesApi.md#packages_upload_ruby) | **POST** /packages/{owner}/{repo}/upload/ruby/ | Create a new Ruby package
|
34
|
+
[**packages_upload_terraform**](PackagesApi.md#packages_upload_terraform) | **POST** /packages/{owner}/{repo}/upload/terraform/ | Create a new Terraform package
|
33
35
|
[**packages_upload_vagrant**](PackagesApi.md#packages_upload_vagrant) | **POST** /packages/{owner}/{repo}/upload/vagrant/ | Create a new Vagrant package
|
34
36
|
[**packages_validate_upload_alpine**](PackagesApi.md#packages_validate_upload_alpine) | **POST** /packages/{owner}/{repo}/validate-upload/alpine/ | Validate parameters for create Alpine package
|
35
37
|
[**packages_validate_upload_cargo**](PackagesApi.md#packages_validate_upload_cargo) | **POST** /packages/{owner}/{repo}/validate-upload/cargo/ | Validate parameters for create Cargo package
|
@@ -50,6 +52,7 @@ Method | HTTP request | Description
|
|
50
52
|
[**packages_validate_upload_raw**](PackagesApi.md#packages_validate_upload_raw) | **POST** /packages/{owner}/{repo}/validate-upload/raw/ | Validate parameters for create Raw package
|
51
53
|
[**packages_validate_upload_rpm**](PackagesApi.md#packages_validate_upload_rpm) | **POST** /packages/{owner}/{repo}/validate-upload/rpm/ | Validate parameters for create RedHat package
|
52
54
|
[**packages_validate_upload_ruby**](PackagesApi.md#packages_validate_upload_ruby) | **POST** /packages/{owner}/{repo}/validate-upload/ruby/ | Validate parameters for create Ruby package
|
55
|
+
[**packages_validate_upload_terraform**](PackagesApi.md#packages_validate_upload_terraform) | **POST** /packages/{owner}/{repo}/validate-upload/terraform/ | Validate parameters for create Terraform package
|
53
56
|
[**packages_validate_upload_vagrant**](PackagesApi.md#packages_validate_upload_vagrant) | **POST** /packages/{owner}/{repo}/validate-upload/vagrant/ | Validate parameters for create Vagrant package
|
54
57
|
|
55
58
|
|
@@ -391,7 +394,7 @@ Name | Type | Description | Notes
|
|
391
394
|
|
392
395
|
|
393
396
|
# **packages_resync**
|
394
|
-
> Package packages_resync(owner, repo, identifier
|
397
|
+
> Package packages_resync(owner, repo, identifier)
|
395
398
|
|
396
399
|
Schedule a package for resynchronisation.
|
397
400
|
|
@@ -422,13 +425,10 @@ repo = "repo_example" # String |
|
|
422
425
|
|
423
426
|
identifier = "identifier_example" # String |
|
424
427
|
|
425
|
-
opts = {
|
426
|
-
data: CloudsmithApi::PackagesResync.new # PackagesResync |
|
427
|
-
}
|
428
428
|
|
429
429
|
begin
|
430
430
|
#Schedule a package for resynchronisation.
|
431
|
-
result = api_instance.packages_resync(owner, repo, identifier
|
431
|
+
result = api_instance.packages_resync(owner, repo, identifier)
|
432
432
|
p result
|
433
433
|
rescue CloudsmithApi::ApiError => e
|
434
434
|
puts "Exception when calling PackagesApi->packages_resync: #{e}"
|
@@ -442,7 +442,6 @@ Name | Type | Description | Notes
|
|
442
442
|
**owner** | **String**| |
|
443
443
|
**repo** | **String**| |
|
444
444
|
**identifier** | **String**| |
|
445
|
-
**data** | [**PackagesResync**](PackagesResync.md)| | [optional]
|
446
445
|
|
447
446
|
### Return type
|
448
447
|
|
@@ -454,7 +453,7 @@ Name | Type | Description | Notes
|
|
454
453
|
|
455
454
|
### HTTP request headers
|
456
455
|
|
457
|
-
- **Content-Type**:
|
456
|
+
- **Content-Type**: Not defined
|
458
457
|
- **Accept**: Not defined
|
459
458
|
|
460
459
|
|
@@ -524,8 +523,77 @@ Name | Type | Description | Notes
|
|
524
523
|
|
525
524
|
|
526
525
|
|
526
|
+
# **packages_tag**
|
527
|
+
> Package packages_tag(owner, repo, identifier, opts)
|
528
|
+
|
529
|
+
Add/Replace/Remove tags for a package.
|
530
|
+
|
531
|
+
Add/Replace/Remove tags for a package.
|
532
|
+
|
533
|
+
### Example
|
534
|
+
```ruby
|
535
|
+
# load the gem
|
536
|
+
require 'cloudsmith-api'
|
537
|
+
# setup authorization
|
538
|
+
CloudsmithApi.configure do |config|
|
539
|
+
# Configure API key authorization: apikey
|
540
|
+
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
541
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
542
|
+
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
543
|
+
|
544
|
+
# Configure API key authorization: csrf_token
|
545
|
+
config.api_key['X-CSRFToken'] = 'YOUR API KEY'
|
546
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
547
|
+
#config.api_key_prefix['X-CSRFToken'] = 'Bearer'
|
548
|
+
end
|
549
|
+
|
550
|
+
api_instance = CloudsmithApi::PackagesApi.new
|
551
|
+
|
552
|
+
owner = "owner_example" # String |
|
553
|
+
|
554
|
+
repo = "repo_example" # String |
|
555
|
+
|
556
|
+
identifier = "identifier_example" # String |
|
557
|
+
|
558
|
+
opts = {
|
559
|
+
data: CloudsmithApi::PackagesTag.new # PackagesTag |
|
560
|
+
}
|
561
|
+
|
562
|
+
begin
|
563
|
+
#Add/Replace/Remove tags for a package.
|
564
|
+
result = api_instance.packages_tag(owner, repo, identifier, opts)
|
565
|
+
p result
|
566
|
+
rescue CloudsmithApi::ApiError => e
|
567
|
+
puts "Exception when calling PackagesApi->packages_tag: #{e}"
|
568
|
+
end
|
569
|
+
```
|
570
|
+
|
571
|
+
### Parameters
|
572
|
+
|
573
|
+
Name | Type | Description | Notes
|
574
|
+
------------- | ------------- | ------------- | -------------
|
575
|
+
**owner** | **String**| |
|
576
|
+
**repo** | **String**| |
|
577
|
+
**identifier** | **String**| |
|
578
|
+
**data** | [**PackagesTag**](PackagesTag.md)| | [optional]
|
579
|
+
|
580
|
+
### Return type
|
581
|
+
|
582
|
+
[**Package**](Package.md)
|
583
|
+
|
584
|
+
### Authorization
|
585
|
+
|
586
|
+
[apikey](../README.md#apikey), [csrf_token](../README.md#csrf_token)
|
587
|
+
|
588
|
+
### HTTP request headers
|
589
|
+
|
590
|
+
- **Content-Type**: application/json
|
591
|
+
- **Accept**: Not defined
|
592
|
+
|
593
|
+
|
594
|
+
|
527
595
|
# **packages_upload_alpine**
|
528
|
-
>
|
596
|
+
> AlpinePackageUpload packages_upload_alpine(owner, repo, opts)
|
529
597
|
|
530
598
|
Create a new Alpine package
|
531
599
|
|
@@ -577,7 +645,7 @@ Name | Type | Description | Notes
|
|
577
645
|
|
578
646
|
### Return type
|
579
647
|
|
580
|
-
[**
|
648
|
+
[**AlpinePackageUpload**](AlpinePackageUpload.md)
|
581
649
|
|
582
650
|
### Authorization
|
583
651
|
|
@@ -591,7 +659,7 @@ Name | Type | Description | Notes
|
|
591
659
|
|
592
660
|
|
593
661
|
# **packages_upload_cargo**
|
594
|
-
>
|
662
|
+
> AlpinePackageUpload packages_upload_cargo(owner, repo, opts)
|
595
663
|
|
596
664
|
Create a new Cargo package
|
597
665
|
|
@@ -643,7 +711,7 @@ Name | Type | Description | Notes
|
|
643
711
|
|
644
712
|
### Return type
|
645
713
|
|
646
|
-
[**
|
714
|
+
[**AlpinePackageUpload**](AlpinePackageUpload.md)
|
647
715
|
|
648
716
|
### Authorization
|
649
717
|
|
@@ -657,7 +725,7 @@ Name | Type | Description | Notes
|
|
657
725
|
|
658
726
|
|
659
727
|
# **packages_upload_cocoapods**
|
660
|
-
>
|
728
|
+
> AlpinePackageUpload packages_upload_cocoapods(owner, repo, opts)
|
661
729
|
|
662
730
|
Create a new CocoaPods package
|
663
731
|
|
@@ -709,7 +777,7 @@ Name | Type | Description | Notes
|
|
709
777
|
|
710
778
|
### Return type
|
711
779
|
|
712
|
-
[**
|
780
|
+
[**AlpinePackageUpload**](AlpinePackageUpload.md)
|
713
781
|
|
714
782
|
### Authorization
|
715
783
|
|
@@ -723,7 +791,7 @@ Name | Type | Description | Notes
|
|
723
791
|
|
724
792
|
|
725
793
|
# **packages_upload_composer**
|
726
|
-
>
|
794
|
+
> AlpinePackageUpload packages_upload_composer(owner, repo, opts)
|
727
795
|
|
728
796
|
Create a new Composer package
|
729
797
|
|
@@ -775,7 +843,7 @@ Name | Type | Description | Notes
|
|
775
843
|
|
776
844
|
### Return type
|
777
845
|
|
778
|
-
[**
|
846
|
+
[**AlpinePackageUpload**](AlpinePackageUpload.md)
|
779
847
|
|
780
848
|
### Authorization
|
781
849
|
|
@@ -855,7 +923,7 @@ Name | Type | Description | Notes
|
|
855
923
|
|
856
924
|
|
857
925
|
# **packages_upload_cran**
|
858
|
-
>
|
926
|
+
> AlpinePackageUpload packages_upload_cran(owner, repo, opts)
|
859
927
|
|
860
928
|
Create a new CRAN package
|
861
929
|
|
@@ -907,7 +975,7 @@ Name | Type | Description | Notes
|
|
907
975
|
|
908
976
|
### Return type
|
909
977
|
|
910
|
-
[**
|
978
|
+
[**AlpinePackageUpload**](AlpinePackageUpload.md)
|
911
979
|
|
912
980
|
### Authorization
|
913
981
|
|
@@ -921,7 +989,7 @@ Name | Type | Description | Notes
|
|
921
989
|
|
922
990
|
|
923
991
|
# **packages_upload_dart**
|
924
|
-
>
|
992
|
+
> AlpinePackageUpload packages_upload_dart(owner, repo, opts)
|
925
993
|
|
926
994
|
Create a new Dart package
|
927
995
|
|
@@ -973,7 +1041,7 @@ Name | Type | Description | Notes
|
|
973
1041
|
|
974
1042
|
### Return type
|
975
1043
|
|
976
|
-
[**
|
1044
|
+
[**AlpinePackageUpload**](AlpinePackageUpload.md)
|
977
1045
|
|
978
1046
|
### Authorization
|
979
1047
|
|
@@ -987,7 +1055,7 @@ Name | Type | Description | Notes
|
|
987
1055
|
|
988
1056
|
|
989
1057
|
# **packages_upload_deb**
|
990
|
-
>
|
1058
|
+
> AlpinePackageUpload packages_upload_deb(owner, repo, opts)
|
991
1059
|
|
992
1060
|
Create a new Debian package
|
993
1061
|
|
@@ -1039,7 +1107,7 @@ Name | Type | Description | Notes
|
|
1039
1107
|
|
1040
1108
|
### Return type
|
1041
1109
|
|
1042
|
-
[**
|
1110
|
+
[**AlpinePackageUpload**](AlpinePackageUpload.md)
|
1043
1111
|
|
1044
1112
|
### Authorization
|
1045
1113
|
|
@@ -1053,7 +1121,7 @@ Name | Type | Description | Notes
|
|
1053
1121
|
|
1054
1122
|
|
1055
1123
|
# **packages_upload_docker**
|
1056
|
-
>
|
1124
|
+
> AlpinePackageUpload packages_upload_docker(owner, repo, opts)
|
1057
1125
|
|
1058
1126
|
Create a new Docker package
|
1059
1127
|
|
@@ -1105,7 +1173,7 @@ Name | Type | Description | Notes
|
|
1105
1173
|
|
1106
1174
|
### Return type
|
1107
1175
|
|
1108
|
-
[**
|
1176
|
+
[**AlpinePackageUpload**](AlpinePackageUpload.md)
|
1109
1177
|
|
1110
1178
|
### Authorization
|
1111
1179
|
|
@@ -1119,7 +1187,7 @@ Name | Type | Description | Notes
|
|
1119
1187
|
|
1120
1188
|
|
1121
1189
|
# **packages_upload_go**
|
1122
|
-
>
|
1190
|
+
> AlpinePackageUpload packages_upload_go(owner, repo, opts)
|
1123
1191
|
|
1124
1192
|
Create a new Go package
|
1125
1193
|
|
@@ -1171,7 +1239,7 @@ Name | Type | Description | Notes
|
|
1171
1239
|
|
1172
1240
|
### Return type
|
1173
1241
|
|
1174
|
-
[**
|
1242
|
+
[**AlpinePackageUpload**](AlpinePackageUpload.md)
|
1175
1243
|
|
1176
1244
|
### Authorization
|
1177
1245
|
|
@@ -1185,7 +1253,7 @@ Name | Type | Description | Notes
|
|
1185
1253
|
|
1186
1254
|
|
1187
1255
|
# **packages_upload_helm**
|
1188
|
-
>
|
1256
|
+
> AlpinePackageUpload packages_upload_helm(owner, repo, opts)
|
1189
1257
|
|
1190
1258
|
Create a new Helm package
|
1191
1259
|
|
@@ -1237,7 +1305,7 @@ Name | Type | Description | Notes
|
|
1237
1305
|
|
1238
1306
|
### Return type
|
1239
1307
|
|
1240
|
-
[**
|
1308
|
+
[**AlpinePackageUpload**](AlpinePackageUpload.md)
|
1241
1309
|
|
1242
1310
|
### Authorization
|
1243
1311
|
|
@@ -1251,7 +1319,7 @@ Name | Type | Description | Notes
|
|
1251
1319
|
|
1252
1320
|
|
1253
1321
|
# **packages_upload_luarocks**
|
1254
|
-
>
|
1322
|
+
> AlpinePackageUpload packages_upload_luarocks(owner, repo, opts)
|
1255
1323
|
|
1256
1324
|
Create a new LuaRocks package
|
1257
1325
|
|
@@ -1303,7 +1371,7 @@ Name | Type | Description | Notes
|
|
1303
1371
|
|
1304
1372
|
### Return type
|
1305
1373
|
|
1306
|
-
[**
|
1374
|
+
[**AlpinePackageUpload**](AlpinePackageUpload.md)
|
1307
1375
|
|
1308
1376
|
### Authorization
|
1309
1377
|
|
@@ -1383,7 +1451,7 @@ Name | Type | Description | Notes
|
|
1383
1451
|
|
1384
1452
|
|
1385
1453
|
# **packages_upload_npm**
|
1386
|
-
>
|
1454
|
+
> AlpinePackageUpload packages_upload_npm(owner, repo, opts)
|
1387
1455
|
|
1388
1456
|
Create a new npm package
|
1389
1457
|
|
@@ -1435,7 +1503,7 @@ Name | Type | Description | Notes
|
|
1435
1503
|
|
1436
1504
|
### Return type
|
1437
1505
|
|
1438
|
-
[**
|
1506
|
+
[**AlpinePackageUpload**](AlpinePackageUpload.md)
|
1439
1507
|
|
1440
1508
|
### Authorization
|
1441
1509
|
|
@@ -1449,7 +1517,7 @@ Name | Type | Description | Notes
|
|
1449
1517
|
|
1450
1518
|
|
1451
1519
|
# **packages_upload_nuget**
|
1452
|
-
>
|
1520
|
+
> AlpinePackageUpload packages_upload_nuget(owner, repo, opts)
|
1453
1521
|
|
1454
1522
|
Create a new NuGet package
|
1455
1523
|
|
@@ -1501,7 +1569,7 @@ Name | Type | Description | Notes
|
|
1501
1569
|
|
1502
1570
|
### Return type
|
1503
1571
|
|
1504
|
-
[**
|
1572
|
+
[**AlpinePackageUpload**](AlpinePackageUpload.md)
|
1505
1573
|
|
1506
1574
|
### Authorization
|
1507
1575
|
|
@@ -1515,7 +1583,7 @@ Name | Type | Description | Notes
|
|
1515
1583
|
|
1516
1584
|
|
1517
1585
|
# **packages_upload_python**
|
1518
|
-
>
|
1586
|
+
> AlpinePackageUpload packages_upload_python(owner, repo, opts)
|
1519
1587
|
|
1520
1588
|
Create a new Python package
|
1521
1589
|
|
@@ -1567,7 +1635,7 @@ Name | Type | Description | Notes
|
|
1567
1635
|
|
1568
1636
|
### Return type
|
1569
1637
|
|
1570
|
-
[**
|
1638
|
+
[**AlpinePackageUpload**](AlpinePackageUpload.md)
|
1571
1639
|
|
1572
1640
|
### Authorization
|
1573
1641
|
|
@@ -1647,7 +1715,7 @@ Name | Type | Description | Notes
|
|
1647
1715
|
|
1648
1716
|
|
1649
1717
|
# **packages_upload_rpm**
|
1650
|
-
>
|
1718
|
+
> AlpinePackageUpload packages_upload_rpm(owner, repo, opts)
|
1651
1719
|
|
1652
1720
|
Create a new RedHat package
|
1653
1721
|
|
@@ -1699,7 +1767,7 @@ Name | Type | Description | Notes
|
|
1699
1767
|
|
1700
1768
|
### Return type
|
1701
1769
|
|
1702
|
-
[**
|
1770
|
+
[**AlpinePackageUpload**](AlpinePackageUpload.md)
|
1703
1771
|
|
1704
1772
|
### Authorization
|
1705
1773
|
|
@@ -1713,7 +1781,7 @@ Name | Type | Description | Notes
|
|
1713
1781
|
|
1714
1782
|
|
1715
1783
|
# **packages_upload_ruby**
|
1716
|
-
>
|
1784
|
+
> AlpinePackageUpload packages_upload_ruby(owner, repo, opts)
|
1717
1785
|
|
1718
1786
|
Create a new Ruby package
|
1719
1787
|
|
@@ -1765,7 +1833,73 @@ Name | Type | Description | Notes
|
|
1765
1833
|
|
1766
1834
|
### Return type
|
1767
1835
|
|
1768
|
-
[**
|
1836
|
+
[**AlpinePackageUpload**](AlpinePackageUpload.md)
|
1837
|
+
|
1838
|
+
### Authorization
|
1839
|
+
|
1840
|
+
[apikey](../README.md#apikey), [csrf_token](../README.md#csrf_token)
|
1841
|
+
|
1842
|
+
### HTTP request headers
|
1843
|
+
|
1844
|
+
- **Content-Type**: application/json
|
1845
|
+
- **Accept**: Not defined
|
1846
|
+
|
1847
|
+
|
1848
|
+
|
1849
|
+
# **packages_upload_terraform**
|
1850
|
+
> AlpinePackageUpload packages_upload_terraform(owner, repo, opts)
|
1851
|
+
|
1852
|
+
Create a new Terraform package
|
1853
|
+
|
1854
|
+
Create a new Terraform package
|
1855
|
+
|
1856
|
+
### Example
|
1857
|
+
```ruby
|
1858
|
+
# load the gem
|
1859
|
+
require 'cloudsmith-api'
|
1860
|
+
# setup authorization
|
1861
|
+
CloudsmithApi.configure do |config|
|
1862
|
+
# Configure API key authorization: apikey
|
1863
|
+
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
1864
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
1865
|
+
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
1866
|
+
|
1867
|
+
# Configure API key authorization: csrf_token
|
1868
|
+
config.api_key['X-CSRFToken'] = 'YOUR API KEY'
|
1869
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
1870
|
+
#config.api_key_prefix['X-CSRFToken'] = 'Bearer'
|
1871
|
+
end
|
1872
|
+
|
1873
|
+
api_instance = CloudsmithApi::PackagesApi.new
|
1874
|
+
|
1875
|
+
owner = "owner_example" # String |
|
1876
|
+
|
1877
|
+
repo = "repo_example" # String |
|
1878
|
+
|
1879
|
+
opts = {
|
1880
|
+
data: CloudsmithApi::PackagesUploadTerraform.new # PackagesUploadTerraform |
|
1881
|
+
}
|
1882
|
+
|
1883
|
+
begin
|
1884
|
+
#Create a new Terraform package
|
1885
|
+
result = api_instance.packages_upload_terraform(owner, repo, opts)
|
1886
|
+
p result
|
1887
|
+
rescue CloudsmithApi::ApiError => e
|
1888
|
+
puts "Exception when calling PackagesApi->packages_upload_terraform: #{e}"
|
1889
|
+
end
|
1890
|
+
```
|
1891
|
+
|
1892
|
+
### Parameters
|
1893
|
+
|
1894
|
+
Name | Type | Description | Notes
|
1895
|
+
------------- | ------------- | ------------- | -------------
|
1896
|
+
**owner** | **String**| |
|
1897
|
+
**repo** | **String**| |
|
1898
|
+
**data** | [**PackagesUploadTerraform**](PackagesUploadTerraform.md)| | [optional]
|
1899
|
+
|
1900
|
+
### Return type
|
1901
|
+
|
1902
|
+
[**AlpinePackageUpload**](AlpinePackageUpload.md)
|
1769
1903
|
|
1770
1904
|
### Authorization
|
1771
1905
|
|
@@ -3079,6 +3213,71 @@ nil (empty response body)
|
|
3079
3213
|
|
3080
3214
|
|
3081
3215
|
|
3216
|
+
# **packages_validate_upload_terraform**
|
3217
|
+
> packages_validate_upload_terraform(owner, repo, opts)
|
3218
|
+
|
3219
|
+
Validate parameters for create Terraform package
|
3220
|
+
|
3221
|
+
Validate parameters for create Terraform package
|
3222
|
+
|
3223
|
+
### Example
|
3224
|
+
```ruby
|
3225
|
+
# load the gem
|
3226
|
+
require 'cloudsmith-api'
|
3227
|
+
# setup authorization
|
3228
|
+
CloudsmithApi.configure do |config|
|
3229
|
+
# Configure API key authorization: apikey
|
3230
|
+
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
3231
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
3232
|
+
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
3233
|
+
|
3234
|
+
# Configure API key authorization: csrf_token
|
3235
|
+
config.api_key['X-CSRFToken'] = 'YOUR API KEY'
|
3236
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
3237
|
+
#config.api_key_prefix['X-CSRFToken'] = 'Bearer'
|
3238
|
+
end
|
3239
|
+
|
3240
|
+
api_instance = CloudsmithApi::PackagesApi.new
|
3241
|
+
|
3242
|
+
owner = "owner_example" # String |
|
3243
|
+
|
3244
|
+
repo = "repo_example" # String |
|
3245
|
+
|
3246
|
+
opts = {
|
3247
|
+
data: CloudsmithApi::PackagesValidateuploadTerraform.new # PackagesValidateuploadTerraform |
|
3248
|
+
}
|
3249
|
+
|
3250
|
+
begin
|
3251
|
+
#Validate parameters for create Terraform package
|
3252
|
+
api_instance.packages_validate_upload_terraform(owner, repo, opts)
|
3253
|
+
rescue CloudsmithApi::ApiError => e
|
3254
|
+
puts "Exception when calling PackagesApi->packages_validate_upload_terraform: #{e}"
|
3255
|
+
end
|
3256
|
+
```
|
3257
|
+
|
3258
|
+
### Parameters
|
3259
|
+
|
3260
|
+
Name | Type | Description | Notes
|
3261
|
+
------------- | ------------- | ------------- | -------------
|
3262
|
+
**owner** | **String**| |
|
3263
|
+
**repo** | **String**| |
|
3264
|
+
**data** | [**PackagesValidateuploadTerraform**](PackagesValidateuploadTerraform.md)| | [optional]
|
3265
|
+
|
3266
|
+
### Return type
|
3267
|
+
|
3268
|
+
nil (empty response body)
|
3269
|
+
|
3270
|
+
### Authorization
|
3271
|
+
|
3272
|
+
[apikey](../README.md#apikey), [csrf_token](../README.md#csrf_token)
|
3273
|
+
|
3274
|
+
### HTTP request headers
|
3275
|
+
|
3276
|
+
- **Content-Type**: application/json
|
3277
|
+
- **Accept**: Not defined
|
3278
|
+
|
3279
|
+
|
3280
|
+
|
3082
3281
|
# **packages_validate_upload_vagrant**
|
3083
3282
|
> packages_validate_upload_vagrant(owner, repo, opts)
|
3084
3283
|
|