Method: Runcible::Resources::Repository.sync_history

Defined in:
lib/runcible/resources/repository.rb

.sync_history(id) ⇒ RestClient::Response

History of all sync actions on a repository

Parameters:

  • id (String)

    the id of the repository

Returns:

  • (RestClient::Response)


128
129
130
# File 'lib/runcible/resources/repository.rb', line 128

def self.sync_history(id)
  call(:get, "#{path(id)}/history/sync/")
end