Uses of Class
com.mediumapi.domain.article.MediumArticleResponses
Packages that use MediumArticleResponses
-
Uses of MediumArticleResponses in com.mediumapi.apiclient
Methods in com.mediumapi.apiclient that return types with arguments of type MediumArticleResponsesModifier and TypeMethodDescriptiondefault org.springframework.http.ResponseEntity<MediumArticleResponses>ArticleApi.articleArticleIdResponsesGet(String articleId) GET /article/{article_id}/responses : Get Article Responses Returns a list of responses (`response_ids`, same as `article_ids`) for a given article (`article_id`) **Note:** To see the content of the response, use the _Get Article's Content_ endpoint (`/article/{article_id}/content`) -
Uses of MediumArticleResponses in com.mediumapi.client
Methods in com.mediumapi.client that return types with arguments of type MediumArticleResponsesModifier and TypeMethodDescriptiondefault org.springframework.http.ResponseEntity<MediumArticleResponses>ArticleApiClient.articleArticleIdResponsesGet(String articleId) GET /article/{article_id}/responses : Get Article Responses Returns a list of responses (`response_ids`, same as `article_ids`) for a given article (`article_id`) **Note:** To see the content of the response, use the _Get Article's Content_ endpoint (`/article/{article_id}/content`) -
Uses of MediumArticleResponses in com.mediumapi.domain.article
Methods in com.mediumapi.domain.article that return MediumArticleResponses