Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Project API #2

Closed
37 tasks done
icyleaf opened this issue Jun 18, 2016 · 2 comments
Closed
37 tasks done

Support Project API #2

icyleaf opened this issue Jun 18, 2016 · 2 comments
Assignees
Milestone

Comments

@icyleaf
Copy link
Owner

icyleaf commented Jun 18, 2016

Document: http://docs.gitlab.com/ce/api/projects.html

  • List projects - projects
    • List owned projects - owned_projects
    • List starred projects - starred_projects
    • List ALL projects - all_projects
    • Get single project - project
    • Get project events - project_events
    • Create project - create_project
    • Create project for user - create_project(user_id)
    • Edit project - edit_project
    • Fork project - fork_project
    • Star a project - star_project
    • Unstar a project - unstar_project
    • Archive a project - archive_project
    • Unarchive a project - unarchive_project
    • Remove project - delete_project
  • Team members
    • List project team members - project_members
    • Get project team member - project_member
    • Add project team member - add_project_member
    • Edit project team member - edit_project_member
    • Remove project team member - remove_project_member
    • Share project with group - share_project
  • Hooks
    • List project hooks - project_hooks
    • Get project hook - project_hook
    • Add project hook - add_project_hook
    • Edit project hook - edit_project_hook
    • Delete project hook - remove_project_hook
  • Branches
    • List branches - project_branchs
    • List single branch - project_branch
    • Protect single branch - protect_project_branch
    • Unprotect single branch - unprotect_project_branch
  • Admin fork relation
    • Create a forked from/to relation between existing projects. - create_fork_from
    • Delete an existing forked from relationship - remove_fork_from
  • Search for projects by name - project_search
@icyleaf
Copy link
Owner Author

icyleaf commented Jun 20, 2016

Link to crystal-lang/crystal#1989 issue: HTTP::Request multipart/form-data handling

@icyleaf
Copy link
Owner Author

icyleaf commented Jun 21, 2016

Currently, Crystal does not support multipart/form-data for HTTP::Request, so upload file api delay next release, when it finish or i find the solution. here is new issue #20 to finish it.

@icyleaf icyleaf closed this as completed Jun 21, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant