Skip to content

Get all objects is not implemented #23

Description

@jimseld

Calls which can return object collections are not implemented.

For example, to get all projects, the URL is /api/v4/projects, which translates to:
client.Projects.Get()

However, the current implementation requires a project id number or name, and disallows having no arguments. This issue may be on other objects too; I see that some have an All() method, but why not just have Get() without arguments, which is syntactically like the Gitlab API?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions