Method: Octokit::Client::Gists#gist_comments
- Defined in:
- lib/octokit/client/gists.rb
#gist_comments(gist_id, options = {}) ⇒ Array<Sawyer::Resource>
List gist comments
172 173 174 |
# File 'lib/octokit/client/gists.rb', line 172 def gist_comments(gist_id, = {}) paginate "gists/#{gist_id}/comments", end |