cloudsmith-api 2.0.23 → 2.0.25
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile.lock +9 -7
- data/README.md +34 -5
- data/build.json +1 -1
- data/docs/AlpinePackageUpload.md +1 -0
- data/docs/AlpineUpstream.md +32 -0
- data/docs/AlpineUpstreamRequest.md +20 -0
- data/docs/AlpineUpstreamRequestPatch.md +20 -0
- data/docs/BulkActionApi.md +70 -0
- data/docs/CargoPackageUpload.md +1 -0
- data/docs/CargoUpstream.md +4 -4
- data/docs/CocoapodsPackageUpload.md +1 -0
- data/docs/ComposerPackageUpload.md +1 -0
- data/docs/ComposerUpstream.md +4 -4
- data/docs/ConanPackageUpload.md +1 -0
- data/docs/CondaPackageUpload.md +1 -0
- data/docs/CondaUpstream.md +4 -4
- data/docs/CranPackageUpload.md +1 -0
- data/docs/CranUpstream.md +4 -4
- data/docs/DartPackageUpload.md +1 -0
- data/docs/DartUpstream.md +4 -4
- data/docs/DebPackageUpload.md +1 -0
- data/docs/DebUpstream.md +4 -4
- data/docs/DockerPackageUpload.md +1 -0
- data/docs/DockerUpstream.md +2 -2
- data/docs/FormatSupport.md +1 -0
- data/docs/FormatSupportUpstream.md +1 -0
- data/docs/GenericPackageUpload.md +91 -0
- data/docs/GenericPackageUploadRequest.md +13 -0
- data/docs/GenericUpstream.md +33 -0
- data/docs/GenericUpstreamRequest.md +21 -0
- data/docs/GenericUpstreamRequestPatch.md +21 -0
- data/docs/GoPackageUpload.md +1 -0
- data/docs/GoUpstream.md +4 -4
- data/docs/HelmPackageUpload.md +1 -0
- data/docs/HelmUpstream.md +4 -4
- data/docs/HexPackageUpload.md +1 -0
- data/docs/HexUpstream.md +4 -4
- data/docs/HuggingfacePackageUpload.md +1 -0
- data/docs/HuggingfaceUpstream.md +4 -4
- data/docs/LuarocksPackageUpload.md +1 -0
- data/docs/MavenPackageUpload.md +1 -0
- data/docs/MavenUpstream.md +5 -4
- data/docs/MavenUpstreamRequest.md +1 -0
- data/docs/MavenUpstreamRequestPatch.md +1 -0
- data/docs/NpmPackageUpload.md +1 -0
- data/docs/NpmUpstream.md +5 -4
- data/docs/NpmUpstreamRequest.md +1 -0
- data/docs/NpmUpstreamRequestPatch.md +1 -0
- data/docs/NugetPackageUpload.md +1 -0
- data/docs/NugetUpstream.md +4 -4
- data/docs/OrganizationTeam.md +1 -1
- data/docs/OrganizationTeamMembers.md +1 -1
- data/docs/OrganizationTeamRequest.md +1 -1
- data/docs/OrganizationTeamRequestPatch.md +1 -1
- data/docs/{OrganizationTeamMembership.md → OrganizationTeamServiceMember.md} +2 -1
- data/docs/P2PackageUpload.md +1 -0
- data/docs/Package.md +2 -0
- data/docs/PackageBulkAction.md +11 -0
- data/docs/PackageBulkActionResponse.md +10 -0
- data/docs/PackageCopy.md +2 -0
- data/docs/PackageCopyRequest.md +1 -1
- data/docs/PackageMove.md +2 -0
- data/docs/PackageMoveRequest.md +1 -1
- data/docs/PackageQuarantine.md +2 -0
- data/docs/PackageResync.md +2 -0
- data/docs/PackageTag.md +2 -0
- data/docs/PackagesApi.md +262 -0
- data/docs/PythonPackageUpload.md +1 -0
- data/docs/PythonUpstream.md +4 -4
- data/docs/RawPackageUpload.md +1 -0
- data/docs/ReposApi.md +1173 -367
- data/docs/Repository.md +2 -0
- data/docs/RepositoryCreate.md +2 -0
- data/docs/RepositoryCreateRequest.md +1 -0
- data/docs/RepositoryRequestPatch.md +1 -0
- data/docs/RpmPackageUpload.md +1 -0
- data/docs/RpmUpstream.md +4 -4
- data/docs/RubyPackageUpload.md +1 -0
- data/docs/RubyUpstream.md +4 -4
- data/docs/SwiftPackageUpload.md +1 -0
- data/docs/SwiftUpstream.md +4 -4
- data/docs/TerraformPackageUpload.md +1 -0
- data/docs/VagrantPackageUpload.md +1 -0
- data/docs/VsxPackageUpload.md +91 -0
- data/docs/VsxPackageUploadRequest.md +10 -0
- data/lib/cloudsmith-api/api/bulk_action_api.rb +77 -0
- data/lib/cloudsmith-api/api/packages_api.rb +246 -0
- data/lib/cloudsmith-api/api/repos_api.rb +1475 -679
- data/lib/cloudsmith-api/models/alpine_package_upload.rb +10 -1
- data/lib/cloudsmith-api/models/alpine_upstream.rb +496 -0
- data/lib/cloudsmith-api/models/alpine_upstream_request.rb +365 -0
- data/lib/cloudsmith-api/models/alpine_upstream_request_patch.rb +355 -0
- data/lib/cloudsmith-api/models/cargo_package_upload.rb +10 -1
- data/lib/cloudsmith-api/models/cargo_upstream.rb +7 -4
- data/lib/cloudsmith-api/models/cocoapods_package_upload.rb +10 -1
- data/lib/cloudsmith-api/models/composer_package_upload.rb +10 -1
- data/lib/cloudsmith-api/models/composer_upstream.rb +7 -4
- data/lib/cloudsmith-api/models/conan_package_upload.rb +10 -1
- data/lib/cloudsmith-api/models/conda_package_upload.rb +10 -1
- data/lib/cloudsmith-api/models/conda_upstream.rb +7 -4
- data/lib/cloudsmith-api/models/cran_package_upload.rb +10 -1
- data/lib/cloudsmith-api/models/cran_upstream.rb +7 -4
- data/lib/cloudsmith-api/models/dart_package_upload.rb +10 -1
- data/lib/cloudsmith-api/models/dart_upstream.rb +7 -4
- data/lib/cloudsmith-api/models/deb_package_upload.rb +10 -1
- data/lib/cloudsmith-api/models/deb_upstream.rb +7 -4
- data/lib/cloudsmith-api/models/docker_package_upload.rb +10 -1
- data/lib/cloudsmith-api/models/docker_upstream.rb +4 -2
- data/lib/cloudsmith-api/models/format_support.rb +16 -1
- data/lib/cloudsmith-api/models/format_support_upstream.rb +19 -4
- data/lib/cloudsmith-api/models/generic_package_upload.rb +1001 -0
- data/lib/cloudsmith-api/models/generic_package_upload_request.rb +245 -0
- data/lib/cloudsmith-api/models/generic_upstream.rb +506 -0
- data/lib/cloudsmith-api/models/generic_upstream_request.rb +375 -0
- data/lib/cloudsmith-api/models/generic_upstream_request_patch.rb +365 -0
- data/lib/cloudsmith-api/models/go_package_upload.rb +10 -1
- data/lib/cloudsmith-api/models/go_upstream.rb +7 -4
- data/lib/cloudsmith-api/models/helm_package_upload.rb +10 -1
- data/lib/cloudsmith-api/models/helm_upstream.rb +7 -4
- data/lib/cloudsmith-api/models/hex_package_upload.rb +10 -1
- data/lib/cloudsmith-api/models/hex_upstream.rb +7 -4
- data/lib/cloudsmith-api/models/huggingface_package_upload.rb +10 -1
- data/lib/cloudsmith-api/models/huggingface_upstream.rb +7 -4
- data/lib/cloudsmith-api/models/luarocks_package_upload.rb +10 -1
- data/lib/cloudsmith-api/models/maven_package_upload.rb +10 -1
- data/lib/cloudsmith-api/models/maven_upstream.rb +32 -5
- data/lib/cloudsmith-api/models/maven_upstream_request.rb +25 -1
- data/lib/cloudsmith-api/models/maven_upstream_request_patch.rb +25 -1
- data/lib/cloudsmith-api/models/npm_package_upload.rb +10 -1
- data/lib/cloudsmith-api/models/npm_upstream.rb +32 -5
- data/lib/cloudsmith-api/models/npm_upstream_request.rb +25 -1
- data/lib/cloudsmith-api/models/npm_upstream_request_patch.rb +25 -1
- data/lib/cloudsmith-api/models/nuget_package_upload.rb +10 -1
- data/lib/cloudsmith-api/models/nuget_upstream.rb +7 -4
- data/lib/cloudsmith-api/models/organization_team.rb +1 -0
- data/lib/cloudsmith-api/models/organization_team_members.rb +1 -1
- data/lib/cloudsmith-api/models/organization_team_request.rb +1 -0
- data/lib/cloudsmith-api/models/organization_team_request_patch.rb +1 -0
- data/lib/cloudsmith-api/models/{organization_team_membership.rb → organization_team_service_member.rb} +28 -5
- data/lib/cloudsmith-api/models/p2_package_upload.rb +10 -1
- data/lib/cloudsmith-api/models/package.rb +20 -1
- data/lib/cloudsmith-api/models/package_bulk_action.rb +261 -0
- data/lib/cloudsmith-api/models/package_bulk_action_response.rb +209 -0
- data/lib/cloudsmith-api/models/package_copy.rb +20 -1
- data/lib/cloudsmith-api/models/package_copy_request.rb +1 -0
- data/lib/cloudsmith-api/models/package_move.rb +20 -1
- data/lib/cloudsmith-api/models/package_move_request.rb +1 -0
- data/lib/cloudsmith-api/models/package_quarantine.rb +20 -1
- data/lib/cloudsmith-api/models/package_resync.rb +20 -1
- data/lib/cloudsmith-api/models/package_tag.rb +20 -1
- data/lib/cloudsmith-api/models/python_package_upload.rb +10 -1
- data/lib/cloudsmith-api/models/python_upstream.rb +7 -4
- data/lib/cloudsmith-api/models/raw_package_upload.rb +10 -1
- data/lib/cloudsmith-api/models/repository.rb +21 -1
- data/lib/cloudsmith-api/models/repository_create.rb +21 -1
- data/lib/cloudsmith-api/models/repository_create_request.rb +11 -1
- data/lib/cloudsmith-api/models/repository_request_patch.rb +11 -1
- data/lib/cloudsmith-api/models/rpm_package_upload.rb +10 -1
- data/lib/cloudsmith-api/models/rpm_upstream.rb +7 -4
- data/lib/cloudsmith-api/models/ruby_package_upload.rb +10 -1
- data/lib/cloudsmith-api/models/ruby_upstream.rb +7 -4
- data/lib/cloudsmith-api/models/swift_package_upload.rb +10 -1
- data/lib/cloudsmith-api/models/swift_upstream.rb +7 -4
- data/lib/cloudsmith-api/models/terraform_package_upload.rb +10 -1
- data/lib/cloudsmith-api/models/vagrant_package_upload.rb +10 -1
- data/lib/cloudsmith-api/models/vsx_package_upload.rb +1001 -0
- data/lib/cloudsmith-api/models/vsx_package_upload_request.rb +210 -0
- data/lib/cloudsmith-api/version.rb +1 -1
- data/lib/cloudsmith-api.rb +14 -1
- data/spec/api/bulk_action_api_spec.rb +47 -0
- data/spec/api/packages_api_spec.rb +56 -0
- data/spec/api/repos_api_spec.rb +176 -0
- data/spec/models/alpine_package_upload_spec.rb +6 -0
- data/spec/models/alpine_upstream_request_patch_spec.rb +121 -0
- data/spec/models/alpine_upstream_request_spec.rb +121 -0
- data/spec/models/alpine_upstream_spec.rb +197 -0
- data/spec/models/cargo_package_upload_spec.rb +6 -0
- data/spec/models/cocoapods_package_upload_spec.rb +6 -0
- data/spec/models/composer_package_upload_spec.rb +6 -0
- data/spec/models/conan_package_upload_spec.rb +6 -0
- data/spec/models/conda_package_upload_spec.rb +6 -0
- data/spec/models/cran_package_upload_spec.rb +6 -0
- data/spec/models/dart_package_upload_spec.rb +6 -0
- data/spec/models/deb_package_upload_spec.rb +6 -0
- data/spec/models/docker_package_upload_spec.rb +6 -0
- data/spec/models/format_support_spec.rb +6 -0
- data/spec/models/format_support_upstream_spec.rb +6 -0
- data/spec/models/generic_package_upload_request_spec.rb +71 -0
- data/spec/models/generic_package_upload_spec.rb +543 -0
- data/spec/models/generic_upstream_request_patch_spec.rb +127 -0
- data/spec/models/generic_upstream_request_spec.rb +127 -0
- data/spec/models/generic_upstream_spec.rb +203 -0
- data/spec/models/go_package_upload_spec.rb +6 -0
- data/spec/models/helm_package_upload_spec.rb +6 -0
- data/spec/models/hex_package_upload_spec.rb +6 -0
- data/spec/models/huggingface_package_upload_spec.rb +6 -0
- data/spec/models/luarocks_package_upload_spec.rb +6 -0
- data/spec/models/maven_package_upload_spec.rb +6 -0
- data/spec/models/maven_upstream_request_patch_spec.rb +10 -0
- data/spec/models/maven_upstream_request_spec.rb +10 -0
- data/spec/models/maven_upstream_spec.rb +10 -0
- data/spec/models/npm_package_upload_spec.rb +6 -0
- data/spec/models/npm_upstream_request_patch_spec.rb +10 -0
- data/spec/models/npm_upstream_request_spec.rb +10 -0
- data/spec/models/npm_upstream_spec.rb +10 -0
- data/spec/models/nuget_package_upload_spec.rb +6 -0
- data/spec/models/{organization_team_membership_spec.rb → organization_team_service_member_spec.rb} +16 -6
- data/spec/models/p2_package_upload_spec.rb +6 -0
- data/spec/models/package_bulk_action_response_spec.rb +53 -0
- data/spec/models/package_bulk_action_spec.rb +63 -0
- data/spec/models/package_copy_spec.rb +12 -0
- data/spec/models/package_move_spec.rb +12 -0
- data/spec/models/package_quarantine_spec.rb +12 -0
- data/spec/models/package_resync_spec.rb +12 -0
- data/spec/models/package_spec.rb +12 -0
- data/spec/models/package_tag_spec.rb +12 -0
- data/spec/models/python_package_upload_spec.rb +6 -0
- data/spec/models/raw_package_upload_spec.rb +6 -0
- data/spec/models/repository_create_request_spec.rb +6 -0
- data/spec/models/repository_create_spec.rb +12 -0
- data/spec/models/repository_request_patch_spec.rb +6 -0
- data/spec/models/repository_spec.rb +12 -0
- data/spec/models/rpm_package_upload_spec.rb +6 -0
- data/spec/models/ruby_package_upload_spec.rb +6 -0
- data/spec/models/swift_package_upload_spec.rb +6 -0
- data/spec/models/terraform_package_upload_spec.rb +6 -0
- data/spec/models/vagrant_package_upload_spec.rb +6 -0
- data/spec/models/vsx_package_upload_request_spec.rb +53 -0
- data/spec/models/vsx_package_upload_spec.rb +543 -0
- data/vendor/bundle/ruby/2.6.0/cache/addressable-2.8.9.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/ethon-0.18.0.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/logger-1.7.0.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/rspec-mocks-3.13.8.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/rspec-support-3.13.7.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/typhoeus-1.6.0.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/autotest-fsevent-0.3.1/gem_make.out +1 -1
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/bigdecimal-4.0.1/gem_make.out +2 -2
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/bigdecimal-4.0.1/mkmf.log +4 -4
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/ffi-1.17.3/gem_make.out +2 -2
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/ffi-1.17.3/mkmf.log +1 -1
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/json-2.7.6/gem_make.out +2 -2
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/json-2.7.6/mkmf.log +1 -1
- data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.8 → addressable-2.8.9}/CHANGELOG.md +10 -1
- data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.8 → addressable-2.8.9}/lib/addressable/idna/pure.rb +0 -10
- data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.8 → addressable-2.8.9}/lib/addressable/version.rb +1 -1
- data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-4.0.1/ext/bigdecimal/Makefile +2 -2
- data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/CHANGELOG.md +46 -1
- data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/README.md +23 -0
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.18.0/ethon.gemspec +37 -0
- data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/curls/classes.rb +12 -2
- data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/curls/codes.rb +3 -2
- data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/curls/options.rb +4 -3
- data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/callbacks.rb +10 -3
- data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/informations.rb +3 -0
- data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/response_callbacks.rb +6 -1
- data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/loggable.rb +0 -1
- data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/version.rb +1 -1
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/Makefile +2 -2
- data/vendor/bundle/ruby/2.6.0/gems/json-2.7.6/ext/json/ext/generator/Makefile +2 -2
- data/vendor/bundle/ruby/2.6.0/gems/json-2.7.6/ext/json/ext/parser/Makefile +2 -2
- data/vendor/bundle/ruby/2.6.0/gems/logger-1.7.0/.document +4 -0
- data/vendor/bundle/ruby/2.6.0/gems/logger-1.7.0/.rdoc_options +3 -0
- data/vendor/bundle/ruby/2.6.0/gems/logger-1.7.0/BSDL +22 -0
- data/vendor/bundle/ruby/2.6.0/gems/logger-1.7.0/COPYING +56 -0
- data/vendor/bundle/ruby/2.6.0/gems/logger-1.7.0/README.md +104 -0
- data/vendor/bundle/ruby/2.6.0/gems/logger-1.7.0/lib/logger/errors.rb +9 -0
- data/vendor/bundle/ruby/2.6.0/gems/logger-1.7.0/lib/logger/formatter.rb +36 -0
- data/vendor/bundle/ruby/2.6.0/gems/logger-1.7.0/lib/logger/log_device.rb +265 -0
- data/vendor/bundle/ruby/2.6.0/gems/logger-1.7.0/lib/logger/period.rb +47 -0
- data/vendor/bundle/ruby/2.6.0/gems/logger-1.7.0/lib/logger/severity.rb +38 -0
- data/vendor/bundle/ruby/2.6.0/gems/logger-1.7.0/lib/logger/version.rb +5 -0
- data/vendor/bundle/ruby/2.6.0/gems/logger-1.7.0/lib/logger.rb +789 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/Changelog.md +9 -1
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/any_instance/recorder.rb +3 -1
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/order_group.rb +15 -4
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/version.rb +1 -1
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.6 → rspec-support-3.13.7}/Changelog.md +10 -3
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.6 → rspec-support-3.13.7}/lib/rspec/support/fuzzy_matcher.rb +3 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.6 → rspec-support-3.13.7}/lib/rspec/support/version.rb +1 -1
- data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/CHANGELOG.md +14 -1
- data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/README.md +2 -2
- data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/version.rb +1 -1
- data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/typhoeus.gemspec +1 -1
- data/vendor/bundle/ruby/2.6.0/specifications/{addressable-2.8.8.gemspec → addressable-2.8.9.gemspec} +3 -5
- data/vendor/bundle/ruby/2.6.0/specifications/{ethon-0.15.0.gemspec → ethon-0.18.0.gemspec} +8 -4
- data/vendor/bundle/ruby/2.6.0/specifications/logger-1.7.0.gemspec +22 -0
- data/vendor/bundle/ruby/2.6.0/specifications/{rspec-mocks-3.13.7.gemspec → rspec-mocks-3.13.8.gemspec} +5 -5
- data/vendor/bundle/ruby/2.6.0/specifications/{rspec-support-3.13.6.gemspec → rspec-support-3.13.7.gemspec} +4 -4
- data/vendor/bundle/ruby/2.6.0/specifications/{typhoeus-1.5.0.gemspec → typhoeus-1.6.0.gemspec} +5 -5
- metadata +284 -278
- data/vendor/bundle/ruby/2.6.0/cache/addressable-2.8.8.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/ethon-0.15.0.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/rspec-mocks-3.13.7.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/rspec-support-3.13.6.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/typhoeus-1.5.0.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/addressable-2.8.8/Gemfile +0 -31
- data/vendor/bundle/ruby/2.6.0/gems/addressable-2.8.8/Rakefile +0 -37
- data/vendor/bundle/ruby/2.6.0/gems/addressable-2.8.8/addressable.gemspec +0 -28
- data/vendor/bundle/ruby/2.6.0/gems/addressable-2.8.8/spec/addressable/idna_spec.rb +0 -302
- data/vendor/bundle/ruby/2.6.0/gems/addressable-2.8.8/spec/addressable/net_http_compat_spec.rb +0 -29
- data/vendor/bundle/ruby/2.6.0/gems/addressable-2.8.8/spec/addressable/security_spec.rb +0 -58
- data/vendor/bundle/ruby/2.6.0/gems/addressable-2.8.8/spec/addressable/template_spec.rb +0 -1264
- data/vendor/bundle/ruby/2.6.0/gems/addressable-2.8.8/spec/addressable/uri_spec.rb +0 -6854
- data/vendor/bundle/ruby/2.6.0/gems/addressable-2.8.8/spec/spec_helper.rb +0 -33
- data/vendor/bundle/ruby/2.6.0/gems/addressable-2.8.8/tasks/clobber.rake +0 -4
- data/vendor/bundle/ruby/2.6.0/gems/addressable-2.8.8/tasks/gem.rake +0 -100
- data/vendor/bundle/ruby/2.6.0/gems/addressable-2.8.8/tasks/git.rake +0 -47
- data/vendor/bundle/ruby/2.6.0/gems/addressable-2.8.8/tasks/metrics.rake +0 -24
- data/vendor/bundle/ruby/2.6.0/gems/addressable-2.8.8/tasks/profile.rake +0 -72
- data/vendor/bundle/ruby/2.6.0/gems/addressable-2.8.8/tasks/rspec.rake +0 -23
- data/vendor/bundle/ruby/2.6.0/gems/addressable-2.8.8/tasks/yard.rake +0 -29
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/.github/workflows/ruby.yml +0 -41
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/.gitignore +0 -8
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/.rspec +0 -3
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/Gemfile +0 -43
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/Guardfile +0 -10
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/Rakefile +0 -40
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/ethon.gemspec +0 -26
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/profile/benchmarks.rb +0 -104
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/profile/memory_leaks.rb +0 -114
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/profile/perf_spec_helper.rb +0 -37
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/profile/support/memory_test_helpers.rb +0 -76
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/profile/support/os_memory_leak_tracker.rb +0 -48
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/profile/support/ruby_object_leak_tracker.rb +0 -49
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/curl_spec.rb +0 -38
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/easy/callbacks_spec.rb +0 -59
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/easy/debug_info_spec.rb +0 -54
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/easy/features_spec.rb +0 -24
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/easy/form_spec.rb +0 -104
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/easy/header_spec.rb +0 -79
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/easy/http/custom_spec.rb +0 -177
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/easy/http/delete_spec.rb +0 -21
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/easy/http/get_spec.rb +0 -126
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/easy/http/head_spec.rb +0 -80
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/easy/http/options_spec.rb +0 -51
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/easy/http/patch_spec.rb +0 -51
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/easy/http/post_spec.rb +0 -317
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/easy/http/put_spec.rb +0 -168
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/easy/http_spec.rb +0 -64
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/easy/informations_spec.rb +0 -120
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/easy/mirror_spec.rb +0 -47
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/easy/operations_spec.rb +0 -268
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/easy/options_spec.rb +0 -193
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/easy/queryable_spec.rb +0 -235
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/easy/response_callbacks_spec.rb +0 -152
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/easy/util_spec.rb +0 -28
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/easy_spec.rb +0 -203
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/libc_spec.rb +0 -14
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/loggable_spec.rb +0 -22
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/multi/operations_spec.rb +0 -298
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/multi/options_spec.rb +0 -182
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/multi/stack_spec.rb +0 -80
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/multi_spec.rb +0 -152
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/spec_helper.rb +0 -28
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/support/localhost_server.rb +0 -95
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/support/server.rb +0 -115
- /data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.8 → addressable-2.8.9}/LICENSE.txt +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.8 → addressable-2.8.9}/README.md +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.8 → addressable-2.8.9}/lib/addressable/idna/native.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.8 → addressable-2.8.9}/lib/addressable/idna.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.8 → addressable-2.8.9}/lib/addressable/template.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.8 → addressable-2.8.9}/lib/addressable/uri.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.8 → addressable-2.8.9}/lib/addressable.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/LICENSE +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/curl.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/curls/constants.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/curls/form_options.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/curls/functions.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/curls/infos.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/curls/messages.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/curls/settings.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/debug_info.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/features.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/form.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/header.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/http/actionable.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/http/custom.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/http/delete.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/http/get.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/http/head.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/http/options.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/http/patch.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/http/post.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/http/postable.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/http/put.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/http/putable.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/http.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/mirror.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/operations.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/options.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/params.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/queryable.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/util.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/errors/ethon_error.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/errors/global_init.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/errors/invalid_option.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/errors/invalid_value.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/errors/multi_add.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/errors/multi_fdset.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/errors/multi_remove.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/errors/multi_timeout.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/errors/select.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/errors.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/libc.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/multi/operations.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/multi/options.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/multi/stack.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/multi.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/.document +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/.yardopts +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/LICENSE.md +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/README.md +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/any_instance/chain.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/any_instance/error_generator.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/any_instance/expect_chain_chain.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/any_instance/expectation_chain.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/any_instance/message_chains.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/any_instance/proxy.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/any_instance/stub_chain.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/any_instance/stub_chain_chain.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/any_instance.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/argument_list_matcher.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/argument_matchers.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/configuration.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/error_generator.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/example_methods.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/instance_method_stasher.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/marshal_extension.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/matchers/expectation_customization.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/matchers/have_received.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/matchers/receive.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/matchers/receive_message_chain.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/matchers/receive_messages.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/message_chain.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/message_expectation.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/method_double.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/method_reference.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/minitest_integration.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/mutate_const.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/object_reference.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/proxy.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/space.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/standalone.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/syntax.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/targets.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/test_double.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/verifying_double.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/verifying_message_expectation.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/verifying_proxy.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.6 → rspec-support-3.13.7}/LICENSE.md +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.6 → rspec-support-3.13.7}/README.md +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.6 → rspec-support-3.13.7}/lib/rspec/support/caller_filter.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.6 → rspec-support-3.13.7}/lib/rspec/support/comparable_version.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.6 → rspec-support-3.13.7}/lib/rspec/support/differ.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.6 → rspec-support-3.13.7}/lib/rspec/support/directory_maker.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.6 → rspec-support-3.13.7}/lib/rspec/support/encoded_string.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.6 → rspec-support-3.13.7}/lib/rspec/support/hunk_generator.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.6 → rspec-support-3.13.7}/lib/rspec/support/matcher_definition.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.6 → rspec-support-3.13.7}/lib/rspec/support/method_signature_verifier.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.6 → rspec-support-3.13.7}/lib/rspec/support/mutex.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.6 → rspec-support-3.13.7}/lib/rspec/support/object_formatter.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.6 → rspec-support-3.13.7}/lib/rspec/support/recursive_const_methods.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.6 → rspec-support-3.13.7}/lib/rspec/support/reentrant_mutex.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.6 → rspec-support-3.13.7}/lib/rspec/support/ruby_features.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.6 → rspec-support-3.13.7}/lib/rspec/support/source/location.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.6 → rspec-support-3.13.7}/lib/rspec/support/source/node.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.6 → rspec-support-3.13.7}/lib/rspec/support/source/token.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.6 → rspec-support-3.13.7}/lib/rspec/support/source.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.6 → rspec-support-3.13.7}/lib/rspec/support/spec/deprecation_helpers.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.6 → rspec-support-3.13.7}/lib/rspec/support/spec/diff_helpers.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.6 → rspec-support-3.13.7}/lib/rspec/support/spec/formatting_support.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.6 → rspec-support-3.13.7}/lib/rspec/support/spec/in_sub_process.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.6 → rspec-support-3.13.7}/lib/rspec/support/spec/library_wide_checks.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.6 → rspec-support-3.13.7}/lib/rspec/support/spec/shell_out.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.6 → rspec-support-3.13.7}/lib/rspec/support/spec/stderr_splitter.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.6 → rspec-support-3.13.7}/lib/rspec/support/spec/string_matcher.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.6 → rspec-support-3.13.7}/lib/rspec/support/spec/with_isolated_directory.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.6 → rspec-support-3.13.7}/lib/rspec/support/spec/with_isolated_stderr.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.6 → rspec-support-3.13.7}/lib/rspec/support/spec.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.6 → rspec-support-3.13.7}/lib/rspec/support/warnings.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.6 → rspec-support-3.13.7}/lib/rspec/support/with_keywords_when_needed.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.6 → rspec-support-3.13.7}/lib/rspec/support.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/CONTRIBUTING.md +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/LICENSE +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/UPGRADE.md +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/rack/typhoeus/middleware/params_decoder/helper.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/rack/typhoeus/middleware/params_decoder.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/rack/typhoeus.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/adapters/faraday.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/cache/dalli.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/cache/rails.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/cache/redis.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/config.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/easy_factory.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/errors/no_stub.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/errors/typhoeus_error.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/errors.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/expectation.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/hydra/addable.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/hydra/before.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/hydra/block_connection.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/hydra/cacheable.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/hydra/memoizable.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/hydra/queueable.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/hydra/runnable.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/hydra/stubbable.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/hydra.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/pool.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/railtie.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/request/actions.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/request/before.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/request/block_connection.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/request/cacheable.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/request/callbacks.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/request/marshal.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/request/memoizable.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/request/operations.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/request/responseable.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/request/streamable.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/request/stubbable.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/request.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/response/cacheable.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/response/header.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/response/informations.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/response/status.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/response.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus.rb +0 -0
data/docs/ReposApi.md
CHANGED
|
@@ -31,6 +31,12 @@ Method | HTTP request | Description
|
|
|
31
31
|
[**repos_rsa_list**](ReposApi.md#repos_rsa_list) | **GET** /repos/{owner}/{identifier}/rsa/ | Retrieve the active RSA key for the Repository.
|
|
32
32
|
[**repos_rsa_regenerate**](ReposApi.md#repos_rsa_regenerate) | **POST** /repos/{owner}/{identifier}/rsa/regenerate/ | Regenerate RSA Key for the Repository.
|
|
33
33
|
[**repos_transfer_region**](ReposApi.md#repos_transfer_region) | **POST** /repos/{owner}/{repo}/transfer-region/ | Transfer a repository to a different region.
|
|
34
|
+
[**repos_upstream_alpine_create**](ReposApi.md#repos_upstream_alpine_create) | **POST** /repos/{owner}/{identifier}/upstream/alpine/ | Create an Alpine upstream config for this repository.
|
|
35
|
+
[**repos_upstream_alpine_delete**](ReposApi.md#repos_upstream_alpine_delete) | **DELETE** /repos/{owner}/{identifier}/upstream/alpine/{slug_perm}/ | Delete an Alpine upstream config for this repository.
|
|
36
|
+
[**repos_upstream_alpine_list**](ReposApi.md#repos_upstream_alpine_list) | **GET** /repos/{owner}/{identifier}/upstream/alpine/ | List Alpine upstream configs for this repository.
|
|
37
|
+
[**repos_upstream_alpine_partial_update**](ReposApi.md#repos_upstream_alpine_partial_update) | **PATCH** /repos/{owner}/{identifier}/upstream/alpine/{slug_perm}/ | Partially update an Alpine upstream config for this repository.
|
|
38
|
+
[**repos_upstream_alpine_read**](ReposApi.md#repos_upstream_alpine_read) | **GET** /repos/{owner}/{identifier}/upstream/alpine/{slug_perm}/ | Retrieve an Alpine upstream config for this repository.
|
|
39
|
+
[**repos_upstream_alpine_update**](ReposApi.md#repos_upstream_alpine_update) | **PUT** /repos/{owner}/{identifier}/upstream/alpine/{slug_perm}/ | Update an Alpine upstream config for this repository.
|
|
34
40
|
[**repos_upstream_cargo_create**](ReposApi.md#repos_upstream_cargo_create) | **POST** /repos/{owner}/{identifier}/upstream/cargo/ | Create a Cargo upstream config for this repository.
|
|
35
41
|
[**repos_upstream_cargo_delete**](ReposApi.md#repos_upstream_cargo_delete) | **DELETE** /repos/{owner}/{identifier}/upstream/cargo/{slug_perm}/ | Delete a Cargo upstream config for this repository.
|
|
36
42
|
[**repos_upstream_cargo_list**](ReposApi.md#repos_upstream_cargo_list) | **GET** /repos/{owner}/{identifier}/upstream/cargo/ | List Cargo upstream configs for this repository.
|
|
@@ -73,6 +79,12 @@ Method | HTTP request | Description
|
|
|
73
79
|
[**repos_upstream_docker_partial_update**](ReposApi.md#repos_upstream_docker_partial_update) | **PATCH** /repos/{owner}/{identifier}/upstream/docker/{slug_perm}/ | Partially update a Docker upstream config for this repository.
|
|
74
80
|
[**repos_upstream_docker_read**](ReposApi.md#repos_upstream_docker_read) | **GET** /repos/{owner}/{identifier}/upstream/docker/{slug_perm}/ | Retrieve a Docker upstream config for this repository.
|
|
75
81
|
[**repos_upstream_docker_update**](ReposApi.md#repos_upstream_docker_update) | **PUT** /repos/{owner}/{identifier}/upstream/docker/{slug_perm}/ | Update a Docker upstream config for this repository.
|
|
82
|
+
[**repos_upstream_generic_create**](ReposApi.md#repos_upstream_generic_create) | **POST** /repos/{owner}/{identifier}/upstream/generic/ | Create a Generic upstream config for this repository.
|
|
83
|
+
[**repos_upstream_generic_delete**](ReposApi.md#repos_upstream_generic_delete) | **DELETE** /repos/{owner}/{identifier}/upstream/generic/{slug_perm}/ | Delete a Generic upstream config for this repository.
|
|
84
|
+
[**repos_upstream_generic_list**](ReposApi.md#repos_upstream_generic_list) | **GET** /repos/{owner}/{identifier}/upstream/generic/ | List Generic upstream configs for this repository.
|
|
85
|
+
[**repos_upstream_generic_partial_update**](ReposApi.md#repos_upstream_generic_partial_update) | **PATCH** /repos/{owner}/{identifier}/upstream/generic/{slug_perm}/ | Partially update a Generic upstream config for this repository.
|
|
86
|
+
[**repos_upstream_generic_read**](ReposApi.md#repos_upstream_generic_read) | **GET** /repos/{owner}/{identifier}/upstream/generic/{slug_perm}/ | Retrieve a Generic upstream config for this repository.
|
|
87
|
+
[**repos_upstream_generic_update**](ReposApi.md#repos_upstream_generic_update) | **PUT** /repos/{owner}/{identifier}/upstream/generic/{slug_perm}/ | Update a Generic upstream config for this repository.
|
|
76
88
|
[**repos_upstream_go_create**](ReposApi.md#repos_upstream_go_create) | **POST** /repos/{owner}/{identifier}/upstream/go/ | Create a Go upstream config for this repository.
|
|
77
89
|
[**repos_upstream_go_delete**](ReposApi.md#repos_upstream_go_delete) | **DELETE** /repos/{owner}/{identifier}/upstream/go/{slug_perm}/ | Delete a Go upstream config for this repository.
|
|
78
90
|
[**repos_upstream_go_list**](ReposApi.md#repos_upstream_go_list) | **GET** /repos/{owner}/{identifier}/upstream/go/ | List Go upstream configs for this repository.
|
|
@@ -1240,7 +1252,9 @@ owner = 'owner_example' # String |
|
|
|
1240
1252
|
|
|
1241
1253
|
opts = {
|
|
1242
1254
|
page: 56, # Integer | A page number within the paginated result set.
|
|
1243
|
-
page_size: 56 # Integer | Number of results to return per page.
|
|
1255
|
+
page_size: 56, # Integer | Number of results to return per page.
|
|
1256
|
+
query: '', # String | A search term for querying repositories. Available options are: name, slug. Explicit filters: broadcast_state, repository_type.
|
|
1257
|
+
sort: '-created_at' # String | A field for sorting objects in ascending or descending order.
|
|
1244
1258
|
}
|
|
1245
1259
|
|
|
1246
1260
|
begin
|
|
@@ -1259,6 +1273,8 @@ Name | Type | Description | Notes
|
|
|
1259
1273
|
**owner** | **String**| |
|
|
1260
1274
|
**page** | **Integer**| A page number within the paginated result set. | [optional]
|
|
1261
1275
|
**page_size** | **Integer**| Number of results to return per page. | [optional]
|
|
1276
|
+
**query** | **String**| A search term for querying repositories. Available options are: name, slug. Explicit filters: broadcast_state, repository_type. | [optional] [default to ]
|
|
1277
|
+
**sort** | **String**| A field for sorting objects in ascending or descending order. | [optional] [default to -created_at]
|
|
1262
1278
|
|
|
1263
1279
|
### Return type
|
|
1264
1280
|
|
|
@@ -1847,12 +1863,12 @@ nil (empty response body)
|
|
|
1847
1863
|
|
|
1848
1864
|
|
|
1849
1865
|
|
|
1850
|
-
# **
|
|
1851
|
-
>
|
|
1866
|
+
# **repos_upstream_alpine_create**
|
|
1867
|
+
> AlpineUpstream repos_upstream_alpine_create(owner, identifier, opts)
|
|
1852
1868
|
|
|
1853
|
-
Create
|
|
1869
|
+
Create an Alpine upstream config for this repository.
|
|
1854
1870
|
|
|
1855
|
-
Create
|
|
1871
|
+
Create an Alpine upstream config for this repository.
|
|
1856
1872
|
|
|
1857
1873
|
### Example
|
|
1858
1874
|
```ruby
|
|
@@ -1877,15 +1893,15 @@ owner = 'owner_example' # String |
|
|
|
1877
1893
|
identifier = 'identifier_example' # String |
|
|
1878
1894
|
|
|
1879
1895
|
opts = {
|
|
1880
|
-
data: CloudsmithApi::
|
|
1896
|
+
data: CloudsmithApi::AlpineUpstreamRequest.new # AlpineUpstreamRequest |
|
|
1881
1897
|
}
|
|
1882
1898
|
|
|
1883
1899
|
begin
|
|
1884
|
-
#Create
|
|
1885
|
-
result = api_instance.
|
|
1900
|
+
#Create an Alpine upstream config for this repository.
|
|
1901
|
+
result = api_instance.repos_upstream_alpine_create(owner, identifier, opts)
|
|
1886
1902
|
p result
|
|
1887
1903
|
rescue CloudsmithApi::ApiError => e
|
|
1888
|
-
puts "Exception when calling ReposApi->
|
|
1904
|
+
puts "Exception when calling ReposApi->repos_upstream_alpine_create: #{e}"
|
|
1889
1905
|
end
|
|
1890
1906
|
```
|
|
1891
1907
|
|
|
@@ -1895,11 +1911,11 @@ Name | Type | Description | Notes
|
|
|
1895
1911
|
------------- | ------------- | ------------- | -------------
|
|
1896
1912
|
**owner** | **String**| |
|
|
1897
1913
|
**identifier** | **String**| |
|
|
1898
|
-
**data** | [**
|
|
1914
|
+
**data** | [**AlpineUpstreamRequest**](AlpineUpstreamRequest.md)| | [optional]
|
|
1899
1915
|
|
|
1900
1916
|
### Return type
|
|
1901
1917
|
|
|
1902
|
-
[**
|
|
1918
|
+
[**AlpineUpstream**](AlpineUpstream.md)
|
|
1903
1919
|
|
|
1904
1920
|
### Authorization
|
|
1905
1921
|
|
|
@@ -1912,12 +1928,12 @@ Name | Type | Description | Notes
|
|
|
1912
1928
|
|
|
1913
1929
|
|
|
1914
1930
|
|
|
1915
|
-
# **
|
|
1916
|
-
>
|
|
1931
|
+
# **repos_upstream_alpine_delete**
|
|
1932
|
+
> repos_upstream_alpine_delete(owner, identifier, slug_perm)
|
|
1917
1933
|
|
|
1918
|
-
Delete
|
|
1934
|
+
Delete an Alpine upstream config for this repository.
|
|
1919
1935
|
|
|
1920
|
-
Delete
|
|
1936
|
+
Delete an Alpine upstream config for this repository.
|
|
1921
1937
|
|
|
1922
1938
|
### Example
|
|
1923
1939
|
```ruby
|
|
@@ -1945,10 +1961,10 @@ slug_perm = 'slug_perm_example' # String |
|
|
|
1945
1961
|
|
|
1946
1962
|
|
|
1947
1963
|
begin
|
|
1948
|
-
#Delete
|
|
1949
|
-
api_instance.
|
|
1964
|
+
#Delete an Alpine upstream config for this repository.
|
|
1965
|
+
api_instance.repos_upstream_alpine_delete(owner, identifier, slug_perm)
|
|
1950
1966
|
rescue CloudsmithApi::ApiError => e
|
|
1951
|
-
puts "Exception when calling ReposApi->
|
|
1967
|
+
puts "Exception when calling ReposApi->repos_upstream_alpine_delete: #{e}"
|
|
1952
1968
|
end
|
|
1953
1969
|
```
|
|
1954
1970
|
|
|
@@ -1975,12 +1991,12 @@ nil (empty response body)
|
|
|
1975
1991
|
|
|
1976
1992
|
|
|
1977
1993
|
|
|
1978
|
-
# **
|
|
1979
|
-
> Array<
|
|
1994
|
+
# **repos_upstream_alpine_list**
|
|
1995
|
+
> Array<AlpineUpstream> repos_upstream_alpine_list(owner, identifier, opts)
|
|
1980
1996
|
|
|
1981
|
-
List
|
|
1997
|
+
List Alpine upstream configs for this repository.
|
|
1982
1998
|
|
|
1983
|
-
List
|
|
1999
|
+
List Alpine upstream configs for this repository.
|
|
1984
2000
|
|
|
1985
2001
|
### Example
|
|
1986
2002
|
```ruby
|
|
@@ -2010,11 +2026,11 @@ opts = {
|
|
|
2010
2026
|
}
|
|
2011
2027
|
|
|
2012
2028
|
begin
|
|
2013
|
-
#List
|
|
2014
|
-
result = api_instance.
|
|
2029
|
+
#List Alpine upstream configs for this repository.
|
|
2030
|
+
result = api_instance.repos_upstream_alpine_list(owner, identifier, opts)
|
|
2015
2031
|
p result
|
|
2016
2032
|
rescue CloudsmithApi::ApiError => e
|
|
2017
|
-
puts "Exception when calling ReposApi->
|
|
2033
|
+
puts "Exception when calling ReposApi->repos_upstream_alpine_list: #{e}"
|
|
2018
2034
|
end
|
|
2019
2035
|
```
|
|
2020
2036
|
|
|
@@ -2029,7 +2045,7 @@ Name | Type | Description | Notes
|
|
|
2029
2045
|
|
|
2030
2046
|
### Return type
|
|
2031
2047
|
|
|
2032
|
-
[**Array<
|
|
2048
|
+
[**Array<AlpineUpstream>**](AlpineUpstream.md)
|
|
2033
2049
|
|
|
2034
2050
|
### Authorization
|
|
2035
2051
|
|
|
@@ -2042,12 +2058,12 @@ Name | Type | Description | Notes
|
|
|
2042
2058
|
|
|
2043
2059
|
|
|
2044
2060
|
|
|
2045
|
-
# **
|
|
2046
|
-
>
|
|
2061
|
+
# **repos_upstream_alpine_partial_update**
|
|
2062
|
+
> AlpineUpstream repos_upstream_alpine_partial_update(owner, identifier, slug_perm, opts)
|
|
2047
2063
|
|
|
2048
|
-
Partially update
|
|
2064
|
+
Partially update an Alpine upstream config for this repository.
|
|
2049
2065
|
|
|
2050
|
-
Partially update
|
|
2066
|
+
Partially update an Alpine upstream config for this repository.
|
|
2051
2067
|
|
|
2052
2068
|
### Example
|
|
2053
2069
|
```ruby
|
|
@@ -2074,15 +2090,15 @@ identifier = 'identifier_example' # String |
|
|
|
2074
2090
|
slug_perm = 'slug_perm_example' # String |
|
|
2075
2091
|
|
|
2076
2092
|
opts = {
|
|
2077
|
-
data: CloudsmithApi::
|
|
2093
|
+
data: CloudsmithApi::AlpineUpstreamRequestPatch.new # AlpineUpstreamRequestPatch |
|
|
2078
2094
|
}
|
|
2079
2095
|
|
|
2080
2096
|
begin
|
|
2081
|
-
#Partially update
|
|
2082
|
-
result = api_instance.
|
|
2097
|
+
#Partially update an Alpine upstream config for this repository.
|
|
2098
|
+
result = api_instance.repos_upstream_alpine_partial_update(owner, identifier, slug_perm, opts)
|
|
2083
2099
|
p result
|
|
2084
2100
|
rescue CloudsmithApi::ApiError => e
|
|
2085
|
-
puts "Exception when calling ReposApi->
|
|
2101
|
+
puts "Exception when calling ReposApi->repos_upstream_alpine_partial_update: #{e}"
|
|
2086
2102
|
end
|
|
2087
2103
|
```
|
|
2088
2104
|
|
|
@@ -2093,11 +2109,11 @@ Name | Type | Description | Notes
|
|
|
2093
2109
|
**owner** | **String**| |
|
|
2094
2110
|
**identifier** | **String**| |
|
|
2095
2111
|
**slug_perm** | **String**| |
|
|
2096
|
-
**data** | [**
|
|
2112
|
+
**data** | [**AlpineUpstreamRequestPatch**](AlpineUpstreamRequestPatch.md)| | [optional]
|
|
2097
2113
|
|
|
2098
2114
|
### Return type
|
|
2099
2115
|
|
|
2100
|
-
[**
|
|
2116
|
+
[**AlpineUpstream**](AlpineUpstream.md)
|
|
2101
2117
|
|
|
2102
2118
|
### Authorization
|
|
2103
2119
|
|
|
@@ -2110,12 +2126,12 @@ Name | Type | Description | Notes
|
|
|
2110
2126
|
|
|
2111
2127
|
|
|
2112
2128
|
|
|
2113
|
-
# **
|
|
2114
|
-
>
|
|
2129
|
+
# **repos_upstream_alpine_read**
|
|
2130
|
+
> AlpineUpstream repos_upstream_alpine_read(owner, identifier, slug_perm)
|
|
2115
2131
|
|
|
2116
|
-
Retrieve
|
|
2132
|
+
Retrieve an Alpine upstream config for this repository.
|
|
2117
2133
|
|
|
2118
|
-
Retrieve
|
|
2134
|
+
Retrieve an Alpine upstream config for this repository.
|
|
2119
2135
|
|
|
2120
2136
|
### Example
|
|
2121
2137
|
```ruby
|
|
@@ -2143,11 +2159,11 @@ slug_perm = 'slug_perm_example' # String |
|
|
|
2143
2159
|
|
|
2144
2160
|
|
|
2145
2161
|
begin
|
|
2146
|
-
#Retrieve
|
|
2147
|
-
result = api_instance.
|
|
2162
|
+
#Retrieve an Alpine upstream config for this repository.
|
|
2163
|
+
result = api_instance.repos_upstream_alpine_read(owner, identifier, slug_perm)
|
|
2148
2164
|
p result
|
|
2149
2165
|
rescue CloudsmithApi::ApiError => e
|
|
2150
|
-
puts "Exception when calling ReposApi->
|
|
2166
|
+
puts "Exception when calling ReposApi->repos_upstream_alpine_read: #{e}"
|
|
2151
2167
|
end
|
|
2152
2168
|
```
|
|
2153
2169
|
|
|
@@ -2161,7 +2177,7 @@ Name | Type | Description | Notes
|
|
|
2161
2177
|
|
|
2162
2178
|
### Return type
|
|
2163
2179
|
|
|
2164
|
-
[**
|
|
2180
|
+
[**AlpineUpstream**](AlpineUpstream.md)
|
|
2165
2181
|
|
|
2166
2182
|
### Authorization
|
|
2167
2183
|
|
|
@@ -2174,12 +2190,12 @@ Name | Type | Description | Notes
|
|
|
2174
2190
|
|
|
2175
2191
|
|
|
2176
2192
|
|
|
2177
|
-
# **
|
|
2178
|
-
>
|
|
2193
|
+
# **repos_upstream_alpine_update**
|
|
2194
|
+
> AlpineUpstream repos_upstream_alpine_update(owner, identifier, slug_perm, opts)
|
|
2179
2195
|
|
|
2180
|
-
Update
|
|
2196
|
+
Update an Alpine upstream config for this repository.
|
|
2181
2197
|
|
|
2182
|
-
Update
|
|
2198
|
+
Update an Alpine upstream config for this repository.
|
|
2183
2199
|
|
|
2184
2200
|
### Example
|
|
2185
2201
|
```ruby
|
|
@@ -2206,15 +2222,15 @@ identifier = 'identifier_example' # String |
|
|
|
2206
2222
|
slug_perm = 'slug_perm_example' # String |
|
|
2207
2223
|
|
|
2208
2224
|
opts = {
|
|
2209
|
-
data: CloudsmithApi::
|
|
2225
|
+
data: CloudsmithApi::AlpineUpstreamRequest.new # AlpineUpstreamRequest |
|
|
2210
2226
|
}
|
|
2211
2227
|
|
|
2212
2228
|
begin
|
|
2213
|
-
#Update
|
|
2214
|
-
result = api_instance.
|
|
2229
|
+
#Update an Alpine upstream config for this repository.
|
|
2230
|
+
result = api_instance.repos_upstream_alpine_update(owner, identifier, slug_perm, opts)
|
|
2215
2231
|
p result
|
|
2216
2232
|
rescue CloudsmithApi::ApiError => e
|
|
2217
|
-
puts "Exception when calling ReposApi->
|
|
2233
|
+
puts "Exception when calling ReposApi->repos_upstream_alpine_update: #{e}"
|
|
2218
2234
|
end
|
|
2219
2235
|
```
|
|
2220
2236
|
|
|
@@ -2225,11 +2241,11 @@ Name | Type | Description | Notes
|
|
|
2225
2241
|
**owner** | **String**| |
|
|
2226
2242
|
**identifier** | **String**| |
|
|
2227
2243
|
**slug_perm** | **String**| |
|
|
2228
|
-
**data** | [**
|
|
2244
|
+
**data** | [**AlpineUpstreamRequest**](AlpineUpstreamRequest.md)| | [optional]
|
|
2229
2245
|
|
|
2230
2246
|
### Return type
|
|
2231
2247
|
|
|
2232
|
-
[**
|
|
2248
|
+
[**AlpineUpstream**](AlpineUpstream.md)
|
|
2233
2249
|
|
|
2234
2250
|
### Authorization
|
|
2235
2251
|
|
|
@@ -2242,12 +2258,12 @@ Name | Type | Description | Notes
|
|
|
2242
2258
|
|
|
2243
2259
|
|
|
2244
2260
|
|
|
2245
|
-
# **
|
|
2246
|
-
>
|
|
2261
|
+
# **repos_upstream_cargo_create**
|
|
2262
|
+
> CargoUpstream repos_upstream_cargo_create(owner, identifier, opts)
|
|
2247
2263
|
|
|
2248
|
-
Create a
|
|
2264
|
+
Create a Cargo upstream config for this repository.
|
|
2249
2265
|
|
|
2250
|
-
Create a
|
|
2266
|
+
Create a Cargo upstream config for this repository.
|
|
2251
2267
|
|
|
2252
2268
|
### Example
|
|
2253
2269
|
```ruby
|
|
@@ -2272,15 +2288,15 @@ owner = 'owner_example' # String |
|
|
|
2272
2288
|
identifier = 'identifier_example' # String |
|
|
2273
2289
|
|
|
2274
2290
|
opts = {
|
|
2275
|
-
data: CloudsmithApi::
|
|
2291
|
+
data: CloudsmithApi::CargoUpstreamRequest.new # CargoUpstreamRequest |
|
|
2276
2292
|
}
|
|
2277
2293
|
|
|
2278
2294
|
begin
|
|
2279
|
-
#Create a
|
|
2280
|
-
result = api_instance.
|
|
2295
|
+
#Create a Cargo upstream config for this repository.
|
|
2296
|
+
result = api_instance.repos_upstream_cargo_create(owner, identifier, opts)
|
|
2281
2297
|
p result
|
|
2282
2298
|
rescue CloudsmithApi::ApiError => e
|
|
2283
|
-
puts "Exception when calling ReposApi->
|
|
2299
|
+
puts "Exception when calling ReposApi->repos_upstream_cargo_create: #{e}"
|
|
2284
2300
|
end
|
|
2285
2301
|
```
|
|
2286
2302
|
|
|
@@ -2290,11 +2306,11 @@ Name | Type | Description | Notes
|
|
|
2290
2306
|
------------- | ------------- | ------------- | -------------
|
|
2291
2307
|
**owner** | **String**| |
|
|
2292
2308
|
**identifier** | **String**| |
|
|
2293
|
-
**data** | [**
|
|
2309
|
+
**data** | [**CargoUpstreamRequest**](CargoUpstreamRequest.md)| | [optional]
|
|
2294
2310
|
|
|
2295
2311
|
### Return type
|
|
2296
2312
|
|
|
2297
|
-
[**
|
|
2313
|
+
[**CargoUpstream**](CargoUpstream.md)
|
|
2298
2314
|
|
|
2299
2315
|
### Authorization
|
|
2300
2316
|
|
|
@@ -2307,12 +2323,12 @@ Name | Type | Description | Notes
|
|
|
2307
2323
|
|
|
2308
2324
|
|
|
2309
2325
|
|
|
2310
|
-
# **
|
|
2311
|
-
>
|
|
2326
|
+
# **repos_upstream_cargo_delete**
|
|
2327
|
+
> repos_upstream_cargo_delete(owner, identifier, slug_perm)
|
|
2312
2328
|
|
|
2313
|
-
Delete a
|
|
2329
|
+
Delete a Cargo upstream config for this repository.
|
|
2314
2330
|
|
|
2315
|
-
Delete a
|
|
2331
|
+
Delete a Cargo upstream config for this repository.
|
|
2316
2332
|
|
|
2317
2333
|
### Example
|
|
2318
2334
|
```ruby
|
|
@@ -2340,10 +2356,10 @@ slug_perm = 'slug_perm_example' # String |
|
|
|
2340
2356
|
|
|
2341
2357
|
|
|
2342
2358
|
begin
|
|
2343
|
-
#Delete a
|
|
2344
|
-
api_instance.
|
|
2359
|
+
#Delete a Cargo upstream config for this repository.
|
|
2360
|
+
api_instance.repos_upstream_cargo_delete(owner, identifier, slug_perm)
|
|
2345
2361
|
rescue CloudsmithApi::ApiError => e
|
|
2346
|
-
puts "Exception when calling ReposApi->
|
|
2362
|
+
puts "Exception when calling ReposApi->repos_upstream_cargo_delete: #{e}"
|
|
2347
2363
|
end
|
|
2348
2364
|
```
|
|
2349
2365
|
|
|
@@ -2370,12 +2386,12 @@ nil (empty response body)
|
|
|
2370
2386
|
|
|
2371
2387
|
|
|
2372
2388
|
|
|
2373
|
-
# **
|
|
2374
|
-
> Array<
|
|
2389
|
+
# **repos_upstream_cargo_list**
|
|
2390
|
+
> Array<CargoUpstream> repos_upstream_cargo_list(owner, identifier, opts)
|
|
2375
2391
|
|
|
2376
|
-
List
|
|
2392
|
+
List Cargo upstream configs for this repository.
|
|
2377
2393
|
|
|
2378
|
-
List
|
|
2394
|
+
List Cargo upstream configs for this repository.
|
|
2379
2395
|
|
|
2380
2396
|
### Example
|
|
2381
2397
|
```ruby
|
|
@@ -2405,11 +2421,11 @@ opts = {
|
|
|
2405
2421
|
}
|
|
2406
2422
|
|
|
2407
2423
|
begin
|
|
2408
|
-
#List
|
|
2409
|
-
result = api_instance.
|
|
2424
|
+
#List Cargo upstream configs for this repository.
|
|
2425
|
+
result = api_instance.repos_upstream_cargo_list(owner, identifier, opts)
|
|
2410
2426
|
p result
|
|
2411
2427
|
rescue CloudsmithApi::ApiError => e
|
|
2412
|
-
puts "Exception when calling ReposApi->
|
|
2428
|
+
puts "Exception when calling ReposApi->repos_upstream_cargo_list: #{e}"
|
|
2413
2429
|
end
|
|
2414
2430
|
```
|
|
2415
2431
|
|
|
@@ -2424,7 +2440,7 @@ Name | Type | Description | Notes
|
|
|
2424
2440
|
|
|
2425
2441
|
### Return type
|
|
2426
2442
|
|
|
2427
|
-
[**Array<
|
|
2443
|
+
[**Array<CargoUpstream>**](CargoUpstream.md)
|
|
2428
2444
|
|
|
2429
2445
|
### Authorization
|
|
2430
2446
|
|
|
@@ -2437,12 +2453,12 @@ Name | Type | Description | Notes
|
|
|
2437
2453
|
|
|
2438
2454
|
|
|
2439
2455
|
|
|
2440
|
-
# **
|
|
2441
|
-
>
|
|
2456
|
+
# **repos_upstream_cargo_partial_update**
|
|
2457
|
+
> CargoUpstream repos_upstream_cargo_partial_update(owner, identifier, slug_perm, opts)
|
|
2442
2458
|
|
|
2443
|
-
Partially update a
|
|
2459
|
+
Partially update a Cargo upstream config for this repository.
|
|
2444
2460
|
|
|
2445
|
-
Partially update a
|
|
2461
|
+
Partially update a Cargo upstream config for this repository.
|
|
2446
2462
|
|
|
2447
2463
|
### Example
|
|
2448
2464
|
```ruby
|
|
@@ -2469,15 +2485,15 @@ identifier = 'identifier_example' # String |
|
|
|
2469
2485
|
slug_perm = 'slug_perm_example' # String |
|
|
2470
2486
|
|
|
2471
2487
|
opts = {
|
|
2472
|
-
data: CloudsmithApi::
|
|
2488
|
+
data: CloudsmithApi::CargoUpstreamRequestPatch.new # CargoUpstreamRequestPatch |
|
|
2473
2489
|
}
|
|
2474
2490
|
|
|
2475
2491
|
begin
|
|
2476
|
-
#Partially update a
|
|
2477
|
-
result = api_instance.
|
|
2492
|
+
#Partially update a Cargo upstream config for this repository.
|
|
2493
|
+
result = api_instance.repos_upstream_cargo_partial_update(owner, identifier, slug_perm, opts)
|
|
2478
2494
|
p result
|
|
2479
2495
|
rescue CloudsmithApi::ApiError => e
|
|
2480
|
-
puts "Exception when calling ReposApi->
|
|
2496
|
+
puts "Exception when calling ReposApi->repos_upstream_cargo_partial_update: #{e}"
|
|
2481
2497
|
end
|
|
2482
2498
|
```
|
|
2483
2499
|
|
|
@@ -2488,11 +2504,11 @@ Name | Type | Description | Notes
|
|
|
2488
2504
|
**owner** | **String**| |
|
|
2489
2505
|
**identifier** | **String**| |
|
|
2490
2506
|
**slug_perm** | **String**| |
|
|
2491
|
-
**data** | [**
|
|
2507
|
+
**data** | [**CargoUpstreamRequestPatch**](CargoUpstreamRequestPatch.md)| | [optional]
|
|
2492
2508
|
|
|
2493
2509
|
### Return type
|
|
2494
2510
|
|
|
2495
|
-
[**
|
|
2511
|
+
[**CargoUpstream**](CargoUpstream.md)
|
|
2496
2512
|
|
|
2497
2513
|
### Authorization
|
|
2498
2514
|
|
|
@@ -2505,12 +2521,12 @@ Name | Type | Description | Notes
|
|
|
2505
2521
|
|
|
2506
2522
|
|
|
2507
2523
|
|
|
2508
|
-
# **
|
|
2509
|
-
>
|
|
2524
|
+
# **repos_upstream_cargo_read**
|
|
2525
|
+
> CargoUpstream repos_upstream_cargo_read(owner, identifier, slug_perm)
|
|
2510
2526
|
|
|
2511
|
-
Retrieve a
|
|
2527
|
+
Retrieve a Cargo upstream config for this repository.
|
|
2512
2528
|
|
|
2513
|
-
Retrieve a
|
|
2529
|
+
Retrieve a Cargo upstream config for this repository.
|
|
2514
2530
|
|
|
2515
2531
|
### Example
|
|
2516
2532
|
```ruby
|
|
@@ -2538,11 +2554,11 @@ slug_perm = 'slug_perm_example' # String |
|
|
|
2538
2554
|
|
|
2539
2555
|
|
|
2540
2556
|
begin
|
|
2541
|
-
#Retrieve a
|
|
2542
|
-
result = api_instance.
|
|
2557
|
+
#Retrieve a Cargo upstream config for this repository.
|
|
2558
|
+
result = api_instance.repos_upstream_cargo_read(owner, identifier, slug_perm)
|
|
2543
2559
|
p result
|
|
2544
2560
|
rescue CloudsmithApi::ApiError => e
|
|
2545
|
-
puts "Exception when calling ReposApi->
|
|
2561
|
+
puts "Exception when calling ReposApi->repos_upstream_cargo_read: #{e}"
|
|
2546
2562
|
end
|
|
2547
2563
|
```
|
|
2548
2564
|
|
|
@@ -2556,7 +2572,7 @@ Name | Type | Description | Notes
|
|
|
2556
2572
|
|
|
2557
2573
|
### Return type
|
|
2558
2574
|
|
|
2559
|
-
[**
|
|
2575
|
+
[**CargoUpstream**](CargoUpstream.md)
|
|
2560
2576
|
|
|
2561
2577
|
### Authorization
|
|
2562
2578
|
|
|
@@ -2569,12 +2585,12 @@ Name | Type | Description | Notes
|
|
|
2569
2585
|
|
|
2570
2586
|
|
|
2571
2587
|
|
|
2572
|
-
# **
|
|
2573
|
-
>
|
|
2588
|
+
# **repos_upstream_cargo_update**
|
|
2589
|
+
> CargoUpstream repos_upstream_cargo_update(owner, identifier, slug_perm, opts)
|
|
2574
2590
|
|
|
2575
|
-
Update a
|
|
2591
|
+
Update a Cargo upstream config for this repository.
|
|
2576
2592
|
|
|
2577
|
-
Update a
|
|
2593
|
+
Update a Cargo upstream config for this repository.
|
|
2578
2594
|
|
|
2579
2595
|
### Example
|
|
2580
2596
|
```ruby
|
|
@@ -2601,15 +2617,15 @@ identifier = 'identifier_example' # String |
|
|
|
2601
2617
|
slug_perm = 'slug_perm_example' # String |
|
|
2602
2618
|
|
|
2603
2619
|
opts = {
|
|
2604
|
-
data: CloudsmithApi::
|
|
2620
|
+
data: CloudsmithApi::CargoUpstreamRequest.new # CargoUpstreamRequest |
|
|
2605
2621
|
}
|
|
2606
2622
|
|
|
2607
2623
|
begin
|
|
2608
|
-
#Update a
|
|
2609
|
-
result = api_instance.
|
|
2624
|
+
#Update a Cargo upstream config for this repository.
|
|
2625
|
+
result = api_instance.repos_upstream_cargo_update(owner, identifier, slug_perm, opts)
|
|
2610
2626
|
p result
|
|
2611
2627
|
rescue CloudsmithApi::ApiError => e
|
|
2612
|
-
puts "Exception when calling ReposApi->
|
|
2628
|
+
puts "Exception when calling ReposApi->repos_upstream_cargo_update: #{e}"
|
|
2613
2629
|
end
|
|
2614
2630
|
```
|
|
2615
2631
|
|
|
@@ -2620,11 +2636,11 @@ Name | Type | Description | Notes
|
|
|
2620
2636
|
**owner** | **String**| |
|
|
2621
2637
|
**identifier** | **String**| |
|
|
2622
2638
|
**slug_perm** | **String**| |
|
|
2623
|
-
**data** | [**
|
|
2639
|
+
**data** | [**CargoUpstreamRequest**](CargoUpstreamRequest.md)| | [optional]
|
|
2624
2640
|
|
|
2625
2641
|
### Return type
|
|
2626
2642
|
|
|
2627
|
-
[**
|
|
2643
|
+
[**CargoUpstream**](CargoUpstream.md)
|
|
2628
2644
|
|
|
2629
2645
|
### Authorization
|
|
2630
2646
|
|
|
@@ -2637,12 +2653,12 @@ Name | Type | Description | Notes
|
|
|
2637
2653
|
|
|
2638
2654
|
|
|
2639
2655
|
|
|
2640
|
-
# **
|
|
2641
|
-
>
|
|
2656
|
+
# **repos_upstream_composer_create**
|
|
2657
|
+
> ComposerUpstream repos_upstream_composer_create(owner, identifier, opts)
|
|
2642
2658
|
|
|
2643
|
-
Create a
|
|
2659
|
+
Create a Composer upstream config for this repository.
|
|
2644
2660
|
|
|
2645
|
-
Create a
|
|
2661
|
+
Create a Composer upstream config for this repository.
|
|
2646
2662
|
|
|
2647
2663
|
### Example
|
|
2648
2664
|
```ruby
|
|
@@ -2667,15 +2683,15 @@ owner = 'owner_example' # String |
|
|
|
2667
2683
|
identifier = 'identifier_example' # String |
|
|
2668
2684
|
|
|
2669
2685
|
opts = {
|
|
2670
|
-
data: CloudsmithApi::
|
|
2686
|
+
data: CloudsmithApi::ComposerUpstreamRequest.new # ComposerUpstreamRequest |
|
|
2671
2687
|
}
|
|
2672
2688
|
|
|
2673
2689
|
begin
|
|
2674
|
-
#Create a
|
|
2675
|
-
result = api_instance.
|
|
2690
|
+
#Create a Composer upstream config for this repository.
|
|
2691
|
+
result = api_instance.repos_upstream_composer_create(owner, identifier, opts)
|
|
2676
2692
|
p result
|
|
2677
2693
|
rescue CloudsmithApi::ApiError => e
|
|
2678
|
-
puts "Exception when calling ReposApi->
|
|
2694
|
+
puts "Exception when calling ReposApi->repos_upstream_composer_create: #{e}"
|
|
2679
2695
|
end
|
|
2680
2696
|
```
|
|
2681
2697
|
|
|
@@ -2685,11 +2701,11 @@ Name | Type | Description | Notes
|
|
|
2685
2701
|
------------- | ------------- | ------------- | -------------
|
|
2686
2702
|
**owner** | **String**| |
|
|
2687
2703
|
**identifier** | **String**| |
|
|
2688
|
-
**data** | [**
|
|
2704
|
+
**data** | [**ComposerUpstreamRequest**](ComposerUpstreamRequest.md)| | [optional]
|
|
2689
2705
|
|
|
2690
2706
|
### Return type
|
|
2691
2707
|
|
|
2692
|
-
[**
|
|
2708
|
+
[**ComposerUpstream**](ComposerUpstream.md)
|
|
2693
2709
|
|
|
2694
2710
|
### Authorization
|
|
2695
2711
|
|
|
@@ -2702,12 +2718,12 @@ Name | Type | Description | Notes
|
|
|
2702
2718
|
|
|
2703
2719
|
|
|
2704
2720
|
|
|
2705
|
-
# **
|
|
2706
|
-
>
|
|
2721
|
+
# **repos_upstream_composer_delete**
|
|
2722
|
+
> repos_upstream_composer_delete(owner, identifier, slug_perm)
|
|
2707
2723
|
|
|
2708
|
-
Delete a
|
|
2724
|
+
Delete a Composer upstream config for this repository.
|
|
2709
2725
|
|
|
2710
|
-
Delete a
|
|
2726
|
+
Delete a Composer upstream config for this repository.
|
|
2711
2727
|
|
|
2712
2728
|
### Example
|
|
2713
2729
|
```ruby
|
|
@@ -2735,10 +2751,10 @@ slug_perm = 'slug_perm_example' # String |
|
|
|
2735
2751
|
|
|
2736
2752
|
|
|
2737
2753
|
begin
|
|
2738
|
-
#Delete a
|
|
2739
|
-
api_instance.
|
|
2754
|
+
#Delete a Composer upstream config for this repository.
|
|
2755
|
+
api_instance.repos_upstream_composer_delete(owner, identifier, slug_perm)
|
|
2740
2756
|
rescue CloudsmithApi::ApiError => e
|
|
2741
|
-
puts "Exception when calling ReposApi->
|
|
2757
|
+
puts "Exception when calling ReposApi->repos_upstream_composer_delete: #{e}"
|
|
2742
2758
|
end
|
|
2743
2759
|
```
|
|
2744
2760
|
|
|
@@ -2765,12 +2781,12 @@ nil (empty response body)
|
|
|
2765
2781
|
|
|
2766
2782
|
|
|
2767
2783
|
|
|
2768
|
-
# **
|
|
2769
|
-
> Array<
|
|
2784
|
+
# **repos_upstream_composer_list**
|
|
2785
|
+
> Array<ComposerUpstream> repos_upstream_composer_list(owner, identifier, opts)
|
|
2770
2786
|
|
|
2771
|
-
List
|
|
2787
|
+
List Composer upstream configs for this repository.
|
|
2772
2788
|
|
|
2773
|
-
List
|
|
2789
|
+
List Composer upstream configs for this repository.
|
|
2774
2790
|
|
|
2775
2791
|
### Example
|
|
2776
2792
|
```ruby
|
|
@@ -2800,11 +2816,11 @@ opts = {
|
|
|
2800
2816
|
}
|
|
2801
2817
|
|
|
2802
2818
|
begin
|
|
2803
|
-
#List
|
|
2804
|
-
result = api_instance.
|
|
2819
|
+
#List Composer upstream configs for this repository.
|
|
2820
|
+
result = api_instance.repos_upstream_composer_list(owner, identifier, opts)
|
|
2805
2821
|
p result
|
|
2806
2822
|
rescue CloudsmithApi::ApiError => e
|
|
2807
|
-
puts "Exception when calling ReposApi->
|
|
2823
|
+
puts "Exception when calling ReposApi->repos_upstream_composer_list: #{e}"
|
|
2808
2824
|
end
|
|
2809
2825
|
```
|
|
2810
2826
|
|
|
@@ -2819,7 +2835,7 @@ Name | Type | Description | Notes
|
|
|
2819
2835
|
|
|
2820
2836
|
### Return type
|
|
2821
2837
|
|
|
2822
|
-
[**Array<
|
|
2838
|
+
[**Array<ComposerUpstream>**](ComposerUpstream.md)
|
|
2823
2839
|
|
|
2824
2840
|
### Authorization
|
|
2825
2841
|
|
|
@@ -2832,12 +2848,12 @@ Name | Type | Description | Notes
|
|
|
2832
2848
|
|
|
2833
2849
|
|
|
2834
2850
|
|
|
2835
|
-
# **
|
|
2836
|
-
>
|
|
2851
|
+
# **repos_upstream_composer_partial_update**
|
|
2852
|
+
> ComposerUpstream repos_upstream_composer_partial_update(owner, identifier, slug_perm, opts)
|
|
2837
2853
|
|
|
2838
|
-
Partially update a
|
|
2854
|
+
Partially update a Composer upstream config for this repository.
|
|
2839
2855
|
|
|
2840
|
-
Partially update a
|
|
2856
|
+
Partially update a Composer upstream config for this repository.
|
|
2841
2857
|
|
|
2842
2858
|
### Example
|
|
2843
2859
|
```ruby
|
|
@@ -2864,15 +2880,15 @@ identifier = 'identifier_example' # String |
|
|
|
2864
2880
|
slug_perm = 'slug_perm_example' # String |
|
|
2865
2881
|
|
|
2866
2882
|
opts = {
|
|
2867
|
-
data: CloudsmithApi::
|
|
2883
|
+
data: CloudsmithApi::ComposerUpstreamRequestPatch.new # ComposerUpstreamRequestPatch |
|
|
2868
2884
|
}
|
|
2869
2885
|
|
|
2870
2886
|
begin
|
|
2871
|
-
#Partially update a
|
|
2872
|
-
result = api_instance.
|
|
2887
|
+
#Partially update a Composer upstream config for this repository.
|
|
2888
|
+
result = api_instance.repos_upstream_composer_partial_update(owner, identifier, slug_perm, opts)
|
|
2873
2889
|
p result
|
|
2874
2890
|
rescue CloudsmithApi::ApiError => e
|
|
2875
|
-
puts "Exception when calling ReposApi->
|
|
2891
|
+
puts "Exception when calling ReposApi->repos_upstream_composer_partial_update: #{e}"
|
|
2876
2892
|
end
|
|
2877
2893
|
```
|
|
2878
2894
|
|
|
@@ -2883,11 +2899,11 @@ Name | Type | Description | Notes
|
|
|
2883
2899
|
**owner** | **String**| |
|
|
2884
2900
|
**identifier** | **String**| |
|
|
2885
2901
|
**slug_perm** | **String**| |
|
|
2886
|
-
**data** | [**
|
|
2902
|
+
**data** | [**ComposerUpstreamRequestPatch**](ComposerUpstreamRequestPatch.md)| | [optional]
|
|
2887
2903
|
|
|
2888
2904
|
### Return type
|
|
2889
2905
|
|
|
2890
|
-
[**
|
|
2906
|
+
[**ComposerUpstream**](ComposerUpstream.md)
|
|
2891
2907
|
|
|
2892
2908
|
### Authorization
|
|
2893
2909
|
|
|
@@ -2900,12 +2916,12 @@ Name | Type | Description | Notes
|
|
|
2900
2916
|
|
|
2901
2917
|
|
|
2902
2918
|
|
|
2903
|
-
# **
|
|
2904
|
-
>
|
|
2919
|
+
# **repos_upstream_composer_read**
|
|
2920
|
+
> ComposerUpstream repos_upstream_composer_read(owner, identifier, slug_perm)
|
|
2905
2921
|
|
|
2906
|
-
Retrieve a
|
|
2922
|
+
Retrieve a Composer upstream config for this repository.
|
|
2907
2923
|
|
|
2908
|
-
Retrieve a
|
|
2924
|
+
Retrieve a Composer upstream config for this repository.
|
|
2909
2925
|
|
|
2910
2926
|
### Example
|
|
2911
2927
|
```ruby
|
|
@@ -2933,11 +2949,11 @@ slug_perm = 'slug_perm_example' # String |
|
|
|
2933
2949
|
|
|
2934
2950
|
|
|
2935
2951
|
begin
|
|
2936
|
-
#Retrieve a
|
|
2937
|
-
result = api_instance.
|
|
2952
|
+
#Retrieve a Composer upstream config for this repository.
|
|
2953
|
+
result = api_instance.repos_upstream_composer_read(owner, identifier, slug_perm)
|
|
2938
2954
|
p result
|
|
2939
2955
|
rescue CloudsmithApi::ApiError => e
|
|
2940
|
-
puts "Exception when calling ReposApi->
|
|
2956
|
+
puts "Exception when calling ReposApi->repos_upstream_composer_read: #{e}"
|
|
2941
2957
|
end
|
|
2942
2958
|
```
|
|
2943
2959
|
|
|
@@ -2951,7 +2967,7 @@ Name | Type | Description | Notes
|
|
|
2951
2967
|
|
|
2952
2968
|
### Return type
|
|
2953
2969
|
|
|
2954
|
-
[**
|
|
2970
|
+
[**ComposerUpstream**](ComposerUpstream.md)
|
|
2955
2971
|
|
|
2956
2972
|
### Authorization
|
|
2957
2973
|
|
|
@@ -2964,12 +2980,12 @@ Name | Type | Description | Notes
|
|
|
2964
2980
|
|
|
2965
2981
|
|
|
2966
2982
|
|
|
2967
|
-
# **
|
|
2968
|
-
>
|
|
2983
|
+
# **repos_upstream_composer_update**
|
|
2984
|
+
> ComposerUpstream repos_upstream_composer_update(owner, identifier, slug_perm, opts)
|
|
2969
2985
|
|
|
2970
|
-
Update a
|
|
2986
|
+
Update a Composer upstream config for this repository.
|
|
2971
2987
|
|
|
2972
|
-
Update a
|
|
2988
|
+
Update a Composer upstream config for this repository.
|
|
2973
2989
|
|
|
2974
2990
|
### Example
|
|
2975
2991
|
```ruby
|
|
@@ -2996,7 +3012,402 @@ identifier = 'identifier_example' # String |
|
|
|
2996
3012
|
slug_perm = 'slug_perm_example' # String |
|
|
2997
3013
|
|
|
2998
3014
|
opts = {
|
|
2999
|
-
data: CloudsmithApi::
|
|
3015
|
+
data: CloudsmithApi::ComposerUpstreamRequest.new # ComposerUpstreamRequest |
|
|
3016
|
+
}
|
|
3017
|
+
|
|
3018
|
+
begin
|
|
3019
|
+
#Update a Composer upstream config for this repository.
|
|
3020
|
+
result = api_instance.repos_upstream_composer_update(owner, identifier, slug_perm, opts)
|
|
3021
|
+
p result
|
|
3022
|
+
rescue CloudsmithApi::ApiError => e
|
|
3023
|
+
puts "Exception when calling ReposApi->repos_upstream_composer_update: #{e}"
|
|
3024
|
+
end
|
|
3025
|
+
```
|
|
3026
|
+
|
|
3027
|
+
### Parameters
|
|
3028
|
+
|
|
3029
|
+
Name | Type | Description | Notes
|
|
3030
|
+
------------- | ------------- | ------------- | -------------
|
|
3031
|
+
**owner** | **String**| |
|
|
3032
|
+
**identifier** | **String**| |
|
|
3033
|
+
**slug_perm** | **String**| |
|
|
3034
|
+
**data** | [**ComposerUpstreamRequest**](ComposerUpstreamRequest.md)| | [optional]
|
|
3035
|
+
|
|
3036
|
+
### Return type
|
|
3037
|
+
|
|
3038
|
+
[**ComposerUpstream**](ComposerUpstream.md)
|
|
3039
|
+
|
|
3040
|
+
### Authorization
|
|
3041
|
+
|
|
3042
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic)
|
|
3043
|
+
|
|
3044
|
+
### HTTP request headers
|
|
3045
|
+
|
|
3046
|
+
- **Content-Type**: application/json
|
|
3047
|
+
- **Accept**: application/json
|
|
3048
|
+
|
|
3049
|
+
|
|
3050
|
+
|
|
3051
|
+
# **repos_upstream_conda_create**
|
|
3052
|
+
> CondaUpstream repos_upstream_conda_create(owner, identifier, opts)
|
|
3053
|
+
|
|
3054
|
+
Create a Conda upstream config for this repository.
|
|
3055
|
+
|
|
3056
|
+
Create a Conda upstream config for this repository.
|
|
3057
|
+
|
|
3058
|
+
### Example
|
|
3059
|
+
```ruby
|
|
3060
|
+
# load the gem
|
|
3061
|
+
require 'cloudsmith-api'
|
|
3062
|
+
# setup authorization
|
|
3063
|
+
CloudsmithApi.configure do |config|
|
|
3064
|
+
# Configure API key authorization: apikey
|
|
3065
|
+
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
|
3066
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
3067
|
+
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
|
3068
|
+
|
|
3069
|
+
# Configure HTTP basic authorization: basic
|
|
3070
|
+
config.username = 'YOUR USERNAME'
|
|
3071
|
+
config.password = 'YOUR PASSWORD'
|
|
3072
|
+
end
|
|
3073
|
+
|
|
3074
|
+
api_instance = CloudsmithApi::ReposApi.new
|
|
3075
|
+
|
|
3076
|
+
owner = 'owner_example' # String |
|
|
3077
|
+
|
|
3078
|
+
identifier = 'identifier_example' # String |
|
|
3079
|
+
|
|
3080
|
+
opts = {
|
|
3081
|
+
data: CloudsmithApi::CondaUpstreamRequest.new # CondaUpstreamRequest |
|
|
3082
|
+
}
|
|
3083
|
+
|
|
3084
|
+
begin
|
|
3085
|
+
#Create a Conda upstream config for this repository.
|
|
3086
|
+
result = api_instance.repos_upstream_conda_create(owner, identifier, opts)
|
|
3087
|
+
p result
|
|
3088
|
+
rescue CloudsmithApi::ApiError => e
|
|
3089
|
+
puts "Exception when calling ReposApi->repos_upstream_conda_create: #{e}"
|
|
3090
|
+
end
|
|
3091
|
+
```
|
|
3092
|
+
|
|
3093
|
+
### Parameters
|
|
3094
|
+
|
|
3095
|
+
Name | Type | Description | Notes
|
|
3096
|
+
------------- | ------------- | ------------- | -------------
|
|
3097
|
+
**owner** | **String**| |
|
|
3098
|
+
**identifier** | **String**| |
|
|
3099
|
+
**data** | [**CondaUpstreamRequest**](CondaUpstreamRequest.md)| | [optional]
|
|
3100
|
+
|
|
3101
|
+
### Return type
|
|
3102
|
+
|
|
3103
|
+
[**CondaUpstream**](CondaUpstream.md)
|
|
3104
|
+
|
|
3105
|
+
### Authorization
|
|
3106
|
+
|
|
3107
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic)
|
|
3108
|
+
|
|
3109
|
+
### HTTP request headers
|
|
3110
|
+
|
|
3111
|
+
- **Content-Type**: application/json
|
|
3112
|
+
- **Accept**: application/json
|
|
3113
|
+
|
|
3114
|
+
|
|
3115
|
+
|
|
3116
|
+
# **repos_upstream_conda_delete**
|
|
3117
|
+
> repos_upstream_conda_delete(owner, identifier, slug_perm)
|
|
3118
|
+
|
|
3119
|
+
Delete a Conda upstream config for this repository.
|
|
3120
|
+
|
|
3121
|
+
Delete a Conda upstream config for this repository.
|
|
3122
|
+
|
|
3123
|
+
### Example
|
|
3124
|
+
```ruby
|
|
3125
|
+
# load the gem
|
|
3126
|
+
require 'cloudsmith-api'
|
|
3127
|
+
# setup authorization
|
|
3128
|
+
CloudsmithApi.configure do |config|
|
|
3129
|
+
# Configure API key authorization: apikey
|
|
3130
|
+
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
|
3131
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
3132
|
+
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
|
3133
|
+
|
|
3134
|
+
# Configure HTTP basic authorization: basic
|
|
3135
|
+
config.username = 'YOUR USERNAME'
|
|
3136
|
+
config.password = 'YOUR PASSWORD'
|
|
3137
|
+
end
|
|
3138
|
+
|
|
3139
|
+
api_instance = CloudsmithApi::ReposApi.new
|
|
3140
|
+
|
|
3141
|
+
owner = 'owner_example' # String |
|
|
3142
|
+
|
|
3143
|
+
identifier = 'identifier_example' # String |
|
|
3144
|
+
|
|
3145
|
+
slug_perm = 'slug_perm_example' # String |
|
|
3146
|
+
|
|
3147
|
+
|
|
3148
|
+
begin
|
|
3149
|
+
#Delete a Conda upstream config for this repository.
|
|
3150
|
+
api_instance.repos_upstream_conda_delete(owner, identifier, slug_perm)
|
|
3151
|
+
rescue CloudsmithApi::ApiError => e
|
|
3152
|
+
puts "Exception when calling ReposApi->repos_upstream_conda_delete: #{e}"
|
|
3153
|
+
end
|
|
3154
|
+
```
|
|
3155
|
+
|
|
3156
|
+
### Parameters
|
|
3157
|
+
|
|
3158
|
+
Name | Type | Description | Notes
|
|
3159
|
+
------------- | ------------- | ------------- | -------------
|
|
3160
|
+
**owner** | **String**| |
|
|
3161
|
+
**identifier** | **String**| |
|
|
3162
|
+
**slug_perm** | **String**| |
|
|
3163
|
+
|
|
3164
|
+
### Return type
|
|
3165
|
+
|
|
3166
|
+
nil (empty response body)
|
|
3167
|
+
|
|
3168
|
+
### Authorization
|
|
3169
|
+
|
|
3170
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic)
|
|
3171
|
+
|
|
3172
|
+
### HTTP request headers
|
|
3173
|
+
|
|
3174
|
+
- **Content-Type**: application/json
|
|
3175
|
+
- **Accept**: application/json
|
|
3176
|
+
|
|
3177
|
+
|
|
3178
|
+
|
|
3179
|
+
# **repos_upstream_conda_list**
|
|
3180
|
+
> Array<CondaUpstream> repos_upstream_conda_list(owner, identifier, opts)
|
|
3181
|
+
|
|
3182
|
+
List Conda upstream configs for this repository.
|
|
3183
|
+
|
|
3184
|
+
List Conda upstream configs for this repository.
|
|
3185
|
+
|
|
3186
|
+
### Example
|
|
3187
|
+
```ruby
|
|
3188
|
+
# load the gem
|
|
3189
|
+
require 'cloudsmith-api'
|
|
3190
|
+
# setup authorization
|
|
3191
|
+
CloudsmithApi.configure do |config|
|
|
3192
|
+
# Configure API key authorization: apikey
|
|
3193
|
+
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
|
3194
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
3195
|
+
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
|
3196
|
+
|
|
3197
|
+
# Configure HTTP basic authorization: basic
|
|
3198
|
+
config.username = 'YOUR USERNAME'
|
|
3199
|
+
config.password = 'YOUR PASSWORD'
|
|
3200
|
+
end
|
|
3201
|
+
|
|
3202
|
+
api_instance = CloudsmithApi::ReposApi.new
|
|
3203
|
+
|
|
3204
|
+
owner = 'owner_example' # String |
|
|
3205
|
+
|
|
3206
|
+
identifier = 'identifier_example' # String |
|
|
3207
|
+
|
|
3208
|
+
opts = {
|
|
3209
|
+
page: 56, # Integer | A page number within the paginated result set.
|
|
3210
|
+
page_size: 56 # Integer | Number of results to return per page.
|
|
3211
|
+
}
|
|
3212
|
+
|
|
3213
|
+
begin
|
|
3214
|
+
#List Conda upstream configs for this repository.
|
|
3215
|
+
result = api_instance.repos_upstream_conda_list(owner, identifier, opts)
|
|
3216
|
+
p result
|
|
3217
|
+
rescue CloudsmithApi::ApiError => e
|
|
3218
|
+
puts "Exception when calling ReposApi->repos_upstream_conda_list: #{e}"
|
|
3219
|
+
end
|
|
3220
|
+
```
|
|
3221
|
+
|
|
3222
|
+
### Parameters
|
|
3223
|
+
|
|
3224
|
+
Name | Type | Description | Notes
|
|
3225
|
+
------------- | ------------- | ------------- | -------------
|
|
3226
|
+
**owner** | **String**| |
|
|
3227
|
+
**identifier** | **String**| |
|
|
3228
|
+
**page** | **Integer**| A page number within the paginated result set. | [optional]
|
|
3229
|
+
**page_size** | **Integer**| Number of results to return per page. | [optional]
|
|
3230
|
+
|
|
3231
|
+
### Return type
|
|
3232
|
+
|
|
3233
|
+
[**Array<CondaUpstream>**](CondaUpstream.md)
|
|
3234
|
+
|
|
3235
|
+
### Authorization
|
|
3236
|
+
|
|
3237
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic)
|
|
3238
|
+
|
|
3239
|
+
### HTTP request headers
|
|
3240
|
+
|
|
3241
|
+
- **Content-Type**: application/json
|
|
3242
|
+
- **Accept**: application/json
|
|
3243
|
+
|
|
3244
|
+
|
|
3245
|
+
|
|
3246
|
+
# **repos_upstream_conda_partial_update**
|
|
3247
|
+
> CondaUpstream repos_upstream_conda_partial_update(owner, identifier, slug_perm, opts)
|
|
3248
|
+
|
|
3249
|
+
Partially update a Conda upstream config for this repository.
|
|
3250
|
+
|
|
3251
|
+
Partially update a Conda upstream config for this repository.
|
|
3252
|
+
|
|
3253
|
+
### Example
|
|
3254
|
+
```ruby
|
|
3255
|
+
# load the gem
|
|
3256
|
+
require 'cloudsmith-api'
|
|
3257
|
+
# setup authorization
|
|
3258
|
+
CloudsmithApi.configure do |config|
|
|
3259
|
+
# Configure API key authorization: apikey
|
|
3260
|
+
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
|
3261
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
3262
|
+
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
|
3263
|
+
|
|
3264
|
+
# Configure HTTP basic authorization: basic
|
|
3265
|
+
config.username = 'YOUR USERNAME'
|
|
3266
|
+
config.password = 'YOUR PASSWORD'
|
|
3267
|
+
end
|
|
3268
|
+
|
|
3269
|
+
api_instance = CloudsmithApi::ReposApi.new
|
|
3270
|
+
|
|
3271
|
+
owner = 'owner_example' # String |
|
|
3272
|
+
|
|
3273
|
+
identifier = 'identifier_example' # String |
|
|
3274
|
+
|
|
3275
|
+
slug_perm = 'slug_perm_example' # String |
|
|
3276
|
+
|
|
3277
|
+
opts = {
|
|
3278
|
+
data: CloudsmithApi::CondaUpstreamRequestPatch.new # CondaUpstreamRequestPatch |
|
|
3279
|
+
}
|
|
3280
|
+
|
|
3281
|
+
begin
|
|
3282
|
+
#Partially update a Conda upstream config for this repository.
|
|
3283
|
+
result = api_instance.repos_upstream_conda_partial_update(owner, identifier, slug_perm, opts)
|
|
3284
|
+
p result
|
|
3285
|
+
rescue CloudsmithApi::ApiError => e
|
|
3286
|
+
puts "Exception when calling ReposApi->repos_upstream_conda_partial_update: #{e}"
|
|
3287
|
+
end
|
|
3288
|
+
```
|
|
3289
|
+
|
|
3290
|
+
### Parameters
|
|
3291
|
+
|
|
3292
|
+
Name | Type | Description | Notes
|
|
3293
|
+
------------- | ------------- | ------------- | -------------
|
|
3294
|
+
**owner** | **String**| |
|
|
3295
|
+
**identifier** | **String**| |
|
|
3296
|
+
**slug_perm** | **String**| |
|
|
3297
|
+
**data** | [**CondaUpstreamRequestPatch**](CondaUpstreamRequestPatch.md)| | [optional]
|
|
3298
|
+
|
|
3299
|
+
### Return type
|
|
3300
|
+
|
|
3301
|
+
[**CondaUpstream**](CondaUpstream.md)
|
|
3302
|
+
|
|
3303
|
+
### Authorization
|
|
3304
|
+
|
|
3305
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic)
|
|
3306
|
+
|
|
3307
|
+
### HTTP request headers
|
|
3308
|
+
|
|
3309
|
+
- **Content-Type**: application/json
|
|
3310
|
+
- **Accept**: application/json
|
|
3311
|
+
|
|
3312
|
+
|
|
3313
|
+
|
|
3314
|
+
# **repos_upstream_conda_read**
|
|
3315
|
+
> CondaUpstream repos_upstream_conda_read(owner, identifier, slug_perm)
|
|
3316
|
+
|
|
3317
|
+
Retrieve a Conda upstream config for this repository.
|
|
3318
|
+
|
|
3319
|
+
Retrieve a Conda upstream config for this repository.
|
|
3320
|
+
|
|
3321
|
+
### Example
|
|
3322
|
+
```ruby
|
|
3323
|
+
# load the gem
|
|
3324
|
+
require 'cloudsmith-api'
|
|
3325
|
+
# setup authorization
|
|
3326
|
+
CloudsmithApi.configure do |config|
|
|
3327
|
+
# Configure API key authorization: apikey
|
|
3328
|
+
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
|
3329
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
3330
|
+
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
|
3331
|
+
|
|
3332
|
+
# Configure HTTP basic authorization: basic
|
|
3333
|
+
config.username = 'YOUR USERNAME'
|
|
3334
|
+
config.password = 'YOUR PASSWORD'
|
|
3335
|
+
end
|
|
3336
|
+
|
|
3337
|
+
api_instance = CloudsmithApi::ReposApi.new
|
|
3338
|
+
|
|
3339
|
+
owner = 'owner_example' # String |
|
|
3340
|
+
|
|
3341
|
+
identifier = 'identifier_example' # String |
|
|
3342
|
+
|
|
3343
|
+
slug_perm = 'slug_perm_example' # String |
|
|
3344
|
+
|
|
3345
|
+
|
|
3346
|
+
begin
|
|
3347
|
+
#Retrieve a Conda upstream config for this repository.
|
|
3348
|
+
result = api_instance.repos_upstream_conda_read(owner, identifier, slug_perm)
|
|
3349
|
+
p result
|
|
3350
|
+
rescue CloudsmithApi::ApiError => e
|
|
3351
|
+
puts "Exception when calling ReposApi->repos_upstream_conda_read: #{e}"
|
|
3352
|
+
end
|
|
3353
|
+
```
|
|
3354
|
+
|
|
3355
|
+
### Parameters
|
|
3356
|
+
|
|
3357
|
+
Name | Type | Description | Notes
|
|
3358
|
+
------------- | ------------- | ------------- | -------------
|
|
3359
|
+
**owner** | **String**| |
|
|
3360
|
+
**identifier** | **String**| |
|
|
3361
|
+
**slug_perm** | **String**| |
|
|
3362
|
+
|
|
3363
|
+
### Return type
|
|
3364
|
+
|
|
3365
|
+
[**CondaUpstream**](CondaUpstream.md)
|
|
3366
|
+
|
|
3367
|
+
### Authorization
|
|
3368
|
+
|
|
3369
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic)
|
|
3370
|
+
|
|
3371
|
+
### HTTP request headers
|
|
3372
|
+
|
|
3373
|
+
- **Content-Type**: application/json
|
|
3374
|
+
- **Accept**: application/json
|
|
3375
|
+
|
|
3376
|
+
|
|
3377
|
+
|
|
3378
|
+
# **repos_upstream_conda_update**
|
|
3379
|
+
> CondaUpstream repos_upstream_conda_update(owner, identifier, slug_perm, opts)
|
|
3380
|
+
|
|
3381
|
+
Update a Conda upstream config for this repository.
|
|
3382
|
+
|
|
3383
|
+
Update a Conda upstream config for this repository.
|
|
3384
|
+
|
|
3385
|
+
### Example
|
|
3386
|
+
```ruby
|
|
3387
|
+
# load the gem
|
|
3388
|
+
require 'cloudsmith-api'
|
|
3389
|
+
# setup authorization
|
|
3390
|
+
CloudsmithApi.configure do |config|
|
|
3391
|
+
# Configure API key authorization: apikey
|
|
3392
|
+
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
|
3393
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
3394
|
+
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
|
3395
|
+
|
|
3396
|
+
# Configure HTTP basic authorization: basic
|
|
3397
|
+
config.username = 'YOUR USERNAME'
|
|
3398
|
+
config.password = 'YOUR PASSWORD'
|
|
3399
|
+
end
|
|
3400
|
+
|
|
3401
|
+
api_instance = CloudsmithApi::ReposApi.new
|
|
3402
|
+
|
|
3403
|
+
owner = 'owner_example' # String |
|
|
3404
|
+
|
|
3405
|
+
identifier = 'identifier_example' # String |
|
|
3406
|
+
|
|
3407
|
+
slug_perm = 'slug_perm_example' # String |
|
|
3408
|
+
|
|
3409
|
+
opts = {
|
|
3410
|
+
data: CloudsmithApi::CondaUpstreamRequest.new # CondaUpstreamRequest |
|
|
3000
3411
|
}
|
|
3001
3412
|
|
|
3002
3413
|
begin
|
|
@@ -3004,7 +3415,270 @@ begin
|
|
|
3004
3415
|
result = api_instance.repos_upstream_conda_update(owner, identifier, slug_perm, opts)
|
|
3005
3416
|
p result
|
|
3006
3417
|
rescue CloudsmithApi::ApiError => e
|
|
3007
|
-
puts "Exception when calling ReposApi->repos_upstream_conda_update: #{e}"
|
|
3418
|
+
puts "Exception when calling ReposApi->repos_upstream_conda_update: #{e}"
|
|
3419
|
+
end
|
|
3420
|
+
```
|
|
3421
|
+
|
|
3422
|
+
### Parameters
|
|
3423
|
+
|
|
3424
|
+
Name | Type | Description | Notes
|
|
3425
|
+
------------- | ------------- | ------------- | -------------
|
|
3426
|
+
**owner** | **String**| |
|
|
3427
|
+
**identifier** | **String**| |
|
|
3428
|
+
**slug_perm** | **String**| |
|
|
3429
|
+
**data** | [**CondaUpstreamRequest**](CondaUpstreamRequest.md)| | [optional]
|
|
3430
|
+
|
|
3431
|
+
### Return type
|
|
3432
|
+
|
|
3433
|
+
[**CondaUpstream**](CondaUpstream.md)
|
|
3434
|
+
|
|
3435
|
+
### Authorization
|
|
3436
|
+
|
|
3437
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic)
|
|
3438
|
+
|
|
3439
|
+
### HTTP request headers
|
|
3440
|
+
|
|
3441
|
+
- **Content-Type**: application/json
|
|
3442
|
+
- **Accept**: application/json
|
|
3443
|
+
|
|
3444
|
+
|
|
3445
|
+
|
|
3446
|
+
# **repos_upstream_cran_create**
|
|
3447
|
+
> CranUpstream repos_upstream_cran_create(owner, identifier, opts)
|
|
3448
|
+
|
|
3449
|
+
Create a CRAN upstream config for this repository.
|
|
3450
|
+
|
|
3451
|
+
Create a CRAN upstream config for this repository.
|
|
3452
|
+
|
|
3453
|
+
### Example
|
|
3454
|
+
```ruby
|
|
3455
|
+
# load the gem
|
|
3456
|
+
require 'cloudsmith-api'
|
|
3457
|
+
# setup authorization
|
|
3458
|
+
CloudsmithApi.configure do |config|
|
|
3459
|
+
# Configure API key authorization: apikey
|
|
3460
|
+
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
|
3461
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
3462
|
+
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
|
3463
|
+
|
|
3464
|
+
# Configure HTTP basic authorization: basic
|
|
3465
|
+
config.username = 'YOUR USERNAME'
|
|
3466
|
+
config.password = 'YOUR PASSWORD'
|
|
3467
|
+
end
|
|
3468
|
+
|
|
3469
|
+
api_instance = CloudsmithApi::ReposApi.new
|
|
3470
|
+
|
|
3471
|
+
owner = 'owner_example' # String |
|
|
3472
|
+
|
|
3473
|
+
identifier = 'identifier_example' # String |
|
|
3474
|
+
|
|
3475
|
+
opts = {
|
|
3476
|
+
data: CloudsmithApi::CranUpstreamRequest.new # CranUpstreamRequest |
|
|
3477
|
+
}
|
|
3478
|
+
|
|
3479
|
+
begin
|
|
3480
|
+
#Create a CRAN upstream config for this repository.
|
|
3481
|
+
result = api_instance.repos_upstream_cran_create(owner, identifier, opts)
|
|
3482
|
+
p result
|
|
3483
|
+
rescue CloudsmithApi::ApiError => e
|
|
3484
|
+
puts "Exception when calling ReposApi->repos_upstream_cran_create: #{e}"
|
|
3485
|
+
end
|
|
3486
|
+
```
|
|
3487
|
+
|
|
3488
|
+
### Parameters
|
|
3489
|
+
|
|
3490
|
+
Name | Type | Description | Notes
|
|
3491
|
+
------------- | ------------- | ------------- | -------------
|
|
3492
|
+
**owner** | **String**| |
|
|
3493
|
+
**identifier** | **String**| |
|
|
3494
|
+
**data** | [**CranUpstreamRequest**](CranUpstreamRequest.md)| | [optional]
|
|
3495
|
+
|
|
3496
|
+
### Return type
|
|
3497
|
+
|
|
3498
|
+
[**CranUpstream**](CranUpstream.md)
|
|
3499
|
+
|
|
3500
|
+
### Authorization
|
|
3501
|
+
|
|
3502
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic)
|
|
3503
|
+
|
|
3504
|
+
### HTTP request headers
|
|
3505
|
+
|
|
3506
|
+
- **Content-Type**: application/json
|
|
3507
|
+
- **Accept**: application/json
|
|
3508
|
+
|
|
3509
|
+
|
|
3510
|
+
|
|
3511
|
+
# **repos_upstream_cran_delete**
|
|
3512
|
+
> repos_upstream_cran_delete(owner, identifier, slug_perm)
|
|
3513
|
+
|
|
3514
|
+
Delete a CRAN upstream config for this repository.
|
|
3515
|
+
|
|
3516
|
+
Delete a CRAN upstream config for this repository.
|
|
3517
|
+
|
|
3518
|
+
### Example
|
|
3519
|
+
```ruby
|
|
3520
|
+
# load the gem
|
|
3521
|
+
require 'cloudsmith-api'
|
|
3522
|
+
# setup authorization
|
|
3523
|
+
CloudsmithApi.configure do |config|
|
|
3524
|
+
# Configure API key authorization: apikey
|
|
3525
|
+
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
|
3526
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
3527
|
+
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
|
3528
|
+
|
|
3529
|
+
# Configure HTTP basic authorization: basic
|
|
3530
|
+
config.username = 'YOUR USERNAME'
|
|
3531
|
+
config.password = 'YOUR PASSWORD'
|
|
3532
|
+
end
|
|
3533
|
+
|
|
3534
|
+
api_instance = CloudsmithApi::ReposApi.new
|
|
3535
|
+
|
|
3536
|
+
owner = 'owner_example' # String |
|
|
3537
|
+
|
|
3538
|
+
identifier = 'identifier_example' # String |
|
|
3539
|
+
|
|
3540
|
+
slug_perm = 'slug_perm_example' # String |
|
|
3541
|
+
|
|
3542
|
+
|
|
3543
|
+
begin
|
|
3544
|
+
#Delete a CRAN upstream config for this repository.
|
|
3545
|
+
api_instance.repos_upstream_cran_delete(owner, identifier, slug_perm)
|
|
3546
|
+
rescue CloudsmithApi::ApiError => e
|
|
3547
|
+
puts "Exception when calling ReposApi->repos_upstream_cran_delete: #{e}"
|
|
3548
|
+
end
|
|
3549
|
+
```
|
|
3550
|
+
|
|
3551
|
+
### Parameters
|
|
3552
|
+
|
|
3553
|
+
Name | Type | Description | Notes
|
|
3554
|
+
------------- | ------------- | ------------- | -------------
|
|
3555
|
+
**owner** | **String**| |
|
|
3556
|
+
**identifier** | **String**| |
|
|
3557
|
+
**slug_perm** | **String**| |
|
|
3558
|
+
|
|
3559
|
+
### Return type
|
|
3560
|
+
|
|
3561
|
+
nil (empty response body)
|
|
3562
|
+
|
|
3563
|
+
### Authorization
|
|
3564
|
+
|
|
3565
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic)
|
|
3566
|
+
|
|
3567
|
+
### HTTP request headers
|
|
3568
|
+
|
|
3569
|
+
- **Content-Type**: application/json
|
|
3570
|
+
- **Accept**: application/json
|
|
3571
|
+
|
|
3572
|
+
|
|
3573
|
+
|
|
3574
|
+
# **repos_upstream_cran_list**
|
|
3575
|
+
> Array<CranUpstream> repos_upstream_cran_list(owner, identifier, opts)
|
|
3576
|
+
|
|
3577
|
+
List CRAN upstream configs for this repository.
|
|
3578
|
+
|
|
3579
|
+
List CRAN upstream configs for this repository.
|
|
3580
|
+
|
|
3581
|
+
### Example
|
|
3582
|
+
```ruby
|
|
3583
|
+
# load the gem
|
|
3584
|
+
require 'cloudsmith-api'
|
|
3585
|
+
# setup authorization
|
|
3586
|
+
CloudsmithApi.configure do |config|
|
|
3587
|
+
# Configure API key authorization: apikey
|
|
3588
|
+
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
|
3589
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
3590
|
+
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
|
3591
|
+
|
|
3592
|
+
# Configure HTTP basic authorization: basic
|
|
3593
|
+
config.username = 'YOUR USERNAME'
|
|
3594
|
+
config.password = 'YOUR PASSWORD'
|
|
3595
|
+
end
|
|
3596
|
+
|
|
3597
|
+
api_instance = CloudsmithApi::ReposApi.new
|
|
3598
|
+
|
|
3599
|
+
owner = 'owner_example' # String |
|
|
3600
|
+
|
|
3601
|
+
identifier = 'identifier_example' # String |
|
|
3602
|
+
|
|
3603
|
+
opts = {
|
|
3604
|
+
page: 56, # Integer | A page number within the paginated result set.
|
|
3605
|
+
page_size: 56 # Integer | Number of results to return per page.
|
|
3606
|
+
}
|
|
3607
|
+
|
|
3608
|
+
begin
|
|
3609
|
+
#List CRAN upstream configs for this repository.
|
|
3610
|
+
result = api_instance.repos_upstream_cran_list(owner, identifier, opts)
|
|
3611
|
+
p result
|
|
3612
|
+
rescue CloudsmithApi::ApiError => e
|
|
3613
|
+
puts "Exception when calling ReposApi->repos_upstream_cran_list: #{e}"
|
|
3614
|
+
end
|
|
3615
|
+
```
|
|
3616
|
+
|
|
3617
|
+
### Parameters
|
|
3618
|
+
|
|
3619
|
+
Name | Type | Description | Notes
|
|
3620
|
+
------------- | ------------- | ------------- | -------------
|
|
3621
|
+
**owner** | **String**| |
|
|
3622
|
+
**identifier** | **String**| |
|
|
3623
|
+
**page** | **Integer**| A page number within the paginated result set. | [optional]
|
|
3624
|
+
**page_size** | **Integer**| Number of results to return per page. | [optional]
|
|
3625
|
+
|
|
3626
|
+
### Return type
|
|
3627
|
+
|
|
3628
|
+
[**Array<CranUpstream>**](CranUpstream.md)
|
|
3629
|
+
|
|
3630
|
+
### Authorization
|
|
3631
|
+
|
|
3632
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic)
|
|
3633
|
+
|
|
3634
|
+
### HTTP request headers
|
|
3635
|
+
|
|
3636
|
+
- **Content-Type**: application/json
|
|
3637
|
+
- **Accept**: application/json
|
|
3638
|
+
|
|
3639
|
+
|
|
3640
|
+
|
|
3641
|
+
# **repos_upstream_cran_partial_update**
|
|
3642
|
+
> CranUpstream repos_upstream_cran_partial_update(owner, identifier, slug_perm, opts)
|
|
3643
|
+
|
|
3644
|
+
Partially update a CRAN upstream config for this repository.
|
|
3645
|
+
|
|
3646
|
+
Partially update a CRAN upstream config for this repository.
|
|
3647
|
+
|
|
3648
|
+
### Example
|
|
3649
|
+
```ruby
|
|
3650
|
+
# load the gem
|
|
3651
|
+
require 'cloudsmith-api'
|
|
3652
|
+
# setup authorization
|
|
3653
|
+
CloudsmithApi.configure do |config|
|
|
3654
|
+
# Configure API key authorization: apikey
|
|
3655
|
+
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
|
3656
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
3657
|
+
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
|
3658
|
+
|
|
3659
|
+
# Configure HTTP basic authorization: basic
|
|
3660
|
+
config.username = 'YOUR USERNAME'
|
|
3661
|
+
config.password = 'YOUR PASSWORD'
|
|
3662
|
+
end
|
|
3663
|
+
|
|
3664
|
+
api_instance = CloudsmithApi::ReposApi.new
|
|
3665
|
+
|
|
3666
|
+
owner = 'owner_example' # String |
|
|
3667
|
+
|
|
3668
|
+
identifier = 'identifier_example' # String |
|
|
3669
|
+
|
|
3670
|
+
slug_perm = 'slug_perm_example' # String |
|
|
3671
|
+
|
|
3672
|
+
opts = {
|
|
3673
|
+
data: CloudsmithApi::CranUpstreamRequestPatch.new # CranUpstreamRequestPatch |
|
|
3674
|
+
}
|
|
3675
|
+
|
|
3676
|
+
begin
|
|
3677
|
+
#Partially update a CRAN upstream config for this repository.
|
|
3678
|
+
result = api_instance.repos_upstream_cran_partial_update(owner, identifier, slug_perm, opts)
|
|
3679
|
+
p result
|
|
3680
|
+
rescue CloudsmithApi::ApiError => e
|
|
3681
|
+
puts "Exception when calling ReposApi->repos_upstream_cran_partial_update: #{e}"
|
|
3008
3682
|
end
|
|
3009
3683
|
```
|
|
3010
3684
|
|
|
@@ -3015,11 +3689,11 @@ Name | Type | Description | Notes
|
|
|
3015
3689
|
**owner** | **String**| |
|
|
3016
3690
|
**identifier** | **String**| |
|
|
3017
3691
|
**slug_perm** | **String**| |
|
|
3018
|
-
**data** | [**
|
|
3692
|
+
**data** | [**CranUpstreamRequestPatch**](CranUpstreamRequestPatch.md)| | [optional]
|
|
3019
3693
|
|
|
3020
3694
|
### Return type
|
|
3021
3695
|
|
|
3022
|
-
[**
|
|
3696
|
+
[**CranUpstream**](CranUpstream.md)
|
|
3023
3697
|
|
|
3024
3698
|
### Authorization
|
|
3025
3699
|
|
|
@@ -3032,12 +3706,76 @@ Name | Type | Description | Notes
|
|
|
3032
3706
|
|
|
3033
3707
|
|
|
3034
3708
|
|
|
3035
|
-
# **
|
|
3036
|
-
> CranUpstream
|
|
3709
|
+
# **repos_upstream_cran_read**
|
|
3710
|
+
> CranUpstream repos_upstream_cran_read(owner, identifier, slug_perm)
|
|
3711
|
+
|
|
3712
|
+
Retrieve a CRAN upstream config for this repository.
|
|
3713
|
+
|
|
3714
|
+
Retrieve a CRAN upstream config for this repository.
|
|
3715
|
+
|
|
3716
|
+
### Example
|
|
3717
|
+
```ruby
|
|
3718
|
+
# load the gem
|
|
3719
|
+
require 'cloudsmith-api'
|
|
3720
|
+
# setup authorization
|
|
3721
|
+
CloudsmithApi.configure do |config|
|
|
3722
|
+
# Configure API key authorization: apikey
|
|
3723
|
+
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
|
3724
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
3725
|
+
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
|
3726
|
+
|
|
3727
|
+
# Configure HTTP basic authorization: basic
|
|
3728
|
+
config.username = 'YOUR USERNAME'
|
|
3729
|
+
config.password = 'YOUR PASSWORD'
|
|
3730
|
+
end
|
|
3731
|
+
|
|
3732
|
+
api_instance = CloudsmithApi::ReposApi.new
|
|
3733
|
+
|
|
3734
|
+
owner = 'owner_example' # String |
|
|
3735
|
+
|
|
3736
|
+
identifier = 'identifier_example' # String |
|
|
3737
|
+
|
|
3738
|
+
slug_perm = 'slug_perm_example' # String |
|
|
3739
|
+
|
|
3740
|
+
|
|
3741
|
+
begin
|
|
3742
|
+
#Retrieve a CRAN upstream config for this repository.
|
|
3743
|
+
result = api_instance.repos_upstream_cran_read(owner, identifier, slug_perm)
|
|
3744
|
+
p result
|
|
3745
|
+
rescue CloudsmithApi::ApiError => e
|
|
3746
|
+
puts "Exception when calling ReposApi->repos_upstream_cran_read: #{e}"
|
|
3747
|
+
end
|
|
3748
|
+
```
|
|
3749
|
+
|
|
3750
|
+
### Parameters
|
|
3751
|
+
|
|
3752
|
+
Name | Type | Description | Notes
|
|
3753
|
+
------------- | ------------- | ------------- | -------------
|
|
3754
|
+
**owner** | **String**| |
|
|
3755
|
+
**identifier** | **String**| |
|
|
3756
|
+
**slug_perm** | **String**| |
|
|
3757
|
+
|
|
3758
|
+
### Return type
|
|
3759
|
+
|
|
3760
|
+
[**CranUpstream**](CranUpstream.md)
|
|
3761
|
+
|
|
3762
|
+
### Authorization
|
|
3763
|
+
|
|
3764
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic)
|
|
3765
|
+
|
|
3766
|
+
### HTTP request headers
|
|
3767
|
+
|
|
3768
|
+
- **Content-Type**: application/json
|
|
3769
|
+
- **Accept**: application/json
|
|
3037
3770
|
|
|
3038
|
-
Create a CRAN upstream config for this repository.
|
|
3039
3771
|
|
|
3040
|
-
|
|
3772
|
+
|
|
3773
|
+
# **repos_upstream_cran_update**
|
|
3774
|
+
> CranUpstream repos_upstream_cran_update(owner, identifier, slug_perm, opts)
|
|
3775
|
+
|
|
3776
|
+
Update a CRAN upstream config for this repository.
|
|
3777
|
+
|
|
3778
|
+
Update a CRAN upstream config for this repository.
|
|
3041
3779
|
|
|
3042
3780
|
### Example
|
|
3043
3781
|
```ruby
|
|
@@ -3061,16 +3799,18 @@ owner = 'owner_example' # String |
|
|
|
3061
3799
|
|
|
3062
3800
|
identifier = 'identifier_example' # String |
|
|
3063
3801
|
|
|
3802
|
+
slug_perm = 'slug_perm_example' # String |
|
|
3803
|
+
|
|
3064
3804
|
opts = {
|
|
3065
3805
|
data: CloudsmithApi::CranUpstreamRequest.new # CranUpstreamRequest |
|
|
3066
3806
|
}
|
|
3067
3807
|
|
|
3068
3808
|
begin
|
|
3069
|
-
#
|
|
3070
|
-
result = api_instance.
|
|
3809
|
+
#Update a CRAN upstream config for this repository.
|
|
3810
|
+
result = api_instance.repos_upstream_cran_update(owner, identifier, slug_perm, opts)
|
|
3071
3811
|
p result
|
|
3072
3812
|
rescue CloudsmithApi::ApiError => e
|
|
3073
|
-
puts "Exception when calling ReposApi->
|
|
3813
|
+
puts "Exception when calling ReposApi->repos_upstream_cran_update: #{e}"
|
|
3074
3814
|
end
|
|
3075
3815
|
```
|
|
3076
3816
|
|
|
@@ -3080,6 +3820,7 @@ Name | Type | Description | Notes
|
|
|
3080
3820
|
------------- | ------------- | ------------- | -------------
|
|
3081
3821
|
**owner** | **String**| |
|
|
3082
3822
|
**identifier** | **String**| |
|
|
3823
|
+
**slug_perm** | **String**| |
|
|
3083
3824
|
**data** | [**CranUpstreamRequest**](CranUpstreamRequest.md)| | [optional]
|
|
3084
3825
|
|
|
3085
3826
|
### Return type
|
|
@@ -3097,12 +3838,77 @@ Name | Type | Description | Notes
|
|
|
3097
3838
|
|
|
3098
3839
|
|
|
3099
3840
|
|
|
3100
|
-
# **
|
|
3101
|
-
>
|
|
3841
|
+
# **repos_upstream_dart_create**
|
|
3842
|
+
> DartUpstream repos_upstream_dart_create(owner, identifier, opts)
|
|
3102
3843
|
|
|
3103
|
-
|
|
3844
|
+
Create a Dart upstream config for this repository.
|
|
3104
3845
|
|
|
3105
|
-
|
|
3846
|
+
Create a Dart upstream config for this repository.
|
|
3847
|
+
|
|
3848
|
+
### Example
|
|
3849
|
+
```ruby
|
|
3850
|
+
# load the gem
|
|
3851
|
+
require 'cloudsmith-api'
|
|
3852
|
+
# setup authorization
|
|
3853
|
+
CloudsmithApi.configure do |config|
|
|
3854
|
+
# Configure API key authorization: apikey
|
|
3855
|
+
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
|
3856
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
3857
|
+
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
|
3858
|
+
|
|
3859
|
+
# Configure HTTP basic authorization: basic
|
|
3860
|
+
config.username = 'YOUR USERNAME'
|
|
3861
|
+
config.password = 'YOUR PASSWORD'
|
|
3862
|
+
end
|
|
3863
|
+
|
|
3864
|
+
api_instance = CloudsmithApi::ReposApi.new
|
|
3865
|
+
|
|
3866
|
+
owner = 'owner_example' # String |
|
|
3867
|
+
|
|
3868
|
+
identifier = 'identifier_example' # String |
|
|
3869
|
+
|
|
3870
|
+
opts = {
|
|
3871
|
+
data: CloudsmithApi::DartUpstreamRequest.new # DartUpstreamRequest |
|
|
3872
|
+
}
|
|
3873
|
+
|
|
3874
|
+
begin
|
|
3875
|
+
#Create a Dart upstream config for this repository.
|
|
3876
|
+
result = api_instance.repos_upstream_dart_create(owner, identifier, opts)
|
|
3877
|
+
p result
|
|
3878
|
+
rescue CloudsmithApi::ApiError => e
|
|
3879
|
+
puts "Exception when calling ReposApi->repos_upstream_dart_create: #{e}"
|
|
3880
|
+
end
|
|
3881
|
+
```
|
|
3882
|
+
|
|
3883
|
+
### Parameters
|
|
3884
|
+
|
|
3885
|
+
Name | Type | Description | Notes
|
|
3886
|
+
------------- | ------------- | ------------- | -------------
|
|
3887
|
+
**owner** | **String**| |
|
|
3888
|
+
**identifier** | **String**| |
|
|
3889
|
+
**data** | [**DartUpstreamRequest**](DartUpstreamRequest.md)| | [optional]
|
|
3890
|
+
|
|
3891
|
+
### Return type
|
|
3892
|
+
|
|
3893
|
+
[**DartUpstream**](DartUpstream.md)
|
|
3894
|
+
|
|
3895
|
+
### Authorization
|
|
3896
|
+
|
|
3897
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic)
|
|
3898
|
+
|
|
3899
|
+
### HTTP request headers
|
|
3900
|
+
|
|
3901
|
+
- **Content-Type**: application/json
|
|
3902
|
+
- **Accept**: application/json
|
|
3903
|
+
|
|
3904
|
+
|
|
3905
|
+
|
|
3906
|
+
# **repos_upstream_dart_delete**
|
|
3907
|
+
> repos_upstream_dart_delete(owner, identifier, slug_perm)
|
|
3908
|
+
|
|
3909
|
+
Delete a Dart upstream config for this repository.
|
|
3910
|
+
|
|
3911
|
+
Delete a Dart upstream config for this repository.
|
|
3106
3912
|
|
|
3107
3913
|
### Example
|
|
3108
3914
|
```ruby
|
|
@@ -3130,10 +3936,10 @@ slug_perm = 'slug_perm_example' # String |
|
|
|
3130
3936
|
|
|
3131
3937
|
|
|
3132
3938
|
begin
|
|
3133
|
-
#Delete a
|
|
3134
|
-
api_instance.
|
|
3939
|
+
#Delete a Dart upstream config for this repository.
|
|
3940
|
+
api_instance.repos_upstream_dart_delete(owner, identifier, slug_perm)
|
|
3135
3941
|
rescue CloudsmithApi::ApiError => e
|
|
3136
|
-
puts "Exception when calling ReposApi->
|
|
3942
|
+
puts "Exception when calling ReposApi->repos_upstream_dart_delete: #{e}"
|
|
3137
3943
|
end
|
|
3138
3944
|
```
|
|
3139
3945
|
|
|
@@ -3160,12 +3966,12 @@ nil (empty response body)
|
|
|
3160
3966
|
|
|
3161
3967
|
|
|
3162
3968
|
|
|
3163
|
-
# **
|
|
3164
|
-
> Array<
|
|
3969
|
+
# **repos_upstream_dart_list**
|
|
3970
|
+
> Array<DartUpstream> repos_upstream_dart_list(owner, identifier, opts)
|
|
3165
3971
|
|
|
3166
|
-
List
|
|
3972
|
+
List Dart upstream configs for this repository.
|
|
3167
3973
|
|
|
3168
|
-
List
|
|
3974
|
+
List Dart upstream configs for this repository.
|
|
3169
3975
|
|
|
3170
3976
|
### Example
|
|
3171
3977
|
```ruby
|
|
@@ -3195,11 +4001,11 @@ opts = {
|
|
|
3195
4001
|
}
|
|
3196
4002
|
|
|
3197
4003
|
begin
|
|
3198
|
-
#List
|
|
3199
|
-
result = api_instance.
|
|
4004
|
+
#List Dart upstream configs for this repository.
|
|
4005
|
+
result = api_instance.repos_upstream_dart_list(owner, identifier, opts)
|
|
3200
4006
|
p result
|
|
3201
4007
|
rescue CloudsmithApi::ApiError => e
|
|
3202
|
-
puts "Exception when calling ReposApi->
|
|
4008
|
+
puts "Exception when calling ReposApi->repos_upstream_dart_list: #{e}"
|
|
3203
4009
|
end
|
|
3204
4010
|
```
|
|
3205
4011
|
|
|
@@ -3214,7 +4020,7 @@ Name | Type | Description | Notes
|
|
|
3214
4020
|
|
|
3215
4021
|
### Return type
|
|
3216
4022
|
|
|
3217
|
-
[**Array<
|
|
4023
|
+
[**Array<DartUpstream>**](DartUpstream.md)
|
|
3218
4024
|
|
|
3219
4025
|
### Authorization
|
|
3220
4026
|
|
|
@@ -3227,12 +4033,12 @@ Name | Type | Description | Notes
|
|
|
3227
4033
|
|
|
3228
4034
|
|
|
3229
4035
|
|
|
3230
|
-
# **
|
|
3231
|
-
>
|
|
4036
|
+
# **repos_upstream_dart_partial_update**
|
|
4037
|
+
> DartUpstream repos_upstream_dart_partial_update(owner, identifier, slug_perm, opts)
|
|
3232
4038
|
|
|
3233
|
-
Partially update a
|
|
4039
|
+
Partially update a Dart upstream config for this repository.
|
|
3234
4040
|
|
|
3235
|
-
Partially update a
|
|
4041
|
+
Partially update a Dart upstream config for this repository.
|
|
3236
4042
|
|
|
3237
4043
|
### Example
|
|
3238
4044
|
```ruby
|
|
@@ -3259,15 +4065,15 @@ identifier = 'identifier_example' # String |
|
|
|
3259
4065
|
slug_perm = 'slug_perm_example' # String |
|
|
3260
4066
|
|
|
3261
4067
|
opts = {
|
|
3262
|
-
data: CloudsmithApi::
|
|
4068
|
+
data: CloudsmithApi::DartUpstreamRequestPatch.new # DartUpstreamRequestPatch |
|
|
3263
4069
|
}
|
|
3264
4070
|
|
|
3265
4071
|
begin
|
|
3266
|
-
#Partially update a
|
|
3267
|
-
result = api_instance.
|
|
4072
|
+
#Partially update a Dart upstream config for this repository.
|
|
4073
|
+
result = api_instance.repos_upstream_dart_partial_update(owner, identifier, slug_perm, opts)
|
|
3268
4074
|
p result
|
|
3269
4075
|
rescue CloudsmithApi::ApiError => e
|
|
3270
|
-
puts "Exception when calling ReposApi->
|
|
4076
|
+
puts "Exception when calling ReposApi->repos_upstream_dart_partial_update: #{e}"
|
|
3271
4077
|
end
|
|
3272
4078
|
```
|
|
3273
4079
|
|
|
@@ -3278,11 +4084,11 @@ Name | Type | Description | Notes
|
|
|
3278
4084
|
**owner** | **String**| |
|
|
3279
4085
|
**identifier** | **String**| |
|
|
3280
4086
|
**slug_perm** | **String**| |
|
|
3281
|
-
**data** | [**
|
|
4087
|
+
**data** | [**DartUpstreamRequestPatch**](DartUpstreamRequestPatch.md)| | [optional]
|
|
3282
4088
|
|
|
3283
4089
|
### Return type
|
|
3284
4090
|
|
|
3285
|
-
[**
|
|
4091
|
+
[**DartUpstream**](DartUpstream.md)
|
|
3286
4092
|
|
|
3287
4093
|
### Authorization
|
|
3288
4094
|
|
|
@@ -3295,12 +4101,12 @@ Name | Type | Description | Notes
|
|
|
3295
4101
|
|
|
3296
4102
|
|
|
3297
4103
|
|
|
3298
|
-
# **
|
|
3299
|
-
>
|
|
4104
|
+
# **repos_upstream_dart_read**
|
|
4105
|
+
> DartUpstream repos_upstream_dart_read(owner, identifier, slug_perm)
|
|
3300
4106
|
|
|
3301
|
-
Retrieve a
|
|
4107
|
+
Retrieve a Dart upstream config for this repository.
|
|
3302
4108
|
|
|
3303
|
-
Retrieve a
|
|
4109
|
+
Retrieve a Dart upstream config for this repository.
|
|
3304
4110
|
|
|
3305
4111
|
### Example
|
|
3306
4112
|
```ruby
|
|
@@ -3328,11 +4134,11 @@ slug_perm = 'slug_perm_example' # String |
|
|
|
3328
4134
|
|
|
3329
4135
|
|
|
3330
4136
|
begin
|
|
3331
|
-
#Retrieve a
|
|
3332
|
-
result = api_instance.
|
|
4137
|
+
#Retrieve a Dart upstream config for this repository.
|
|
4138
|
+
result = api_instance.repos_upstream_dart_read(owner, identifier, slug_perm)
|
|
3333
4139
|
p result
|
|
3334
4140
|
rescue CloudsmithApi::ApiError => e
|
|
3335
|
-
puts "Exception when calling ReposApi->
|
|
4141
|
+
puts "Exception when calling ReposApi->repos_upstream_dart_read: #{e}"
|
|
3336
4142
|
end
|
|
3337
4143
|
```
|
|
3338
4144
|
|
|
@@ -3346,7 +4152,7 @@ Name | Type | Description | Notes
|
|
|
3346
4152
|
|
|
3347
4153
|
### Return type
|
|
3348
4154
|
|
|
3349
|
-
[**
|
|
4155
|
+
[**DartUpstream**](DartUpstream.md)
|
|
3350
4156
|
|
|
3351
4157
|
### Authorization
|
|
3352
4158
|
|
|
@@ -3359,12 +4165,12 @@ Name | Type | Description | Notes
|
|
|
3359
4165
|
|
|
3360
4166
|
|
|
3361
4167
|
|
|
3362
|
-
# **
|
|
3363
|
-
>
|
|
4168
|
+
# **repos_upstream_dart_update**
|
|
4169
|
+
> DartUpstream repos_upstream_dart_update(owner, identifier, slug_perm, opts)
|
|
3364
4170
|
|
|
3365
|
-
Update a
|
|
4171
|
+
Update a Dart upstream config for this repository.
|
|
3366
4172
|
|
|
3367
|
-
Update a
|
|
4173
|
+
Update a Dart upstream config for this repository.
|
|
3368
4174
|
|
|
3369
4175
|
### Example
|
|
3370
4176
|
```ruby
|
|
@@ -3391,15 +4197,15 @@ identifier = 'identifier_example' # String |
|
|
|
3391
4197
|
slug_perm = 'slug_perm_example' # String |
|
|
3392
4198
|
|
|
3393
4199
|
opts = {
|
|
3394
|
-
data: CloudsmithApi::
|
|
4200
|
+
data: CloudsmithApi::DartUpstreamRequest.new # DartUpstreamRequest |
|
|
3395
4201
|
}
|
|
3396
4202
|
|
|
3397
4203
|
begin
|
|
3398
|
-
#Update a
|
|
3399
|
-
result = api_instance.
|
|
4204
|
+
#Update a Dart upstream config for this repository.
|
|
4205
|
+
result = api_instance.repos_upstream_dart_update(owner, identifier, slug_perm, opts)
|
|
3400
4206
|
p result
|
|
3401
4207
|
rescue CloudsmithApi::ApiError => e
|
|
3402
|
-
puts "Exception when calling ReposApi->
|
|
4208
|
+
puts "Exception when calling ReposApi->repos_upstream_dart_update: #{e}"
|
|
3403
4209
|
end
|
|
3404
4210
|
```
|
|
3405
4211
|
|
|
@@ -3410,11 +4216,11 @@ Name | Type | Description | Notes
|
|
|
3410
4216
|
**owner** | **String**| |
|
|
3411
4217
|
**identifier** | **String**| |
|
|
3412
4218
|
**slug_perm** | **String**| |
|
|
3413
|
-
**data** | [**
|
|
4219
|
+
**data** | [**DartUpstreamRequest**](DartUpstreamRequest.md)| | [optional]
|
|
3414
4220
|
|
|
3415
4221
|
### Return type
|
|
3416
4222
|
|
|
3417
|
-
[**
|
|
4223
|
+
[**DartUpstream**](DartUpstream.md)
|
|
3418
4224
|
|
|
3419
4225
|
### Authorization
|
|
3420
4226
|
|
|
@@ -3427,12 +4233,12 @@ Name | Type | Description | Notes
|
|
|
3427
4233
|
|
|
3428
4234
|
|
|
3429
4235
|
|
|
3430
|
-
# **
|
|
3431
|
-
>
|
|
4236
|
+
# **repos_upstream_deb_create**
|
|
4237
|
+
> DebUpstream repos_upstream_deb_create(owner, identifier, opts)
|
|
3432
4238
|
|
|
3433
|
-
Create a
|
|
4239
|
+
Create a Debian upstream config for this repository.
|
|
3434
4240
|
|
|
3435
|
-
Create a
|
|
4241
|
+
Create a Debian upstream config for this repository.
|
|
3436
4242
|
|
|
3437
4243
|
### Example
|
|
3438
4244
|
```ruby
|
|
@@ -3457,15 +4263,15 @@ owner = 'owner_example' # String |
|
|
|
3457
4263
|
identifier = 'identifier_example' # String |
|
|
3458
4264
|
|
|
3459
4265
|
opts = {
|
|
3460
|
-
data: CloudsmithApi::
|
|
4266
|
+
data: CloudsmithApi::DebUpstreamRequest.new # DebUpstreamRequest |
|
|
3461
4267
|
}
|
|
3462
4268
|
|
|
3463
4269
|
begin
|
|
3464
|
-
#Create a
|
|
3465
|
-
result = api_instance.
|
|
4270
|
+
#Create a Debian upstream config for this repository.
|
|
4271
|
+
result = api_instance.repos_upstream_deb_create(owner, identifier, opts)
|
|
3466
4272
|
p result
|
|
3467
4273
|
rescue CloudsmithApi::ApiError => e
|
|
3468
|
-
puts "Exception when calling ReposApi->
|
|
4274
|
+
puts "Exception when calling ReposApi->repos_upstream_deb_create: #{e}"
|
|
3469
4275
|
end
|
|
3470
4276
|
```
|
|
3471
4277
|
|
|
@@ -3475,11 +4281,11 @@ Name | Type | Description | Notes
|
|
|
3475
4281
|
------------- | ------------- | ------------- | -------------
|
|
3476
4282
|
**owner** | **String**| |
|
|
3477
4283
|
**identifier** | **String**| |
|
|
3478
|
-
**data** | [**
|
|
4284
|
+
**data** | [**DebUpstreamRequest**](DebUpstreamRequest.md)| | [optional]
|
|
3479
4285
|
|
|
3480
4286
|
### Return type
|
|
3481
4287
|
|
|
3482
|
-
[**
|
|
4288
|
+
[**DebUpstream**](DebUpstream.md)
|
|
3483
4289
|
|
|
3484
4290
|
### Authorization
|
|
3485
4291
|
|
|
@@ -3492,12 +4298,12 @@ Name | Type | Description | Notes
|
|
|
3492
4298
|
|
|
3493
4299
|
|
|
3494
4300
|
|
|
3495
|
-
# **
|
|
3496
|
-
>
|
|
4301
|
+
# **repos_upstream_deb_delete**
|
|
4302
|
+
> repos_upstream_deb_delete(owner, identifier, slug_perm)
|
|
3497
4303
|
|
|
3498
|
-
Delete a
|
|
4304
|
+
Delete a Debian upstream config for this repository.
|
|
3499
4305
|
|
|
3500
|
-
Delete a
|
|
4306
|
+
Delete a Debian upstream config for this repository.
|
|
3501
4307
|
|
|
3502
4308
|
### Example
|
|
3503
4309
|
```ruby
|
|
@@ -3525,10 +4331,10 @@ slug_perm = 'slug_perm_example' # String |
|
|
|
3525
4331
|
|
|
3526
4332
|
|
|
3527
4333
|
begin
|
|
3528
|
-
#Delete a
|
|
3529
|
-
api_instance.
|
|
4334
|
+
#Delete a Debian upstream config for this repository.
|
|
4335
|
+
api_instance.repos_upstream_deb_delete(owner, identifier, slug_perm)
|
|
3530
4336
|
rescue CloudsmithApi::ApiError => e
|
|
3531
|
-
puts "Exception when calling ReposApi->
|
|
4337
|
+
puts "Exception when calling ReposApi->repos_upstream_deb_delete: #{e}"
|
|
3532
4338
|
end
|
|
3533
4339
|
```
|
|
3534
4340
|
|
|
@@ -3555,12 +4361,12 @@ nil (empty response body)
|
|
|
3555
4361
|
|
|
3556
4362
|
|
|
3557
4363
|
|
|
3558
|
-
# **
|
|
3559
|
-
> Array<
|
|
4364
|
+
# **repos_upstream_deb_list**
|
|
4365
|
+
> Array<DebUpstream> repos_upstream_deb_list(owner, identifier, opts)
|
|
3560
4366
|
|
|
3561
|
-
List
|
|
4367
|
+
List Debian upstream configs for this repository.
|
|
3562
4368
|
|
|
3563
|
-
List
|
|
4369
|
+
List Debian upstream configs for this repository.
|
|
3564
4370
|
|
|
3565
4371
|
### Example
|
|
3566
4372
|
```ruby
|
|
@@ -3590,11 +4396,11 @@ opts = {
|
|
|
3590
4396
|
}
|
|
3591
4397
|
|
|
3592
4398
|
begin
|
|
3593
|
-
#List
|
|
3594
|
-
result = api_instance.
|
|
4399
|
+
#List Debian upstream configs for this repository.
|
|
4400
|
+
result = api_instance.repos_upstream_deb_list(owner, identifier, opts)
|
|
3595
4401
|
p result
|
|
3596
4402
|
rescue CloudsmithApi::ApiError => e
|
|
3597
|
-
puts "Exception when calling ReposApi->
|
|
4403
|
+
puts "Exception when calling ReposApi->repos_upstream_deb_list: #{e}"
|
|
3598
4404
|
end
|
|
3599
4405
|
```
|
|
3600
4406
|
|
|
@@ -3609,7 +4415,7 @@ Name | Type | Description | Notes
|
|
|
3609
4415
|
|
|
3610
4416
|
### Return type
|
|
3611
4417
|
|
|
3612
|
-
[**Array<
|
|
4418
|
+
[**Array<DebUpstream>**](DebUpstream.md)
|
|
3613
4419
|
|
|
3614
4420
|
### Authorization
|
|
3615
4421
|
|
|
@@ -3622,12 +4428,12 @@ Name | Type | Description | Notes
|
|
|
3622
4428
|
|
|
3623
4429
|
|
|
3624
4430
|
|
|
3625
|
-
# **
|
|
3626
|
-
>
|
|
4431
|
+
# **repos_upstream_deb_partial_update**
|
|
4432
|
+
> DebUpstream repos_upstream_deb_partial_update(owner, identifier, slug_perm, opts)
|
|
3627
4433
|
|
|
3628
|
-
Partially update a
|
|
4434
|
+
Partially update a Debian upstream config for this repository.
|
|
3629
4435
|
|
|
3630
|
-
Partially update a
|
|
4436
|
+
Partially update a Debian upstream config for this repository.
|
|
3631
4437
|
|
|
3632
4438
|
### Example
|
|
3633
4439
|
```ruby
|
|
@@ -3654,15 +4460,15 @@ identifier = 'identifier_example' # String |
|
|
|
3654
4460
|
slug_perm = 'slug_perm_example' # String |
|
|
3655
4461
|
|
|
3656
4462
|
opts = {
|
|
3657
|
-
data: CloudsmithApi::
|
|
4463
|
+
data: CloudsmithApi::DebUpstreamRequestPatch.new # DebUpstreamRequestPatch |
|
|
3658
4464
|
}
|
|
3659
4465
|
|
|
3660
4466
|
begin
|
|
3661
|
-
#Partially update a
|
|
3662
|
-
result = api_instance.
|
|
4467
|
+
#Partially update a Debian upstream config for this repository.
|
|
4468
|
+
result = api_instance.repos_upstream_deb_partial_update(owner, identifier, slug_perm, opts)
|
|
3663
4469
|
p result
|
|
3664
4470
|
rescue CloudsmithApi::ApiError => e
|
|
3665
|
-
puts "Exception when calling ReposApi->
|
|
4471
|
+
puts "Exception when calling ReposApi->repos_upstream_deb_partial_update: #{e}"
|
|
3666
4472
|
end
|
|
3667
4473
|
```
|
|
3668
4474
|
|
|
@@ -3673,11 +4479,11 @@ Name | Type | Description | Notes
|
|
|
3673
4479
|
**owner** | **String**| |
|
|
3674
4480
|
**identifier** | **String**| |
|
|
3675
4481
|
**slug_perm** | **String**| |
|
|
3676
|
-
**data** | [**
|
|
4482
|
+
**data** | [**DebUpstreamRequestPatch**](DebUpstreamRequestPatch.md)| | [optional]
|
|
3677
4483
|
|
|
3678
4484
|
### Return type
|
|
3679
4485
|
|
|
3680
|
-
[**
|
|
4486
|
+
[**DebUpstream**](DebUpstream.md)
|
|
3681
4487
|
|
|
3682
4488
|
### Authorization
|
|
3683
4489
|
|
|
@@ -3690,12 +4496,12 @@ Name | Type | Description | Notes
|
|
|
3690
4496
|
|
|
3691
4497
|
|
|
3692
4498
|
|
|
3693
|
-
# **
|
|
3694
|
-
>
|
|
4499
|
+
# **repos_upstream_deb_read**
|
|
4500
|
+
> DebUpstream repos_upstream_deb_read(owner, identifier, slug_perm)
|
|
3695
4501
|
|
|
3696
|
-
Retrieve a
|
|
4502
|
+
Retrieve a Debian upstream config for this repository.
|
|
3697
4503
|
|
|
3698
|
-
Retrieve a
|
|
4504
|
+
Retrieve a Debian upstream config for this repository.
|
|
3699
4505
|
|
|
3700
4506
|
### Example
|
|
3701
4507
|
```ruby
|
|
@@ -3723,11 +4529,11 @@ slug_perm = 'slug_perm_example' # String |
|
|
|
3723
4529
|
|
|
3724
4530
|
|
|
3725
4531
|
begin
|
|
3726
|
-
#Retrieve a
|
|
3727
|
-
result = api_instance.
|
|
4532
|
+
#Retrieve a Debian upstream config for this repository.
|
|
4533
|
+
result = api_instance.repos_upstream_deb_read(owner, identifier, slug_perm)
|
|
3728
4534
|
p result
|
|
3729
4535
|
rescue CloudsmithApi::ApiError => e
|
|
3730
|
-
puts "Exception when calling ReposApi->
|
|
4536
|
+
puts "Exception when calling ReposApi->repos_upstream_deb_read: #{e}"
|
|
3731
4537
|
end
|
|
3732
4538
|
```
|
|
3733
4539
|
|
|
@@ -3741,7 +4547,7 @@ Name | Type | Description | Notes
|
|
|
3741
4547
|
|
|
3742
4548
|
### Return type
|
|
3743
4549
|
|
|
3744
|
-
[**
|
|
4550
|
+
[**DebUpstream**](DebUpstream.md)
|
|
3745
4551
|
|
|
3746
4552
|
### Authorization
|
|
3747
4553
|
|
|
@@ -3754,12 +4560,12 @@ Name | Type | Description | Notes
|
|
|
3754
4560
|
|
|
3755
4561
|
|
|
3756
4562
|
|
|
3757
|
-
# **
|
|
3758
|
-
>
|
|
4563
|
+
# **repos_upstream_deb_update**
|
|
4564
|
+
> DebUpstream repos_upstream_deb_update(owner, identifier, slug_perm, opts)
|
|
3759
4565
|
|
|
3760
|
-
Update a
|
|
4566
|
+
Update a Debian upstream config for this repository.
|
|
3761
4567
|
|
|
3762
|
-
Update a
|
|
4568
|
+
Update a Debian upstream config for this repository.
|
|
3763
4569
|
|
|
3764
4570
|
### Example
|
|
3765
4571
|
```ruby
|
|
@@ -3786,15 +4592,15 @@ identifier = 'identifier_example' # String |
|
|
|
3786
4592
|
slug_perm = 'slug_perm_example' # String |
|
|
3787
4593
|
|
|
3788
4594
|
opts = {
|
|
3789
|
-
data: CloudsmithApi::
|
|
4595
|
+
data: CloudsmithApi::DebUpstreamRequest.new # DebUpstreamRequest |
|
|
3790
4596
|
}
|
|
3791
4597
|
|
|
3792
4598
|
begin
|
|
3793
|
-
#Update a
|
|
3794
|
-
result = api_instance.
|
|
4599
|
+
#Update a Debian upstream config for this repository.
|
|
4600
|
+
result = api_instance.repos_upstream_deb_update(owner, identifier, slug_perm, opts)
|
|
3795
4601
|
p result
|
|
3796
4602
|
rescue CloudsmithApi::ApiError => e
|
|
3797
|
-
puts "Exception when calling ReposApi->
|
|
4603
|
+
puts "Exception when calling ReposApi->repos_upstream_deb_update: #{e}"
|
|
3798
4604
|
end
|
|
3799
4605
|
```
|
|
3800
4606
|
|
|
@@ -3805,11 +4611,11 @@ Name | Type | Description | Notes
|
|
|
3805
4611
|
**owner** | **String**| |
|
|
3806
4612
|
**identifier** | **String**| |
|
|
3807
4613
|
**slug_perm** | **String**| |
|
|
3808
|
-
**data** | [**
|
|
4614
|
+
**data** | [**DebUpstreamRequest**](DebUpstreamRequest.md)| | [optional]
|
|
3809
4615
|
|
|
3810
4616
|
### Return type
|
|
3811
4617
|
|
|
3812
|
-
[**
|
|
4618
|
+
[**DebUpstream**](DebUpstream.md)
|
|
3813
4619
|
|
|
3814
4620
|
### Authorization
|
|
3815
4621
|
|
|
@@ -3822,12 +4628,12 @@ Name | Type | Description | Notes
|
|
|
3822
4628
|
|
|
3823
4629
|
|
|
3824
4630
|
|
|
3825
|
-
# **
|
|
3826
|
-
>
|
|
4631
|
+
# **repos_upstream_docker_create**
|
|
4632
|
+
> DockerUpstream repos_upstream_docker_create(owner, identifier, opts)
|
|
3827
4633
|
|
|
3828
|
-
Create a
|
|
4634
|
+
Create a Docker upstream config for this repository.
|
|
3829
4635
|
|
|
3830
|
-
Create a
|
|
4636
|
+
Create a Docker upstream config for this repository.
|
|
3831
4637
|
|
|
3832
4638
|
### Example
|
|
3833
4639
|
```ruby
|
|
@@ -3852,15 +4658,15 @@ owner = 'owner_example' # String |
|
|
|
3852
4658
|
identifier = 'identifier_example' # String |
|
|
3853
4659
|
|
|
3854
4660
|
opts = {
|
|
3855
|
-
data: CloudsmithApi::
|
|
4661
|
+
data: CloudsmithApi::DockerUpstreamRequest.new # DockerUpstreamRequest |
|
|
3856
4662
|
}
|
|
3857
4663
|
|
|
3858
4664
|
begin
|
|
3859
|
-
#Create a
|
|
3860
|
-
result = api_instance.
|
|
4665
|
+
#Create a Docker upstream config for this repository.
|
|
4666
|
+
result = api_instance.repos_upstream_docker_create(owner, identifier, opts)
|
|
3861
4667
|
p result
|
|
3862
4668
|
rescue CloudsmithApi::ApiError => e
|
|
3863
|
-
puts "Exception when calling ReposApi->
|
|
4669
|
+
puts "Exception when calling ReposApi->repos_upstream_docker_create: #{e}"
|
|
3864
4670
|
end
|
|
3865
4671
|
```
|
|
3866
4672
|
|
|
@@ -3870,11 +4676,11 @@ Name | Type | Description | Notes
|
|
|
3870
4676
|
------------- | ------------- | ------------- | -------------
|
|
3871
4677
|
**owner** | **String**| |
|
|
3872
4678
|
**identifier** | **String**| |
|
|
3873
|
-
**data** | [**
|
|
4679
|
+
**data** | [**DockerUpstreamRequest**](DockerUpstreamRequest.md)| | [optional]
|
|
3874
4680
|
|
|
3875
4681
|
### Return type
|
|
3876
4682
|
|
|
3877
|
-
[**
|
|
4683
|
+
[**DockerUpstream**](DockerUpstream.md)
|
|
3878
4684
|
|
|
3879
4685
|
### Authorization
|
|
3880
4686
|
|
|
@@ -3887,12 +4693,12 @@ Name | Type | Description | Notes
|
|
|
3887
4693
|
|
|
3888
4694
|
|
|
3889
4695
|
|
|
3890
|
-
# **
|
|
3891
|
-
>
|
|
4696
|
+
# **repos_upstream_docker_delete**
|
|
4697
|
+
> repos_upstream_docker_delete(owner, identifier, slug_perm)
|
|
3892
4698
|
|
|
3893
|
-
Delete a
|
|
4699
|
+
Delete a Docker upstream config for this repository.
|
|
3894
4700
|
|
|
3895
|
-
Delete a
|
|
4701
|
+
Delete a Docker upstream config for this repository.
|
|
3896
4702
|
|
|
3897
4703
|
### Example
|
|
3898
4704
|
```ruby
|
|
@@ -3920,10 +4726,10 @@ slug_perm = 'slug_perm_example' # String |
|
|
|
3920
4726
|
|
|
3921
4727
|
|
|
3922
4728
|
begin
|
|
3923
|
-
#Delete a
|
|
3924
|
-
api_instance.
|
|
4729
|
+
#Delete a Docker upstream config for this repository.
|
|
4730
|
+
api_instance.repos_upstream_docker_delete(owner, identifier, slug_perm)
|
|
3925
4731
|
rescue CloudsmithApi::ApiError => e
|
|
3926
|
-
puts "Exception when calling ReposApi->
|
|
4732
|
+
puts "Exception when calling ReposApi->repos_upstream_docker_delete: #{e}"
|
|
3927
4733
|
end
|
|
3928
4734
|
```
|
|
3929
4735
|
|
|
@@ -3950,12 +4756,12 @@ nil (empty response body)
|
|
|
3950
4756
|
|
|
3951
4757
|
|
|
3952
4758
|
|
|
3953
|
-
# **
|
|
3954
|
-
> Array<
|
|
4759
|
+
# **repos_upstream_docker_list**
|
|
4760
|
+
> Array<DockerUpstream> repos_upstream_docker_list(owner, identifier, opts)
|
|
3955
4761
|
|
|
3956
|
-
List
|
|
4762
|
+
List Docker upstream configs for this repository.
|
|
3957
4763
|
|
|
3958
|
-
List
|
|
4764
|
+
List Docker upstream configs for this repository.
|
|
3959
4765
|
|
|
3960
4766
|
### Example
|
|
3961
4767
|
```ruby
|
|
@@ -3985,11 +4791,11 @@ opts = {
|
|
|
3985
4791
|
}
|
|
3986
4792
|
|
|
3987
4793
|
begin
|
|
3988
|
-
#List
|
|
3989
|
-
result = api_instance.
|
|
4794
|
+
#List Docker upstream configs for this repository.
|
|
4795
|
+
result = api_instance.repos_upstream_docker_list(owner, identifier, opts)
|
|
3990
4796
|
p result
|
|
3991
4797
|
rescue CloudsmithApi::ApiError => e
|
|
3992
|
-
puts "Exception when calling ReposApi->
|
|
4798
|
+
puts "Exception when calling ReposApi->repos_upstream_docker_list: #{e}"
|
|
3993
4799
|
end
|
|
3994
4800
|
```
|
|
3995
4801
|
|
|
@@ -4004,7 +4810,7 @@ Name | Type | Description | Notes
|
|
|
4004
4810
|
|
|
4005
4811
|
### Return type
|
|
4006
4812
|
|
|
4007
|
-
[**Array<
|
|
4813
|
+
[**Array<DockerUpstream>**](DockerUpstream.md)
|
|
4008
4814
|
|
|
4009
4815
|
### Authorization
|
|
4010
4816
|
|
|
@@ -4017,12 +4823,12 @@ Name | Type | Description | Notes
|
|
|
4017
4823
|
|
|
4018
4824
|
|
|
4019
4825
|
|
|
4020
|
-
# **
|
|
4021
|
-
>
|
|
4826
|
+
# **repos_upstream_docker_partial_update**
|
|
4827
|
+
> DockerUpstream repos_upstream_docker_partial_update(owner, identifier, slug_perm, opts)
|
|
4022
4828
|
|
|
4023
|
-
Partially update a
|
|
4829
|
+
Partially update a Docker upstream config for this repository.
|
|
4024
4830
|
|
|
4025
|
-
Partially update a
|
|
4831
|
+
Partially update a Docker upstream config for this repository.
|
|
4026
4832
|
|
|
4027
4833
|
### Example
|
|
4028
4834
|
```ruby
|
|
@@ -4049,15 +4855,15 @@ identifier = 'identifier_example' # String |
|
|
|
4049
4855
|
slug_perm = 'slug_perm_example' # String |
|
|
4050
4856
|
|
|
4051
4857
|
opts = {
|
|
4052
|
-
data: CloudsmithApi::
|
|
4858
|
+
data: CloudsmithApi::DockerUpstreamRequestPatch.new # DockerUpstreamRequestPatch |
|
|
4053
4859
|
}
|
|
4054
4860
|
|
|
4055
4861
|
begin
|
|
4056
|
-
#Partially update a
|
|
4057
|
-
result = api_instance.
|
|
4862
|
+
#Partially update a Docker upstream config for this repository.
|
|
4863
|
+
result = api_instance.repos_upstream_docker_partial_update(owner, identifier, slug_perm, opts)
|
|
4058
4864
|
p result
|
|
4059
4865
|
rescue CloudsmithApi::ApiError => e
|
|
4060
|
-
puts "Exception when calling ReposApi->
|
|
4866
|
+
puts "Exception when calling ReposApi->repos_upstream_docker_partial_update: #{e}"
|
|
4061
4867
|
end
|
|
4062
4868
|
```
|
|
4063
4869
|
|
|
@@ -4068,11 +4874,11 @@ Name | Type | Description | Notes
|
|
|
4068
4874
|
**owner** | **String**| |
|
|
4069
4875
|
**identifier** | **String**| |
|
|
4070
4876
|
**slug_perm** | **String**| |
|
|
4071
|
-
**data** | [**
|
|
4877
|
+
**data** | [**DockerUpstreamRequestPatch**](DockerUpstreamRequestPatch.md)| | [optional]
|
|
4072
4878
|
|
|
4073
4879
|
### Return type
|
|
4074
4880
|
|
|
4075
|
-
[**
|
|
4881
|
+
[**DockerUpstream**](DockerUpstream.md)
|
|
4076
4882
|
|
|
4077
4883
|
### Authorization
|
|
4078
4884
|
|
|
@@ -4085,12 +4891,12 @@ Name | Type | Description | Notes
|
|
|
4085
4891
|
|
|
4086
4892
|
|
|
4087
4893
|
|
|
4088
|
-
# **
|
|
4089
|
-
>
|
|
4894
|
+
# **repos_upstream_docker_read**
|
|
4895
|
+
> DockerUpstream repos_upstream_docker_read(owner, identifier, slug_perm)
|
|
4090
4896
|
|
|
4091
|
-
Retrieve a
|
|
4897
|
+
Retrieve a Docker upstream config for this repository.
|
|
4092
4898
|
|
|
4093
|
-
Retrieve a
|
|
4899
|
+
Retrieve a Docker upstream config for this repository.
|
|
4094
4900
|
|
|
4095
4901
|
### Example
|
|
4096
4902
|
```ruby
|
|
@@ -4118,11 +4924,11 @@ slug_perm = 'slug_perm_example' # String |
|
|
|
4118
4924
|
|
|
4119
4925
|
|
|
4120
4926
|
begin
|
|
4121
|
-
#Retrieve a
|
|
4122
|
-
result = api_instance.
|
|
4927
|
+
#Retrieve a Docker upstream config for this repository.
|
|
4928
|
+
result = api_instance.repos_upstream_docker_read(owner, identifier, slug_perm)
|
|
4123
4929
|
p result
|
|
4124
4930
|
rescue CloudsmithApi::ApiError => e
|
|
4125
|
-
puts "Exception when calling ReposApi->
|
|
4931
|
+
puts "Exception when calling ReposApi->repos_upstream_docker_read: #{e}"
|
|
4126
4932
|
end
|
|
4127
4933
|
```
|
|
4128
4934
|
|
|
@@ -4136,7 +4942,7 @@ Name | Type | Description | Notes
|
|
|
4136
4942
|
|
|
4137
4943
|
### Return type
|
|
4138
4944
|
|
|
4139
|
-
[**
|
|
4945
|
+
[**DockerUpstream**](DockerUpstream.md)
|
|
4140
4946
|
|
|
4141
4947
|
### Authorization
|
|
4142
4948
|
|
|
@@ -4149,12 +4955,12 @@ Name | Type | Description | Notes
|
|
|
4149
4955
|
|
|
4150
4956
|
|
|
4151
4957
|
|
|
4152
|
-
# **
|
|
4153
|
-
>
|
|
4958
|
+
# **repos_upstream_docker_update**
|
|
4959
|
+
> DockerUpstream repos_upstream_docker_update(owner, identifier, slug_perm, opts)
|
|
4154
4960
|
|
|
4155
|
-
Update a
|
|
4961
|
+
Update a Docker upstream config for this repository.
|
|
4156
4962
|
|
|
4157
|
-
Update a
|
|
4963
|
+
Update a Docker upstream config for this repository.
|
|
4158
4964
|
|
|
4159
4965
|
### Example
|
|
4160
4966
|
```ruby
|
|
@@ -4181,15 +4987,15 @@ identifier = 'identifier_example' # String |
|
|
|
4181
4987
|
slug_perm = 'slug_perm_example' # String |
|
|
4182
4988
|
|
|
4183
4989
|
opts = {
|
|
4184
|
-
data: CloudsmithApi::
|
|
4990
|
+
data: CloudsmithApi::DockerUpstreamRequest.new # DockerUpstreamRequest |
|
|
4185
4991
|
}
|
|
4186
4992
|
|
|
4187
4993
|
begin
|
|
4188
|
-
#Update a
|
|
4189
|
-
result = api_instance.
|
|
4994
|
+
#Update a Docker upstream config for this repository.
|
|
4995
|
+
result = api_instance.repos_upstream_docker_update(owner, identifier, slug_perm, opts)
|
|
4190
4996
|
p result
|
|
4191
4997
|
rescue CloudsmithApi::ApiError => e
|
|
4192
|
-
puts "Exception when calling ReposApi->
|
|
4998
|
+
puts "Exception when calling ReposApi->repos_upstream_docker_update: #{e}"
|
|
4193
4999
|
end
|
|
4194
5000
|
```
|
|
4195
5001
|
|
|
@@ -4200,11 +5006,11 @@ Name | Type | Description | Notes
|
|
|
4200
5006
|
**owner** | **String**| |
|
|
4201
5007
|
**identifier** | **String**| |
|
|
4202
5008
|
**slug_perm** | **String**| |
|
|
4203
|
-
**data** | [**
|
|
5009
|
+
**data** | [**DockerUpstreamRequest**](DockerUpstreamRequest.md)| | [optional]
|
|
4204
5010
|
|
|
4205
5011
|
### Return type
|
|
4206
5012
|
|
|
4207
|
-
[**
|
|
5013
|
+
[**DockerUpstream**](DockerUpstream.md)
|
|
4208
5014
|
|
|
4209
5015
|
### Authorization
|
|
4210
5016
|
|
|
@@ -4217,12 +5023,12 @@ Name | Type | Description | Notes
|
|
|
4217
5023
|
|
|
4218
5024
|
|
|
4219
5025
|
|
|
4220
|
-
# **
|
|
4221
|
-
>
|
|
5026
|
+
# **repos_upstream_generic_create**
|
|
5027
|
+
> GenericUpstream repos_upstream_generic_create(owner, identifier, opts)
|
|
4222
5028
|
|
|
4223
|
-
Create a
|
|
5029
|
+
Create a Generic upstream config for this repository.
|
|
4224
5030
|
|
|
4225
|
-
Create a
|
|
5031
|
+
Create a Generic upstream config for this repository.
|
|
4226
5032
|
|
|
4227
5033
|
### Example
|
|
4228
5034
|
```ruby
|
|
@@ -4247,15 +5053,15 @@ owner = 'owner_example' # String |
|
|
|
4247
5053
|
identifier = 'identifier_example' # String |
|
|
4248
5054
|
|
|
4249
5055
|
opts = {
|
|
4250
|
-
data: CloudsmithApi::
|
|
5056
|
+
data: CloudsmithApi::GenericUpstreamRequest.new # GenericUpstreamRequest |
|
|
4251
5057
|
}
|
|
4252
5058
|
|
|
4253
5059
|
begin
|
|
4254
|
-
#Create a
|
|
4255
|
-
result = api_instance.
|
|
5060
|
+
#Create a Generic upstream config for this repository.
|
|
5061
|
+
result = api_instance.repos_upstream_generic_create(owner, identifier, opts)
|
|
4256
5062
|
p result
|
|
4257
5063
|
rescue CloudsmithApi::ApiError => e
|
|
4258
|
-
puts "Exception when calling ReposApi->
|
|
5064
|
+
puts "Exception when calling ReposApi->repos_upstream_generic_create: #{e}"
|
|
4259
5065
|
end
|
|
4260
5066
|
```
|
|
4261
5067
|
|
|
@@ -4265,11 +5071,11 @@ Name | Type | Description | Notes
|
|
|
4265
5071
|
------------- | ------------- | ------------- | -------------
|
|
4266
5072
|
**owner** | **String**| |
|
|
4267
5073
|
**identifier** | **String**| |
|
|
4268
|
-
**data** | [**
|
|
5074
|
+
**data** | [**GenericUpstreamRequest**](GenericUpstreamRequest.md)| | [optional]
|
|
4269
5075
|
|
|
4270
5076
|
### Return type
|
|
4271
5077
|
|
|
4272
|
-
[**
|
|
5078
|
+
[**GenericUpstream**](GenericUpstream.md)
|
|
4273
5079
|
|
|
4274
5080
|
### Authorization
|
|
4275
5081
|
|
|
@@ -4282,12 +5088,12 @@ Name | Type | Description | Notes
|
|
|
4282
5088
|
|
|
4283
5089
|
|
|
4284
5090
|
|
|
4285
|
-
# **
|
|
4286
|
-
>
|
|
5091
|
+
# **repos_upstream_generic_delete**
|
|
5092
|
+
> repos_upstream_generic_delete(owner, identifier, slug_perm)
|
|
4287
5093
|
|
|
4288
|
-
Delete a
|
|
5094
|
+
Delete a Generic upstream config for this repository.
|
|
4289
5095
|
|
|
4290
|
-
Delete a
|
|
5096
|
+
Delete a Generic upstream config for this repository.
|
|
4291
5097
|
|
|
4292
5098
|
### Example
|
|
4293
5099
|
```ruby
|
|
@@ -4315,10 +5121,10 @@ slug_perm = 'slug_perm_example' # String |
|
|
|
4315
5121
|
|
|
4316
5122
|
|
|
4317
5123
|
begin
|
|
4318
|
-
#Delete a
|
|
4319
|
-
api_instance.
|
|
5124
|
+
#Delete a Generic upstream config for this repository.
|
|
5125
|
+
api_instance.repos_upstream_generic_delete(owner, identifier, slug_perm)
|
|
4320
5126
|
rescue CloudsmithApi::ApiError => e
|
|
4321
|
-
puts "Exception when calling ReposApi->
|
|
5127
|
+
puts "Exception when calling ReposApi->repos_upstream_generic_delete: #{e}"
|
|
4322
5128
|
end
|
|
4323
5129
|
```
|
|
4324
5130
|
|
|
@@ -4345,12 +5151,12 @@ nil (empty response body)
|
|
|
4345
5151
|
|
|
4346
5152
|
|
|
4347
5153
|
|
|
4348
|
-
# **
|
|
4349
|
-
> Array<
|
|
5154
|
+
# **repos_upstream_generic_list**
|
|
5155
|
+
> Array<GenericUpstream> repos_upstream_generic_list(owner, identifier, opts)
|
|
4350
5156
|
|
|
4351
|
-
List
|
|
5157
|
+
List Generic upstream configs for this repository.
|
|
4352
5158
|
|
|
4353
|
-
List
|
|
5159
|
+
List Generic upstream configs for this repository.
|
|
4354
5160
|
|
|
4355
5161
|
### Example
|
|
4356
5162
|
```ruby
|
|
@@ -4380,11 +5186,11 @@ opts = {
|
|
|
4380
5186
|
}
|
|
4381
5187
|
|
|
4382
5188
|
begin
|
|
4383
|
-
#List
|
|
4384
|
-
result = api_instance.
|
|
5189
|
+
#List Generic upstream configs for this repository.
|
|
5190
|
+
result = api_instance.repos_upstream_generic_list(owner, identifier, opts)
|
|
4385
5191
|
p result
|
|
4386
5192
|
rescue CloudsmithApi::ApiError => e
|
|
4387
|
-
puts "Exception when calling ReposApi->
|
|
5193
|
+
puts "Exception when calling ReposApi->repos_upstream_generic_list: #{e}"
|
|
4388
5194
|
end
|
|
4389
5195
|
```
|
|
4390
5196
|
|
|
@@ -4399,7 +5205,7 @@ Name | Type | Description | Notes
|
|
|
4399
5205
|
|
|
4400
5206
|
### Return type
|
|
4401
5207
|
|
|
4402
|
-
[**Array<
|
|
5208
|
+
[**Array<GenericUpstream>**](GenericUpstream.md)
|
|
4403
5209
|
|
|
4404
5210
|
### Authorization
|
|
4405
5211
|
|
|
@@ -4412,12 +5218,12 @@ Name | Type | Description | Notes
|
|
|
4412
5218
|
|
|
4413
5219
|
|
|
4414
5220
|
|
|
4415
|
-
# **
|
|
4416
|
-
>
|
|
5221
|
+
# **repos_upstream_generic_partial_update**
|
|
5222
|
+
> GenericUpstream repos_upstream_generic_partial_update(owner, identifier, slug_perm, opts)
|
|
4417
5223
|
|
|
4418
|
-
Partially update a
|
|
5224
|
+
Partially update a Generic upstream config for this repository.
|
|
4419
5225
|
|
|
4420
|
-
Partially update a
|
|
5226
|
+
Partially update a Generic upstream config for this repository.
|
|
4421
5227
|
|
|
4422
5228
|
### Example
|
|
4423
5229
|
```ruby
|
|
@@ -4444,15 +5250,15 @@ identifier = 'identifier_example' # String |
|
|
|
4444
5250
|
slug_perm = 'slug_perm_example' # String |
|
|
4445
5251
|
|
|
4446
5252
|
opts = {
|
|
4447
|
-
data: CloudsmithApi::
|
|
5253
|
+
data: CloudsmithApi::GenericUpstreamRequestPatch.new # GenericUpstreamRequestPatch |
|
|
4448
5254
|
}
|
|
4449
5255
|
|
|
4450
5256
|
begin
|
|
4451
|
-
#Partially update a
|
|
4452
|
-
result = api_instance.
|
|
5257
|
+
#Partially update a Generic upstream config for this repository.
|
|
5258
|
+
result = api_instance.repos_upstream_generic_partial_update(owner, identifier, slug_perm, opts)
|
|
4453
5259
|
p result
|
|
4454
5260
|
rescue CloudsmithApi::ApiError => e
|
|
4455
|
-
puts "Exception when calling ReposApi->
|
|
5261
|
+
puts "Exception when calling ReposApi->repos_upstream_generic_partial_update: #{e}"
|
|
4456
5262
|
end
|
|
4457
5263
|
```
|
|
4458
5264
|
|
|
@@ -4463,11 +5269,11 @@ Name | Type | Description | Notes
|
|
|
4463
5269
|
**owner** | **String**| |
|
|
4464
5270
|
**identifier** | **String**| |
|
|
4465
5271
|
**slug_perm** | **String**| |
|
|
4466
|
-
**data** | [**
|
|
5272
|
+
**data** | [**GenericUpstreamRequestPatch**](GenericUpstreamRequestPatch.md)| | [optional]
|
|
4467
5273
|
|
|
4468
5274
|
### Return type
|
|
4469
5275
|
|
|
4470
|
-
[**
|
|
5276
|
+
[**GenericUpstream**](GenericUpstream.md)
|
|
4471
5277
|
|
|
4472
5278
|
### Authorization
|
|
4473
5279
|
|
|
@@ -4480,12 +5286,12 @@ Name | Type | Description | Notes
|
|
|
4480
5286
|
|
|
4481
5287
|
|
|
4482
5288
|
|
|
4483
|
-
# **
|
|
4484
|
-
>
|
|
5289
|
+
# **repos_upstream_generic_read**
|
|
5290
|
+
> GenericUpstream repos_upstream_generic_read(owner, identifier, slug_perm)
|
|
4485
5291
|
|
|
4486
|
-
Retrieve a
|
|
5292
|
+
Retrieve a Generic upstream config for this repository.
|
|
4487
5293
|
|
|
4488
|
-
Retrieve a
|
|
5294
|
+
Retrieve a Generic upstream config for this repository.
|
|
4489
5295
|
|
|
4490
5296
|
### Example
|
|
4491
5297
|
```ruby
|
|
@@ -4513,11 +5319,11 @@ slug_perm = 'slug_perm_example' # String |
|
|
|
4513
5319
|
|
|
4514
5320
|
|
|
4515
5321
|
begin
|
|
4516
|
-
#Retrieve a
|
|
4517
|
-
result = api_instance.
|
|
5322
|
+
#Retrieve a Generic upstream config for this repository.
|
|
5323
|
+
result = api_instance.repos_upstream_generic_read(owner, identifier, slug_perm)
|
|
4518
5324
|
p result
|
|
4519
5325
|
rescue CloudsmithApi::ApiError => e
|
|
4520
|
-
puts "Exception when calling ReposApi->
|
|
5326
|
+
puts "Exception when calling ReposApi->repos_upstream_generic_read: #{e}"
|
|
4521
5327
|
end
|
|
4522
5328
|
```
|
|
4523
5329
|
|
|
@@ -4531,7 +5337,7 @@ Name | Type | Description | Notes
|
|
|
4531
5337
|
|
|
4532
5338
|
### Return type
|
|
4533
5339
|
|
|
4534
|
-
[**
|
|
5340
|
+
[**GenericUpstream**](GenericUpstream.md)
|
|
4535
5341
|
|
|
4536
5342
|
### Authorization
|
|
4537
5343
|
|
|
@@ -4544,12 +5350,12 @@ Name | Type | Description | Notes
|
|
|
4544
5350
|
|
|
4545
5351
|
|
|
4546
5352
|
|
|
4547
|
-
# **
|
|
4548
|
-
>
|
|
5353
|
+
# **repos_upstream_generic_update**
|
|
5354
|
+
> GenericUpstream repos_upstream_generic_update(owner, identifier, slug_perm, opts)
|
|
4549
5355
|
|
|
4550
|
-
Update a
|
|
5356
|
+
Update a Generic upstream config for this repository.
|
|
4551
5357
|
|
|
4552
|
-
Update a
|
|
5358
|
+
Update a Generic upstream config for this repository.
|
|
4553
5359
|
|
|
4554
5360
|
### Example
|
|
4555
5361
|
```ruby
|
|
@@ -4576,15 +5382,15 @@ identifier = 'identifier_example' # String |
|
|
|
4576
5382
|
slug_perm = 'slug_perm_example' # String |
|
|
4577
5383
|
|
|
4578
5384
|
opts = {
|
|
4579
|
-
data: CloudsmithApi::
|
|
5385
|
+
data: CloudsmithApi::GenericUpstreamRequest.new # GenericUpstreamRequest |
|
|
4580
5386
|
}
|
|
4581
5387
|
|
|
4582
5388
|
begin
|
|
4583
|
-
#Update a
|
|
4584
|
-
result = api_instance.
|
|
5389
|
+
#Update a Generic upstream config for this repository.
|
|
5390
|
+
result = api_instance.repos_upstream_generic_update(owner, identifier, slug_perm, opts)
|
|
4585
5391
|
p result
|
|
4586
5392
|
rescue CloudsmithApi::ApiError => e
|
|
4587
|
-
puts "Exception when calling ReposApi->
|
|
5393
|
+
puts "Exception when calling ReposApi->repos_upstream_generic_update: #{e}"
|
|
4588
5394
|
end
|
|
4589
5395
|
```
|
|
4590
5396
|
|
|
@@ -4595,11 +5401,11 @@ Name | Type | Description | Notes
|
|
|
4595
5401
|
**owner** | **String**| |
|
|
4596
5402
|
**identifier** | **String**| |
|
|
4597
5403
|
**slug_perm** | **String**| |
|
|
4598
|
-
**data** | [**
|
|
5404
|
+
**data** | [**GenericUpstreamRequest**](GenericUpstreamRequest.md)| | [optional]
|
|
4599
5405
|
|
|
4600
5406
|
### Return type
|
|
4601
5407
|
|
|
4602
|
-
[**
|
|
5408
|
+
[**GenericUpstream**](GenericUpstream.md)
|
|
4603
5409
|
|
|
4604
5410
|
### Authorization
|
|
4605
5411
|
|