Method: Ghee::API::Repos::Issues::Labels::Proxy#add
- Defined in:
- lib/ghee/api/issues.rb
#add(labels) ⇒ Object
Creates label for an issue using the authenicated user
labels - Array of labels
return json
44 45 46 |
# File 'lib/ghee/api/issues.rb', line 44 def add(labels) connection.post(path_prefix,labels).body end |