Skip to content
This repository has been archived by the owner on Aug 26, 2021. It is now read-only.

What is "sessionManager" in VimeoClient constructor? #424

Open
rnstewart opened this issue Aug 21, 2020 · 0 comments
Open

What is "sessionManager" in VimeoClient constructor? #424

rnstewart opened this issue Aug 21, 2020 · 0 comments

Comments

@rnstewart
Copy link

Another discrepancy I found in the documentation.

It says that VimeoClient can be constructed like this:

let vimeoClient = VimeoClient(configuration: appConfiguration)

But the actual class requires more in its constructor:

let vimeoClient = VimeoClient(
            appConfiguration: <#T##AppConfiguration?#>,
            sessionManager: <#T##VimeoSessionManager?#>
        )

I don't see anything about this sessionManager in the documentation. Can you update it to include that?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant