lib/cloudsmith-api/api/packages_api.rb in cloudsmith-api-2.0.12 vs lib/cloudsmith-api/api/packages_api.rb in cloudsmith-api-2.0.13
- old
+ new
@@ -622,23 +622,23 @@
if @api_client.config.debugging
@api_client.config.logger.debug "API called: PackagesApi#packages_scan\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
end
return data, status_code, headers
end
- # Get the synchronisation status for a package.
- # Get the synchronisation status for a package.
+ # Get the synchronization status for a package.
+ # Get the synchronization status for a package.
# @param owner
# @param repo
# @param identifier
# @param [Hash] opts the optional parameters
# @return [PackageStatus]
def packages_status(owner, repo, identifier, opts = {})
data, _status_code, _headers = packages_status_with_http_info(owner, repo, identifier, opts)
data
end
- # Get the synchronisation status for a package.
- # Get the synchronisation status for a package.
+ # Get the synchronization status for a package.
+ # Get the synchronization status for a package.
# @param owner
# @param repo
# @param identifier
# @param [Hash] opts the optional parameters
# @return [Array<(PackageStatus, Fixnum, Hash)>] PackageStatus data, response status code and response headers