TheM4hd1 / SwiftyInsta

Instagram Private API Swift

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

User Tags Response

arda0011 opened this issue · comments

I am requesting for user tags with:
handler!.users.tagged(user: .me, with: .init(maxPagesToLoad: .max), updateHandler: nil, completionHandler: {(response, _) in

after request when I loop in response I can not access the all variable (ex. imageVersions2, mediaType and others) in model but the I print the response like print(response.rawResponse.beautifiedDescription)