Technical requirements
The code bundle for this chapter includes a starter project called MustC. It also includes a playground file named URLSession.playground
.
You will also need to generate an API key from https://www.themoviedb.org/. Create an account on their website and request an API key on your account page. Setting this up should only take a couple of minutes, and if you want to follow along with this chapter, you will need to have your own API key.
After you have created and validated your account on themoviedb.org, you can visit the following link to request an API key: https://www.themoviedb.org/settings/api/request.
The code for this chapter can be found here: https://github.com/PacktPublishing/Mastering-iOS-14-Programming-4th-Edition/tree/master/Chapter%209%20-%20Fetching%20from%20Network.