Uses of Class
com.mediumapi.domain.platform.MediumPlatformRecommendedFeed
Packages that use MediumPlatformRecommendedFeed
-
Uses of MediumPlatformRecommendedFeed in com.mediumapi.apiclient
Methods in com.mediumapi.apiclient that return types with arguments of type MediumPlatformRecommendedFeedModifier and TypeMethodDescriptiondefault org.springframework.http.ResponseEntity<MediumPlatformRecommendedFeed>PlatformApi.recommendedFeedTagGet(String tag, @Valid Integer page) GET /recommended_feed/{tag} : Get Recommended Feed Returns a list of recommended articles (`article_ids`) for the given `tag`. -
Uses of MediumPlatformRecommendedFeed in com.mediumapi.client
Methods in com.mediumapi.client that return types with arguments of type MediumPlatformRecommendedFeedModifier and TypeMethodDescriptiondefault org.springframework.http.ResponseEntity<MediumPlatformRecommendedFeed>PlatformApiClient.recommendedFeedTagGet(String tag, Integer page) GET /recommended_feed/{tag} : Get Recommended Feed Returns a list of recommended articles (`article_ids`) for the given `tag`. -
Uses of MediumPlatformRecommendedFeed in com.mediumapi.domain.platform
Methods in com.mediumapi.domain.platform that return MediumPlatformRecommendedFeedModifier and TypeMethodDescriptionMediumPlatformRecommendedFeed.addRecommendedFeedItem(String recommendedFeedItem) MediumPlatformRecommendedFeed.recommendedFeed(List<String> recommendedFeed)