TheM4hd1 / SwiftyInsta

Instagram Private API Swift
MIT License
225 stars 51 forks source link

User Tags Response #148

Closed arda0011 closed 4 years ago

arda0011 commented 4 years ago

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)