stdevel / katprep

Python toolkit for automating system maintenance and generating patch reports along with Foreman/Katello and Red Hat Satellite 6.x
GNU General Public License v3.0
35 stars 6 forks source link

Use nailgun rather than ForemanAPIClient #134

Open stdevel opened 3 years ago

stdevel commented 3 years ago

Is your feature request related to a problem? Please describe. Instead of implementing native API calls (in ForemanAPIClient.py) it might be handier to leverage nailgun instead. python-requests is a general purpose client and not Satellite 6 API consistent.

Describe the solution you'd like Use nailgun instead.

Describe alternatives you've considered

Additional context