-
Notifications
You must be signed in to change notification settings - Fork 38
Networks
George Kye edited this page Mar 7, 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.MBDBReturn as! NetworksMDB
print(network.id)
print(network.name)
}