X Tutup
Skip to content
This repository was archived by the owner on Nov 4, 2020. It is now read-only.
This repository was archived by the owner on Nov 4, 2020. It is now read-only.

Breakup class to better map to Gitlabs documentation #243

@Sudo-Kid

Description

@Sudo-Kid

The Gitlab API is growing every year and as such it is going to make a single file single class library harder and harder to update. One solution to this issue is to break up the single class into a number of classes and inherit from them. This will keep backwards compatibility with the current setup and make it easier to find and keep track of the API.

If we are to do this we would want to break out things like Users into its own class though it would still be called as so Gitlab.delete_user(1) event though its in a different class and file.

Suggested list of classes https://docs.gitlab.com/ce/api/README.html

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      X Tutup