VimeoNetworking icon indicating copy to clipboard operation
VimeoNetworking copied to clipboard

The Vimeo API iOS SDK

Results 16 VimeoNetworking issues
Sort by recently updated
recently updated
newest added

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...

dependencies

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). ![Screen Shot 2021-04-12 at 10 57 39](https://user-images.githubusercontent.com/2789176/114368875-2098c700-9b7e-11eb-8ef7-24522ee3cf41.png)...

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 [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=kramdown&package-manager=bundler&previous-version=2.1.0&new-version=2.3.1)](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...

dependencies

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