Method: Gitlab::PaginatedResponse#first_page
- Defined in:
- lib/gitlab/paginated_response.rb
#first_page ⇒ Object
82 83 84 85 86 |
# File 'lib/gitlab/paginated_response.rb', line 82 def first_page return nil if @client.nil? || !has_first_page? @client.get(client_relative_path(@links.first)) end |