cloudsmith-api 2.0.18 → 2.0.19
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 -9
- data/README.md +25 -4
- data/build.json +1 -1
- data/docs/CargoUpstream.md +25 -0
- data/docs/CargoUpstreamRequest.md +20 -0
- data/docs/CargoUpstreamRequestPatch.md +20 -0
- data/docs/GoUpstream.md +25 -0
- data/docs/GoUpstreamRequest.md +20 -0
- data/docs/GoUpstreamRequestPatch.md +20 -0
- data/docs/InlineResponse200.md +1 -1
- data/docs/InlineResponse2001.md +8 -0
- data/docs/PackageGroup.md +13 -0
- data/docs/PackagesApi.md +74 -0
- data/docs/ReposApi.md +1063 -261
- data/docs/RepositoryRetentionRules.md +1 -0
- data/docs/RepositoryRetentionRulesRequestPatch.md +1 -0
- data/docs/StatusBasic.md +1 -1
- data/docs/UserApi.md +2 -2
- data/lib/cloudsmith-api/api/packages_api.rb +75 -0
- data/lib/cloudsmith-api/api/repos_api.rb +1274 -484
- data/lib/cloudsmith-api/api/user_api.rb +3 -3
- data/lib/cloudsmith-api/models/cargo_upstream.rb +426 -0
- data/lib/cloudsmith-api/models/cargo_upstream_request.rb +365 -0
- data/lib/cloudsmith-api/models/cargo_upstream_request_patch.rb +355 -0
- data/lib/cloudsmith-api/models/go_upstream.rb +426 -0
- data/lib/cloudsmith-api/models/go_upstream_request.rb +365 -0
- data/lib/cloudsmith-api/models/go_upstream_request_patch.rb +355 -0
- data/lib/cloudsmith-api/models/inline_response_200.rb +1 -1
- data/lib/cloudsmith-api/models/inline_response_200_1.rb +191 -0
- data/lib/cloudsmith-api/models/package_group.rb +249 -0
- data/lib/cloudsmith-api/models/repository_retention_rules.rb +11 -1
- data/lib/cloudsmith-api/models/repository_retention_rules_request_patch.rb +11 -1
- data/lib/cloudsmith-api/models/status_basic.rb +1 -1
- data/lib/cloudsmith-api/version.rb +1 -1
- data/lib/cloudsmith-api.rb +8 -0
- data/spec/api/packages_api_spec.rb +18 -0
- data/spec/api/repos_api_spec.rb +174 -0
- data/spec/api/user_api_spec.rb +1 -1
- data/spec/models/cargo_upstream_request_patch_spec.rb +121 -0
- data/spec/models/cargo_upstream_request_spec.rb +121 -0
- data/spec/models/cargo_upstream_spec.rb +155 -0
- data/spec/models/go_upstream_request_patch_spec.rb +121 -0
- data/spec/models/go_upstream_request_spec.rb +121 -0
- data/spec/models/go_upstream_spec.rb +155 -0
- data/spec/models/inline_response_200_1_spec.rb +41 -0
- data/spec/models/package_group_spec.rb +71 -0
- data/spec/models/repository_retention_rules_request_patch_spec.rb +6 -0
- data/spec/models/repository_retention_rules_spec.rb +6 -0
- data/vendor/bundle/ruby/2.6.0/cache/bigdecimal-3.2.1.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/diff-lcs-1.6.2.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/hashdiff-1.2.0.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/rspec-3.13.1.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/rspec-core-3.13.4.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/rspec-expectations-3.13.5.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/rspec-mocks-3.13.5.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/rspec-support-3.13.4.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/autotest-fsevent-0.2.22/gem_make.out +1 -1
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/bigdecimal-3.2.1/bigdecimal.so +0 -0
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/{bigdecimal-3.1.9 → bigdecimal-3.2.1}/gem_make.out +44 -48
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/{bigdecimal-3.1.9 → bigdecimal-3.2.1}/mkmf.log +10 -10
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/ffi-1.17.2/gem_make.out +2 -2
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/ffi-1.17.2/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/{bigdecimal-3.1.9 → bigdecimal-3.2.1}/ext/bigdecimal/Makefile +2 -2
- data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.9 → bigdecimal-3.2.1}/ext/bigdecimal/bigdecimal.c +72 -105
- data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.2.1/ext/bigdecimal/bigdecimal.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.2.1/ext/bigdecimal/bigdecimal.so +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.9 → bigdecimal-3.2.1}/ext/bigdecimal/missing.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.9 → bigdecimal-3.2.1}/lib/bigdecimal/math.rb +1 -2
- data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.2.1/lib/bigdecimal.so +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/CHANGELOG.md +12 -0
- data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/CONTRIBUTORS.md +1 -0
- data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/README.md +1 -1
- data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/Rakefile +32 -16
- data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/lib/diff/lcs/backports.rb +4 -0
- data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/lib/diff/lcs/change.rb +2 -2
- data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/lib/diff/lcs/htmldiff.rb +3 -3
- data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/lib/diff/lcs/version.rb +1 -1
- data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/lib/diff/lcs.rb +2 -2
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/Makefile +2 -2
- data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.1.2 → hashdiff-1.2.0}/.github/workflows/ci.yml +2 -3
- data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.1.2 → hashdiff-1.2.0}/README.md +26 -1
- data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.1.2 → hashdiff-1.2.0}/changelog.md +4 -0
- data/vendor/bundle/ruby/2.6.0/gems/hashdiff-1.2.0/lib/hashdiff/compare_hashes.rb +101 -0
- data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.1.2 → hashdiff-1.2.0}/lib/hashdiff/diff.rb +4 -1
- data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.1.2 → hashdiff-1.2.0}/lib/hashdiff/version.rb +1 -1
- 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/{rspec-3.13.0 → rspec-3.13.1}/lib/rspec/version.rb +1 -1
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/Changelog.md +9 -2
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/example_group.rb +7 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/version.rb +1 -1
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/Changelog.md +154 -140
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/expectations/configuration.rb +23 -14
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/expectations/version.rb +1 -1
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/built_in/match.rb +12 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/dsl.rb +6 -5
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/Changelog.md +159 -129
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/any_instance/recorder.rb +2 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/message_expectation.rb +36 -1
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/test_double.rb +3 -1
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/verifying_double.rb +2 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/version.rb +1 -1
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.4}/Changelog.md +77 -65
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.4}/lib/rspec/support/object_formatter.rb +2 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.4}/lib/rspec/support/spec/diff_helpers.rb +14 -2
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.4}/lib/rspec/support/spec/shell_out.rb +2 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.4}/lib/rspec/support/version.rb +1 -1
- data/vendor/bundle/ruby/2.6.0/specifications/{bigdecimal-3.1.9.gemspec → bigdecimal-3.2.1.gemspec} +3 -3
- data/vendor/bundle/ruby/2.6.0/specifications/{diff-lcs-1.6.1.gemspec → diff-lcs-1.6.2.gemspec} +4 -4
- data/vendor/bundle/ruby/2.6.0/specifications/{hashdiff-1.1.2.gemspec → hashdiff-1.2.0.gemspec} +3 -3
- data/vendor/bundle/ruby/2.6.0/specifications/{rspec-3.13.0.gemspec → rspec-3.13.1.gemspec} +7 -7
- data/vendor/bundle/ruby/2.6.0/specifications/{rspec-core-3.13.3.gemspec → rspec-core-3.13.4.gemspec} +6 -6
- data/vendor/bundle/ruby/2.6.0/specifications/rspec-expectations-3.13.5.gemspec +36 -0
- data/vendor/bundle/ruby/2.6.0/specifications/rspec-mocks-3.13.5.gemspec +36 -0
- data/vendor/bundle/ruby/2.6.0/specifications/{rspec-support-3.13.2.gemspec → rspec-support-3.13.4.gemspec} +7 -7
- metadata +439 -407
- data/vendor/bundle/ruby/2.6.0/cache/bigdecimal-3.1.9.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/diff-lcs-1.6.1.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/hashdiff-1.1.2.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/rspec-3.13.0.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/rspec-core-3.13.3.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/rspec-expectations-3.13.3.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/rspec-mocks-3.13.2.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/rspec-support-3.13.2.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/bigdecimal-3.1.9/bigdecimal.so +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.1.9/ext/bigdecimal/bigdecimal.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.1.9/ext/bigdecimal/bigdecimal.so +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.1.9/lib/bigdecimal.so +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/hashdiff-1.1.2/lib/hashdiff/compare_hashes.rb +0 -75
- data/vendor/bundle/ruby/2.6.0/specifications/rspec-expectations-3.13.3.gemspec +0 -44
- data/vendor/bundle/ruby/2.6.0/specifications/rspec-mocks-3.13.2.gemspec +0 -44
- /data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/{bigdecimal-3.1.9 → bigdecimal-3.2.1}/gem.build_complete +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.9 → bigdecimal-3.2.1}/LICENSE +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.9 → bigdecimal-3.2.1}/bigdecimal.gemspec +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.9 → bigdecimal-3.2.1}/ext/bigdecimal/.sitearchdir.time +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.9 → bigdecimal-3.2.1}/ext/bigdecimal/bigdecimal.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.9 → bigdecimal-3.2.1}/ext/bigdecimal/bits.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.9 → bigdecimal-3.2.1}/ext/bigdecimal/extconf.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.9 → bigdecimal-3.2.1}/ext/bigdecimal/feature.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.9 → bigdecimal-3.2.1}/ext/bigdecimal/missing/dtoa.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.9 → bigdecimal-3.2.1}/ext/bigdecimal/missing.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.9 → bigdecimal-3.2.1}/ext/bigdecimal/missing.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.9 → bigdecimal-3.2.1}/ext/bigdecimal/static_assert.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.9 → bigdecimal-3.2.1}/lib/bigdecimal/jacobian.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.9 → bigdecimal-3.2.1}/lib/bigdecimal/ludcmp.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.9 → bigdecimal-3.2.1}/lib/bigdecimal/newton.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.9 → bigdecimal-3.2.1}/lib/bigdecimal/util.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.9 → bigdecimal-3.2.1}/lib/bigdecimal.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.9 → bigdecimal-3.2.1}/sample/linear.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.9 → bigdecimal-3.2.1}/sample/nlsolve.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.9 → bigdecimal-3.2.1}/sample/pi.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/.rspec +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/CODE_OF_CONDUCT.md +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/CONTRIBUTING.md +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/LICENCE.md +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/Manifest.txt +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/SECURITY.md +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/bin/htmldiff +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/bin/ldiff +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/docs/COPYING.txt +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/docs/artistic.txt +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/lib/diff/lcs/array.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/lib/diff/lcs/block.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/lib/diff/lcs/callbacks.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/lib/diff/lcs/hunk.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/lib/diff/lcs/internals.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/lib/diff/lcs/ldiff.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/lib/diff/lcs/string.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/lib/diff-lcs.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/mise.toml +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/change_spec.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/diff_spec.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/123_x +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/456_x +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/aX +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/bXaX +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ds1.csv +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ds2.csv +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/empty +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/file1.bin +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/file2.bin +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/four_lines +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/four_lines_with_missing_new_line +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/diff.missing_new_line1-e +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/diff.missing_new_line1-f +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/diff.missing_new_line2-e +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/diff.missing_new_line2-f +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/error.diff.chef-e +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/error.diff.chef-f +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/error.diff.missing_new_line1-e +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/error.diff.missing_new_line1-f +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/error.diff.missing_new_line2-e +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/error.diff.missing_new_line2-f +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff-c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff-e +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff-f +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff-u +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.bin1 +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.bin1-c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.bin1-e +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.bin1-f +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.bin1-u +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.bin2 +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.bin2-c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.bin2-e +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.bin2-f +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.bin2-u +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.chef +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.chef-c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.chef-e +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.chef-f +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.chef-u +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.chef2 +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.chef2-c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.chef2-d +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.chef2-e +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.chef2-f +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.chef2-u +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.empty.vs.four_lines +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.empty.vs.four_lines-c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.empty.vs.four_lines-e +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.empty.vs.four_lines-f +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.empty.vs.four_lines-u +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.four_lines.vs.empty +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.four_lines.vs.empty-c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.four_lines.vs.empty-e +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.four_lines.vs.empty-f +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.four_lines.vs.empty-u +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.issue95_trailing_context +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.issue95_trailing_context-c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.issue95_trailing_context-e +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.issue95_trailing_context-f +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.issue95_trailing_context-u +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.missing_new_line1 +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.missing_new_line1-c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.missing_new_line1-e +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.missing_new_line1-f +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.missing_new_line1-u +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.missing_new_line2 +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.missing_new_line2-c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.missing_new_line2-e +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.missing_new_line2-f +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.missing_new_line2-u +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/new-chef +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/new-chef2 +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/old-chef +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/old-chef2 +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/hunk_spec.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/issues_spec.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/lcs_spec.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/ldiff_spec.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/patch_spec.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/sdiff_spec.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/spec_helper.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/traverse_balanced_spec.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/traverse_sequences_spec.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.1.2 → hashdiff-1.2.0}/.gitignore +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.1.2 → hashdiff-1.2.0}/.rspec +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.1.2 → hashdiff-1.2.0}/.rubocop.yml +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.1.2 → hashdiff-1.2.0}/.travis.yml +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.1.2 → hashdiff-1.2.0}/.yardopts +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.1.2 → hashdiff-1.2.0}/Gemfile +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.1.2 → hashdiff-1.2.0}/LICENSE +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.1.2 → hashdiff-1.2.0}/Rakefile +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.1.2 → hashdiff-1.2.0}/hashdiff.gemspec +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.1.2 → hashdiff-1.2.0}/lib/hashdiff/lcs.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.1.2 → hashdiff-1.2.0}/lib/hashdiff/lcs_compare_arrays.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.1.2 → hashdiff-1.2.0}/lib/hashdiff/linear_compare_array.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.1.2 → hashdiff-1.2.0}/lib/hashdiff/patch.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.1.2 → hashdiff-1.2.0}/lib/hashdiff/util.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.1.2 → hashdiff-1.2.0}/lib/hashdiff.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-3.13.0 → rspec-3.13.1}/LICENSE.md +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-3.13.0 → rspec-3.13.1}/README.md +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-3.13.0 → rspec-3.13.1}/lib/rspec.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/.document +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/.yardopts +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/LICENSE.md +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/README.md +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/exe/rspec +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/autorun.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/backtrace_formatter.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/bisect/coordinator.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/bisect/example_minimizer.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/bisect/fork_runner.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/bisect/server.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/bisect/shell_command.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/bisect/shell_runner.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/bisect/utilities.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/configuration.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/configuration_options.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/did_you_mean.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/drb.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/dsl.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/example.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/example_status_persister.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/filter_manager.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/flat_map.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/formatters/base_bisect_formatter.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/formatters/base_formatter.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/formatters/base_text_formatter.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/formatters/bisect_drb_formatter.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/formatters/bisect_progress_formatter.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/formatters/console_codes.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/formatters/deprecation_formatter.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/formatters/documentation_formatter.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/formatters/exception_presenter.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/formatters/failure_list_formatter.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/formatters/fallback_message_formatter.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/formatters/helpers.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/formatters/html_formatter.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/formatters/html_printer.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/formatters/html_snippet_extractor.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/formatters/json_formatter.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/formatters/profile_formatter.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/formatters/progress_formatter.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/formatters/protocol.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/formatters/snippet_extractor.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/formatters/syntax_highlighter.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/formatters.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/hooks.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/invocations.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/memoized_helpers.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/metadata.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/metadata_filter.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/minitest_assertions_adapter.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/mocking_adapters/flexmock.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/mocking_adapters/mocha.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/mocking_adapters/null.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/mocking_adapters/rr.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/mocking_adapters/rspec.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/notifications.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/option_parser.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/ordering.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/output_wrapper.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/pending.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/profiler.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/project_initializer/.rspec +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/project_initializer/spec/spec_helper.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/project_initializer.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/rake_task.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/reporter.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/ruby_project.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/runner.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/sandbox.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/set.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/shared_context.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/shared_example_group.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/shell_escape.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/test_unit_assertions_adapter.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/warnings.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/world.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/.document +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/.yardopts +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/LICENSE.md +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/README.md +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/expectations/block_snippet_extractor.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/expectations/expectation_target.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/expectations/fail_with.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/expectations/failure_aggregator.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/expectations/handler.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/expectations/minitest_integration.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/expectations/syntax.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/expectations.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/aliased_matcher.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/built_in/all.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/built_in/base_matcher.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/built_in/be.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/built_in/be_between.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/built_in/be_instance_of.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/built_in/be_kind_of.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/built_in/be_within.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/built_in/change.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/built_in/compound.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/built_in/contain_exactly.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/built_in/count_expectation.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/built_in/cover.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/built_in/eq.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/built_in/eql.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/built_in/equal.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/built_in/exist.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/built_in/has.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/built_in/have_attributes.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/built_in/include.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/built_in/operators.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/built_in/output.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/built_in/raise_error.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/built_in/respond_to.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/built_in/satisfy.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/built_in/start_or_end_with.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/built_in/throw_symbol.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/built_in/yield.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/built_in.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/composable.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/english_phrasing.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/fail_matchers.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/generated_descriptions.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/matcher_delegator.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/matcher_protocol.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/multi_matcher_diff.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/.document +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/.yardopts +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/LICENSE.md +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/README.md +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/any_instance/chain.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/any_instance/error_generator.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/any_instance/expect_chain_chain.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/any_instance/expectation_chain.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/any_instance/message_chains.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/any_instance/proxy.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/any_instance/stub_chain.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/any_instance/stub_chain_chain.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/any_instance.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/argument_list_matcher.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/argument_matchers.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/configuration.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/error_generator.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/example_methods.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/instance_method_stasher.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/marshal_extension.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/matchers/expectation_customization.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/matchers/have_received.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/matchers/receive.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/matchers/receive_message_chain.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/matchers/receive_messages.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/message_chain.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/method_double.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/method_reference.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/minitest_integration.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/mutate_const.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/object_reference.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/order_group.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/proxy.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/space.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/standalone.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/syntax.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/targets.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/verifying_message_expectation.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/verifying_proxy.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.4}/LICENSE.md +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.4}/README.md +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.4}/lib/rspec/support/caller_filter.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.4}/lib/rspec/support/comparable_version.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.4}/lib/rspec/support/differ.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.4}/lib/rspec/support/directory_maker.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.4}/lib/rspec/support/encoded_string.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.4}/lib/rspec/support/fuzzy_matcher.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.4}/lib/rspec/support/hunk_generator.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.4}/lib/rspec/support/matcher_definition.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.4}/lib/rspec/support/method_signature_verifier.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.4}/lib/rspec/support/mutex.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.4}/lib/rspec/support/recursive_const_methods.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.4}/lib/rspec/support/reentrant_mutex.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.4}/lib/rspec/support/ruby_features.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.4}/lib/rspec/support/source/location.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.4}/lib/rspec/support/source/node.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.4}/lib/rspec/support/source/token.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.4}/lib/rspec/support/source.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.4}/lib/rspec/support/spec/deprecation_helpers.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.4}/lib/rspec/support/spec/formatting_support.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.4}/lib/rspec/support/spec/in_sub_process.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.4}/lib/rspec/support/spec/library_wide_checks.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.4}/lib/rspec/support/spec/stderr_splitter.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.4}/lib/rspec/support/spec/string_matcher.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.4}/lib/rspec/support/spec/with_isolated_directory.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.4}/lib/rspec/support/spec/with_isolated_stderr.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.4}/lib/rspec/support/spec.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.4}/lib/rspec/support/warnings.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.4}/lib/rspec/support/with_keywords_when_needed.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.4}/lib/rspec/support.rb +0 -0
@@ -1661,39 +1661,39 @@ module CloudsmithApi
|
|
1661
1661
|
end
|
1662
1662
|
return data, status_code, headers
|
1663
1663
|
end
|
1664
|
-
# Create a
|
1665
|
-
# Create a
|
1664
|
+
# Create a Cargo upstream config for this repository.
|
1665
|
+
# Create a Cargo upstream config for this repository.
|
1666
1666
|
# @param owner
|
1667
1667
|
# @param identifier
|
1668
1668
|
# @param [Hash] opts the optional parameters
|
1669
|
-
# @option opts [
|
1670
|
-
# @return [
|
1671
|
-
def
|
1672
|
-
data, _status_code, _headers =
|
1669
|
+
# @option opts [CargoUpstreamRequest] :data
|
1670
|
+
# @return [CargoUpstream]
|
1671
|
+
def repos_upstream_cargo_create(owner, identifier, opts = {})
|
1672
|
+
data, _status_code, _headers = repos_upstream_cargo_create_with_http_info(owner, identifier, opts)
|
1673
1673
|
data
|
1674
1674
|
end
|
1675
1675
|
|
1676
|
-
# Create a
|
1677
|
-
# Create a
|
1676
|
+
# Create a Cargo upstream config for this repository.
|
1677
|
+
# Create a Cargo upstream config for this repository.
|
1678
1678
|
# @param owner
|
1679
1679
|
# @param identifier
|
1680
1680
|
# @param [Hash] opts the optional parameters
|
1681
|
-
# @option opts [
|
1682
|
-
# @return [Array<(
|
1683
|
-
def
|
1681
|
+
# @option opts [CargoUpstreamRequest] :data
|
1682
|
+
# @return [Array<(CargoUpstream, Fixnum, Hash)>] CargoUpstream data, response status code and response headers
|
1683
|
+
def repos_upstream_cargo_create_with_http_info(owner, identifier, opts = {})
|
1684
1684
|
if @api_client.config.debugging
|
1685
|
-
@api_client.config.logger.debug 'Calling API: ReposApi.
|
1685
|
+
@api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_cargo_create ...'
|
1686
1686
|
end
|
1687
1687
|
# verify the required parameter 'owner' is set
|
1688
1688
|
if @api_client.config.client_side_validation && owner.nil?
|
1689
|
-
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.
|
1689
|
+
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_cargo_create"
|
1690
1690
|
end
|
1691
1691
|
# verify the required parameter 'identifier' is set
|
1692
1692
|
if @api_client.config.client_side_validation && identifier.nil?
|
1693
|
-
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.
|
1693
|
+
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_cargo_create"
|
1694
1694
|
end
|
1695
1695
|
# resource path
|
1696
|
-
local_var_path = '/repos/{owner}/{identifier}/upstream/
|
1696
|
+
local_var_path = '/repos/{owner}/{identifier}/upstream/cargo/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s)
|
1697
1697
|
|
1698
1698
|
# query parameters
|
1699
1699
|
query_params = {}
|
@@ -1717,49 +1717,49 @@ module CloudsmithApi
|
|
1717
1717
|
:form_params => form_params,
|
1718
1718
|
:body => post_body,
|
1719
1719
|
:auth_names => auth_names,
|
1720
|
-
:return_type => '
|
1720
|
+
:return_type => 'CargoUpstream')
|
1721
1721
|
if @api_client.config.debugging
|
1722
|
-
@api_client.config.logger.debug "API called: ReposApi#
|
1722
|
+
@api_client.config.logger.debug "API called: ReposApi#repos_upstream_cargo_create\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1723
1723
|
end
|
1724
1724
|
return data, status_code, headers
|
1725
1725
|
end
|
1726
|
-
# Delete a
|
1727
|
-
# Delete a
|
1726
|
+
# Delete a Cargo upstream config for this repository.
|
1727
|
+
# Delete a Cargo upstream config for this repository.
|
1728
1728
|
# @param owner
|
1729
1729
|
# @param identifier
|
1730
1730
|
# @param slug_perm
|
1731
1731
|
# @param [Hash] opts the optional parameters
|
1732
1732
|
# @return [nil]
|
1733
|
-
def
|
1734
|
-
|
1733
|
+
def repos_upstream_cargo_delete(owner, identifier, slug_perm, opts = {})
|
1734
|
+
repos_upstream_cargo_delete_with_http_info(owner, identifier, slug_perm, opts)
|
1735
1735
|
nil
|
1736
1736
|
end
|
1737
1737
|
|
1738
|
-
# Delete a
|
1739
|
-
# Delete a
|
1738
|
+
# Delete a Cargo upstream config for this repository.
|
1739
|
+
# Delete a Cargo upstream config for this repository.
|
1740
1740
|
# @param owner
|
1741
1741
|
# @param identifier
|
1742
1742
|
# @param slug_perm
|
1743
1743
|
# @param [Hash] opts the optional parameters
|
1744
1744
|
# @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
|
1745
|
-
def
|
1745
|
+
def repos_upstream_cargo_delete_with_http_info(owner, identifier, slug_perm, opts = {})
|
1746
1746
|
if @api_client.config.debugging
|
1747
|
-
@api_client.config.logger.debug 'Calling API: ReposApi.
|
1747
|
+
@api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_cargo_delete ...'
|
1748
1748
|
end
|
1749
1749
|
# verify the required parameter 'owner' is set
|
1750
1750
|
if @api_client.config.client_side_validation && owner.nil?
|
1751
|
-
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.
|
1751
|
+
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_cargo_delete"
|
1752
1752
|
end
|
1753
1753
|
# verify the required parameter 'identifier' is set
|
1754
1754
|
if @api_client.config.client_side_validation && identifier.nil?
|
1755
|
-
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.
|
1755
|
+
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_cargo_delete"
|
1756
1756
|
end
|
1757
1757
|
# verify the required parameter 'slug_perm' is set
|
1758
1758
|
if @api_client.config.client_side_validation && slug_perm.nil?
|
1759
|
-
fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.
|
1759
|
+
fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_cargo_delete"
|
1760
1760
|
end
|
1761
1761
|
# resource path
|
1762
|
-
local_var_path = '/repos/{owner}/{identifier}/upstream/
|
1762
|
+
local_var_path = '/repos/{owner}/{identifier}/upstream/cargo/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
|
1763
1763
|
|
1764
1764
|
# query parameters
|
1765
1765
|
query_params = {}
|
@@ -1784,45 +1784,45 @@ module CloudsmithApi
|
|
1784
1784
|
:body => post_body,
|
1785
1785
|
:auth_names => auth_names)
|
1786
1786
|
if @api_client.config.debugging
|
1787
|
-
@api_client.config.logger.debug "API called: ReposApi#
|
1787
|
+
@api_client.config.logger.debug "API called: ReposApi#repos_upstream_cargo_delete\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1788
1788
|
end
|
1789
1789
|
return data, status_code, headers
|
1790
1790
|
end
|
1791
|
-
# List
|
1792
|
-
# List
|
1791
|
+
# List Cargo upstream configs for this repository.
|
1792
|
+
# List Cargo upstream configs for this repository.
|
1793
1793
|
# @param owner
|
1794
1794
|
# @param identifier
|
1795
1795
|
# @param [Hash] opts the optional parameters
|
1796
1796
|
# @option opts [Integer] :page A page number within the paginated result set.
|
1797
1797
|
# @option opts [Integer] :page_size Number of results to return per page.
|
1798
|
-
# @return [Array<
|
1799
|
-
def
|
1800
|
-
data, _status_code, _headers =
|
1798
|
+
# @return [Array<CargoUpstream>]
|
1799
|
+
def repos_upstream_cargo_list(owner, identifier, opts = {})
|
1800
|
+
data, _status_code, _headers = repos_upstream_cargo_list_with_http_info(owner, identifier, opts)
|
1801
1801
|
data
|
1802
1802
|
end
|
1803
1803
|
|
1804
|
-
# List
|
1805
|
-
# List
|
1804
|
+
# List Cargo upstream configs for this repository.
|
1805
|
+
# List Cargo upstream configs for this repository.
|
1806
1806
|
# @param owner
|
1807
1807
|
# @param identifier
|
1808
1808
|
# @param [Hash] opts the optional parameters
|
1809
1809
|
# @option opts [Integer] :page A page number within the paginated result set.
|
1810
1810
|
# @option opts [Integer] :page_size Number of results to return per page.
|
1811
|
-
# @return [Array<(Array<
|
1812
|
-
def
|
1811
|
+
# @return [Array<(Array<CargoUpstream>, Fixnum, Hash)>] Array<CargoUpstream> data, response status code and response headers
|
1812
|
+
def repos_upstream_cargo_list_with_http_info(owner, identifier, opts = {})
|
1813
1813
|
if @api_client.config.debugging
|
1814
|
-
@api_client.config.logger.debug 'Calling API: ReposApi.
|
1814
|
+
@api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_cargo_list ...'
|
1815
1815
|
end
|
1816
1816
|
# verify the required parameter 'owner' is set
|
1817
1817
|
if @api_client.config.client_side_validation && owner.nil?
|
1818
|
-
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.
|
1818
|
+
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_cargo_list"
|
1819
1819
|
end
|
1820
1820
|
# verify the required parameter 'identifier' is set
|
1821
1821
|
if @api_client.config.client_side_validation && identifier.nil?
|
1822
|
-
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.
|
1822
|
+
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_cargo_list"
|
1823
1823
|
end
|
1824
1824
|
# resource path
|
1825
|
-
local_var_path = '/repos/{owner}/{identifier}/upstream/
|
1825
|
+
local_var_path = '/repos/{owner}/{identifier}/upstream/cargo/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s)
|
1826
1826
|
|
1827
1827
|
# query parameters
|
1828
1828
|
query_params = {}
|
@@ -1848,51 +1848,51 @@ module CloudsmithApi
|
|
1848
1848
|
:form_params => form_params,
|
1849
1849
|
:body => post_body,
|
1850
1850
|
:auth_names => auth_names,
|
1851
|
-
:return_type => 'Array<
|
1851
|
+
:return_type => 'Array<CargoUpstream>')
|
1852
1852
|
if @api_client.config.debugging
|
1853
|
-
@api_client.config.logger.debug "API called: ReposApi#
|
1853
|
+
@api_client.config.logger.debug "API called: ReposApi#repos_upstream_cargo_list\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1854
1854
|
end
|
1855
1855
|
return data, status_code, headers
|
1856
1856
|
end
|
1857
|
-
# Partially update a
|
1858
|
-
# Partially update a
|
1857
|
+
# Partially update a Cargo upstream config for this repository.
|
1858
|
+
# Partially update a Cargo upstream config for this repository.
|
1859
1859
|
# @param owner
|
1860
1860
|
# @param identifier
|
1861
1861
|
# @param slug_perm
|
1862
1862
|
# @param [Hash] opts the optional parameters
|
1863
|
-
# @option opts [
|
1864
|
-
# @return [
|
1865
|
-
def
|
1866
|
-
data, _status_code, _headers =
|
1863
|
+
# @option opts [CargoUpstreamRequestPatch] :data
|
1864
|
+
# @return [CargoUpstream]
|
1865
|
+
def repos_upstream_cargo_partial_update(owner, identifier, slug_perm, opts = {})
|
1866
|
+
data, _status_code, _headers = repos_upstream_cargo_partial_update_with_http_info(owner, identifier, slug_perm, opts)
|
1867
1867
|
data
|
1868
1868
|
end
|
1869
1869
|
|
1870
|
-
# Partially update a
|
1871
|
-
# Partially update a
|
1870
|
+
# Partially update a Cargo upstream config for this repository.
|
1871
|
+
# Partially update a Cargo upstream config for this repository.
|
1872
1872
|
# @param owner
|
1873
1873
|
# @param identifier
|
1874
1874
|
# @param slug_perm
|
1875
1875
|
# @param [Hash] opts the optional parameters
|
1876
|
-
# @option opts [
|
1877
|
-
# @return [Array<(
|
1878
|
-
def
|
1876
|
+
# @option opts [CargoUpstreamRequestPatch] :data
|
1877
|
+
# @return [Array<(CargoUpstream, Fixnum, Hash)>] CargoUpstream data, response status code and response headers
|
1878
|
+
def repos_upstream_cargo_partial_update_with_http_info(owner, identifier, slug_perm, opts = {})
|
1879
1879
|
if @api_client.config.debugging
|
1880
|
-
@api_client.config.logger.debug 'Calling API: ReposApi.
|
1880
|
+
@api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_cargo_partial_update ...'
|
1881
1881
|
end
|
1882
1882
|
# verify the required parameter 'owner' is set
|
1883
1883
|
if @api_client.config.client_side_validation && owner.nil?
|
1884
|
-
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.
|
1884
|
+
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_cargo_partial_update"
|
1885
1885
|
end
|
1886
1886
|
# verify the required parameter 'identifier' is set
|
1887
1887
|
if @api_client.config.client_side_validation && identifier.nil?
|
1888
|
-
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.
|
1888
|
+
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_cargo_partial_update"
|
1889
1889
|
end
|
1890
1890
|
# verify the required parameter 'slug_perm' is set
|
1891
1891
|
if @api_client.config.client_side_validation && slug_perm.nil?
|
1892
|
-
fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.
|
1892
|
+
fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_cargo_partial_update"
|
1893
1893
|
end
|
1894
1894
|
# resource path
|
1895
|
-
local_var_path = '/repos/{owner}/{identifier}/upstream/
|
1895
|
+
local_var_path = '/repos/{owner}/{identifier}/upstream/cargo/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
|
1896
1896
|
|
1897
1897
|
# query parameters
|
1898
1898
|
query_params = {}
|
@@ -1916,49 +1916,49 @@ module CloudsmithApi
|
|
1916
1916
|
:form_params => form_params,
|
1917
1917
|
:body => post_body,
|
1918
1918
|
:auth_names => auth_names,
|
1919
|
-
:return_type => '
|
1919
|
+
:return_type => 'CargoUpstream')
|
1920
1920
|
if @api_client.config.debugging
|
1921
|
-
@api_client.config.logger.debug "API called: ReposApi#
|
1921
|
+
@api_client.config.logger.debug "API called: ReposApi#repos_upstream_cargo_partial_update\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1922
1922
|
end
|
1923
1923
|
return data, status_code, headers
|
1924
1924
|
end
|
1925
|
-
# Retrieve a
|
1926
|
-
# Retrieve a
|
1925
|
+
# Retrieve a Cargo upstream config for this repository.
|
1926
|
+
# Retrieve a Cargo upstream config for this repository.
|
1927
1927
|
# @param owner
|
1928
1928
|
# @param identifier
|
1929
1929
|
# @param slug_perm
|
1930
1930
|
# @param [Hash] opts the optional parameters
|
1931
|
-
# @return [
|
1932
|
-
def
|
1933
|
-
data, _status_code, _headers =
|
1931
|
+
# @return [CargoUpstream]
|
1932
|
+
def repos_upstream_cargo_read(owner, identifier, slug_perm, opts = {})
|
1933
|
+
data, _status_code, _headers = repos_upstream_cargo_read_with_http_info(owner, identifier, slug_perm, opts)
|
1934
1934
|
data
|
1935
1935
|
end
|
1936
1936
|
|
1937
|
-
# Retrieve a
|
1938
|
-
# Retrieve a
|
1937
|
+
# Retrieve a Cargo upstream config for this repository.
|
1938
|
+
# Retrieve a Cargo upstream config for this repository.
|
1939
1939
|
# @param owner
|
1940
1940
|
# @param identifier
|
1941
1941
|
# @param slug_perm
|
1942
1942
|
# @param [Hash] opts the optional parameters
|
1943
|
-
# @return [Array<(
|
1944
|
-
def
|
1943
|
+
# @return [Array<(CargoUpstream, Fixnum, Hash)>] CargoUpstream data, response status code and response headers
|
1944
|
+
def repos_upstream_cargo_read_with_http_info(owner, identifier, slug_perm, opts = {})
|
1945
1945
|
if @api_client.config.debugging
|
1946
|
-
@api_client.config.logger.debug 'Calling API: ReposApi.
|
1946
|
+
@api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_cargo_read ...'
|
1947
1947
|
end
|
1948
1948
|
# verify the required parameter 'owner' is set
|
1949
1949
|
if @api_client.config.client_side_validation && owner.nil?
|
1950
|
-
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.
|
1950
|
+
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_cargo_read"
|
1951
1951
|
end
|
1952
1952
|
# verify the required parameter 'identifier' is set
|
1953
1953
|
if @api_client.config.client_side_validation && identifier.nil?
|
1954
|
-
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.
|
1954
|
+
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_cargo_read"
|
1955
1955
|
end
|
1956
1956
|
# verify the required parameter 'slug_perm' is set
|
1957
1957
|
if @api_client.config.client_side_validation && slug_perm.nil?
|
1958
|
-
fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.
|
1958
|
+
fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_cargo_read"
|
1959
1959
|
end
|
1960
1960
|
# resource path
|
1961
|
-
local_var_path = '/repos/{owner}/{identifier}/upstream/
|
1961
|
+
local_var_path = '/repos/{owner}/{identifier}/upstream/cargo/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
|
1962
1962
|
|
1963
1963
|
# query parameters
|
1964
1964
|
query_params = {}
|
@@ -1982,51 +1982,51 @@ module CloudsmithApi
|
|
1982
1982
|
:form_params => form_params,
|
1983
1983
|
:body => post_body,
|
1984
1984
|
:auth_names => auth_names,
|
1985
|
-
:return_type => '
|
1985
|
+
:return_type => 'CargoUpstream')
|
1986
1986
|
if @api_client.config.debugging
|
1987
|
-
@api_client.config.logger.debug "API called: ReposApi#
|
1987
|
+
@api_client.config.logger.debug "API called: ReposApi#repos_upstream_cargo_read\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1988
1988
|
end
|
1989
1989
|
return data, status_code, headers
|
1990
1990
|
end
|
1991
|
-
# Update a
|
1992
|
-
# Update a
|
1991
|
+
# Update a Cargo upstream config for this repository.
|
1992
|
+
# Update a Cargo upstream config for this repository.
|
1993
1993
|
# @param owner
|
1994
1994
|
# @param identifier
|
1995
1995
|
# @param slug_perm
|
1996
1996
|
# @param [Hash] opts the optional parameters
|
1997
|
-
# @option opts [
|
1998
|
-
# @return [
|
1999
|
-
def
|
2000
|
-
data, _status_code, _headers =
|
1997
|
+
# @option opts [CargoUpstreamRequest] :data
|
1998
|
+
# @return [CargoUpstream]
|
1999
|
+
def repos_upstream_cargo_update(owner, identifier, slug_perm, opts = {})
|
2000
|
+
data, _status_code, _headers = repos_upstream_cargo_update_with_http_info(owner, identifier, slug_perm, opts)
|
2001
2001
|
data
|
2002
2002
|
end
|
2003
2003
|
|
2004
|
-
# Update a
|
2005
|
-
# Update a
|
2004
|
+
# Update a Cargo upstream config for this repository.
|
2005
|
+
# Update a Cargo upstream config for this repository.
|
2006
2006
|
# @param owner
|
2007
2007
|
# @param identifier
|
2008
2008
|
# @param slug_perm
|
2009
2009
|
# @param [Hash] opts the optional parameters
|
2010
|
-
# @option opts [
|
2011
|
-
# @return [Array<(
|
2012
|
-
def
|
2010
|
+
# @option opts [CargoUpstreamRequest] :data
|
2011
|
+
# @return [Array<(CargoUpstream, Fixnum, Hash)>] CargoUpstream data, response status code and response headers
|
2012
|
+
def repos_upstream_cargo_update_with_http_info(owner, identifier, slug_perm, opts = {})
|
2013
2013
|
if @api_client.config.debugging
|
2014
|
-
@api_client.config.logger.debug 'Calling API: ReposApi.
|
2014
|
+
@api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_cargo_update ...'
|
2015
2015
|
end
|
2016
2016
|
# verify the required parameter 'owner' is set
|
2017
2017
|
if @api_client.config.client_side_validation && owner.nil?
|
2018
|
-
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.
|
2018
|
+
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_cargo_update"
|
2019
2019
|
end
|
2020
2020
|
# verify the required parameter 'identifier' is set
|
2021
2021
|
if @api_client.config.client_side_validation && identifier.nil?
|
2022
|
-
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.
|
2022
|
+
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_cargo_update"
|
2023
2023
|
end
|
2024
2024
|
# verify the required parameter 'slug_perm' is set
|
2025
2025
|
if @api_client.config.client_side_validation && slug_perm.nil?
|
2026
|
-
fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.
|
2026
|
+
fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_cargo_update"
|
2027
2027
|
end
|
2028
2028
|
# resource path
|
2029
|
-
local_var_path = '/repos/{owner}/{identifier}/upstream/
|
2029
|
+
local_var_path = '/repos/{owner}/{identifier}/upstream/cargo/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
|
2030
2030
|
|
2031
2031
|
# query parameters
|
2032
2032
|
query_params = {}
|
@@ -2050,45 +2050,45 @@ module CloudsmithApi
|
|
2050
2050
|
:form_params => form_params,
|
2051
2051
|
:body => post_body,
|
2052
2052
|
:auth_names => auth_names,
|
2053
|
-
:return_type => '
|
2053
|
+
:return_type => 'CargoUpstream')
|
2054
2054
|
if @api_client.config.debugging
|
2055
|
-
@api_client.config.logger.debug "API called: ReposApi#
|
2055
|
+
@api_client.config.logger.debug "API called: ReposApi#repos_upstream_cargo_update\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
2056
2056
|
end
|
2057
2057
|
return data, status_code, headers
|
2058
2058
|
end
|
2059
|
-
# Create a
|
2060
|
-
# Create a
|
2059
|
+
# Create a Composer upstream config for this repository.
|
2060
|
+
# Create a Composer upstream config for this repository.
|
2061
2061
|
# @param owner
|
2062
2062
|
# @param identifier
|
2063
2063
|
# @param [Hash] opts the optional parameters
|
2064
|
-
# @option opts [
|
2065
|
-
# @return [
|
2066
|
-
def
|
2067
|
-
data, _status_code, _headers =
|
2064
|
+
# @option opts [ComposerUpstreamRequest] :data
|
2065
|
+
# @return [ComposerUpstream]
|
2066
|
+
def repos_upstream_composer_create(owner, identifier, opts = {})
|
2067
|
+
data, _status_code, _headers = repos_upstream_composer_create_with_http_info(owner, identifier, opts)
|
2068
2068
|
data
|
2069
2069
|
end
|
2070
2070
|
|
2071
|
-
# Create a
|
2072
|
-
# Create a
|
2071
|
+
# Create a Composer upstream config for this repository.
|
2072
|
+
# Create a Composer upstream config for this repository.
|
2073
2073
|
# @param owner
|
2074
2074
|
# @param identifier
|
2075
2075
|
# @param [Hash] opts the optional parameters
|
2076
|
-
# @option opts [
|
2077
|
-
# @return [Array<(
|
2078
|
-
def
|
2076
|
+
# @option opts [ComposerUpstreamRequest] :data
|
2077
|
+
# @return [Array<(ComposerUpstream, Fixnum, Hash)>] ComposerUpstream data, response status code and response headers
|
2078
|
+
def repos_upstream_composer_create_with_http_info(owner, identifier, opts = {})
|
2079
2079
|
if @api_client.config.debugging
|
2080
|
-
@api_client.config.logger.debug 'Calling API: ReposApi.
|
2080
|
+
@api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_composer_create ...'
|
2081
2081
|
end
|
2082
2082
|
# verify the required parameter 'owner' is set
|
2083
2083
|
if @api_client.config.client_side_validation && owner.nil?
|
2084
|
-
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.
|
2084
|
+
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_composer_create"
|
2085
2085
|
end
|
2086
2086
|
# verify the required parameter 'identifier' is set
|
2087
2087
|
if @api_client.config.client_side_validation && identifier.nil?
|
2088
|
-
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.
|
2088
|
+
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_composer_create"
|
2089
2089
|
end
|
2090
2090
|
# resource path
|
2091
|
-
local_var_path = '/repos/{owner}/{identifier}/upstream/
|
2091
|
+
local_var_path = '/repos/{owner}/{identifier}/upstream/composer/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s)
|
2092
2092
|
|
2093
2093
|
# query parameters
|
2094
2094
|
query_params = {}
|
@@ -2112,49 +2112,49 @@ module CloudsmithApi
|
|
2112
2112
|
:form_params => form_params,
|
2113
2113
|
:body => post_body,
|
2114
2114
|
:auth_names => auth_names,
|
2115
|
-
:return_type => '
|
2115
|
+
:return_type => 'ComposerUpstream')
|
2116
2116
|
if @api_client.config.debugging
|
2117
|
-
@api_client.config.logger.debug "API called: ReposApi#
|
2117
|
+
@api_client.config.logger.debug "API called: ReposApi#repos_upstream_composer_create\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
2118
2118
|
end
|
2119
2119
|
return data, status_code, headers
|
2120
2120
|
end
|
2121
|
-
# Delete a
|
2122
|
-
# Delete a
|
2121
|
+
# Delete a Composer upstream config for this repository.
|
2122
|
+
# Delete a Composer upstream config for this repository.
|
2123
2123
|
# @param owner
|
2124
2124
|
# @param identifier
|
2125
2125
|
# @param slug_perm
|
2126
2126
|
# @param [Hash] opts the optional parameters
|
2127
2127
|
# @return [nil]
|
2128
|
-
def
|
2129
|
-
|
2128
|
+
def repos_upstream_composer_delete(owner, identifier, slug_perm, opts = {})
|
2129
|
+
repos_upstream_composer_delete_with_http_info(owner, identifier, slug_perm, opts)
|
2130
2130
|
nil
|
2131
2131
|
end
|
2132
2132
|
|
2133
|
-
# Delete a
|
2134
|
-
# Delete a
|
2133
|
+
# Delete a Composer upstream config for this repository.
|
2134
|
+
# Delete a Composer upstream config for this repository.
|
2135
2135
|
# @param owner
|
2136
2136
|
# @param identifier
|
2137
2137
|
# @param slug_perm
|
2138
2138
|
# @param [Hash] opts the optional parameters
|
2139
2139
|
# @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
|
2140
|
-
def
|
2140
|
+
def repos_upstream_composer_delete_with_http_info(owner, identifier, slug_perm, opts = {})
|
2141
2141
|
if @api_client.config.debugging
|
2142
|
-
@api_client.config.logger.debug 'Calling API: ReposApi.
|
2142
|
+
@api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_composer_delete ...'
|
2143
2143
|
end
|
2144
2144
|
# verify the required parameter 'owner' is set
|
2145
2145
|
if @api_client.config.client_side_validation && owner.nil?
|
2146
|
-
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.
|
2146
|
+
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_composer_delete"
|
2147
2147
|
end
|
2148
2148
|
# verify the required parameter 'identifier' is set
|
2149
2149
|
if @api_client.config.client_side_validation && identifier.nil?
|
2150
|
-
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.
|
2150
|
+
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_composer_delete"
|
2151
2151
|
end
|
2152
2152
|
# verify the required parameter 'slug_perm' is set
|
2153
2153
|
if @api_client.config.client_side_validation && slug_perm.nil?
|
2154
|
-
fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.
|
2154
|
+
fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_composer_delete"
|
2155
2155
|
end
|
2156
2156
|
# resource path
|
2157
|
-
local_var_path = '/repos/{owner}/{identifier}/upstream/
|
2157
|
+
local_var_path = '/repos/{owner}/{identifier}/upstream/composer/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
|
2158
2158
|
|
2159
2159
|
# query parameters
|
2160
2160
|
query_params = {}
|
@@ -2179,45 +2179,45 @@ module CloudsmithApi
|
|
2179
2179
|
:body => post_body,
|
2180
2180
|
:auth_names => auth_names)
|
2181
2181
|
if @api_client.config.debugging
|
2182
|
-
@api_client.config.logger.debug "API called: ReposApi#
|
2182
|
+
@api_client.config.logger.debug "API called: ReposApi#repos_upstream_composer_delete\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
2183
2183
|
end
|
2184
2184
|
return data, status_code, headers
|
2185
2185
|
end
|
2186
|
-
# List
|
2187
|
-
# List
|
2186
|
+
# List Composer upstream configs for this repository.
|
2187
|
+
# List Composer upstream configs for this repository.
|
2188
2188
|
# @param owner
|
2189
2189
|
# @param identifier
|
2190
2190
|
# @param [Hash] opts the optional parameters
|
2191
2191
|
# @option opts [Integer] :page A page number within the paginated result set.
|
2192
2192
|
# @option opts [Integer] :page_size Number of results to return per page.
|
2193
|
-
# @return [Array<
|
2194
|
-
def
|
2195
|
-
data, _status_code, _headers =
|
2193
|
+
# @return [Array<ComposerUpstream>]
|
2194
|
+
def repos_upstream_composer_list(owner, identifier, opts = {})
|
2195
|
+
data, _status_code, _headers = repos_upstream_composer_list_with_http_info(owner, identifier, opts)
|
2196
2196
|
data
|
2197
2197
|
end
|
2198
2198
|
|
2199
|
-
# List
|
2200
|
-
# List
|
2199
|
+
# List Composer upstream configs for this repository.
|
2200
|
+
# List Composer upstream configs for this repository.
|
2201
2201
|
# @param owner
|
2202
2202
|
# @param identifier
|
2203
2203
|
# @param [Hash] opts the optional parameters
|
2204
2204
|
# @option opts [Integer] :page A page number within the paginated result set.
|
2205
2205
|
# @option opts [Integer] :page_size Number of results to return per page.
|
2206
|
-
# @return [Array<(Array<
|
2207
|
-
def
|
2206
|
+
# @return [Array<(Array<ComposerUpstream>, Fixnum, Hash)>] Array<ComposerUpstream> data, response status code and response headers
|
2207
|
+
def repos_upstream_composer_list_with_http_info(owner, identifier, opts = {})
|
2208
2208
|
if @api_client.config.debugging
|
2209
|
-
@api_client.config.logger.debug 'Calling API: ReposApi.
|
2209
|
+
@api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_composer_list ...'
|
2210
2210
|
end
|
2211
2211
|
# verify the required parameter 'owner' is set
|
2212
2212
|
if @api_client.config.client_side_validation && owner.nil?
|
2213
|
-
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.
|
2213
|
+
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_composer_list"
|
2214
2214
|
end
|
2215
2215
|
# verify the required parameter 'identifier' is set
|
2216
2216
|
if @api_client.config.client_side_validation && identifier.nil?
|
2217
|
-
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.
|
2217
|
+
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_composer_list"
|
2218
2218
|
end
|
2219
2219
|
# resource path
|
2220
|
-
local_var_path = '/repos/{owner}/{identifier}/upstream/
|
2220
|
+
local_var_path = '/repos/{owner}/{identifier}/upstream/composer/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s)
|
2221
2221
|
|
2222
2222
|
# query parameters
|
2223
2223
|
query_params = {}
|
@@ -2243,51 +2243,51 @@ module CloudsmithApi
|
|
2243
2243
|
:form_params => form_params,
|
2244
2244
|
:body => post_body,
|
2245
2245
|
:auth_names => auth_names,
|
2246
|
-
:return_type => 'Array<
|
2246
|
+
:return_type => 'Array<ComposerUpstream>')
|
2247
2247
|
if @api_client.config.debugging
|
2248
|
-
@api_client.config.logger.debug "API called: ReposApi#
|
2248
|
+
@api_client.config.logger.debug "API called: ReposApi#repos_upstream_composer_list\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
2249
2249
|
end
|
2250
2250
|
return data, status_code, headers
|
2251
2251
|
end
|
2252
|
-
# Partially update a
|
2253
|
-
# Partially update a
|
2252
|
+
# Partially update a Composer upstream config for this repository.
|
2253
|
+
# Partially update a Composer upstream config for this repository.
|
2254
2254
|
# @param owner
|
2255
2255
|
# @param identifier
|
2256
2256
|
# @param slug_perm
|
2257
2257
|
# @param [Hash] opts the optional parameters
|
2258
|
-
# @option opts [
|
2259
|
-
# @return [
|
2260
|
-
def
|
2261
|
-
data, _status_code, _headers =
|
2258
|
+
# @option opts [ComposerUpstreamRequestPatch] :data
|
2259
|
+
# @return [ComposerUpstream]
|
2260
|
+
def repos_upstream_composer_partial_update(owner, identifier, slug_perm, opts = {})
|
2261
|
+
data, _status_code, _headers = repos_upstream_composer_partial_update_with_http_info(owner, identifier, slug_perm, opts)
|
2262
2262
|
data
|
2263
2263
|
end
|
2264
2264
|
|
2265
|
-
# Partially update a
|
2266
|
-
# Partially update a
|
2265
|
+
# Partially update a Composer upstream config for this repository.
|
2266
|
+
# Partially update a Composer upstream config for this repository.
|
2267
2267
|
# @param owner
|
2268
2268
|
# @param identifier
|
2269
2269
|
# @param slug_perm
|
2270
2270
|
# @param [Hash] opts the optional parameters
|
2271
|
-
# @option opts [
|
2272
|
-
# @return [Array<(
|
2273
|
-
def
|
2271
|
+
# @option opts [ComposerUpstreamRequestPatch] :data
|
2272
|
+
# @return [Array<(ComposerUpstream, Fixnum, Hash)>] ComposerUpstream data, response status code and response headers
|
2273
|
+
def repos_upstream_composer_partial_update_with_http_info(owner, identifier, slug_perm, opts = {})
|
2274
2274
|
if @api_client.config.debugging
|
2275
|
-
@api_client.config.logger.debug 'Calling API: ReposApi.
|
2275
|
+
@api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_composer_partial_update ...'
|
2276
2276
|
end
|
2277
2277
|
# verify the required parameter 'owner' is set
|
2278
2278
|
if @api_client.config.client_side_validation && owner.nil?
|
2279
|
-
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.
|
2279
|
+
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_composer_partial_update"
|
2280
2280
|
end
|
2281
2281
|
# verify the required parameter 'identifier' is set
|
2282
2282
|
if @api_client.config.client_side_validation && identifier.nil?
|
2283
|
-
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.
|
2283
|
+
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_composer_partial_update"
|
2284
2284
|
end
|
2285
2285
|
# verify the required parameter 'slug_perm' is set
|
2286
2286
|
if @api_client.config.client_side_validation && slug_perm.nil?
|
2287
|
-
fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.
|
2287
|
+
fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_composer_partial_update"
|
2288
2288
|
end
|
2289
2289
|
# resource path
|
2290
|
-
local_var_path = '/repos/{owner}/{identifier}/upstream/
|
2290
|
+
local_var_path = '/repos/{owner}/{identifier}/upstream/composer/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
|
2291
2291
|
|
2292
2292
|
# query parameters
|
2293
2293
|
query_params = {}
|
@@ -2311,49 +2311,49 @@ module CloudsmithApi
|
|
2311
2311
|
:form_params => form_params,
|
2312
2312
|
:body => post_body,
|
2313
2313
|
:auth_names => auth_names,
|
2314
|
-
:return_type => '
|
2314
|
+
:return_type => 'ComposerUpstream')
|
2315
2315
|
if @api_client.config.debugging
|
2316
|
-
@api_client.config.logger.debug "API called: ReposApi#
|
2316
|
+
@api_client.config.logger.debug "API called: ReposApi#repos_upstream_composer_partial_update\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
2317
2317
|
end
|
2318
2318
|
return data, status_code, headers
|
2319
2319
|
end
|
2320
|
-
# Retrieve a
|
2321
|
-
# Retrieve a
|
2320
|
+
# Retrieve a Composer upstream config for this repository.
|
2321
|
+
# Retrieve a Composer upstream config for this repository.
|
2322
2322
|
# @param owner
|
2323
2323
|
# @param identifier
|
2324
2324
|
# @param slug_perm
|
2325
2325
|
# @param [Hash] opts the optional parameters
|
2326
|
-
# @return [
|
2327
|
-
def
|
2328
|
-
data, _status_code, _headers =
|
2326
|
+
# @return [ComposerUpstream]
|
2327
|
+
def repos_upstream_composer_read(owner, identifier, slug_perm, opts = {})
|
2328
|
+
data, _status_code, _headers = repos_upstream_composer_read_with_http_info(owner, identifier, slug_perm, opts)
|
2329
2329
|
data
|
2330
2330
|
end
|
2331
2331
|
|
2332
|
-
# Retrieve a
|
2333
|
-
# Retrieve a
|
2332
|
+
# Retrieve a Composer upstream config for this repository.
|
2333
|
+
# Retrieve a Composer upstream config for this repository.
|
2334
2334
|
# @param owner
|
2335
2335
|
# @param identifier
|
2336
2336
|
# @param slug_perm
|
2337
2337
|
# @param [Hash] opts the optional parameters
|
2338
|
-
# @return [Array<(
|
2339
|
-
def
|
2338
|
+
# @return [Array<(ComposerUpstream, Fixnum, Hash)>] ComposerUpstream data, response status code and response headers
|
2339
|
+
def repos_upstream_composer_read_with_http_info(owner, identifier, slug_perm, opts = {})
|
2340
2340
|
if @api_client.config.debugging
|
2341
|
-
@api_client.config.logger.debug 'Calling API: ReposApi.
|
2341
|
+
@api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_composer_read ...'
|
2342
2342
|
end
|
2343
2343
|
# verify the required parameter 'owner' is set
|
2344
2344
|
if @api_client.config.client_side_validation && owner.nil?
|
2345
|
-
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.
|
2345
|
+
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_composer_read"
|
2346
2346
|
end
|
2347
2347
|
# verify the required parameter 'identifier' is set
|
2348
2348
|
if @api_client.config.client_side_validation && identifier.nil?
|
2349
|
-
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.
|
2349
|
+
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_composer_read"
|
2350
2350
|
end
|
2351
2351
|
# verify the required parameter 'slug_perm' is set
|
2352
2352
|
if @api_client.config.client_side_validation && slug_perm.nil?
|
2353
|
-
fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.
|
2353
|
+
fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_composer_read"
|
2354
2354
|
end
|
2355
2355
|
# resource path
|
2356
|
-
local_var_path = '/repos/{owner}/{identifier}/upstream/
|
2356
|
+
local_var_path = '/repos/{owner}/{identifier}/upstream/composer/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
|
2357
2357
|
|
2358
2358
|
# query parameters
|
2359
2359
|
query_params = {}
|
@@ -2377,51 +2377,841 @@ module CloudsmithApi
|
|
2377
2377
|
:form_params => form_params,
|
2378
2378
|
:body => post_body,
|
2379
2379
|
:auth_names => auth_names,
|
2380
|
-
:return_type => '
|
2380
|
+
:return_type => 'ComposerUpstream')
|
2381
2381
|
if @api_client.config.debugging
|
2382
|
-
@api_client.config.logger.debug "API called: ReposApi#
|
2382
|
+
@api_client.config.logger.debug "API called: ReposApi#repos_upstream_composer_read\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
2383
2383
|
end
|
2384
2384
|
return data, status_code, headers
|
2385
2385
|
end
|
2386
|
-
# Update a
|
2387
|
-
# Update a
|
2386
|
+
# Update a Composer upstream config for this repository.
|
2387
|
+
# Update a Composer upstream config for this repository.
|
2388
|
+
# @param owner
|
2389
|
+
# @param identifier
|
2390
|
+
# @param slug_perm
|
2391
|
+
# @param [Hash] opts the optional parameters
|
2392
|
+
# @option opts [ComposerUpstreamRequest] :data
|
2393
|
+
# @return [ComposerUpstream]
|
2394
|
+
def repos_upstream_composer_update(owner, identifier, slug_perm, opts = {})
|
2395
|
+
data, _status_code, _headers = repos_upstream_composer_update_with_http_info(owner, identifier, slug_perm, opts)
|
2396
|
+
data
|
2397
|
+
end
|
2398
|
+
|
2399
|
+
# Update a Composer upstream config for this repository.
|
2400
|
+
# Update a Composer upstream config for this repository.
|
2388
2401
|
# @param owner
|
2389
2402
|
# @param identifier
|
2390
2403
|
# @param slug_perm
|
2391
2404
|
# @param [Hash] opts the optional parameters
|
2405
|
+
# @option opts [ComposerUpstreamRequest] :data
|
2406
|
+
# @return [Array<(ComposerUpstream, Fixnum, Hash)>] ComposerUpstream data, response status code and response headers
|
2407
|
+
def repos_upstream_composer_update_with_http_info(owner, identifier, slug_perm, opts = {})
|
2408
|
+
if @api_client.config.debugging
|
2409
|
+
@api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_composer_update ...'
|
2410
|
+
end
|
2411
|
+
# verify the required parameter 'owner' is set
|
2412
|
+
if @api_client.config.client_side_validation && owner.nil?
|
2413
|
+
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_composer_update"
|
2414
|
+
end
|
2415
|
+
# verify the required parameter 'identifier' is set
|
2416
|
+
if @api_client.config.client_side_validation && identifier.nil?
|
2417
|
+
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_composer_update"
|
2418
|
+
end
|
2419
|
+
# verify the required parameter 'slug_perm' is set
|
2420
|
+
if @api_client.config.client_side_validation && slug_perm.nil?
|
2421
|
+
fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_composer_update"
|
2422
|
+
end
|
2423
|
+
# resource path
|
2424
|
+
local_var_path = '/repos/{owner}/{identifier}/upstream/composer/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
|
2425
|
+
|
2426
|
+
# query parameters
|
2427
|
+
query_params = {}
|
2428
|
+
|
2429
|
+
# header parameters
|
2430
|
+
header_params = {}
|
2431
|
+
# HTTP header 'Accept' (if needed)
|
2432
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
2433
|
+
# HTTP header 'Content-Type'
|
2434
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
2435
|
+
|
2436
|
+
# form parameters
|
2437
|
+
form_params = {}
|
2438
|
+
|
2439
|
+
# http body (model)
|
2440
|
+
post_body = @api_client.object_to_http_body(opts[:'data'])
|
2441
|
+
auth_names = ['apikey', 'basic']
|
2442
|
+
data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
|
2443
|
+
:header_params => header_params,
|
2444
|
+
:query_params => query_params,
|
2445
|
+
:form_params => form_params,
|
2446
|
+
:body => post_body,
|
2447
|
+
:auth_names => auth_names,
|
2448
|
+
:return_type => 'ComposerUpstream')
|
2449
|
+
if @api_client.config.debugging
|
2450
|
+
@api_client.config.logger.debug "API called: ReposApi#repos_upstream_composer_update\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
2451
|
+
end
|
2452
|
+
return data, status_code, headers
|
2453
|
+
end
|
2454
|
+
# Create a CRAN upstream config for this repository.
|
2455
|
+
# Create a CRAN upstream config for this repository.
|
2456
|
+
# @param owner
|
2457
|
+
# @param identifier
|
2458
|
+
# @param [Hash] opts the optional parameters
|
2392
2459
|
# @option opts [CranUpstreamRequest] :data
|
2393
2460
|
# @return [CranUpstream]
|
2394
|
-
def
|
2395
|
-
data, _status_code, _headers =
|
2461
|
+
def repos_upstream_cran_create(owner, identifier, opts = {})
|
2462
|
+
data, _status_code, _headers = repos_upstream_cran_create_with_http_info(owner, identifier, opts)
|
2463
|
+
data
|
2464
|
+
end
|
2465
|
+
|
2466
|
+
# Create a CRAN upstream config for this repository.
|
2467
|
+
# Create a CRAN upstream config for this repository.
|
2468
|
+
# @param owner
|
2469
|
+
# @param identifier
|
2470
|
+
# @param [Hash] opts the optional parameters
|
2471
|
+
# @option opts [CranUpstreamRequest] :data
|
2472
|
+
# @return [Array<(CranUpstream, Fixnum, Hash)>] CranUpstream data, response status code and response headers
|
2473
|
+
def repos_upstream_cran_create_with_http_info(owner, identifier, opts = {})
|
2474
|
+
if @api_client.config.debugging
|
2475
|
+
@api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_cran_create ...'
|
2476
|
+
end
|
2477
|
+
# verify the required parameter 'owner' is set
|
2478
|
+
if @api_client.config.client_side_validation && owner.nil?
|
2479
|
+
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_cran_create"
|
2480
|
+
end
|
2481
|
+
# verify the required parameter 'identifier' is set
|
2482
|
+
if @api_client.config.client_side_validation && identifier.nil?
|
2483
|
+
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_cran_create"
|
2484
|
+
end
|
2485
|
+
# resource path
|
2486
|
+
local_var_path = '/repos/{owner}/{identifier}/upstream/cran/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s)
|
2487
|
+
|
2488
|
+
# query parameters
|
2489
|
+
query_params = {}
|
2490
|
+
|
2491
|
+
# header parameters
|
2492
|
+
header_params = {}
|
2493
|
+
# HTTP header 'Accept' (if needed)
|
2494
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
2495
|
+
# HTTP header 'Content-Type'
|
2496
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
2497
|
+
|
2498
|
+
# form parameters
|
2499
|
+
form_params = {}
|
2500
|
+
|
2501
|
+
# http body (model)
|
2502
|
+
post_body = @api_client.object_to_http_body(opts[:'data'])
|
2503
|
+
auth_names = ['apikey', 'basic']
|
2504
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
2505
|
+
:header_params => header_params,
|
2506
|
+
:query_params => query_params,
|
2507
|
+
:form_params => form_params,
|
2508
|
+
:body => post_body,
|
2509
|
+
:auth_names => auth_names,
|
2510
|
+
:return_type => 'CranUpstream')
|
2511
|
+
if @api_client.config.debugging
|
2512
|
+
@api_client.config.logger.debug "API called: ReposApi#repos_upstream_cran_create\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
2513
|
+
end
|
2514
|
+
return data, status_code, headers
|
2515
|
+
end
|
2516
|
+
# Delete a CRAN upstream config for this repository.
|
2517
|
+
# Delete a CRAN upstream config for this repository.
|
2518
|
+
# @param owner
|
2519
|
+
# @param identifier
|
2520
|
+
# @param slug_perm
|
2521
|
+
# @param [Hash] opts the optional parameters
|
2522
|
+
# @return [nil]
|
2523
|
+
def repos_upstream_cran_delete(owner, identifier, slug_perm, opts = {})
|
2524
|
+
repos_upstream_cran_delete_with_http_info(owner, identifier, slug_perm, opts)
|
2525
|
+
nil
|
2526
|
+
end
|
2527
|
+
|
2528
|
+
# Delete a CRAN upstream config for this repository.
|
2529
|
+
# Delete a CRAN upstream config for this repository.
|
2530
|
+
# @param owner
|
2531
|
+
# @param identifier
|
2532
|
+
# @param slug_perm
|
2533
|
+
# @param [Hash] opts the optional parameters
|
2534
|
+
# @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
|
2535
|
+
def repos_upstream_cran_delete_with_http_info(owner, identifier, slug_perm, opts = {})
|
2536
|
+
if @api_client.config.debugging
|
2537
|
+
@api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_cran_delete ...'
|
2538
|
+
end
|
2539
|
+
# verify the required parameter 'owner' is set
|
2540
|
+
if @api_client.config.client_side_validation && owner.nil?
|
2541
|
+
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_cran_delete"
|
2542
|
+
end
|
2543
|
+
# verify the required parameter 'identifier' is set
|
2544
|
+
if @api_client.config.client_side_validation && identifier.nil?
|
2545
|
+
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_cran_delete"
|
2546
|
+
end
|
2547
|
+
# verify the required parameter 'slug_perm' is set
|
2548
|
+
if @api_client.config.client_side_validation && slug_perm.nil?
|
2549
|
+
fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_cran_delete"
|
2550
|
+
end
|
2551
|
+
# resource path
|
2552
|
+
local_var_path = '/repos/{owner}/{identifier}/upstream/cran/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
|
2553
|
+
|
2554
|
+
# query parameters
|
2555
|
+
query_params = {}
|
2556
|
+
|
2557
|
+
# header parameters
|
2558
|
+
header_params = {}
|
2559
|
+
# HTTP header 'Accept' (if needed)
|
2560
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
2561
|
+
# HTTP header 'Content-Type'
|
2562
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
2563
|
+
|
2564
|
+
# form parameters
|
2565
|
+
form_params = {}
|
2566
|
+
|
2567
|
+
# http body (model)
|
2568
|
+
post_body = nil
|
2569
|
+
auth_names = ['apikey', 'basic']
|
2570
|
+
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
|
2571
|
+
:header_params => header_params,
|
2572
|
+
:query_params => query_params,
|
2573
|
+
:form_params => form_params,
|
2574
|
+
:body => post_body,
|
2575
|
+
:auth_names => auth_names)
|
2576
|
+
if @api_client.config.debugging
|
2577
|
+
@api_client.config.logger.debug "API called: ReposApi#repos_upstream_cran_delete\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
2578
|
+
end
|
2579
|
+
return data, status_code, headers
|
2580
|
+
end
|
2581
|
+
# List CRAN upstream configs for this repository.
|
2582
|
+
# List CRAN upstream configs for this repository.
|
2583
|
+
# @param owner
|
2584
|
+
# @param identifier
|
2585
|
+
# @param [Hash] opts the optional parameters
|
2586
|
+
# @option opts [Integer] :page A page number within the paginated result set.
|
2587
|
+
# @option opts [Integer] :page_size Number of results to return per page.
|
2588
|
+
# @return [Array<CranUpstream>]
|
2589
|
+
def repos_upstream_cran_list(owner, identifier, opts = {})
|
2590
|
+
data, _status_code, _headers = repos_upstream_cran_list_with_http_info(owner, identifier, opts)
|
2591
|
+
data
|
2592
|
+
end
|
2593
|
+
|
2594
|
+
# List CRAN upstream configs for this repository.
|
2595
|
+
# List CRAN upstream configs for this repository.
|
2596
|
+
# @param owner
|
2597
|
+
# @param identifier
|
2598
|
+
# @param [Hash] opts the optional parameters
|
2599
|
+
# @option opts [Integer] :page A page number within the paginated result set.
|
2600
|
+
# @option opts [Integer] :page_size Number of results to return per page.
|
2601
|
+
# @return [Array<(Array<CranUpstream>, Fixnum, Hash)>] Array<CranUpstream> data, response status code and response headers
|
2602
|
+
def repos_upstream_cran_list_with_http_info(owner, identifier, opts = {})
|
2603
|
+
if @api_client.config.debugging
|
2604
|
+
@api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_cran_list ...'
|
2605
|
+
end
|
2606
|
+
# verify the required parameter 'owner' is set
|
2607
|
+
if @api_client.config.client_side_validation && owner.nil?
|
2608
|
+
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_cran_list"
|
2609
|
+
end
|
2610
|
+
# verify the required parameter 'identifier' is set
|
2611
|
+
if @api_client.config.client_side_validation && identifier.nil?
|
2612
|
+
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_cran_list"
|
2613
|
+
end
|
2614
|
+
# resource path
|
2615
|
+
local_var_path = '/repos/{owner}/{identifier}/upstream/cran/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s)
|
2616
|
+
|
2617
|
+
# query parameters
|
2618
|
+
query_params = {}
|
2619
|
+
query_params[:'page'] = opts[:'page'] if !opts[:'page'].nil?
|
2620
|
+
query_params[:'page_size'] = opts[:'page_size'] if !opts[:'page_size'].nil?
|
2621
|
+
|
2622
|
+
# header parameters
|
2623
|
+
header_params = {}
|
2624
|
+
# HTTP header 'Accept' (if needed)
|
2625
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
2626
|
+
# HTTP header 'Content-Type'
|
2627
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
2628
|
+
|
2629
|
+
# form parameters
|
2630
|
+
form_params = {}
|
2631
|
+
|
2632
|
+
# http body (model)
|
2633
|
+
post_body = nil
|
2634
|
+
auth_names = ['apikey', 'basic']
|
2635
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
2636
|
+
:header_params => header_params,
|
2637
|
+
:query_params => query_params,
|
2638
|
+
:form_params => form_params,
|
2639
|
+
:body => post_body,
|
2640
|
+
:auth_names => auth_names,
|
2641
|
+
:return_type => 'Array<CranUpstream>')
|
2642
|
+
if @api_client.config.debugging
|
2643
|
+
@api_client.config.logger.debug "API called: ReposApi#repos_upstream_cran_list\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
2644
|
+
end
|
2645
|
+
return data, status_code, headers
|
2646
|
+
end
|
2647
|
+
# Partially update a CRAN upstream config for this repository.
|
2648
|
+
# Partially update a CRAN upstream config for this repository.
|
2649
|
+
# @param owner
|
2650
|
+
# @param identifier
|
2651
|
+
# @param slug_perm
|
2652
|
+
# @param [Hash] opts the optional parameters
|
2653
|
+
# @option opts [CranUpstreamRequestPatch] :data
|
2654
|
+
# @return [CranUpstream]
|
2655
|
+
def repos_upstream_cran_partial_update(owner, identifier, slug_perm, opts = {})
|
2656
|
+
data, _status_code, _headers = repos_upstream_cran_partial_update_with_http_info(owner, identifier, slug_perm, opts)
|
2657
|
+
data
|
2658
|
+
end
|
2659
|
+
|
2660
|
+
# Partially update a CRAN upstream config for this repository.
|
2661
|
+
# Partially update a CRAN upstream config for this repository.
|
2662
|
+
# @param owner
|
2663
|
+
# @param identifier
|
2664
|
+
# @param slug_perm
|
2665
|
+
# @param [Hash] opts the optional parameters
|
2666
|
+
# @option opts [CranUpstreamRequestPatch] :data
|
2667
|
+
# @return [Array<(CranUpstream, Fixnum, Hash)>] CranUpstream data, response status code and response headers
|
2668
|
+
def repos_upstream_cran_partial_update_with_http_info(owner, identifier, slug_perm, opts = {})
|
2669
|
+
if @api_client.config.debugging
|
2670
|
+
@api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_cran_partial_update ...'
|
2671
|
+
end
|
2672
|
+
# verify the required parameter 'owner' is set
|
2673
|
+
if @api_client.config.client_side_validation && owner.nil?
|
2674
|
+
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_cran_partial_update"
|
2675
|
+
end
|
2676
|
+
# verify the required parameter 'identifier' is set
|
2677
|
+
if @api_client.config.client_side_validation && identifier.nil?
|
2678
|
+
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_cran_partial_update"
|
2679
|
+
end
|
2680
|
+
# verify the required parameter 'slug_perm' is set
|
2681
|
+
if @api_client.config.client_side_validation && slug_perm.nil?
|
2682
|
+
fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_cran_partial_update"
|
2683
|
+
end
|
2684
|
+
# resource path
|
2685
|
+
local_var_path = '/repos/{owner}/{identifier}/upstream/cran/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
|
2686
|
+
|
2687
|
+
# query parameters
|
2688
|
+
query_params = {}
|
2689
|
+
|
2690
|
+
# header parameters
|
2691
|
+
header_params = {}
|
2692
|
+
# HTTP header 'Accept' (if needed)
|
2693
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
2694
|
+
# HTTP header 'Content-Type'
|
2695
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
2696
|
+
|
2697
|
+
# form parameters
|
2698
|
+
form_params = {}
|
2699
|
+
|
2700
|
+
# http body (model)
|
2701
|
+
post_body = @api_client.object_to_http_body(opts[:'data'])
|
2702
|
+
auth_names = ['apikey', 'basic']
|
2703
|
+
data, status_code, headers = @api_client.call_api(:PATCH, local_var_path,
|
2704
|
+
:header_params => header_params,
|
2705
|
+
:query_params => query_params,
|
2706
|
+
:form_params => form_params,
|
2707
|
+
:body => post_body,
|
2708
|
+
:auth_names => auth_names,
|
2709
|
+
:return_type => 'CranUpstream')
|
2710
|
+
if @api_client.config.debugging
|
2711
|
+
@api_client.config.logger.debug "API called: ReposApi#repos_upstream_cran_partial_update\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
2712
|
+
end
|
2713
|
+
return data, status_code, headers
|
2714
|
+
end
|
2715
|
+
# Retrieve a CRAN upstream config for this repository.
|
2716
|
+
# Retrieve a CRAN upstream config for this repository.
|
2717
|
+
# @param owner
|
2718
|
+
# @param identifier
|
2719
|
+
# @param slug_perm
|
2720
|
+
# @param [Hash] opts the optional parameters
|
2721
|
+
# @return [CranUpstream]
|
2722
|
+
def repos_upstream_cran_read(owner, identifier, slug_perm, opts = {})
|
2723
|
+
data, _status_code, _headers = repos_upstream_cran_read_with_http_info(owner, identifier, slug_perm, opts)
|
2724
|
+
data
|
2725
|
+
end
|
2726
|
+
|
2727
|
+
# Retrieve a CRAN upstream config for this repository.
|
2728
|
+
# Retrieve a CRAN upstream config for this repository.
|
2729
|
+
# @param owner
|
2730
|
+
# @param identifier
|
2731
|
+
# @param slug_perm
|
2732
|
+
# @param [Hash] opts the optional parameters
|
2733
|
+
# @return [Array<(CranUpstream, Fixnum, Hash)>] CranUpstream data, response status code and response headers
|
2734
|
+
def repos_upstream_cran_read_with_http_info(owner, identifier, slug_perm, opts = {})
|
2735
|
+
if @api_client.config.debugging
|
2736
|
+
@api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_cran_read ...'
|
2737
|
+
end
|
2738
|
+
# verify the required parameter 'owner' is set
|
2739
|
+
if @api_client.config.client_side_validation && owner.nil?
|
2740
|
+
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_cran_read"
|
2741
|
+
end
|
2742
|
+
# verify the required parameter 'identifier' is set
|
2743
|
+
if @api_client.config.client_side_validation && identifier.nil?
|
2744
|
+
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_cran_read"
|
2745
|
+
end
|
2746
|
+
# verify the required parameter 'slug_perm' is set
|
2747
|
+
if @api_client.config.client_side_validation && slug_perm.nil?
|
2748
|
+
fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_cran_read"
|
2749
|
+
end
|
2750
|
+
# resource path
|
2751
|
+
local_var_path = '/repos/{owner}/{identifier}/upstream/cran/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
|
2752
|
+
|
2753
|
+
# query parameters
|
2754
|
+
query_params = {}
|
2755
|
+
|
2756
|
+
# header parameters
|
2757
|
+
header_params = {}
|
2758
|
+
# HTTP header 'Accept' (if needed)
|
2759
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
2760
|
+
# HTTP header 'Content-Type'
|
2761
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
2762
|
+
|
2763
|
+
# form parameters
|
2764
|
+
form_params = {}
|
2765
|
+
|
2766
|
+
# http body (model)
|
2767
|
+
post_body = nil
|
2768
|
+
auth_names = ['apikey', 'basic']
|
2769
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
2770
|
+
:header_params => header_params,
|
2771
|
+
:query_params => query_params,
|
2772
|
+
:form_params => form_params,
|
2773
|
+
:body => post_body,
|
2774
|
+
:auth_names => auth_names,
|
2775
|
+
:return_type => 'CranUpstream')
|
2776
|
+
if @api_client.config.debugging
|
2777
|
+
@api_client.config.logger.debug "API called: ReposApi#repos_upstream_cran_read\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
2778
|
+
end
|
2779
|
+
return data, status_code, headers
|
2780
|
+
end
|
2781
|
+
# Update a CRAN upstream config for this repository.
|
2782
|
+
# Update a CRAN upstream config for this repository.
|
2783
|
+
# @param owner
|
2784
|
+
# @param identifier
|
2785
|
+
# @param slug_perm
|
2786
|
+
# @param [Hash] opts the optional parameters
|
2787
|
+
# @option opts [CranUpstreamRequest] :data
|
2788
|
+
# @return [CranUpstream]
|
2789
|
+
def repos_upstream_cran_update(owner, identifier, slug_perm, opts = {})
|
2790
|
+
data, _status_code, _headers = repos_upstream_cran_update_with_http_info(owner, identifier, slug_perm, opts)
|
2791
|
+
data
|
2792
|
+
end
|
2793
|
+
|
2794
|
+
# Update a CRAN upstream config for this repository.
|
2795
|
+
# Update a CRAN upstream config for this repository.
|
2796
|
+
# @param owner
|
2797
|
+
# @param identifier
|
2798
|
+
# @param slug_perm
|
2799
|
+
# @param [Hash] opts the optional parameters
|
2800
|
+
# @option opts [CranUpstreamRequest] :data
|
2801
|
+
# @return [Array<(CranUpstream, Fixnum, Hash)>] CranUpstream data, response status code and response headers
|
2802
|
+
def repos_upstream_cran_update_with_http_info(owner, identifier, slug_perm, opts = {})
|
2803
|
+
if @api_client.config.debugging
|
2804
|
+
@api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_cran_update ...'
|
2805
|
+
end
|
2806
|
+
# verify the required parameter 'owner' is set
|
2807
|
+
if @api_client.config.client_side_validation && owner.nil?
|
2808
|
+
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_cran_update"
|
2809
|
+
end
|
2810
|
+
# verify the required parameter 'identifier' is set
|
2811
|
+
if @api_client.config.client_side_validation && identifier.nil?
|
2812
|
+
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_cran_update"
|
2813
|
+
end
|
2814
|
+
# verify the required parameter 'slug_perm' is set
|
2815
|
+
if @api_client.config.client_side_validation && slug_perm.nil?
|
2816
|
+
fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_cran_update"
|
2817
|
+
end
|
2818
|
+
# resource path
|
2819
|
+
local_var_path = '/repos/{owner}/{identifier}/upstream/cran/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
|
2820
|
+
|
2821
|
+
# query parameters
|
2822
|
+
query_params = {}
|
2823
|
+
|
2824
|
+
# header parameters
|
2825
|
+
header_params = {}
|
2826
|
+
# HTTP header 'Accept' (if needed)
|
2827
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
2828
|
+
# HTTP header 'Content-Type'
|
2829
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
2830
|
+
|
2831
|
+
# form parameters
|
2832
|
+
form_params = {}
|
2833
|
+
|
2834
|
+
# http body (model)
|
2835
|
+
post_body = @api_client.object_to_http_body(opts[:'data'])
|
2836
|
+
auth_names = ['apikey', 'basic']
|
2837
|
+
data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
|
2838
|
+
:header_params => header_params,
|
2839
|
+
:query_params => query_params,
|
2840
|
+
:form_params => form_params,
|
2841
|
+
:body => post_body,
|
2842
|
+
:auth_names => auth_names,
|
2843
|
+
:return_type => 'CranUpstream')
|
2844
|
+
if @api_client.config.debugging
|
2845
|
+
@api_client.config.logger.debug "API called: ReposApi#repos_upstream_cran_update\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
2846
|
+
end
|
2847
|
+
return data, status_code, headers
|
2848
|
+
end
|
2849
|
+
# Create a Dart upstream config for this repository.
|
2850
|
+
# Create a Dart upstream config for this repository.
|
2851
|
+
# @param owner
|
2852
|
+
# @param identifier
|
2853
|
+
# @param [Hash] opts the optional parameters
|
2854
|
+
# @option opts [DartUpstreamRequest] :data
|
2855
|
+
# @return [DartUpstream]
|
2856
|
+
def repos_upstream_dart_create(owner, identifier, opts = {})
|
2857
|
+
data, _status_code, _headers = repos_upstream_dart_create_with_http_info(owner, identifier, opts)
|
2858
|
+
data
|
2859
|
+
end
|
2860
|
+
|
2861
|
+
# Create a Dart upstream config for this repository.
|
2862
|
+
# Create a Dart upstream config for this repository.
|
2863
|
+
# @param owner
|
2864
|
+
# @param identifier
|
2865
|
+
# @param [Hash] opts the optional parameters
|
2866
|
+
# @option opts [DartUpstreamRequest] :data
|
2867
|
+
# @return [Array<(DartUpstream, Fixnum, Hash)>] DartUpstream data, response status code and response headers
|
2868
|
+
def repos_upstream_dart_create_with_http_info(owner, identifier, opts = {})
|
2869
|
+
if @api_client.config.debugging
|
2870
|
+
@api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_dart_create ...'
|
2871
|
+
end
|
2872
|
+
# verify the required parameter 'owner' is set
|
2873
|
+
if @api_client.config.client_side_validation && owner.nil?
|
2874
|
+
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_dart_create"
|
2875
|
+
end
|
2876
|
+
# verify the required parameter 'identifier' is set
|
2877
|
+
if @api_client.config.client_side_validation && identifier.nil?
|
2878
|
+
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_dart_create"
|
2879
|
+
end
|
2880
|
+
# resource path
|
2881
|
+
local_var_path = '/repos/{owner}/{identifier}/upstream/dart/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s)
|
2882
|
+
|
2883
|
+
# query parameters
|
2884
|
+
query_params = {}
|
2885
|
+
|
2886
|
+
# header parameters
|
2887
|
+
header_params = {}
|
2888
|
+
# HTTP header 'Accept' (if needed)
|
2889
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
2890
|
+
# HTTP header 'Content-Type'
|
2891
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
2892
|
+
|
2893
|
+
# form parameters
|
2894
|
+
form_params = {}
|
2895
|
+
|
2896
|
+
# http body (model)
|
2897
|
+
post_body = @api_client.object_to_http_body(opts[:'data'])
|
2898
|
+
auth_names = ['apikey', 'basic']
|
2899
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
2900
|
+
:header_params => header_params,
|
2901
|
+
:query_params => query_params,
|
2902
|
+
:form_params => form_params,
|
2903
|
+
:body => post_body,
|
2904
|
+
:auth_names => auth_names,
|
2905
|
+
:return_type => 'DartUpstream')
|
2906
|
+
if @api_client.config.debugging
|
2907
|
+
@api_client.config.logger.debug "API called: ReposApi#repos_upstream_dart_create\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
2908
|
+
end
|
2909
|
+
return data, status_code, headers
|
2910
|
+
end
|
2911
|
+
# Delete a Dart upstream config for this repository.
|
2912
|
+
# Delete a Dart upstream config for this repository.
|
2913
|
+
# @param owner
|
2914
|
+
# @param identifier
|
2915
|
+
# @param slug_perm
|
2916
|
+
# @param [Hash] opts the optional parameters
|
2917
|
+
# @return [nil]
|
2918
|
+
def repos_upstream_dart_delete(owner, identifier, slug_perm, opts = {})
|
2919
|
+
repos_upstream_dart_delete_with_http_info(owner, identifier, slug_perm, opts)
|
2920
|
+
nil
|
2921
|
+
end
|
2922
|
+
|
2923
|
+
# Delete a Dart upstream config for this repository.
|
2924
|
+
# Delete a Dart upstream config for this repository.
|
2925
|
+
# @param owner
|
2926
|
+
# @param identifier
|
2927
|
+
# @param slug_perm
|
2928
|
+
# @param [Hash] opts the optional parameters
|
2929
|
+
# @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
|
2930
|
+
def repos_upstream_dart_delete_with_http_info(owner, identifier, slug_perm, opts = {})
|
2931
|
+
if @api_client.config.debugging
|
2932
|
+
@api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_dart_delete ...'
|
2933
|
+
end
|
2934
|
+
# verify the required parameter 'owner' is set
|
2935
|
+
if @api_client.config.client_side_validation && owner.nil?
|
2936
|
+
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_dart_delete"
|
2937
|
+
end
|
2938
|
+
# verify the required parameter 'identifier' is set
|
2939
|
+
if @api_client.config.client_side_validation && identifier.nil?
|
2940
|
+
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_dart_delete"
|
2941
|
+
end
|
2942
|
+
# verify the required parameter 'slug_perm' is set
|
2943
|
+
if @api_client.config.client_side_validation && slug_perm.nil?
|
2944
|
+
fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_dart_delete"
|
2945
|
+
end
|
2946
|
+
# resource path
|
2947
|
+
local_var_path = '/repos/{owner}/{identifier}/upstream/dart/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
|
2948
|
+
|
2949
|
+
# query parameters
|
2950
|
+
query_params = {}
|
2951
|
+
|
2952
|
+
# header parameters
|
2953
|
+
header_params = {}
|
2954
|
+
# HTTP header 'Accept' (if needed)
|
2955
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
2956
|
+
# HTTP header 'Content-Type'
|
2957
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
2958
|
+
|
2959
|
+
# form parameters
|
2960
|
+
form_params = {}
|
2961
|
+
|
2962
|
+
# http body (model)
|
2963
|
+
post_body = nil
|
2964
|
+
auth_names = ['apikey', 'basic']
|
2965
|
+
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
|
2966
|
+
:header_params => header_params,
|
2967
|
+
:query_params => query_params,
|
2968
|
+
:form_params => form_params,
|
2969
|
+
:body => post_body,
|
2970
|
+
:auth_names => auth_names)
|
2971
|
+
if @api_client.config.debugging
|
2972
|
+
@api_client.config.logger.debug "API called: ReposApi#repos_upstream_dart_delete\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
2973
|
+
end
|
2974
|
+
return data, status_code, headers
|
2975
|
+
end
|
2976
|
+
# List Dart upstream configs for this repository.
|
2977
|
+
# List Dart upstream configs for this repository.
|
2978
|
+
# @param owner
|
2979
|
+
# @param identifier
|
2980
|
+
# @param [Hash] opts the optional parameters
|
2981
|
+
# @option opts [Integer] :page A page number within the paginated result set.
|
2982
|
+
# @option opts [Integer] :page_size Number of results to return per page.
|
2983
|
+
# @return [Array<DartUpstream>]
|
2984
|
+
def repos_upstream_dart_list(owner, identifier, opts = {})
|
2985
|
+
data, _status_code, _headers = repos_upstream_dart_list_with_http_info(owner, identifier, opts)
|
2986
|
+
data
|
2987
|
+
end
|
2988
|
+
|
2989
|
+
# List Dart upstream configs for this repository.
|
2990
|
+
# List Dart upstream configs for this repository.
|
2991
|
+
# @param owner
|
2992
|
+
# @param identifier
|
2993
|
+
# @param [Hash] opts the optional parameters
|
2994
|
+
# @option opts [Integer] :page A page number within the paginated result set.
|
2995
|
+
# @option opts [Integer] :page_size Number of results to return per page.
|
2996
|
+
# @return [Array<(Array<DartUpstream>, Fixnum, Hash)>] Array<DartUpstream> data, response status code and response headers
|
2997
|
+
def repos_upstream_dart_list_with_http_info(owner, identifier, opts = {})
|
2998
|
+
if @api_client.config.debugging
|
2999
|
+
@api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_dart_list ...'
|
3000
|
+
end
|
3001
|
+
# verify the required parameter 'owner' is set
|
3002
|
+
if @api_client.config.client_side_validation && owner.nil?
|
3003
|
+
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_dart_list"
|
3004
|
+
end
|
3005
|
+
# verify the required parameter 'identifier' is set
|
3006
|
+
if @api_client.config.client_side_validation && identifier.nil?
|
3007
|
+
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_dart_list"
|
3008
|
+
end
|
3009
|
+
# resource path
|
3010
|
+
local_var_path = '/repos/{owner}/{identifier}/upstream/dart/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s)
|
3011
|
+
|
3012
|
+
# query parameters
|
3013
|
+
query_params = {}
|
3014
|
+
query_params[:'page'] = opts[:'page'] if !opts[:'page'].nil?
|
3015
|
+
query_params[:'page_size'] = opts[:'page_size'] if !opts[:'page_size'].nil?
|
3016
|
+
|
3017
|
+
# header parameters
|
3018
|
+
header_params = {}
|
3019
|
+
# HTTP header 'Accept' (if needed)
|
3020
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
3021
|
+
# HTTP header 'Content-Type'
|
3022
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
3023
|
+
|
3024
|
+
# form parameters
|
3025
|
+
form_params = {}
|
3026
|
+
|
3027
|
+
# http body (model)
|
3028
|
+
post_body = nil
|
3029
|
+
auth_names = ['apikey', 'basic']
|
3030
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
3031
|
+
:header_params => header_params,
|
3032
|
+
:query_params => query_params,
|
3033
|
+
:form_params => form_params,
|
3034
|
+
:body => post_body,
|
3035
|
+
:auth_names => auth_names,
|
3036
|
+
:return_type => 'Array<DartUpstream>')
|
3037
|
+
if @api_client.config.debugging
|
3038
|
+
@api_client.config.logger.debug "API called: ReposApi#repos_upstream_dart_list\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
3039
|
+
end
|
3040
|
+
return data, status_code, headers
|
3041
|
+
end
|
3042
|
+
# Partially update a Dart upstream config for this repository.
|
3043
|
+
# Partially update a Dart upstream config for this repository.
|
3044
|
+
# @param owner
|
3045
|
+
# @param identifier
|
3046
|
+
# @param slug_perm
|
3047
|
+
# @param [Hash] opts the optional parameters
|
3048
|
+
# @option opts [DartUpstreamRequestPatch] :data
|
3049
|
+
# @return [DartUpstream]
|
3050
|
+
def repos_upstream_dart_partial_update(owner, identifier, slug_perm, opts = {})
|
3051
|
+
data, _status_code, _headers = repos_upstream_dart_partial_update_with_http_info(owner, identifier, slug_perm, opts)
|
3052
|
+
data
|
3053
|
+
end
|
3054
|
+
|
3055
|
+
# Partially update a Dart upstream config for this repository.
|
3056
|
+
# Partially update a Dart upstream config for this repository.
|
3057
|
+
# @param owner
|
3058
|
+
# @param identifier
|
3059
|
+
# @param slug_perm
|
3060
|
+
# @param [Hash] opts the optional parameters
|
3061
|
+
# @option opts [DartUpstreamRequestPatch] :data
|
3062
|
+
# @return [Array<(DartUpstream, Fixnum, Hash)>] DartUpstream data, response status code and response headers
|
3063
|
+
def repos_upstream_dart_partial_update_with_http_info(owner, identifier, slug_perm, opts = {})
|
3064
|
+
if @api_client.config.debugging
|
3065
|
+
@api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_dart_partial_update ...'
|
3066
|
+
end
|
3067
|
+
# verify the required parameter 'owner' is set
|
3068
|
+
if @api_client.config.client_side_validation && owner.nil?
|
3069
|
+
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_dart_partial_update"
|
3070
|
+
end
|
3071
|
+
# verify the required parameter 'identifier' is set
|
3072
|
+
if @api_client.config.client_side_validation && identifier.nil?
|
3073
|
+
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_dart_partial_update"
|
3074
|
+
end
|
3075
|
+
# verify the required parameter 'slug_perm' is set
|
3076
|
+
if @api_client.config.client_side_validation && slug_perm.nil?
|
3077
|
+
fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_dart_partial_update"
|
3078
|
+
end
|
3079
|
+
# resource path
|
3080
|
+
local_var_path = '/repos/{owner}/{identifier}/upstream/dart/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
|
3081
|
+
|
3082
|
+
# query parameters
|
3083
|
+
query_params = {}
|
3084
|
+
|
3085
|
+
# header parameters
|
3086
|
+
header_params = {}
|
3087
|
+
# HTTP header 'Accept' (if needed)
|
3088
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
3089
|
+
# HTTP header 'Content-Type'
|
3090
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
3091
|
+
|
3092
|
+
# form parameters
|
3093
|
+
form_params = {}
|
3094
|
+
|
3095
|
+
# http body (model)
|
3096
|
+
post_body = @api_client.object_to_http_body(opts[:'data'])
|
3097
|
+
auth_names = ['apikey', 'basic']
|
3098
|
+
data, status_code, headers = @api_client.call_api(:PATCH, local_var_path,
|
3099
|
+
:header_params => header_params,
|
3100
|
+
:query_params => query_params,
|
3101
|
+
:form_params => form_params,
|
3102
|
+
:body => post_body,
|
3103
|
+
:auth_names => auth_names,
|
3104
|
+
:return_type => 'DartUpstream')
|
3105
|
+
if @api_client.config.debugging
|
3106
|
+
@api_client.config.logger.debug "API called: ReposApi#repos_upstream_dart_partial_update\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
3107
|
+
end
|
3108
|
+
return data, status_code, headers
|
3109
|
+
end
|
3110
|
+
# Retrieve a Dart upstream config for this repository.
|
3111
|
+
# Retrieve a Dart upstream config for this repository.
|
3112
|
+
# @param owner
|
3113
|
+
# @param identifier
|
3114
|
+
# @param slug_perm
|
3115
|
+
# @param [Hash] opts the optional parameters
|
3116
|
+
# @return [DartUpstream]
|
3117
|
+
def repos_upstream_dart_read(owner, identifier, slug_perm, opts = {})
|
3118
|
+
data, _status_code, _headers = repos_upstream_dart_read_with_http_info(owner, identifier, slug_perm, opts)
|
3119
|
+
data
|
3120
|
+
end
|
3121
|
+
|
3122
|
+
# Retrieve a Dart upstream config for this repository.
|
3123
|
+
# Retrieve a Dart upstream config for this repository.
|
3124
|
+
# @param owner
|
3125
|
+
# @param identifier
|
3126
|
+
# @param slug_perm
|
3127
|
+
# @param [Hash] opts the optional parameters
|
3128
|
+
# @return [Array<(DartUpstream, Fixnum, Hash)>] DartUpstream data, response status code and response headers
|
3129
|
+
def repos_upstream_dart_read_with_http_info(owner, identifier, slug_perm, opts = {})
|
3130
|
+
if @api_client.config.debugging
|
3131
|
+
@api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_dart_read ...'
|
3132
|
+
end
|
3133
|
+
# verify the required parameter 'owner' is set
|
3134
|
+
if @api_client.config.client_side_validation && owner.nil?
|
3135
|
+
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_dart_read"
|
3136
|
+
end
|
3137
|
+
# verify the required parameter 'identifier' is set
|
3138
|
+
if @api_client.config.client_side_validation && identifier.nil?
|
3139
|
+
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_dart_read"
|
3140
|
+
end
|
3141
|
+
# verify the required parameter 'slug_perm' is set
|
3142
|
+
if @api_client.config.client_side_validation && slug_perm.nil?
|
3143
|
+
fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_dart_read"
|
3144
|
+
end
|
3145
|
+
# resource path
|
3146
|
+
local_var_path = '/repos/{owner}/{identifier}/upstream/dart/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
|
3147
|
+
|
3148
|
+
# query parameters
|
3149
|
+
query_params = {}
|
3150
|
+
|
3151
|
+
# header parameters
|
3152
|
+
header_params = {}
|
3153
|
+
# HTTP header 'Accept' (if needed)
|
3154
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
3155
|
+
# HTTP header 'Content-Type'
|
3156
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
3157
|
+
|
3158
|
+
# form parameters
|
3159
|
+
form_params = {}
|
3160
|
+
|
3161
|
+
# http body (model)
|
3162
|
+
post_body = nil
|
3163
|
+
auth_names = ['apikey', 'basic']
|
3164
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
3165
|
+
:header_params => header_params,
|
3166
|
+
:query_params => query_params,
|
3167
|
+
:form_params => form_params,
|
3168
|
+
:body => post_body,
|
3169
|
+
:auth_names => auth_names,
|
3170
|
+
:return_type => 'DartUpstream')
|
3171
|
+
if @api_client.config.debugging
|
3172
|
+
@api_client.config.logger.debug "API called: ReposApi#repos_upstream_dart_read\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
3173
|
+
end
|
3174
|
+
return data, status_code, headers
|
3175
|
+
end
|
3176
|
+
# Update a Dart upstream config for this repository.
|
3177
|
+
# Update a Dart upstream config for this repository.
|
3178
|
+
# @param owner
|
3179
|
+
# @param identifier
|
3180
|
+
# @param slug_perm
|
3181
|
+
# @param [Hash] opts the optional parameters
|
3182
|
+
# @option opts [DartUpstreamRequest] :data
|
3183
|
+
# @return [DartUpstream]
|
3184
|
+
def repos_upstream_dart_update(owner, identifier, slug_perm, opts = {})
|
3185
|
+
data, _status_code, _headers = repos_upstream_dart_update_with_http_info(owner, identifier, slug_perm, opts)
|
2396
3186
|
data
|
2397
3187
|
end
|
2398
3188
|
|
2399
|
-
# Update a
|
2400
|
-
# Update a
|
3189
|
+
# Update a Dart upstream config for this repository.
|
3190
|
+
# Update a Dart upstream config for this repository.
|
2401
3191
|
# @param owner
|
2402
3192
|
# @param identifier
|
2403
3193
|
# @param slug_perm
|
2404
3194
|
# @param [Hash] opts the optional parameters
|
2405
|
-
# @option opts [
|
2406
|
-
# @return [Array<(
|
2407
|
-
def
|
3195
|
+
# @option opts [DartUpstreamRequest] :data
|
3196
|
+
# @return [Array<(DartUpstream, Fixnum, Hash)>] DartUpstream data, response status code and response headers
|
3197
|
+
def repos_upstream_dart_update_with_http_info(owner, identifier, slug_perm, opts = {})
|
2408
3198
|
if @api_client.config.debugging
|
2409
|
-
@api_client.config.logger.debug 'Calling API: ReposApi.
|
3199
|
+
@api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_dart_update ...'
|
2410
3200
|
end
|
2411
3201
|
# verify the required parameter 'owner' is set
|
2412
3202
|
if @api_client.config.client_side_validation && owner.nil?
|
2413
|
-
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.
|
3203
|
+
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_dart_update"
|
2414
3204
|
end
|
2415
3205
|
# verify the required parameter 'identifier' is set
|
2416
3206
|
if @api_client.config.client_side_validation && identifier.nil?
|
2417
|
-
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.
|
3207
|
+
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_dart_update"
|
2418
3208
|
end
|
2419
3209
|
# verify the required parameter 'slug_perm' is set
|
2420
3210
|
if @api_client.config.client_side_validation && slug_perm.nil?
|
2421
|
-
fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.
|
3211
|
+
fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_dart_update"
|
2422
3212
|
end
|
2423
3213
|
# resource path
|
2424
|
-
local_var_path = '/repos/{owner}/{identifier}/upstream/
|
3214
|
+
local_var_path = '/repos/{owner}/{identifier}/upstream/dart/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
|
2425
3215
|
|
2426
3216
|
# query parameters
|
2427
3217
|
query_params = {}
|
@@ -2445,45 +3235,45 @@ module CloudsmithApi
|
|
2445
3235
|
:form_params => form_params,
|
2446
3236
|
:body => post_body,
|
2447
3237
|
:auth_names => auth_names,
|
2448
|
-
:return_type => '
|
3238
|
+
:return_type => 'DartUpstream')
|
2449
3239
|
if @api_client.config.debugging
|
2450
|
-
@api_client.config.logger.debug "API called: ReposApi#
|
3240
|
+
@api_client.config.logger.debug "API called: ReposApi#repos_upstream_dart_update\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
2451
3241
|
end
|
2452
3242
|
return data, status_code, headers
|
2453
3243
|
end
|
2454
|
-
# Create a
|
2455
|
-
# Create a
|
3244
|
+
# Create a Debian upstream config for this repository.
|
3245
|
+
# Create a Debian upstream config for this repository.
|
2456
3246
|
# @param owner
|
2457
3247
|
# @param identifier
|
2458
3248
|
# @param [Hash] opts the optional parameters
|
2459
|
-
# @option opts [
|
2460
|
-
# @return [
|
2461
|
-
def
|
2462
|
-
data, _status_code, _headers =
|
3249
|
+
# @option opts [DebUpstreamRequest] :data
|
3250
|
+
# @return [DebUpstream]
|
3251
|
+
def repos_upstream_deb_create(owner, identifier, opts = {})
|
3252
|
+
data, _status_code, _headers = repos_upstream_deb_create_with_http_info(owner, identifier, opts)
|
2463
3253
|
data
|
2464
3254
|
end
|
2465
3255
|
|
2466
|
-
# Create a
|
2467
|
-
# Create a
|
3256
|
+
# Create a Debian upstream config for this repository.
|
3257
|
+
# Create a Debian upstream config for this repository.
|
2468
3258
|
# @param owner
|
2469
3259
|
# @param identifier
|
2470
3260
|
# @param [Hash] opts the optional parameters
|
2471
|
-
# @option opts [
|
2472
|
-
# @return [Array<(
|
2473
|
-
def
|
3261
|
+
# @option opts [DebUpstreamRequest] :data
|
3262
|
+
# @return [Array<(DebUpstream, Fixnum, Hash)>] DebUpstream data, response status code and response headers
|
3263
|
+
def repos_upstream_deb_create_with_http_info(owner, identifier, opts = {})
|
2474
3264
|
if @api_client.config.debugging
|
2475
|
-
@api_client.config.logger.debug 'Calling API: ReposApi.
|
3265
|
+
@api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_deb_create ...'
|
2476
3266
|
end
|
2477
3267
|
# verify the required parameter 'owner' is set
|
2478
3268
|
if @api_client.config.client_side_validation && owner.nil?
|
2479
|
-
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.
|
3269
|
+
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_deb_create"
|
2480
3270
|
end
|
2481
3271
|
# verify the required parameter 'identifier' is set
|
2482
3272
|
if @api_client.config.client_side_validation && identifier.nil?
|
2483
|
-
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.
|
3273
|
+
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_deb_create"
|
2484
3274
|
end
|
2485
3275
|
# resource path
|
2486
|
-
local_var_path = '/repos/{owner}/{identifier}/upstream/
|
3276
|
+
local_var_path = '/repos/{owner}/{identifier}/upstream/deb/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s)
|
2487
3277
|
|
2488
3278
|
# query parameters
|
2489
3279
|
query_params = {}
|
@@ -2507,49 +3297,49 @@ module CloudsmithApi
|
|
2507
3297
|
:form_params => form_params,
|
2508
3298
|
:body => post_body,
|
2509
3299
|
:auth_names => auth_names,
|
2510
|
-
:return_type => '
|
3300
|
+
:return_type => 'DebUpstream')
|
2511
3301
|
if @api_client.config.debugging
|
2512
|
-
@api_client.config.logger.debug "API called: ReposApi#
|
3302
|
+
@api_client.config.logger.debug "API called: ReposApi#repos_upstream_deb_create\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
2513
3303
|
end
|
2514
3304
|
return data, status_code, headers
|
2515
3305
|
end
|
2516
|
-
# Delete a
|
2517
|
-
# Delete a
|
3306
|
+
# Delete a Debian upstream config for this repository.
|
3307
|
+
# Delete a Debian upstream config for this repository.
|
2518
3308
|
# @param owner
|
2519
3309
|
# @param identifier
|
2520
3310
|
# @param slug_perm
|
2521
3311
|
# @param [Hash] opts the optional parameters
|
2522
3312
|
# @return [nil]
|
2523
|
-
def
|
2524
|
-
|
3313
|
+
def repos_upstream_deb_delete(owner, identifier, slug_perm, opts = {})
|
3314
|
+
repos_upstream_deb_delete_with_http_info(owner, identifier, slug_perm, opts)
|
2525
3315
|
nil
|
2526
3316
|
end
|
2527
3317
|
|
2528
|
-
# Delete a
|
2529
|
-
# Delete a
|
3318
|
+
# Delete a Debian upstream config for this repository.
|
3319
|
+
# Delete a Debian upstream config for this repository.
|
2530
3320
|
# @param owner
|
2531
3321
|
# @param identifier
|
2532
3322
|
# @param slug_perm
|
2533
3323
|
# @param [Hash] opts the optional parameters
|
2534
3324
|
# @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
|
2535
|
-
def
|
3325
|
+
def repos_upstream_deb_delete_with_http_info(owner, identifier, slug_perm, opts = {})
|
2536
3326
|
if @api_client.config.debugging
|
2537
|
-
@api_client.config.logger.debug 'Calling API: ReposApi.
|
3327
|
+
@api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_deb_delete ...'
|
2538
3328
|
end
|
2539
3329
|
# verify the required parameter 'owner' is set
|
2540
3330
|
if @api_client.config.client_side_validation && owner.nil?
|
2541
|
-
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.
|
3331
|
+
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_deb_delete"
|
2542
3332
|
end
|
2543
3333
|
# verify the required parameter 'identifier' is set
|
2544
3334
|
if @api_client.config.client_side_validation && identifier.nil?
|
2545
|
-
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.
|
3335
|
+
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_deb_delete"
|
2546
3336
|
end
|
2547
3337
|
# verify the required parameter 'slug_perm' is set
|
2548
3338
|
if @api_client.config.client_side_validation && slug_perm.nil?
|
2549
|
-
fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.
|
3339
|
+
fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_deb_delete"
|
2550
3340
|
end
|
2551
3341
|
# resource path
|
2552
|
-
local_var_path = '/repos/{owner}/{identifier}/upstream/
|
3342
|
+
local_var_path = '/repos/{owner}/{identifier}/upstream/deb/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
|
2553
3343
|
|
2554
3344
|
# query parameters
|
2555
3345
|
query_params = {}
|
@@ -2574,45 +3364,45 @@ module CloudsmithApi
|
|
2574
3364
|
:body => post_body,
|
2575
3365
|
:auth_names => auth_names)
|
2576
3366
|
if @api_client.config.debugging
|
2577
|
-
@api_client.config.logger.debug "API called: ReposApi#
|
3367
|
+
@api_client.config.logger.debug "API called: ReposApi#repos_upstream_deb_delete\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
2578
3368
|
end
|
2579
3369
|
return data, status_code, headers
|
2580
3370
|
end
|
2581
|
-
# List
|
2582
|
-
# List
|
3371
|
+
# List Debian upstream configs for this repository.
|
3372
|
+
# List Debian upstream configs for this repository.
|
2583
3373
|
# @param owner
|
2584
3374
|
# @param identifier
|
2585
3375
|
# @param [Hash] opts the optional parameters
|
2586
3376
|
# @option opts [Integer] :page A page number within the paginated result set.
|
2587
3377
|
# @option opts [Integer] :page_size Number of results to return per page.
|
2588
|
-
# @return [Array<
|
2589
|
-
def
|
2590
|
-
data, _status_code, _headers =
|
3378
|
+
# @return [Array<DebUpstream>]
|
3379
|
+
def repos_upstream_deb_list(owner, identifier, opts = {})
|
3380
|
+
data, _status_code, _headers = repos_upstream_deb_list_with_http_info(owner, identifier, opts)
|
2591
3381
|
data
|
2592
3382
|
end
|
2593
3383
|
|
2594
|
-
# List
|
2595
|
-
# List
|
3384
|
+
# List Debian upstream configs for this repository.
|
3385
|
+
# List Debian upstream configs for this repository.
|
2596
3386
|
# @param owner
|
2597
3387
|
# @param identifier
|
2598
3388
|
# @param [Hash] opts the optional parameters
|
2599
3389
|
# @option opts [Integer] :page A page number within the paginated result set.
|
2600
3390
|
# @option opts [Integer] :page_size Number of results to return per page.
|
2601
|
-
# @return [Array<(Array<
|
2602
|
-
def
|
3391
|
+
# @return [Array<(Array<DebUpstream>, Fixnum, Hash)>] Array<DebUpstream> data, response status code and response headers
|
3392
|
+
def repos_upstream_deb_list_with_http_info(owner, identifier, opts = {})
|
2603
3393
|
if @api_client.config.debugging
|
2604
|
-
@api_client.config.logger.debug 'Calling API: ReposApi.
|
3394
|
+
@api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_deb_list ...'
|
2605
3395
|
end
|
2606
3396
|
# verify the required parameter 'owner' is set
|
2607
3397
|
if @api_client.config.client_side_validation && owner.nil?
|
2608
|
-
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.
|
3398
|
+
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_deb_list"
|
2609
3399
|
end
|
2610
3400
|
# verify the required parameter 'identifier' is set
|
2611
3401
|
if @api_client.config.client_side_validation && identifier.nil?
|
2612
|
-
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.
|
3402
|
+
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_deb_list"
|
2613
3403
|
end
|
2614
3404
|
# resource path
|
2615
|
-
local_var_path = '/repos/{owner}/{identifier}/upstream/
|
3405
|
+
local_var_path = '/repos/{owner}/{identifier}/upstream/deb/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s)
|
2616
3406
|
|
2617
3407
|
# query parameters
|
2618
3408
|
query_params = {}
|
@@ -2638,51 +3428,51 @@ module CloudsmithApi
|
|
2638
3428
|
:form_params => form_params,
|
2639
3429
|
:body => post_body,
|
2640
3430
|
:auth_names => auth_names,
|
2641
|
-
:return_type => 'Array<
|
3431
|
+
:return_type => 'Array<DebUpstream>')
|
2642
3432
|
if @api_client.config.debugging
|
2643
|
-
@api_client.config.logger.debug "API called: ReposApi#
|
3433
|
+
@api_client.config.logger.debug "API called: ReposApi#repos_upstream_deb_list\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
2644
3434
|
end
|
2645
3435
|
return data, status_code, headers
|
2646
3436
|
end
|
2647
|
-
# Partially update a
|
2648
|
-
# Partially update a
|
3437
|
+
# Partially update a Debian upstream config for this repository.
|
3438
|
+
# Partially update a Debian upstream config for this repository.
|
2649
3439
|
# @param owner
|
2650
3440
|
# @param identifier
|
2651
3441
|
# @param slug_perm
|
2652
3442
|
# @param [Hash] opts the optional parameters
|
2653
|
-
# @option opts [
|
2654
|
-
# @return [
|
2655
|
-
def
|
2656
|
-
data, _status_code, _headers =
|
3443
|
+
# @option opts [DebUpstreamRequestPatch] :data
|
3444
|
+
# @return [DebUpstream]
|
3445
|
+
def repos_upstream_deb_partial_update(owner, identifier, slug_perm, opts = {})
|
3446
|
+
data, _status_code, _headers = repos_upstream_deb_partial_update_with_http_info(owner, identifier, slug_perm, opts)
|
2657
3447
|
data
|
2658
3448
|
end
|
2659
3449
|
|
2660
|
-
# Partially update a
|
2661
|
-
# Partially update a
|
3450
|
+
# Partially update a Debian upstream config for this repository.
|
3451
|
+
# Partially update a Debian upstream config for this repository.
|
2662
3452
|
# @param owner
|
2663
3453
|
# @param identifier
|
2664
3454
|
# @param slug_perm
|
2665
3455
|
# @param [Hash] opts the optional parameters
|
2666
|
-
# @option opts [
|
2667
|
-
# @return [Array<(
|
2668
|
-
def
|
3456
|
+
# @option opts [DebUpstreamRequestPatch] :data
|
3457
|
+
# @return [Array<(DebUpstream, Fixnum, Hash)>] DebUpstream data, response status code and response headers
|
3458
|
+
def repos_upstream_deb_partial_update_with_http_info(owner, identifier, slug_perm, opts = {})
|
2669
3459
|
if @api_client.config.debugging
|
2670
|
-
@api_client.config.logger.debug 'Calling API: ReposApi.
|
3460
|
+
@api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_deb_partial_update ...'
|
2671
3461
|
end
|
2672
3462
|
# verify the required parameter 'owner' is set
|
2673
3463
|
if @api_client.config.client_side_validation && owner.nil?
|
2674
|
-
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.
|
3464
|
+
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_deb_partial_update"
|
2675
3465
|
end
|
2676
3466
|
# verify the required parameter 'identifier' is set
|
2677
3467
|
if @api_client.config.client_side_validation && identifier.nil?
|
2678
|
-
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.
|
3468
|
+
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_deb_partial_update"
|
2679
3469
|
end
|
2680
3470
|
# verify the required parameter 'slug_perm' is set
|
2681
3471
|
if @api_client.config.client_side_validation && slug_perm.nil?
|
2682
|
-
fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.
|
3472
|
+
fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_deb_partial_update"
|
2683
3473
|
end
|
2684
3474
|
# resource path
|
2685
|
-
local_var_path = '/repos/{owner}/{identifier}/upstream/
|
3475
|
+
local_var_path = '/repos/{owner}/{identifier}/upstream/deb/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
|
2686
3476
|
|
2687
3477
|
# query parameters
|
2688
3478
|
query_params = {}
|
@@ -2706,49 +3496,49 @@ module CloudsmithApi
|
|
2706
3496
|
:form_params => form_params,
|
2707
3497
|
:body => post_body,
|
2708
3498
|
:auth_names => auth_names,
|
2709
|
-
:return_type => '
|
3499
|
+
:return_type => 'DebUpstream')
|
2710
3500
|
if @api_client.config.debugging
|
2711
|
-
@api_client.config.logger.debug "API called: ReposApi#
|
3501
|
+
@api_client.config.logger.debug "API called: ReposApi#repos_upstream_deb_partial_update\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
2712
3502
|
end
|
2713
3503
|
return data, status_code, headers
|
2714
3504
|
end
|
2715
|
-
# Retrieve a
|
2716
|
-
# Retrieve a
|
3505
|
+
# Retrieve a Debian upstream config for this repository.
|
3506
|
+
# Retrieve a Debian upstream config for this repository.
|
2717
3507
|
# @param owner
|
2718
3508
|
# @param identifier
|
2719
3509
|
# @param slug_perm
|
2720
3510
|
# @param [Hash] opts the optional parameters
|
2721
|
-
# @return [
|
2722
|
-
def
|
2723
|
-
data, _status_code, _headers =
|
3511
|
+
# @return [DebUpstream]
|
3512
|
+
def repos_upstream_deb_read(owner, identifier, slug_perm, opts = {})
|
3513
|
+
data, _status_code, _headers = repos_upstream_deb_read_with_http_info(owner, identifier, slug_perm, opts)
|
2724
3514
|
data
|
2725
3515
|
end
|
2726
3516
|
|
2727
|
-
# Retrieve a
|
2728
|
-
# Retrieve a
|
3517
|
+
# Retrieve a Debian upstream config for this repository.
|
3518
|
+
# Retrieve a Debian upstream config for this repository.
|
2729
3519
|
# @param owner
|
2730
3520
|
# @param identifier
|
2731
3521
|
# @param slug_perm
|
2732
3522
|
# @param [Hash] opts the optional parameters
|
2733
|
-
# @return [Array<(
|
2734
|
-
def
|
3523
|
+
# @return [Array<(DebUpstream, Fixnum, Hash)>] DebUpstream data, response status code and response headers
|
3524
|
+
def repos_upstream_deb_read_with_http_info(owner, identifier, slug_perm, opts = {})
|
2735
3525
|
if @api_client.config.debugging
|
2736
|
-
@api_client.config.logger.debug 'Calling API: ReposApi.
|
3526
|
+
@api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_deb_read ...'
|
2737
3527
|
end
|
2738
3528
|
# verify the required parameter 'owner' is set
|
2739
3529
|
if @api_client.config.client_side_validation && owner.nil?
|
2740
|
-
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.
|
3530
|
+
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_deb_read"
|
2741
3531
|
end
|
2742
3532
|
# verify the required parameter 'identifier' is set
|
2743
3533
|
if @api_client.config.client_side_validation && identifier.nil?
|
2744
|
-
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.
|
3534
|
+
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_deb_read"
|
2745
3535
|
end
|
2746
3536
|
# verify the required parameter 'slug_perm' is set
|
2747
3537
|
if @api_client.config.client_side_validation && slug_perm.nil?
|
2748
|
-
fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.
|
3538
|
+
fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_deb_read"
|
2749
3539
|
end
|
2750
3540
|
# resource path
|
2751
|
-
local_var_path = '/repos/{owner}/{identifier}/upstream/
|
3541
|
+
local_var_path = '/repos/{owner}/{identifier}/upstream/deb/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
|
2752
3542
|
|
2753
3543
|
# query parameters
|
2754
3544
|
query_params = {}
|
@@ -2772,51 +3562,51 @@ module CloudsmithApi
|
|
2772
3562
|
:form_params => form_params,
|
2773
3563
|
:body => post_body,
|
2774
3564
|
:auth_names => auth_names,
|
2775
|
-
:return_type => '
|
3565
|
+
:return_type => 'DebUpstream')
|
2776
3566
|
if @api_client.config.debugging
|
2777
|
-
@api_client.config.logger.debug "API called: ReposApi#
|
3567
|
+
@api_client.config.logger.debug "API called: ReposApi#repos_upstream_deb_read\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
2778
3568
|
end
|
2779
3569
|
return data, status_code, headers
|
2780
3570
|
end
|
2781
|
-
# Update a
|
2782
|
-
# Update a
|
3571
|
+
# Update a Debian upstream config for this repository.
|
3572
|
+
# Update a Debian upstream config for this repository.
|
2783
3573
|
# @param owner
|
2784
3574
|
# @param identifier
|
2785
3575
|
# @param slug_perm
|
2786
3576
|
# @param [Hash] opts the optional parameters
|
2787
|
-
# @option opts [
|
2788
|
-
# @return [
|
2789
|
-
def
|
2790
|
-
data, _status_code, _headers =
|
3577
|
+
# @option opts [DebUpstreamRequest] :data
|
3578
|
+
# @return [DebUpstream]
|
3579
|
+
def repos_upstream_deb_update(owner, identifier, slug_perm, opts = {})
|
3580
|
+
data, _status_code, _headers = repos_upstream_deb_update_with_http_info(owner, identifier, slug_perm, opts)
|
2791
3581
|
data
|
2792
3582
|
end
|
2793
3583
|
|
2794
|
-
# Update a
|
2795
|
-
# Update a
|
3584
|
+
# Update a Debian upstream config for this repository.
|
3585
|
+
# Update a Debian upstream config for this repository.
|
2796
3586
|
# @param owner
|
2797
3587
|
# @param identifier
|
2798
3588
|
# @param slug_perm
|
2799
3589
|
# @param [Hash] opts the optional parameters
|
2800
|
-
# @option opts [
|
2801
|
-
# @return [Array<(
|
2802
|
-
def
|
3590
|
+
# @option opts [DebUpstreamRequest] :data
|
3591
|
+
# @return [Array<(DebUpstream, Fixnum, Hash)>] DebUpstream data, response status code and response headers
|
3592
|
+
def repos_upstream_deb_update_with_http_info(owner, identifier, slug_perm, opts = {})
|
2803
3593
|
if @api_client.config.debugging
|
2804
|
-
@api_client.config.logger.debug 'Calling API: ReposApi.
|
3594
|
+
@api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_deb_update ...'
|
2805
3595
|
end
|
2806
3596
|
# verify the required parameter 'owner' is set
|
2807
3597
|
if @api_client.config.client_side_validation && owner.nil?
|
2808
|
-
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.
|
3598
|
+
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_deb_update"
|
2809
3599
|
end
|
2810
3600
|
# verify the required parameter 'identifier' is set
|
2811
3601
|
if @api_client.config.client_side_validation && identifier.nil?
|
2812
|
-
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.
|
3602
|
+
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_deb_update"
|
2813
3603
|
end
|
2814
3604
|
# verify the required parameter 'slug_perm' is set
|
2815
3605
|
if @api_client.config.client_side_validation && slug_perm.nil?
|
2816
|
-
fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.
|
3606
|
+
fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_deb_update"
|
2817
3607
|
end
|
2818
3608
|
# resource path
|
2819
|
-
local_var_path = '/repos/{owner}/{identifier}/upstream/
|
3609
|
+
local_var_path = '/repos/{owner}/{identifier}/upstream/deb/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
|
2820
3610
|
|
2821
3611
|
# query parameters
|
2822
3612
|
query_params = {}
|
@@ -2840,45 +3630,45 @@ module CloudsmithApi
|
|
2840
3630
|
:form_params => form_params,
|
2841
3631
|
:body => post_body,
|
2842
3632
|
:auth_names => auth_names,
|
2843
|
-
:return_type => '
|
3633
|
+
:return_type => 'DebUpstream')
|
2844
3634
|
if @api_client.config.debugging
|
2845
|
-
@api_client.config.logger.debug "API called: ReposApi#
|
3635
|
+
@api_client.config.logger.debug "API called: ReposApi#repos_upstream_deb_update\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
2846
3636
|
end
|
2847
3637
|
return data, status_code, headers
|
2848
3638
|
end
|
2849
|
-
# Create a
|
2850
|
-
# Create a
|
3639
|
+
# Create a Docker upstream config for this repository.
|
3640
|
+
# Create a Docker upstream config for this repository.
|
2851
3641
|
# @param owner
|
2852
3642
|
# @param identifier
|
2853
3643
|
# @param [Hash] opts the optional parameters
|
2854
|
-
# @option opts [
|
2855
|
-
# @return [
|
2856
|
-
def
|
2857
|
-
data, _status_code, _headers =
|
3644
|
+
# @option opts [DockerUpstreamRequest] :data
|
3645
|
+
# @return [DockerUpstream]
|
3646
|
+
def repos_upstream_docker_create(owner, identifier, opts = {})
|
3647
|
+
data, _status_code, _headers = repos_upstream_docker_create_with_http_info(owner, identifier, opts)
|
2858
3648
|
data
|
2859
3649
|
end
|
2860
3650
|
|
2861
|
-
# Create a
|
2862
|
-
# Create a
|
3651
|
+
# Create a Docker upstream config for this repository.
|
3652
|
+
# Create a Docker upstream config for this repository.
|
2863
3653
|
# @param owner
|
2864
3654
|
# @param identifier
|
2865
3655
|
# @param [Hash] opts the optional parameters
|
2866
|
-
# @option opts [
|
2867
|
-
# @return [Array<(
|
2868
|
-
def
|
3656
|
+
# @option opts [DockerUpstreamRequest] :data
|
3657
|
+
# @return [Array<(DockerUpstream, Fixnum, Hash)>] DockerUpstream data, response status code and response headers
|
3658
|
+
def repos_upstream_docker_create_with_http_info(owner, identifier, opts = {})
|
2869
3659
|
if @api_client.config.debugging
|
2870
|
-
@api_client.config.logger.debug 'Calling API: ReposApi.
|
3660
|
+
@api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_docker_create ...'
|
2871
3661
|
end
|
2872
3662
|
# verify the required parameter 'owner' is set
|
2873
3663
|
if @api_client.config.client_side_validation && owner.nil?
|
2874
|
-
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.
|
3664
|
+
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_docker_create"
|
2875
3665
|
end
|
2876
3666
|
# verify the required parameter 'identifier' is set
|
2877
3667
|
if @api_client.config.client_side_validation && identifier.nil?
|
2878
|
-
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.
|
3668
|
+
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_docker_create"
|
2879
3669
|
end
|
2880
3670
|
# resource path
|
2881
|
-
local_var_path = '/repos/{owner}/{identifier}/upstream/
|
3671
|
+
local_var_path = '/repos/{owner}/{identifier}/upstream/docker/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s)
|
2882
3672
|
|
2883
3673
|
# query parameters
|
2884
3674
|
query_params = {}
|
@@ -2902,49 +3692,49 @@ module CloudsmithApi
|
|
2902
3692
|
:form_params => form_params,
|
2903
3693
|
:body => post_body,
|
2904
3694
|
:auth_names => auth_names,
|
2905
|
-
:return_type => '
|
3695
|
+
:return_type => 'DockerUpstream')
|
2906
3696
|
if @api_client.config.debugging
|
2907
|
-
@api_client.config.logger.debug "API called: ReposApi#
|
3697
|
+
@api_client.config.logger.debug "API called: ReposApi#repos_upstream_docker_create\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
2908
3698
|
end
|
2909
3699
|
return data, status_code, headers
|
2910
|
-
end
|
2911
|
-
# Delete a
|
2912
|
-
# Delete a
|
3700
|
+
end
|
3701
|
+
# Delete a Docker upstream config for this repository.
|
3702
|
+
# Delete a Docker upstream config for this repository.
|
2913
3703
|
# @param owner
|
2914
3704
|
# @param identifier
|
2915
3705
|
# @param slug_perm
|
2916
3706
|
# @param [Hash] opts the optional parameters
|
2917
3707
|
# @return [nil]
|
2918
|
-
def
|
2919
|
-
|
3708
|
+
def repos_upstream_docker_delete(owner, identifier, slug_perm, opts = {})
|
3709
|
+
repos_upstream_docker_delete_with_http_info(owner, identifier, slug_perm, opts)
|
2920
3710
|
nil
|
2921
3711
|
end
|
2922
3712
|
|
2923
|
-
# Delete a
|
2924
|
-
# Delete a
|
3713
|
+
# Delete a Docker upstream config for this repository.
|
3714
|
+
# Delete a Docker upstream config for this repository.
|
2925
3715
|
# @param owner
|
2926
3716
|
# @param identifier
|
2927
3717
|
# @param slug_perm
|
2928
3718
|
# @param [Hash] opts the optional parameters
|
2929
3719
|
# @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
|
2930
|
-
def
|
3720
|
+
def repos_upstream_docker_delete_with_http_info(owner, identifier, slug_perm, opts = {})
|
2931
3721
|
if @api_client.config.debugging
|
2932
|
-
@api_client.config.logger.debug 'Calling API: ReposApi.
|
3722
|
+
@api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_docker_delete ...'
|
2933
3723
|
end
|
2934
3724
|
# verify the required parameter 'owner' is set
|
2935
3725
|
if @api_client.config.client_side_validation && owner.nil?
|
2936
|
-
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.
|
3726
|
+
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_docker_delete"
|
2937
3727
|
end
|
2938
3728
|
# verify the required parameter 'identifier' is set
|
2939
3729
|
if @api_client.config.client_side_validation && identifier.nil?
|
2940
|
-
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.
|
3730
|
+
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_docker_delete"
|
2941
3731
|
end
|
2942
3732
|
# verify the required parameter 'slug_perm' is set
|
2943
3733
|
if @api_client.config.client_side_validation && slug_perm.nil?
|
2944
|
-
fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.
|
3734
|
+
fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_docker_delete"
|
2945
3735
|
end
|
2946
3736
|
# resource path
|
2947
|
-
local_var_path = '/repos/{owner}/{identifier}/upstream/
|
3737
|
+
local_var_path = '/repos/{owner}/{identifier}/upstream/docker/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
|
2948
3738
|
|
2949
3739
|
# query parameters
|
2950
3740
|
query_params = {}
|
@@ -2969,45 +3759,45 @@ module CloudsmithApi
|
|
2969
3759
|
:body => post_body,
|
2970
3760
|
:auth_names => auth_names)
|
2971
3761
|
if @api_client.config.debugging
|
2972
|
-
@api_client.config.logger.debug "API called: ReposApi#
|
3762
|
+
@api_client.config.logger.debug "API called: ReposApi#repos_upstream_docker_delete\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
2973
3763
|
end
|
2974
3764
|
return data, status_code, headers
|
2975
3765
|
end
|
2976
|
-
# List
|
2977
|
-
# List
|
3766
|
+
# List Docker upstream configs for this repository.
|
3767
|
+
# List Docker upstream configs for this repository.
|
2978
3768
|
# @param owner
|
2979
3769
|
# @param identifier
|
2980
3770
|
# @param [Hash] opts the optional parameters
|
2981
3771
|
# @option opts [Integer] :page A page number within the paginated result set.
|
2982
3772
|
# @option opts [Integer] :page_size Number of results to return per page.
|
2983
|
-
# @return [Array<
|
2984
|
-
def
|
2985
|
-
data, _status_code, _headers =
|
3773
|
+
# @return [Array<DockerUpstream>]
|
3774
|
+
def repos_upstream_docker_list(owner, identifier, opts = {})
|
3775
|
+
data, _status_code, _headers = repos_upstream_docker_list_with_http_info(owner, identifier, opts)
|
2986
3776
|
data
|
2987
3777
|
end
|
2988
3778
|
|
2989
|
-
# List
|
2990
|
-
# List
|
3779
|
+
# List Docker upstream configs for this repository.
|
3780
|
+
# List Docker upstream configs for this repository.
|
2991
3781
|
# @param owner
|
2992
3782
|
# @param identifier
|
2993
3783
|
# @param [Hash] opts the optional parameters
|
2994
3784
|
# @option opts [Integer] :page A page number within the paginated result set.
|
2995
3785
|
# @option opts [Integer] :page_size Number of results to return per page.
|
2996
|
-
# @return [Array<(Array<
|
2997
|
-
def
|
3786
|
+
# @return [Array<(Array<DockerUpstream>, Fixnum, Hash)>] Array<DockerUpstream> data, response status code and response headers
|
3787
|
+
def repos_upstream_docker_list_with_http_info(owner, identifier, opts = {})
|
2998
3788
|
if @api_client.config.debugging
|
2999
|
-
@api_client.config.logger.debug 'Calling API: ReposApi.
|
3789
|
+
@api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_docker_list ...'
|
3000
3790
|
end
|
3001
3791
|
# verify the required parameter 'owner' is set
|
3002
3792
|
if @api_client.config.client_side_validation && owner.nil?
|
3003
|
-
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.
|
3793
|
+
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_docker_list"
|
3004
3794
|
end
|
3005
3795
|
# verify the required parameter 'identifier' is set
|
3006
3796
|
if @api_client.config.client_side_validation && identifier.nil?
|
3007
|
-
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.
|
3797
|
+
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_docker_list"
|
3008
3798
|
end
|
3009
3799
|
# resource path
|
3010
|
-
local_var_path = '/repos/{owner}/{identifier}/upstream/
|
3800
|
+
local_var_path = '/repos/{owner}/{identifier}/upstream/docker/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s)
|
3011
3801
|
|
3012
3802
|
# query parameters
|
3013
3803
|
query_params = {}
|
@@ -3033,51 +3823,51 @@ module CloudsmithApi
|
|
3033
3823
|
:form_params => form_params,
|
3034
3824
|
:body => post_body,
|
3035
3825
|
:auth_names => auth_names,
|
3036
|
-
:return_type => 'Array<
|
3826
|
+
:return_type => 'Array<DockerUpstream>')
|
3037
3827
|
if @api_client.config.debugging
|
3038
|
-
@api_client.config.logger.debug "API called: ReposApi#
|
3828
|
+
@api_client.config.logger.debug "API called: ReposApi#repos_upstream_docker_list\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
3039
3829
|
end
|
3040
3830
|
return data, status_code, headers
|
3041
3831
|
end
|
3042
|
-
# Partially update a
|
3043
|
-
# Partially update a
|
3832
|
+
# Partially update a Docker upstream config for this repository.
|
3833
|
+
# Partially update a Docker upstream config for this repository.
|
3044
3834
|
# @param owner
|
3045
3835
|
# @param identifier
|
3046
3836
|
# @param slug_perm
|
3047
3837
|
# @param [Hash] opts the optional parameters
|
3048
|
-
# @option opts [
|
3049
|
-
# @return [
|
3050
|
-
def
|
3051
|
-
data, _status_code, _headers =
|
3838
|
+
# @option opts [DockerUpstreamRequestPatch] :data
|
3839
|
+
# @return [DockerUpstream]
|
3840
|
+
def repos_upstream_docker_partial_update(owner, identifier, slug_perm, opts = {})
|
3841
|
+
data, _status_code, _headers = repos_upstream_docker_partial_update_with_http_info(owner, identifier, slug_perm, opts)
|
3052
3842
|
data
|
3053
3843
|
end
|
3054
3844
|
|
3055
|
-
# Partially update a
|
3056
|
-
# Partially update a
|
3845
|
+
# Partially update a Docker upstream config for this repository.
|
3846
|
+
# Partially update a Docker upstream config for this repository.
|
3057
3847
|
# @param owner
|
3058
3848
|
# @param identifier
|
3059
3849
|
# @param slug_perm
|
3060
3850
|
# @param [Hash] opts the optional parameters
|
3061
|
-
# @option opts [
|
3062
|
-
# @return [Array<(
|
3063
|
-
def
|
3851
|
+
# @option opts [DockerUpstreamRequestPatch] :data
|
3852
|
+
# @return [Array<(DockerUpstream, Fixnum, Hash)>] DockerUpstream data, response status code and response headers
|
3853
|
+
def repos_upstream_docker_partial_update_with_http_info(owner, identifier, slug_perm, opts = {})
|
3064
3854
|
if @api_client.config.debugging
|
3065
|
-
@api_client.config.logger.debug 'Calling API: ReposApi.
|
3855
|
+
@api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_docker_partial_update ...'
|
3066
3856
|
end
|
3067
3857
|
# verify the required parameter 'owner' is set
|
3068
3858
|
if @api_client.config.client_side_validation && owner.nil?
|
3069
|
-
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.
|
3859
|
+
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_docker_partial_update"
|
3070
3860
|
end
|
3071
3861
|
# verify the required parameter 'identifier' is set
|
3072
3862
|
if @api_client.config.client_side_validation && identifier.nil?
|
3073
|
-
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.
|
3863
|
+
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_docker_partial_update"
|
3074
3864
|
end
|
3075
3865
|
# verify the required parameter 'slug_perm' is set
|
3076
3866
|
if @api_client.config.client_side_validation && slug_perm.nil?
|
3077
|
-
fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.
|
3867
|
+
fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_docker_partial_update"
|
3078
3868
|
end
|
3079
3869
|
# resource path
|
3080
|
-
local_var_path = '/repos/{owner}/{identifier}/upstream/
|
3870
|
+
local_var_path = '/repos/{owner}/{identifier}/upstream/docker/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
|
3081
3871
|
|
3082
3872
|
# query parameters
|
3083
3873
|
query_params = {}
|
@@ -3101,49 +3891,49 @@ module CloudsmithApi
|
|
3101
3891
|
:form_params => form_params,
|
3102
3892
|
:body => post_body,
|
3103
3893
|
:auth_names => auth_names,
|
3104
|
-
:return_type => '
|
3894
|
+
:return_type => 'DockerUpstream')
|
3105
3895
|
if @api_client.config.debugging
|
3106
|
-
@api_client.config.logger.debug "API called: ReposApi#
|
3896
|
+
@api_client.config.logger.debug "API called: ReposApi#repos_upstream_docker_partial_update\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
3107
3897
|
end
|
3108
3898
|
return data, status_code, headers
|
3109
3899
|
end
|
3110
|
-
# Retrieve a
|
3111
|
-
# Retrieve a
|
3900
|
+
# Retrieve a Docker upstream config for this repository.
|
3901
|
+
# Retrieve a Docker upstream config for this repository.
|
3112
3902
|
# @param owner
|
3113
3903
|
# @param identifier
|
3114
3904
|
# @param slug_perm
|
3115
3905
|
# @param [Hash] opts the optional parameters
|
3116
|
-
# @return [
|
3117
|
-
def
|
3118
|
-
data, _status_code, _headers =
|
3906
|
+
# @return [DockerUpstream]
|
3907
|
+
def repos_upstream_docker_read(owner, identifier, slug_perm, opts = {})
|
3908
|
+
data, _status_code, _headers = repos_upstream_docker_read_with_http_info(owner, identifier, slug_perm, opts)
|
3119
3909
|
data
|
3120
3910
|
end
|
3121
3911
|
|
3122
|
-
# Retrieve a
|
3123
|
-
# Retrieve a
|
3912
|
+
# Retrieve a Docker upstream config for this repository.
|
3913
|
+
# Retrieve a Docker upstream config for this repository.
|
3124
3914
|
# @param owner
|
3125
3915
|
# @param identifier
|
3126
3916
|
# @param slug_perm
|
3127
3917
|
# @param [Hash] opts the optional parameters
|
3128
|
-
# @return [Array<(
|
3129
|
-
def
|
3918
|
+
# @return [Array<(DockerUpstream, Fixnum, Hash)>] DockerUpstream data, response status code and response headers
|
3919
|
+
def repos_upstream_docker_read_with_http_info(owner, identifier, slug_perm, opts = {})
|
3130
3920
|
if @api_client.config.debugging
|
3131
|
-
@api_client.config.logger.debug 'Calling API: ReposApi.
|
3921
|
+
@api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_docker_read ...'
|
3132
3922
|
end
|
3133
3923
|
# verify the required parameter 'owner' is set
|
3134
3924
|
if @api_client.config.client_side_validation && owner.nil?
|
3135
|
-
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.
|
3925
|
+
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_docker_read"
|
3136
3926
|
end
|
3137
3927
|
# verify the required parameter 'identifier' is set
|
3138
3928
|
if @api_client.config.client_side_validation && identifier.nil?
|
3139
|
-
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.
|
3929
|
+
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_docker_read"
|
3140
3930
|
end
|
3141
3931
|
# verify the required parameter 'slug_perm' is set
|
3142
3932
|
if @api_client.config.client_side_validation && slug_perm.nil?
|
3143
|
-
fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.
|
3933
|
+
fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_docker_read"
|
3144
3934
|
end
|
3145
3935
|
# resource path
|
3146
|
-
local_var_path = '/repos/{owner}/{identifier}/upstream/
|
3936
|
+
local_var_path = '/repos/{owner}/{identifier}/upstream/docker/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
|
3147
3937
|
|
3148
3938
|
# query parameters
|
3149
3939
|
query_params = {}
|
@@ -3167,51 +3957,51 @@ module CloudsmithApi
|
|
3167
3957
|
:form_params => form_params,
|
3168
3958
|
:body => post_body,
|
3169
3959
|
:auth_names => auth_names,
|
3170
|
-
:return_type => '
|
3960
|
+
:return_type => 'DockerUpstream')
|
3171
3961
|
if @api_client.config.debugging
|
3172
|
-
@api_client.config.logger.debug "API called: ReposApi#
|
3962
|
+
@api_client.config.logger.debug "API called: ReposApi#repos_upstream_docker_read\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
3173
3963
|
end
|
3174
3964
|
return data, status_code, headers
|
3175
3965
|
end
|
3176
|
-
# Update a
|
3177
|
-
# Update a
|
3966
|
+
# Update a Docker upstream config for this repository.
|
3967
|
+
# Update a Docker upstream config for this repository.
|
3178
3968
|
# @param owner
|
3179
3969
|
# @param identifier
|
3180
3970
|
# @param slug_perm
|
3181
3971
|
# @param [Hash] opts the optional parameters
|
3182
|
-
# @option opts [
|
3183
|
-
# @return [
|
3184
|
-
def
|
3185
|
-
data, _status_code, _headers =
|
3972
|
+
# @option opts [DockerUpstreamRequest] :data
|
3973
|
+
# @return [DockerUpstream]
|
3974
|
+
def repos_upstream_docker_update(owner, identifier, slug_perm, opts = {})
|
3975
|
+
data, _status_code, _headers = repos_upstream_docker_update_with_http_info(owner, identifier, slug_perm, opts)
|
3186
3976
|
data
|
3187
3977
|
end
|
3188
3978
|
|
3189
|
-
# Update a
|
3190
|
-
# Update a
|
3979
|
+
# Update a Docker upstream config for this repository.
|
3980
|
+
# Update a Docker upstream config for this repository.
|
3191
3981
|
# @param owner
|
3192
3982
|
# @param identifier
|
3193
3983
|
# @param slug_perm
|
3194
3984
|
# @param [Hash] opts the optional parameters
|
3195
|
-
# @option opts [
|
3196
|
-
# @return [Array<(
|
3197
|
-
def
|
3985
|
+
# @option opts [DockerUpstreamRequest] :data
|
3986
|
+
# @return [Array<(DockerUpstream, Fixnum, Hash)>] DockerUpstream data, response status code and response headers
|
3987
|
+
def repos_upstream_docker_update_with_http_info(owner, identifier, slug_perm, opts = {})
|
3198
3988
|
if @api_client.config.debugging
|
3199
|
-
@api_client.config.logger.debug 'Calling API: ReposApi.
|
3989
|
+
@api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_docker_update ...'
|
3200
3990
|
end
|
3201
3991
|
# verify the required parameter 'owner' is set
|
3202
3992
|
if @api_client.config.client_side_validation && owner.nil?
|
3203
|
-
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.
|
3993
|
+
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_docker_update"
|
3204
3994
|
end
|
3205
3995
|
# verify the required parameter 'identifier' is set
|
3206
3996
|
if @api_client.config.client_side_validation && identifier.nil?
|
3207
|
-
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.
|
3997
|
+
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_docker_update"
|
3208
3998
|
end
|
3209
3999
|
# verify the required parameter 'slug_perm' is set
|
3210
4000
|
if @api_client.config.client_side_validation && slug_perm.nil?
|
3211
|
-
fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.
|
4001
|
+
fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_docker_update"
|
3212
4002
|
end
|
3213
4003
|
# resource path
|
3214
|
-
local_var_path = '/repos/{owner}/{identifier}/upstream/
|
4004
|
+
local_var_path = '/repos/{owner}/{identifier}/upstream/docker/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
|
3215
4005
|
|
3216
4006
|
# query parameters
|
3217
4007
|
query_params = {}
|
@@ -3235,45 +4025,45 @@ module CloudsmithApi
|
|
3235
4025
|
:form_params => form_params,
|
3236
4026
|
:body => post_body,
|
3237
4027
|
:auth_names => auth_names,
|
3238
|
-
:return_type => '
|
4028
|
+
:return_type => 'DockerUpstream')
|
3239
4029
|
if @api_client.config.debugging
|
3240
|
-
@api_client.config.logger.debug "API called: ReposApi#
|
4030
|
+
@api_client.config.logger.debug "API called: ReposApi#repos_upstream_docker_update\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
3241
4031
|
end
|
3242
4032
|
return data, status_code, headers
|
3243
4033
|
end
|
3244
|
-
# Create a
|
3245
|
-
# Create a
|
4034
|
+
# Create a Go upstream config for this repository.
|
4035
|
+
# Create a Go upstream config for this repository.
|
3246
4036
|
# @param owner
|
3247
4037
|
# @param identifier
|
3248
4038
|
# @param [Hash] opts the optional parameters
|
3249
|
-
# @option opts [
|
3250
|
-
# @return [
|
3251
|
-
def
|
3252
|
-
data, _status_code, _headers =
|
4039
|
+
# @option opts [GoUpstreamRequest] :data
|
4040
|
+
# @return [GoUpstream]
|
4041
|
+
def repos_upstream_go_create(owner, identifier, opts = {})
|
4042
|
+
data, _status_code, _headers = repos_upstream_go_create_with_http_info(owner, identifier, opts)
|
3253
4043
|
data
|
3254
4044
|
end
|
3255
4045
|
|
3256
|
-
# Create a
|
3257
|
-
# Create a
|
4046
|
+
# Create a Go upstream config for this repository.
|
4047
|
+
# Create a Go upstream config for this repository.
|
3258
4048
|
# @param owner
|
3259
4049
|
# @param identifier
|
3260
4050
|
# @param [Hash] opts the optional parameters
|
3261
|
-
# @option opts [
|
3262
|
-
# @return [Array<(
|
3263
|
-
def
|
4051
|
+
# @option opts [GoUpstreamRequest] :data
|
4052
|
+
# @return [Array<(GoUpstream, Fixnum, Hash)>] GoUpstream data, response status code and response headers
|
4053
|
+
def repos_upstream_go_create_with_http_info(owner, identifier, opts = {})
|
3264
4054
|
if @api_client.config.debugging
|
3265
|
-
@api_client.config.logger.debug 'Calling API: ReposApi.
|
4055
|
+
@api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_go_create ...'
|
3266
4056
|
end
|
3267
4057
|
# verify the required parameter 'owner' is set
|
3268
4058
|
if @api_client.config.client_side_validation && owner.nil?
|
3269
|
-
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.
|
4059
|
+
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_go_create"
|
3270
4060
|
end
|
3271
4061
|
# verify the required parameter 'identifier' is set
|
3272
4062
|
if @api_client.config.client_side_validation && identifier.nil?
|
3273
|
-
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.
|
4063
|
+
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_go_create"
|
3274
4064
|
end
|
3275
4065
|
# resource path
|
3276
|
-
local_var_path = '/repos/{owner}/{identifier}/upstream/
|
4066
|
+
local_var_path = '/repos/{owner}/{identifier}/upstream/go/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s)
|
3277
4067
|
|
3278
4068
|
# query parameters
|
3279
4069
|
query_params = {}
|
@@ -3297,49 +4087,49 @@ module CloudsmithApi
|
|
3297
4087
|
:form_params => form_params,
|
3298
4088
|
:body => post_body,
|
3299
4089
|
:auth_names => auth_names,
|
3300
|
-
:return_type => '
|
4090
|
+
:return_type => 'GoUpstream')
|
3301
4091
|
if @api_client.config.debugging
|
3302
|
-
@api_client.config.logger.debug "API called: ReposApi#
|
4092
|
+
@api_client.config.logger.debug "API called: ReposApi#repos_upstream_go_create\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
3303
4093
|
end
|
3304
4094
|
return data, status_code, headers
|
3305
4095
|
end
|
3306
|
-
# Delete a
|
3307
|
-
# Delete a
|
4096
|
+
# Delete a Go upstream config for this repository.
|
4097
|
+
# Delete a Go upstream config for this repository.
|
3308
4098
|
# @param owner
|
3309
4099
|
# @param identifier
|
3310
4100
|
# @param slug_perm
|
3311
4101
|
# @param [Hash] opts the optional parameters
|
3312
4102
|
# @return [nil]
|
3313
|
-
def
|
3314
|
-
|
4103
|
+
def repos_upstream_go_delete(owner, identifier, slug_perm, opts = {})
|
4104
|
+
repos_upstream_go_delete_with_http_info(owner, identifier, slug_perm, opts)
|
3315
4105
|
nil
|
3316
4106
|
end
|
3317
4107
|
|
3318
|
-
# Delete a
|
3319
|
-
# Delete a
|
4108
|
+
# Delete a Go upstream config for this repository.
|
4109
|
+
# Delete a Go upstream config for this repository.
|
3320
4110
|
# @param owner
|
3321
4111
|
# @param identifier
|
3322
4112
|
# @param slug_perm
|
3323
4113
|
# @param [Hash] opts the optional parameters
|
3324
4114
|
# @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
|
3325
|
-
def
|
4115
|
+
def repos_upstream_go_delete_with_http_info(owner, identifier, slug_perm, opts = {})
|
3326
4116
|
if @api_client.config.debugging
|
3327
|
-
@api_client.config.logger.debug 'Calling API: ReposApi.
|
4117
|
+
@api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_go_delete ...'
|
3328
4118
|
end
|
3329
4119
|
# verify the required parameter 'owner' is set
|
3330
4120
|
if @api_client.config.client_side_validation && owner.nil?
|
3331
|
-
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.
|
4121
|
+
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_go_delete"
|
3332
4122
|
end
|
3333
4123
|
# verify the required parameter 'identifier' is set
|
3334
4124
|
if @api_client.config.client_side_validation && identifier.nil?
|
3335
|
-
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.
|
4125
|
+
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_go_delete"
|
3336
4126
|
end
|
3337
4127
|
# verify the required parameter 'slug_perm' is set
|
3338
4128
|
if @api_client.config.client_side_validation && slug_perm.nil?
|
3339
|
-
fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.
|
4129
|
+
fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_go_delete"
|
3340
4130
|
end
|
3341
4131
|
# resource path
|
3342
|
-
local_var_path = '/repos/{owner}/{identifier}/upstream/
|
4132
|
+
local_var_path = '/repos/{owner}/{identifier}/upstream/go/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
|
3343
4133
|
|
3344
4134
|
# query parameters
|
3345
4135
|
query_params = {}
|
@@ -3364,45 +4154,45 @@ module CloudsmithApi
|
|
3364
4154
|
:body => post_body,
|
3365
4155
|
:auth_names => auth_names)
|
3366
4156
|
if @api_client.config.debugging
|
3367
|
-
@api_client.config.logger.debug "API called: ReposApi#
|
4157
|
+
@api_client.config.logger.debug "API called: ReposApi#repos_upstream_go_delete\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
3368
4158
|
end
|
3369
4159
|
return data, status_code, headers
|
3370
4160
|
end
|
3371
|
-
# List
|
3372
|
-
# List
|
4161
|
+
# List Go upstream configs for this repository.
|
4162
|
+
# List Go upstream configs for this repository.
|
3373
4163
|
# @param owner
|
3374
4164
|
# @param identifier
|
3375
4165
|
# @param [Hash] opts the optional parameters
|
3376
4166
|
# @option opts [Integer] :page A page number within the paginated result set.
|
3377
4167
|
# @option opts [Integer] :page_size Number of results to return per page.
|
3378
|
-
# @return [Array<
|
3379
|
-
def
|
3380
|
-
data, _status_code, _headers =
|
4168
|
+
# @return [Array<GoUpstream>]
|
4169
|
+
def repos_upstream_go_list(owner, identifier, opts = {})
|
4170
|
+
data, _status_code, _headers = repos_upstream_go_list_with_http_info(owner, identifier, opts)
|
3381
4171
|
data
|
3382
4172
|
end
|
3383
4173
|
|
3384
|
-
# List
|
3385
|
-
# List
|
4174
|
+
# List Go upstream configs for this repository.
|
4175
|
+
# List Go upstream configs for this repository.
|
3386
4176
|
# @param owner
|
3387
4177
|
# @param identifier
|
3388
4178
|
# @param [Hash] opts the optional parameters
|
3389
4179
|
# @option opts [Integer] :page A page number within the paginated result set.
|
3390
4180
|
# @option opts [Integer] :page_size Number of results to return per page.
|
3391
|
-
# @return [Array<(Array<
|
3392
|
-
def
|
4181
|
+
# @return [Array<(Array<GoUpstream>, Fixnum, Hash)>] Array<GoUpstream> data, response status code and response headers
|
4182
|
+
def repos_upstream_go_list_with_http_info(owner, identifier, opts = {})
|
3393
4183
|
if @api_client.config.debugging
|
3394
|
-
@api_client.config.logger.debug 'Calling API: ReposApi.
|
4184
|
+
@api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_go_list ...'
|
3395
4185
|
end
|
3396
4186
|
# verify the required parameter 'owner' is set
|
3397
4187
|
if @api_client.config.client_side_validation && owner.nil?
|
3398
|
-
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.
|
4188
|
+
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_go_list"
|
3399
4189
|
end
|
3400
4190
|
# verify the required parameter 'identifier' is set
|
3401
4191
|
if @api_client.config.client_side_validation && identifier.nil?
|
3402
|
-
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.
|
4192
|
+
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_go_list"
|
3403
4193
|
end
|
3404
4194
|
# resource path
|
3405
|
-
local_var_path = '/repos/{owner}/{identifier}/upstream/
|
4195
|
+
local_var_path = '/repos/{owner}/{identifier}/upstream/go/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s)
|
3406
4196
|
|
3407
4197
|
# query parameters
|
3408
4198
|
query_params = {}
|
@@ -3428,51 +4218,51 @@ module CloudsmithApi
|
|
3428
4218
|
:form_params => form_params,
|
3429
4219
|
:body => post_body,
|
3430
4220
|
:auth_names => auth_names,
|
3431
|
-
:return_type => 'Array<
|
4221
|
+
:return_type => 'Array<GoUpstream>')
|
3432
4222
|
if @api_client.config.debugging
|
3433
|
-
@api_client.config.logger.debug "API called: ReposApi#
|
4223
|
+
@api_client.config.logger.debug "API called: ReposApi#repos_upstream_go_list\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
3434
4224
|
end
|
3435
4225
|
return data, status_code, headers
|
3436
4226
|
end
|
3437
|
-
# Partially update a
|
3438
|
-
# Partially update a
|
4227
|
+
# Partially update a Go upstream config for this repository.
|
4228
|
+
# Partially update a Go upstream config for this repository.
|
3439
4229
|
# @param owner
|
3440
4230
|
# @param identifier
|
3441
4231
|
# @param slug_perm
|
3442
4232
|
# @param [Hash] opts the optional parameters
|
3443
|
-
# @option opts [
|
3444
|
-
# @return [
|
3445
|
-
def
|
3446
|
-
data, _status_code, _headers =
|
4233
|
+
# @option opts [GoUpstreamRequestPatch] :data
|
4234
|
+
# @return [GoUpstream]
|
4235
|
+
def repos_upstream_go_partial_update(owner, identifier, slug_perm, opts = {})
|
4236
|
+
data, _status_code, _headers = repos_upstream_go_partial_update_with_http_info(owner, identifier, slug_perm, opts)
|
3447
4237
|
data
|
3448
4238
|
end
|
3449
4239
|
|
3450
|
-
# Partially update a
|
3451
|
-
# Partially update a
|
4240
|
+
# Partially update a Go upstream config for this repository.
|
4241
|
+
# Partially update a Go upstream config for this repository.
|
3452
4242
|
# @param owner
|
3453
4243
|
# @param identifier
|
3454
4244
|
# @param slug_perm
|
3455
4245
|
# @param [Hash] opts the optional parameters
|
3456
|
-
# @option opts [
|
3457
|
-
# @return [Array<(
|
3458
|
-
def
|
4246
|
+
# @option opts [GoUpstreamRequestPatch] :data
|
4247
|
+
# @return [Array<(GoUpstream, Fixnum, Hash)>] GoUpstream data, response status code and response headers
|
4248
|
+
def repos_upstream_go_partial_update_with_http_info(owner, identifier, slug_perm, opts = {})
|
3459
4249
|
if @api_client.config.debugging
|
3460
|
-
@api_client.config.logger.debug 'Calling API: ReposApi.
|
4250
|
+
@api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_go_partial_update ...'
|
3461
4251
|
end
|
3462
4252
|
# verify the required parameter 'owner' is set
|
3463
4253
|
if @api_client.config.client_side_validation && owner.nil?
|
3464
|
-
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.
|
4254
|
+
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_go_partial_update"
|
3465
4255
|
end
|
3466
4256
|
# verify the required parameter 'identifier' is set
|
3467
4257
|
if @api_client.config.client_side_validation && identifier.nil?
|
3468
|
-
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.
|
4258
|
+
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_go_partial_update"
|
3469
4259
|
end
|
3470
4260
|
# verify the required parameter 'slug_perm' is set
|
3471
4261
|
if @api_client.config.client_side_validation && slug_perm.nil?
|
3472
|
-
fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.
|
4262
|
+
fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_go_partial_update"
|
3473
4263
|
end
|
3474
4264
|
# resource path
|
3475
|
-
local_var_path = '/repos/{owner}/{identifier}/upstream/
|
4265
|
+
local_var_path = '/repos/{owner}/{identifier}/upstream/go/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
|
3476
4266
|
|
3477
4267
|
# query parameters
|
3478
4268
|
query_params = {}
|
@@ -3496,49 +4286,49 @@ module CloudsmithApi
|
|
3496
4286
|
:form_params => form_params,
|
3497
4287
|
:body => post_body,
|
3498
4288
|
:auth_names => auth_names,
|
3499
|
-
:return_type => '
|
4289
|
+
:return_type => 'GoUpstream')
|
3500
4290
|
if @api_client.config.debugging
|
3501
|
-
@api_client.config.logger.debug "API called: ReposApi#
|
4291
|
+
@api_client.config.logger.debug "API called: ReposApi#repos_upstream_go_partial_update\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
3502
4292
|
end
|
3503
4293
|
return data, status_code, headers
|
3504
4294
|
end
|
3505
|
-
# Retrieve a
|
3506
|
-
# Retrieve a
|
4295
|
+
# Retrieve a Go upstream config for this repository.
|
4296
|
+
# Retrieve a Go upstream config for this repository.
|
3507
4297
|
# @param owner
|
3508
4298
|
# @param identifier
|
3509
4299
|
# @param slug_perm
|
3510
4300
|
# @param [Hash] opts the optional parameters
|
3511
|
-
# @return [
|
3512
|
-
def
|
3513
|
-
data, _status_code, _headers =
|
4301
|
+
# @return [GoUpstream]
|
4302
|
+
def repos_upstream_go_read(owner, identifier, slug_perm, opts = {})
|
4303
|
+
data, _status_code, _headers = repos_upstream_go_read_with_http_info(owner, identifier, slug_perm, opts)
|
3514
4304
|
data
|
3515
4305
|
end
|
3516
4306
|
|
3517
|
-
# Retrieve a
|
3518
|
-
# Retrieve a
|
4307
|
+
# Retrieve a Go upstream config for this repository.
|
4308
|
+
# Retrieve a Go upstream config for this repository.
|
3519
4309
|
# @param owner
|
3520
4310
|
# @param identifier
|
3521
4311
|
# @param slug_perm
|
3522
4312
|
# @param [Hash] opts the optional parameters
|
3523
|
-
# @return [Array<(
|
3524
|
-
def
|
4313
|
+
# @return [Array<(GoUpstream, Fixnum, Hash)>] GoUpstream data, response status code and response headers
|
4314
|
+
def repos_upstream_go_read_with_http_info(owner, identifier, slug_perm, opts = {})
|
3525
4315
|
if @api_client.config.debugging
|
3526
|
-
@api_client.config.logger.debug 'Calling API: ReposApi.
|
4316
|
+
@api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_go_read ...'
|
3527
4317
|
end
|
3528
4318
|
# verify the required parameter 'owner' is set
|
3529
4319
|
if @api_client.config.client_side_validation && owner.nil?
|
3530
|
-
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.
|
4320
|
+
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_go_read"
|
3531
4321
|
end
|
3532
4322
|
# verify the required parameter 'identifier' is set
|
3533
4323
|
if @api_client.config.client_side_validation && identifier.nil?
|
3534
|
-
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.
|
4324
|
+
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_go_read"
|
3535
4325
|
end
|
3536
4326
|
# verify the required parameter 'slug_perm' is set
|
3537
4327
|
if @api_client.config.client_side_validation && slug_perm.nil?
|
3538
|
-
fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.
|
4328
|
+
fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_go_read"
|
3539
4329
|
end
|
3540
4330
|
# resource path
|
3541
|
-
local_var_path = '/repos/{owner}/{identifier}/upstream/
|
4331
|
+
local_var_path = '/repos/{owner}/{identifier}/upstream/go/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
|
3542
4332
|
|
3543
4333
|
# query parameters
|
3544
4334
|
query_params = {}
|
@@ -3562,51 +4352,51 @@ module CloudsmithApi
|
|
3562
4352
|
:form_params => form_params,
|
3563
4353
|
:body => post_body,
|
3564
4354
|
:auth_names => auth_names,
|
3565
|
-
:return_type => '
|
4355
|
+
:return_type => 'GoUpstream')
|
3566
4356
|
if @api_client.config.debugging
|
3567
|
-
@api_client.config.logger.debug "API called: ReposApi#
|
4357
|
+
@api_client.config.logger.debug "API called: ReposApi#repos_upstream_go_read\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
3568
4358
|
end
|
3569
4359
|
return data, status_code, headers
|
3570
4360
|
end
|
3571
|
-
# Update a
|
3572
|
-
# Update a
|
4361
|
+
# Update a Go upstream config for this repository.
|
4362
|
+
# Update a Go upstream config for this repository.
|
3573
4363
|
# @param owner
|
3574
4364
|
# @param identifier
|
3575
4365
|
# @param slug_perm
|
3576
4366
|
# @param [Hash] opts the optional parameters
|
3577
|
-
# @option opts [
|
3578
|
-
# @return [
|
3579
|
-
def
|
3580
|
-
data, _status_code, _headers =
|
4367
|
+
# @option opts [GoUpstreamRequest] :data
|
4368
|
+
# @return [GoUpstream]
|
4369
|
+
def repos_upstream_go_update(owner, identifier, slug_perm, opts = {})
|
4370
|
+
data, _status_code, _headers = repos_upstream_go_update_with_http_info(owner, identifier, slug_perm, opts)
|
3581
4371
|
data
|
3582
4372
|
end
|
3583
4373
|
|
3584
|
-
# Update a
|
3585
|
-
# Update a
|
4374
|
+
# Update a Go upstream config for this repository.
|
4375
|
+
# Update a Go upstream config for this repository.
|
3586
4376
|
# @param owner
|
3587
4377
|
# @param identifier
|
3588
4378
|
# @param slug_perm
|
3589
4379
|
# @param [Hash] opts the optional parameters
|
3590
|
-
# @option opts [
|
3591
|
-
# @return [Array<(
|
3592
|
-
def
|
4380
|
+
# @option opts [GoUpstreamRequest] :data
|
4381
|
+
# @return [Array<(GoUpstream, Fixnum, Hash)>] GoUpstream data, response status code and response headers
|
4382
|
+
def repos_upstream_go_update_with_http_info(owner, identifier, slug_perm, opts = {})
|
3593
4383
|
if @api_client.config.debugging
|
3594
|
-
@api_client.config.logger.debug 'Calling API: ReposApi.
|
4384
|
+
@api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_go_update ...'
|
3595
4385
|
end
|
3596
4386
|
# verify the required parameter 'owner' is set
|
3597
4387
|
if @api_client.config.client_side_validation && owner.nil?
|
3598
|
-
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.
|
4388
|
+
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_go_update"
|
3599
4389
|
end
|
3600
4390
|
# verify the required parameter 'identifier' is set
|
3601
4391
|
if @api_client.config.client_side_validation && identifier.nil?
|
3602
|
-
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.
|
4392
|
+
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_go_update"
|
3603
4393
|
end
|
3604
4394
|
# verify the required parameter 'slug_perm' is set
|
3605
4395
|
if @api_client.config.client_side_validation && slug_perm.nil?
|
3606
|
-
fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.
|
4396
|
+
fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_go_update"
|
3607
4397
|
end
|
3608
4398
|
# resource path
|
3609
|
-
local_var_path = '/repos/{owner}/{identifier}/upstream/
|
4399
|
+
local_var_path = '/repos/{owner}/{identifier}/upstream/go/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
|
3610
4400
|
|
3611
4401
|
# query parameters
|
3612
4402
|
query_params = {}
|
@@ -3630,9 +4420,9 @@ module CloudsmithApi
|
|
3630
4420
|
:form_params => form_params,
|
3631
4421
|
:body => post_body,
|
3632
4422
|
:auth_names => auth_names,
|
3633
|
-
:return_type => '
|
4423
|
+
:return_type => 'GoUpstream')
|
3634
4424
|
if @api_client.config.debugging
|
3635
|
-
@api_client.config.logger.debug "API called: ReposApi#
|
4425
|
+
@api_client.config.logger.debug "API called: ReposApi#repos_upstream_go_update\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
3636
4426
|
end
|
3637
4427
|
return data, status_code, headers
|
3638
4428
|
end
|