Uses of Class
com.mediumapi.domain.article.MediumArticleFans
Packages that use MediumArticleFans
-
Uses of MediumArticleFans in com.mediumapi.apiclient
Methods in com.mediumapi.apiclient that return types with arguments of type MediumArticleFansModifier and TypeMethodDescriptiondefault org.springframework.http.ResponseEntity<MediumArticleFans>ArticleApi.articleArticleIdFansGet(String articleId) GET /article/{article_id}/fans : Get Article Fans Returns a list of `user_ids` of the people who clapped on the article (a.k.a `voters`). -
Uses of MediumArticleFans in com.mediumapi.client
Methods in com.mediumapi.client that return types with arguments of type MediumArticleFansModifier and TypeMethodDescriptiondefault org.springframework.http.ResponseEntity<MediumArticleFans>ArticleApiClient.articleArticleIdFansGet(String articleId) GET /article/{article_id}/fans : Get Article Fans Returns a list of `user_ids` of the people who clapped on the article (a.k.a `voters`). -
Uses of MediumArticleFans in com.mediumapi.domain.article
Methods in com.mediumapi.domain.article that return MediumArticleFans