Aşağıdaki listede, bu yöntemin yaygın kullanım alanları gösterilmektedir. Açıklamasını görmek için fareyle bir kullanım alanının üzerine gelin veya API Gezgini'nde örnek parametre değerlerini yüklemek için bir kullanım alanını tıklayın. Gezgin'e girilen parametre değerlerini yansıtacak şekilde dinamik olarak güncellenen kod örneklerini görmek için tam ekran API Gezgini'ni açabilirsiniz.
Aşağıdaki tabloda, bu yöntemin yaygın kullanım alanları gösterilmektedir. API Gezgini'nde örnek parametre değerlerini yüklemek için kullanım alanı adını tıklayabilirsiniz. Alternatif olarak, bir kullanım alanı adının altındaki kod simgesini tıklayarak tam ekran API Gezgini'nde bir kullanım alanı için kod örneklerini görebilirsiniz. Tam ekran kullanıcı arayüzünde parametre ve özellik değerlerini güncelleyebilirsiniz. Kod örnekleri, girdiğiniz değerleri yansıtacak şekilde dinamik olarak güncellenir.
Bu yöntemin, aşağıda açıklanan tek bir yaygın kullanım alanı vardır. Açıklamanın altındaki düğmeler, API Gezgini'ni örnek değerlerle doldurur veya bu değerleri kullanan kod örneklerini göstermek için tam ekran API Gezgini'ni açar. Değerleri değiştirirseniz kod örnekleri de dinamik bir şekilde güncellenir.
Use cases | |
---|---|
list (by keyword) | This example retrieves the first 25 search results associated with the keyword surfing. By default, the type parameter does not specify a value, which means the response could include videos, playlists, and channels. |
list (by location) | This example retrieves search results associated with the keyword surfing that also specify in their metadata a geographic location within 10 miles of the point identified by the location parameter value. (The sample request specifies a point on the North Shore of Oahu, Hawaii . The request retrieves the top five results, which is the default number returned when the maxResults parameter is not specified. |
list (live events) | This example retrieves a list of active live broadcasts (see the eventType parameter value) that are associated with the keyword news. Since the eventType parameter is set, the request must also set the type parameter value to video . |
list (my videos) | This example searches within the authorized user's videos for videos that match the keyword fun. The forMine parameter indicates that the response should only search within the authorized user's videos. Also, since this request uses the forMine parameter, it must also set the type parameter value to video .If you have not uploaded any videos associated with that term, you will not see any items in the API response list. |