Skip to content
Snippets Groups Projects
Unverified Commit aa42677d authored by Markus Reiter's avatar Markus Reiter Committed by GitHub
Browse files

Merge pull request #8489 from reitermarkus/document-repology

Document `Repology`.
parents 5cd8b609 e5a90724
No related branches found
No related tags found
No related merge requests found
......@@ -27,5 +27,4 @@ Style/Documentation:
- 'utils/shell.rb'
- 'utils/spdx.rb'
- 'utils/livecheck_formula.rb'
- 'utils/repology.rb'
- 'version.rb'
......@@ -2,10 +2,14 @@
require "utils/curl"
# Repology API client.
#
# @api private
module Repology
module_function
MAX_PAGINATION = 15
private_constant :MAX_PAGINATION
def query_api(last_package_in_response = "")
last_package_in_response += "/" if last_package_in_response.present?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment