Uses of Class
com.mediumapi.domain.article.MediumArticleRecommended
Packages that use MediumArticleRecommended
-
Uses of MediumArticleRecommended in com.mediumapi.apiclient
Methods in com.mediumapi.apiclient that return types with arguments of type MediumArticleRecommendedModifier and TypeMethodDescriptiondefault org.springframework.http.ResponseEntity<MediumArticleRecommended>ArticleApi.articleArticleIdRecommendedGet(String articleId) GET /article/{article_id}/recommended : Get Recommended Articles Returns a list of 10 articles (`article_ids`) as recommended by the Medium, for the given article. -
Uses of MediumArticleRecommended in com.mediumapi.client
Methods in com.mediumapi.client that return types with arguments of type MediumArticleRecommendedModifier and TypeMethodDescriptiondefault org.springframework.http.ResponseEntity<MediumArticleRecommended>ArticleApiClient.articleArticleIdRecommendedGet(String articleId) GET /article/{article_id}/recommended : Get Recommended Articles Returns a list of 10 articles (`article_ids`) as recommended by the Medium, for the given article. -
Uses of MediumArticleRecommended in com.mediumapi.domain.article
Methods in com.mediumapi.domain.article that return MediumArticleRecommendedModifier and TypeMethodDescriptionMediumArticleRecommended.addRecommendedArticlesItem(String recommendedArticlesItem) MediumArticleRecommended.recommendedArticles(List<String> recommendedArticles)