Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
佳 邓
Gitlab4j Api
Commits
837e1ab3
Unverified
Commit
837e1ab3
authored
Nov 26, 2017
by
Greg Messner
Committed by
GitHub
Nov 26, 2017
Browse files
Corrected example for NotesApi.
parent
7cd9f262
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
837e1ab3
...
@@ -171,8 +171,8 @@ List<Namespace> namespaces = gitLabApi.getNamespaceApi().findNamespaces("foobar"
...
@@ -171,8 +171,8 @@ List<Namespace> namespaces = gitLabApi.getNamespaceApi().findNamespaces("foobar"
### NotesApi
### NotesApi
```
java
```
java
// Get a list of the issues's notes for project ID 1234, issue ID 1
// Get a list of the issues's notes for project ID 1234, issue
I
ID 1
List
<
Note
>
notes
=
getNotes
(
Integer
1234
,
Integer
1
);
List
<
Note
>
notes
=
getNotes
(
1234
,
1
);
```
```
### PipelineApi
### PipelineApi
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment