Swiftagram Documentation

Extensions on Endpoint.Group.Tag

Properties

summary

var summary: Endpoint.Single<Swiftagram.Tag, Error>  

A summary for the current tag.

stories

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

A list of some recent stories for the current tag.

posts

var posts: Posts  

A wrapper for tag-related posts edpoints.

Methods

follow()

func follow() -> Endpoint.Single<Status, Error>  

Follow the current tag.

Returns

A valid Endpoint.Single.

unfollow()

func unfollow() -> Endpoint.Single<Status, Error>  

Unfollow the current tag.

Returns

A valid Endpoint.Single.