nicolas-r / katello-centos-errata-import

Imports CentOS (from http://cefs.steve-meier.de/) errata into Katello
28 stars 11 forks source link

"data" is "params" for GET request #7

Closed maniac777 closed 4 years ago

maniac777 commented 5 years ago

There is error in here. "data" is valid only for POST requests, so for GET there should be params not data. This error leads for example to situation when there are more than 20 repositories. In this setup pagination truncates some of them.

nicolas-r commented 4 years ago

Thanks for the report, I will fix that with other changes in the dev branch