-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[API] Activity API #5666
Comments
For the Hope to get any updates on Activity API as that is going to be the home screen of the app so that user can see all the activities. :) |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs during the next 2 weeks. Thank you for your contributions. |
@mmarif4u Looks like this issue is for a long time. Have you resolve the problem yourself? I'm sorry I have no android phone so I cannot test the great APP. |
@lunny unfortunately no, we are still waiting for an API to utilize it. |
I create a PR(#23494) to add activity API. But it has not been merged :) |
And think it more, since it's a restful API, the android has to check it every internal. It will waste much electricity. Maybe a websocket implementation or a blocked HTTP request is better. |
Well that depends, we don't call an API unless you are in the active view that way we reduce the calls. User has the option to refresh it through pull. |
@Zettat123 thanks for the work on this. |
OK. So I think #23494 may fix this issue. |
Close #5666 Add APIs for getting activity feeds.
Hi,
Is there an API for activity/dashboard view?
I also noticed that there is
private
variable used inapi/v1/user/repos
API for private/public access type. In java it is reserved keyword and cannot be used. Is there a way around it?. I need it for showing lock icon.Thanks
The text was updated successfully, but these errors were encountered: