Skip to content

Commit 4a54ee3

Browse files
committed
Add some doc comments
1 parent 699bb42 commit 4a54ee3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

lib/src/common/issues_service.dart

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,13 @@ class IssuesService extends Service {
130130
);
131131
}
132132

133+
/// Gets a stream of [Reaction]s for an issue.
134+
/// The optional content param let's you filter the request for only reactions
135+
/// of that type.
136+
/// WARNING: ReactionType.plusOne and ReactionType.minusOne currently do not
137+
/// work and will throw an exception is used. All others without + or - signs
138+
/// work fine to filter.
139+
///
133140
/// This API is currently in preview. It may break.
134141
///
135142
/// See https://developer.github.com/v3/reactions/

0 commit comments

Comments
 (0)