lookupStatusSnapshot abstract method

Future<MastodonResponse<StatusSnapshot>> lookupStatusSnapshot()

Get saved timeline status position.

Endpoint Url

  • GET /api/v1/markers HTTP/1.1

Authentication Methods

  • OAuth 2.0

Required Scopes

  • read:statuses

Reference

Implementation

Future<MastodonResponse<StatusSnapshot>> lookupStatusSnapshot();