Skip to content

Commit 28ef62c

Browse files
author
Raphaël Benitte
committed
Add supported notes APIs to README
1 parent 8f2f6f1 commit 28ef62c

File tree

2 files changed

+58
-0
lines changed

2 files changed

+58
-0
lines changed

README.md

+29
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,35 @@ Visit the docs at http://godoc.org/github.com/plouc/go-gitlab-client/gitlab
272272
- [ ] Get time tracking stats
273273
- [ ] Approvals
274274

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+
275304
## CLI
276305

277306
**go-gitlab-client** provides a CLI to easily interact with GitLab API, **glc**.

README.tpl.md

+29
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,35 @@ Visit the docs at http://godoc.org/github.com/plouc/go-gitlab-client/gitlab
272272
- [ ] Get time tracking stats
273273
- [ ] Approvals
274274

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+
275304
## CLI
276305

277306
**go-gitlab-client** provides a CLI to easily interact with GitLab API, **glc**.

0 commit comments

Comments
 (0)