Sophie

Sophie

distrib > Mageia > 7 > armv7hl > media > core-release > by-pkgid > 40e2f31081093569df699eb11a858fc8 > files > 29

python-copr-doc-1.94-1.mga7.noarch.rpm

Legacy client
=============

.. warning::
    Legacy client is obsolete, please use Client version 3 instead. :ref:`This document <migration>` describes the migration process.


All interaction are done through copr.CoprClient.
It can be created directly or using config file :file:`/etc/copr.conf`

*CoprClient* offers methods that directly reflect Copr api. Received data
are wrapped into the Response object.
Depending on used methods Responses will have different set of
provided attributes and methods.

.. toctree::
    client_v1/Examples

See method signatures and response objects in
the auto generated documentation:


.. toctree::
    client_v1/CoprClient
    client_v1/Responses