Skip to content

gl.project_services.available throws AttributeError #482

Closed
@max-wittig

Description

@max-wittig

Description of the problem, including code/CLI snippet

services = gl.project_services.available()

is throwing an AttributeError

AttributeError: 'Gitlab' object has no attribute 'project_services'

From the documentation: http://python-gitlab.readthedocs.io/en/latest/gl_objects/projects.html#exammples

Expected Behavior

All strings of available GitLab services are listed. Admin token is used.

Actual Behavior

AttributeError is thrown. Looks like this feature is not implemented, yet?

Specifications

  • python-gitlab version: 1.3.0
  • API version you are using (v3/v4): v4
  • Gitlab server version (or gitlab.com): Own GitLab server running 10.6.3

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions