Swiftagram Documentation

Extensions on Endpoint.Group.Recent

Properties

activity

var activity: Endpoint.Single<Wrapper, Error>  

Recent activity related to the logged in account (e.g. followers/following, likes, etc).

posts

var posts: Endpoint.Paginated<Wrapper, RankedOffset<String?, String?>, Error>  

Recent posts for accounts followed by the logged in user.

stories

var stories: Endpoint.Single<TrayItem.Collection, Error>  

Recent stories for users and tags followed by the current user.