rinov/YoutubeKit

How do you access the ApiSession in YoutubeKit?

shyamalschandra opened this issue · 1 comments

How do you access the ApiSession in YoutubeKit?

I imported YoutubeKit and nothing came up in Intellisense.

ApiSession.shared.send(request) { result in
    switch result {
    case .success(let response):
        print(response)
    case .failed(let error):
        print(error)
    }
}
rinov commented

Hi,
ApiSession was renamed YoutubeAPI.