-
Notifications
You must be signed in to change notification settings - Fork 55
/
_pkgdown.yml
91 lines (87 loc) · 1.94 KB
/
_pkgdown.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
url: http://soodoku.github.io/tuber/
template:
params:
bootswatch: cosmo
docsearch:
api_key: 538a7a5e70bcc75e8a2e8e817c03bd0f
index_name: tuber
navbar:
menu:
- text: Using tuber
href: articles/tuber-ex.html
articles:
- title: "Articles"
contents:
- tuber-ex
reference:
- title: "Authorization"
desc: >
Get permissions to access the API. Set up the right scope.
contents:
- yt_oauth
- yt_check_token
- title: "Captions"
desc: >
Closed Captions of Videos
contents:
- delete_captions
- get_captions
- list_caption_tracks
- title: "Comments"
desc: >
Work with YouTube Comments
contents:
- get_comment_threads
- get_comments
- get_all_comments
- delete_comments
- title: "Playlists"
desc: >
Working with Playlists
contents:
- get_playlists
- get_playlist_items
- delete_playlists
- delete_playlist_items
- title: "Channels"
desc: >
Working with Channels
contents:
- list_channel_videos
- list_channel_sections
- list_channel_resources
- list_channel_activities
- get_channel_stats
- get_subscriptions
- delete_channel_sections
- title: "Videos"
desc: >
Working with Videos
contents:
- get_video_details
- delete_videos
- title: "Search"
desc: >
Search for Videos etc.
contents:
- get_related_videos
- yt_search
- yt_topic_search
- title: "Misc. Utility Functions"
desc: >
Find out more about the YouTube Data API
contents:
- list_langs
- list_guidecats
- list_regions
- list_videocats
- list_abuse_report_reasons
- title: "Programming using the YouTube Data API"
desc: >
Low-level functions used internally
contents:
- tuber_GET
- tuber_DELETE
- tuber_POST
- tuber_check
- yt_check_token