Poniższa lista zawiera typowe przypadki użycia tej metody. Najedź kursorem na wybrany przypadek użycia, aby zobaczyć jego opis, lub kliknij przypadek użycia, aby wczytać przykładowe wartości parametrów w narzędziu APIs Explorer. Przykładowe fragmenty kodu, które dynamicznie aktualizują się zgodnie z wartościami parametrów wpisanymi w Eksploratorze, możesz otworzyć w pełnoekranowym Eksploratorze interfejsów API.
W tabeli poniżej znajdziesz typowe przypadki użycia tej metody. Możesz kliknąć nazwę przypadku użycia, aby wczytać przykładowe wartości parametrów w narzędziu Google APIs Explorer. Możesz też zobaczyć przykłady kodu dla danego przypadku użycia w pełnoekranowym narzędziu APIs Explorer, klikając ikonę kodu pod nazwą przypadku użycia. W interfejsie pełnoekranowym możesz aktualizować wartości parametrów i właściwości, a przykłady kodu są dynamicznie aktualizowane, aby odzwierciedlać wpisane przez Ciebie wartości.
Ta metoda ma jeden typowy przypadek użycia, który został opisany poniżej. Przyciski pod opisem mogą wpisać w interfejsie APIs Explorer przykładowe wartości lub otworzyć pełnoekranowe eksplorator interfejsów API w celu wyświetlenia przykładów kodu, które korzystają z tych wartości. Przykładowy kod jest też dynamicznie aktualizowany, jeśli zmienisz wartości.
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. |