Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[egit-dev] GitHub Java API Event

Hi,
I’m having some problems with the GitHub Java API library (https://github.com/eclipse/egit-github/tree/master/org.eclipse.egit.github.core). Specifically, I’m trying to get a user events list (https://developer.github.com/v3/activity/events/#list-events-that-a-user-has-received). Given that the user is authenticated through OAuth Token, could you show me an example on how to get the event list from the PageIterator?

Best regards,

Giulio 
https://github.com/GLodi

Back to the top