.. _f-gitlabhelper: module ``loghelper.repositories.gitlab_helper`` =============================================== .. inheritance-diagram:: pyquickhelper.loghelper.repositories.gitlab_helper Short summary +++++++++++++ module ``pyquickhelper.loghelper.repositories.gitlab_helper`` Wrapper around GitLab API. :githublink:`%|py|6` Classes +++++++ +-----------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------+ | class | truncated documentation | +===============================================================================================+========================================================================================================================================+ | :class:`GitLabAPI ` | Wrapper around GitLab Server. The API is defined at `gitlabhq/doc/api `_ ... | +-----------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------+ | :class:`GitLabException ` | specific exception, stores the request | +-----------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------+ Methods +++++++ +---------------------------------------------------------------------------------------------------+--------------------------------+ | method | truncated documentation | +===================================================================================================+================================+ | :py:meth:`__init__ ` | constructor | +---------------------------------------------------------------------------------------------------+--------------------------------+ | :py:meth:`__init__ ` | | +---------------------------------------------------------------------------------------------------+--------------------------------+ | :py:meth:`__str__ ` | usual | +---------------------------------------------------------------------------------------------------+--------------------------------+ | :meth:`get_projects ` | returns a list of dictionaries | +---------------------------------------------------------------------------------------------------+--------------------------------+ | :meth:`login ` | login | +---------------------------------------------------------------------------------------------------+--------------------------------+ Documentation +++++++++++++ .. automodule:: pyquickhelper.loghelper.repositories.gitlab_helper :members: :special-members: __init__ :show-inheritance: