Class: Octoplex::Client::Repository

Inherits:
Base
  • Object
show all
Defined in:
lib/octoplex/client/repository.rb

Instance Attribute Summary

Attributes inherited from Base

#client

Instance Method Summary collapse

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from Octoplex::Client::Base

Instance Method Details

#branchesObject

GET /repos/:user/:repo/branches



23
24
25
# File 'lib/octoplex/client/repository.rb', line 23

def branches

end

#contributorsObject

GET /repos/:user/:repo/contributors



8
9
10
# File 'lib/octoplex/client/repository.rb', line 8

def contributors

end

#languagesObject

GET /repos/:user/:repo/languages



13
14
15
# File 'lib/octoplex/client/repository.rb', line 13

def languages

end

#teamsObject

GET /repos/:user/:repo/teams



18
19
20
# File 'lib/octoplex/client/repository.rb', line 18

def teams

end