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.
2 parents 447c621 + 84c0e9d commit 5421b28Copy full SHA for 5421b28
lib/src/common/activity_service.dart
@@ -90,7 +90,7 @@ class ActivityService extends Service {
90
///
91
/// API docs: https://developer.github.com/v3/activity/events/#list-public-events-that-a-user-has-received
92
EventPoller pollPublicEventsReceivedByUser(String user) =>
93
- EventPoller(_github, "/repos/$user/events/public");
+ EventPoller(_github, "/repos/$user/received_events/public");
94
95
/// Lists the events performed by a user.
96
0 commit comments