Skip to content
This repository has been archived by the owner on Aug 22, 2022. It is now read-only.

List Owned Projects #15

Closed
ngetchell opened this issue Jul 1, 2015 · 0 comments
Closed

List Owned Projects #15

ngetchell opened this issue Jul 1, 2015 · 0 comments
Assignees
Milestone

Comments

@ngetchell
Copy link
Owner

List owned projects

Get a list of projects which are owned by the authenticated user.

GET /projects/owned

Parameters:

  • archived (optional) - if passed, limit by archived status
  • order_by (optional) - Return requests ordered by id, name, path, created_at, updated_at or last_activity_at fields. Default is created_at
  • sort (optional) - Return requests sorted in asc or desc order. Default is desc
  • search (optional) - Return list of authorized projects according to a search criteria
  • ci_enabled_first - Return projects ordered by ci_enabled flag. Projects with enabled GitLab CI go first
@ngetchell ngetchell self-assigned this Jul 1, 2015
@ngetchell ngetchell added this to the Projects milestone Jul 1, 2015
ngetchell added a commit that referenced this issue Jul 12, 2015
Finished Get Project Commands

closes #14 , #15, #16 , #17
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant