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 Notes API #11

Closed
18 tasks done
icyleaf opened this issue Jun 20, 2016 · 0 comments
Closed
18 tasks done

Support Notes API #11

icyleaf opened this issue Jun 20, 2016 · 0 comments
Assignees
Milestone

Comments

@icyleaf
Copy link
Owner

icyleaf commented Jun 20, 2016

http://docs.gitlab.com/ce/api/notes.html

  • Issues (Support Issues API #7)
    • List project issue notes - issue_notes
    • Get single issue note - issue_note
    • Create new issue note - create_issue_note
    • Modify existing issue note - edit_issue_note
    • Delete an issue note - delete_issue_note
  • Snippets
    • List all snippet notes - snippet_notes
    • Get single snippet note - snippet_note
    • Create new snippet note - create_snippet_note
    • Modify existing snippet note - edit_snippet_note
    • Delete a snippet note - delete_snippet_note
  • Merge Requests
    • List all merge request notes - merge_request_notes
    • Get single merge request note - merge_request_note
    • Create new merge request note - create_merge_request_note
    • Modify existing merge request note - edit_merge_request_note
    • Delete a merge request note - delete_merge_request_note
@icyleaf icyleaf added this to the 1.0.0 milestone Jun 20, 2016
@icyleaf icyleaf self-assigned this Jun 20, 2016
@icyleaf icyleaf mentioned this issue Jun 20, 2016
10 tasks
@icyleaf icyleaf closed this as completed Jun 20, 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