VimeoNetworking
VimeoNetworking copied to clipboard
The Vimeo API iOS SDK
The documentation claims that `AuthenticationController` can be created like this: ``` let authenticationController = AuthenticationController(client: vimeoClient) ``` But it actually requires two more parameters: ``` let authenticationController = AuthenticationController( client:...
Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.7.0 to 2.8.0. Changelog Sourced from addressable's changelog. Addressable 2.8.0 fixes ReDoS vulnerability in Addressable::Template#match no longer replaces + with spaces in queries for non-http(s) schemes fixed...
Hello, I have a premium account I want to integrate into the objective c project. when I install the pod it will give below error: "VimeoNetworking/VimeoNetworking-Swift.h' file not found" Please...
I need to get .mp4 url of a Vimeo video, I'm using PlayerKit sdk in iOS, we have a pro Vimeo account, I'm using video request endpoint of VimeoNetworking sdk,...
Xcode is generating a warning a conversion to Swift 5 is available (which means that a dependency is not using Swift 5 yet). ...
I bought a pro account so I can play videos in my app. All I wanted was a simple tutorial on how to play videos in my account in my...
Bumps [kramdown](https://github.com/gettalong/kramdown) from 2.1.0 to 2.3.1. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
When i integrated the VimeoNetworking, then the videos uploaded on my vimeo account are playing fine within my app. Few days ago, I discovered that videos are not playing in...
Using Debug Memory Graph in Xcode I noticed that whenever I create VimeoClient, it creates memory leak in the app. To confirm if this is not because my app creates...
Vimeo not support Xcode 12.1 iOS 14.1 in swift code