Method: Octokit::Client::Gists#gist_comment
- Defined in:
- lib/octokit/client/gists.rb
#gist_comment(gist_id, gist_comment_id, options = {}) ⇒ Sawyer::Resource
Get gist comment
184 185 186 |
# File 'lib/octokit/client/gists.rb', line 184 def gist_comment(gist_id, gist_comment_id, = {}) get "gists/#{gist_id}/comments/#{gist_comment_id}", end |