PlaySportsNetworkTest
An iOS App for viewing videos from the YouTube API.
To Run
Minimum deployment target: iOS 15.5. Built using Xcode 13.4.1
To run the app, you must add your own API key.
Go to PlaySportsNetworkTest -> Network -> Values
Edit the apiKey
parameter (shown below)
class PersistentInformation {
let apiKey = YOUR API KEY HERE
let playlistID = "UU_A--fhX5gea0i4UtpD99Gg"
let perPage = 20
let baseURL = "https://www.googleapis.com/youtube/v3/"
}
Videos will not load if an API key is not provided.