Uses of Class
com.mediumapi.domain.platform.MediumPlatformTopWriters
Packages that use MediumPlatformTopWriters
-
Uses of MediumPlatformTopWriters in com.mediumapi.apiclient
Methods in com.mediumapi.apiclient that return types with arguments of type MediumPlatformTopWritersModifier and TypeMethodDescriptiondefault org.springframework.http.ResponseEntity<MediumPlatformTopWriters>PlatformApi.topWritersTopicSlugGet(String topicSlug, @Valid Integer count) GET /top_writers/{topic_slug} : Get Top Writers Returns a list of top writers (`user_ids`) within a particular topic/niche (`topic_slug`). e.g. - blockchain - relationships - artificial-intelligence, etc ... -
Uses of MediumPlatformTopWriters in com.mediumapi.client
Methods in com.mediumapi.client that return types with arguments of type MediumPlatformTopWritersModifier and TypeMethodDescriptiondefault org.springframework.http.ResponseEntity<MediumPlatformTopWriters>PlatformApiClient.topWritersTopicSlugGet(String topicSlug, Integer count) GET /top_writers/{topic_slug} : Get Top Writers Returns a list of top writers (`user_ids`) within a particular topic/niche (`topic_slug`). e.g. - blockchain - relationships - artificial-intelligence, etc ... -
Uses of MediumPlatformTopWriters in com.mediumapi.domain.platform
Methods in com.mediumapi.domain.platform that return MediumPlatformTopWritersModifier and TypeMethodDescriptionMediumPlatformTopWriters.addTopWritersItem(String topWritersItem) MediumPlatformTopWriters.topWriters(List<String> topWriters)