Octokit::Connection
Inherits Octokit::Authentication
Constants
CONVENIENCE_HEADERS = Set {"accept", "content_type"}
Header keys that can be passed in options hash to {#get},{#head}
Instance methods
paginate(klass : T.class, url : String, *, start_page = nil, per_page = nil, auto_paginate = @auto_paginate, options = nil) : Paginator(T) forall T
Make one or more HTTP GET requests, optionally fetching
the next page of results from URL in Link response header based
on value in #auto_paginate.