Closed fklingenberg closed 1 year ago
I would like to use Pulse in my App. I can't use PulseCore.URLSessionProxyDelegate()
PulseCore.URLSessionProxyDelegate()
This is my code
import Get import Pulse let client = APIClient(baseURL: URL(string: "http://localhost")) { $0.sessionDelegate = PulseCore.URLSessionProxyDelegate() // Error: Cannot find 'PulseCore' in scope }
Can you help me?
I would like to use Pulse in my App. I can't use
PulseCore.URLSessionProxyDelegate()
This is my code
Can you help me?