Module gitlab_api::projects
[−]
[src]
List projects
https://docs.gitlab.com/ce/api/projects.html
List projects
Get a list of projects for which the authenticated user is a member.
GET /projects
Parameters:
| Attribute | Type | Required | Description |
|---|---|---|---|
archived |
boolean | no | Limit by archived status |
visibility |
string | no | Limit by visibility public, internal, or private |
order_by |
string | no | Return projects ordered by id, name, path, created_at, updated_at, or last_activity_at fields. Default is created_at |
sort |
string | no | Return projects sorted in asc or desc order. Default is desc |
search |
string | no | Return list of authorized projects matching the search criteria |
simple |
boolean | no | Return only the ID, URL, name, and path of each project |
Modules
| all |
List ALL projects |
| id |
Get project by id. |
| id_branch |
Single branch |
| id_branches |
List branches |
| id_events |
Get project events |
| id_hooks |
List project hooks |
| id_hooks_id |
Get project hook |
| owned |
List owned projects |
| search |
Search for projects by name |
| starred |
List starred projects |
| visible |
Get a list of projects which the authenticated user can see. |
Structs
| ProjectsLister |
Enums
| ListingId | |
| ListingOrderBy | |
| SearchListingOrderBy |