modules/timeline library

Functions

globalTimeline(String baseUrl, String apiBase, bool withFiles, bool withRenotes, bool withReplies, int noteCount) Future<Map<String, dynamic>>
Attempts to retrieve a map of all notes on the supplied instance and instances federated with it. If this fails, an error map is returned.
instanceTimeline(String baseUrl, String apiBase, bool withFiles, bool withRenotes, bool withReplies, int noteCount) Future<Map<String, dynamic>>
Attempts to retrieve a map of all notes on the supplied instance. If this fails, an error map is returned.
mentionedTimeline(String apiToken, String baseUrl, String apiBase, int noteCount, bool fromFollowing, String visibility) Future<Map<String, dynamic>>
Attempts to retrieve a map of all notes a user has been mentioned in. If this fails, an error map is returned.