File tree 2 files changed +58
-0
lines changed
2 files changed +58
-0
lines changed Original file line number Diff line number Diff line change @@ -272,6 +272,35 @@ Visit the docs at http://godoc.org/github.com/plouc/go-gitlab-client/gitlab
272
272
- [ ] Get time tracking stats
273
273
- [ ] Approvals
274
274
275
+ #### Notes
276
+
277
+ [ gitlab api doc] ( https://docs.gitlab.com/ee/api/notes.html )
278
+
279
+ - Issues
280
+ - [x] List project issue notes
281
+ - [x] Get single issue note
282
+ - [x] Create new issue note
283
+ - [ ] Modify existing issue note
284
+ - [ ] Delete an issue note
285
+ - Snippets
286
+ - [x] List all snippet notes
287
+ - [x] Get single snippet note
288
+ - [x] Create new snippet note
289
+ - [ ] Modify existing snippet note
290
+ - [ ] Delete a snippet note
291
+ - Merge Requests
292
+ - [x] List all merge request notes
293
+ - [x] Get single merge request note
294
+ - [x] Create new merge request note
295
+ - [ ] Modify existing merge request note
296
+ - [ ] Delete a merge request note
297
+ - Epics
298
+ - [x] List all epic notes
299
+ - [x] Get single epic note
300
+ - [x] Create new epic note
301
+ - [ ] Modify existing epic note
302
+ - [ ] Delete an epic note
303
+
275
304
## CLI
276
305
277
306
** go-gitlab-client** provides a CLI to easily interact with GitLab API, ** glc** .
Original file line number Diff line number Diff line change @@ -272,6 +272,35 @@ Visit the docs at http://godoc.org/github.com/plouc/go-gitlab-client/gitlab
272
272
- [ ] Get time tracking stats
273
273
- [ ] Approvals
274
274
275
+ #### Notes
276
+
277
+ [ gitlab api doc] ( https://docs.gitlab.com/ee/api/notes.html )
278
+
279
+ - Issues
280
+ - [x] List project issue notes
281
+ - [x] Get single issue note
282
+ - [x] Create new issue note
283
+ - [ ] Modify existing issue note
284
+ - [ ] Delete an issue note
285
+ - Snippets
286
+ - [x] List all snippet notes
287
+ - [x] Get single snippet note
288
+ - [x] Create new snippet note
289
+ - [ ] Modify existing snippet note
290
+ - [ ] Delete a snippet note
291
+ - Merge Requests
292
+ - [x] List all merge request notes
293
+ - [x] Get single merge request note
294
+ - [x] Create new merge request note
295
+ - [ ] Modify existing merge request note
296
+ - [ ] Delete a merge request note
297
+ - Epics
298
+ - [x] List all epic notes
299
+ - [x] Get single epic note
300
+ - [x] Create new epic note
301
+ - [ ] Modify existing epic note
302
+ - [ ] Delete an epic note
303
+
275
304
## CLI
276
305
277
306
** go-gitlab-client** provides a CLI to easily interact with GitLab API, ** glc** .
You can’t perform that action at this time.
0 commit comments