Skip to content

Networks

George Kye edited this page Mar 12, 2016 · 2 revisions

This method is used to retrieve the basic information about a TV network. You can use this ID to search for TV shows with the discover.

   NetworksMDB.networks(apikey, networkId: 200){
            netwrk in
            let network = netwrk.data!
            print(network.id)
            print(network.name)
        }
Clone this wiki locally