module Toolhound::Client::Projects
Methods for the Projects
API
Public Instance Methods
project(project, options = {})
click to toggle source
Get a single project
@param project [String] UUID of project to fetch @return [Sawyer::Resource] Project
information
# File lib/toolhound-ruby/client/projects.rb, line 24 def project(project, options = {}) # get "#{project_path(project)}", options end
projects(options = {})
click to toggle source
List projects
@note Shows a list of projects for the users organization aka account
@return [Array<Sawyer::Resource>] List of projects
# File lib/toolhound-ruby/client/projects.rb, line 13 def projects(options = {}) # paginate "projects", options end