Models
-
The struct containing an Instagram user.
See moreDeclaration
Swift
public struct InstagramUser : Decodable
-
The struct containing an Instagram relationship.
See moreDeclaration
Swift
public struct InstagramRelationship : Decodable
-
The struct containing an Instagram media.
See moreDeclaration
Swift
public struct InstagramMedia : Decodable
-
The struct containing an Instagram comment.
See moreDeclaration
Swift
public struct InstagramComment : Decodable
-
The struct containing an Instagram tag.
See moreDeclaration
Swift
public struct InstagramTag : Decodable
-
The struct containing an Instagram location.
See moreDeclaration
Swift
public struct InstagramLocation<T> : Decodable where T : Decodable