I have used the search code exactly as it appears in the documentation, but I let swift fix an auto-complete error. Here is what the search looks like:
let test = Track.search(queries: queries, completion: (PaginatedAPIResponse
Im getting an error that says:
Cannot convert value of type '((PaginatedAPIResponse
I have used the search code exactly as it appears in the documentation, but I let swift fix an auto-complete error. Here is what the search looks like: let test = Track.search(queries: queries, completion: (PaginatedAPIResponse
Im getting an error that says: Cannot convert value of type '((PaginatedAPIResponse
I don't know what to do