# File lib/jira/base.rb, line 146 def self.singular_path(client, key, prefix = '/') collection_path(client, prefix) + '/' + key end