Uses of Class
in.cs699.tensors.delagram.entity.Feed
-
Packages that use Feed Package Description in.cs699.tensors.delagram.content_view_service.controller in.cs699.tensors.delagram.content_view_service.service -
-
Uses of Feed in in.cs699.tensors.delagram.content_view_service.controller
Methods in in.cs699.tensors.delagram.content_view_service.controller that return types with arguments of type Feed Modifier and Type Method Description List<Feed>ContentViewController. fetchFeed(String authorizationToken, Map<String,Object> payload)The end-point that provides the web-service of fetching the recent feed for the currently logged in user. -
Uses of Feed in in.cs699.tensors.delagram.content_view_service.service
Methods in in.cs699.tensors.delagram.content_view_service.service that return types with arguments of type Feed Modifier and Type Method Description List<Feed>ContentViewService. fetchRecentFeed(String currentUserID)A service that lets the currently logged-in user fetch the recent feed for them.List<Feed>ContentViewServiceImpl. fetchRecentFeed(String currentUserID)An implementation for the logic of fetching feed for a user.
-