Uses of Class
com.mediumapi.domain.platform.MediumPlatformTopfeeds
Packages that use MediumPlatformTopfeeds
-
Uses of MediumPlatformTopfeeds in com.mediumapi.apiclient
Methods in com.mediumapi.apiclient that return types with arguments of type MediumPlatformTopfeedsModifier and TypeMethodDescriptiondefault org.springframework.http.ResponseEntity<MediumPlatformTopfeeds>PlatformApi.topfeedsTagModeGet(String tag, String mode) GET /topfeeds/{tag}/{mode} : Get Topfeeds Returns a list of `article_ids` (length: 25) for the given `tag` and `mode`. -
Uses of MediumPlatformTopfeeds in com.mediumapi.client
Methods in com.mediumapi.client that return types with arguments of type MediumPlatformTopfeedsModifier and TypeMethodDescriptiondefault org.springframework.http.ResponseEntity<MediumPlatformTopfeeds>PlatformApiClient.topfeedsTagModeGet(String tag, String mode) GET /topfeeds/{tag}/{mode} : Get Topfeeds Returns a list of `article_ids` (length: 25) for the given `tag` and `mode`. -
Uses of MediumPlatformTopfeeds in com.mediumapi.domain.platform
Methods in com.mediumapi.domain.platform that return MediumPlatformTopfeeds