lib/cloudsmith-api/api/packages_api.rb in cloudsmith-api-2.0.1 vs lib/cloudsmith-api/api/packages_api.rb in cloudsmith-api-2.0.2
- old
+ new
@@ -150,23 +150,23 @@
if @api_client.config.debugging
@api_client.config.logger.debug "API called: PackagesApi#packages_delete\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
end
return data, status_code, headers
end
- # Get the direct (non-transitive) dependencies list for a package.
- # Get the direct (non-transitive) dependencies list for a package.
+ # Get the list of dependencies for a package. Transitive dependencies are included where supported.
+ # Get the list of dependencies for a package. Transitive dependencies are included where supported.
# @param owner
# @param repo
# @param identifier
# @param [Hash] opts the optional parameters
# @return [PackageDependencies]
def packages_dependencies(owner, repo, identifier, opts = {})
data, _status_code, _headers = packages_dependencies_with_http_info(owner, repo, identifier, opts)
data
end
- # Get the direct (non-transitive) dependencies list for a package.
- # Get the direct (non-transitive) dependencies list for a package.
+ # Get the list of dependencies for a package. Transitive dependencies are included where supported.
+ # Get the list of dependencies for a package. Transitive dependencies are included where supported.
# @param owner
# @param repo
# @param identifier
# @param [Hash] opts the optional parameters
# @return [Array<(PackageDependencies, Fixnum, Hash)>] PackageDependencies data, response status code and response headers