lookupNotificationSnapshot abstract method

Future<MastodonResponse<NotificationSnapshot>> lookupNotificationSnapshot()

Get saved timeline notification position.

Endpoint Url

  • GET /api/v1/markers HTTP/1.1

Authentication Methods

  • OAuth 2.0

Required Scopes

  • read:statuses

Reference

Implementation

Future<MastodonResponse<NotificationSnapshot>> lookupNotificationSnapshot();