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)
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)