You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
api.send(request) { response in
assert(request.result.isSuccess)
let elements = response.result.value!.elements
for (symbol, price) in elements {
print("\(symbol): \(price)")
}
}
but in the struct there is no mention of a result and will give an error notification in the above and other code locations
The text was updated successfully, but these errors were encountered:
Using your sample code it ask for a result
but in the struct there is no mention of a result and will give an error notification in the above and other code locations
The text was updated successfully, but these errors were encountered: