module Github::Pagination

def links

Return page links
def links
  @links = Github::PageLinks.new(env[:response_headers])
end