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

What is "sessionManager" in VimeoClient constructor? #424

@rnstewart

Description

@rnstewart

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions