kean / Get

Web API client built using async/await
MIT License
943 stars 75 forks source link

Problem with Pulse #86

Closed fklingenberg closed 1 year ago

fklingenberg commented 1 year ago

I would like to use Pulse in my App. I can't use 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?