$tmdb= Factory::create()->getTmdb('your_api_key');$Auth=newAuth($tmdb);$Auth->connect($_POST['request_token'],'http://your_url'); To use all account methods, we must use a valid session. $tmdb= Factory::create()->getTmdb('62dfe9839b8937e595e325a4144702ad');$Auth=newAuth(...
Movies app written in Swift 5 using the TMDb API and demonstrating Clean Architecture, Dependency Injection, MVVM and Coordinators. Demo Screenshots How to run Requirements Xcode 14.0+ Cocoapods 1.9.0+ Fastlane 2.1.0+ (only needed if you want to run the unit tests and swift lint scans via ...