Class: QiitaExport::Fetcher::TeamEndPoint

Inherits:
ApiEndPoint
  • Object
show all
Defined in:
lib/qiita-export/fetcher/api_end_point.rb

Constant Summary collapse

PER_PAGE =
100

Instance Method Summary collapse

Methods inherited from ApiEndPoint

#initialize, instance

Constructor Details

This class inherits a constructor from QiitaExport::Fetcher::ApiEndPoint

Instance Method Details

#next_page(page) ⇒ Object



37
38
39
# File 'lib/qiita-export/fetcher/api_end_point.rb', line 37

def next_page(page)
  "https://#{@config.api_domain}/api/v2/items?page=#{page}&per_page=#{PER_PAGE}"
end