I am building an iOS yoga app that has a server side with Vapor and a client side with SwiftUI. I would like to display in the app the private videos I have in my Vimeo account for all users of the app to watch. I have seen that Vimeo has an API that could be used for this purpose, but I am struggling a bit to understand the process of implementing it. Could someone explain to me the necessary steps to achieve this in my app?




