Open
Description
Hi Christopher,
thanks for sharing the CDYelpFusionKit.
With my Xcode 9.1 and Swift 3 installation I run in a network issue after I am authorized and my parameters (e.g. for search) are transferred:
finished with error - code: -999
searchBusinesses(byTerm) failure: cancelled
It seems there is an issue in the CDYelpAPIClient.swift with
self.manager.request(CDYelpRouter.search(parameters: params)).responseObject { (response: DataResponse)
I tried hard to find out but couldn't finally solve the issue.
Do you have any idea?