Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Trending

Tobias Klika edited this page Apr 5, 2019 · 1 revision

Get trending articles:

IEnumerable<PocketItem> items = await _client.GetTrendingArticles(count: 20, languageCode: "en");

Get trending topics:

IEnumerable<PocketTopic> topics = await _client.GetTrendingTopics(languageCode: "en");
Clone this wiki locally