Uses of Class
com.mediumapi.domain.platform.MediumPlatformLatestPosts
Packages that use MediumPlatformLatestPosts
-
Uses of MediumPlatformLatestPosts in com.mediumapi.apiclient
Methods in com.mediumapi.apiclient that return types with arguments of type MediumPlatformLatestPostsModifier and TypeMethodDescriptiondefault org.springframework.http.ResponseEntity<MediumPlatformLatestPosts>PlatformApi.latestpostsTopicSlugGet(String topicSlug) GET /latestposts/{topic_slug} : Get Latest Posts Returns a list of latest posts (`article_ids`) for a topic/niche (as classified by the Medium platform). -
Uses of MediumPlatformLatestPosts in com.mediumapi.client
Methods in com.mediumapi.client that return types with arguments of type MediumPlatformLatestPostsModifier and TypeMethodDescriptiondefault org.springframework.http.ResponseEntity<MediumPlatformLatestPosts>PlatformApiClient.latestpostsTopicSlugGet(String topicSlug) GET /latestposts/{topic_slug} : Get Latest Posts Returns a list of latest posts (`article_ids`) for a topic/niche (as classified by the Medium platform). -
Uses of MediumPlatformLatestPosts in com.mediumapi.domain.platform
Methods in com.mediumapi.domain.platform that return MediumPlatformLatestPostsModifier and TypeMethodDescriptionMediumPlatformLatestPosts.addLatestpostsItem(String latestpostsItem) MediumPlatformLatestPosts.latestposts(List<String> latestposts)