We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 699bb42 commit 4a54ee3Copy full SHA for 4a54ee3
lib/src/common/issues_service.dart
@@ -130,6 +130,13 @@ class IssuesService extends Service {
130
);
131
}
132
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
+ ///
140
/// This API is currently in preview. It may break.
141
///
142
/// See https://developer.github.com/v3/reactions/
0 commit comments