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

Statistics

Tobias Klika edited this page Oct 17, 2013 · 2 revisions

The Pocket API supports retrieval of a simple statistics object.

PocketStatistics statistics = await client.Statistics();
// PocketStatistics: [CountAll], [CountRead], [CountUnread]
Clone this wiki locally