-
Notifications
You must be signed in to change notification settings - Fork 54
Expand file tree
/
Copy path_pkgdown.yml
More file actions
214 lines (191 loc) · 4.89 KB
/
_pkgdown.yml
File metadata and controls
214 lines (191 loc) · 4.89 KB
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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
url: https://gojiplus.github.io/tuber/
template:
bootstrap: 5
bootswatch: flatly
home:
title: "🍠 tuber: Access YouTube API via R"
navbar:
title: "🍠 tuber"
structure:
left: [intro, reference, articles, tutorials, news]
right: [github]
reference:
- title: "Package Documentation"
desc: "Overall package documentation"
contents:
- tuber
- title: "Authentication"
desc: "Functions for authentication with the YouTube API"
contents:
- yt_oauth
- yt_token
- yt_authorized
- yt_check_token
- yt_get_key
- yt_set_key
- tuber_check
- title: "Channel Functions"
desc: "Functions for working with YouTube channels"
contents:
- get_channel_stats
- get_subscriptions
- list_channel_resources
- list_channel_sections
- delete_channel_sections
- list_channel_activities
- list_channel_videos
- list_my_channel
- get_all_channel_video_stats
- title: "Video Functions"
desc: "Functions for working with YouTube videos"
contents:
- get_stats
- get_video_details
- get_related_videos
- list_videos
- list_my_videos
- upload_video
- update_video_metadata
- delete_videos
- title: "Playlist Functions"
desc: "Functions for working with playlists"
contents:
- get_playlists
- get_playlist_items
- get_playlist_item_ids
- get_playlist_item_videoids
- create_playlist
- add_video_to_playlist
- change_playlist_title
- delete_playlist_items
- delete_playlists
- title: "Caption Functions"
desc: "Functions for working with captions"
contents:
- get_captions
- list_captions
- list_caption_tracks
- upload_caption
- delete_captions
- read_sbv
- title: "Comment Functions"
desc: "Functions for working with comments and moderation"
contents:
- get_comment_threads
- get_comments
- get_all_comments
- post_comment
- reply_to_comment
- set_comment_moderation_status
- delete_comments
- title: "Monetization & Engagement"
desc: "Functions for Super Chats, Memberships, and Live Interaction"
contents:
- get_super_chat_events
- get_live_chat_messages
- list_channel_members
- title: "Branding & Media"
desc: "Functions for thumbnails and channel branding"
contents:
- set_video_thumbnail
- insert_channel_banner
- title: "Search Functions"
desc: "Functions for searching YouTube"
contents:
- yt_search
- yt_topic_search
- title: "Additional Resources"
desc: "Functions for getting YouTube metadata"
contents:
- list_guidecats
- list_langs
- list_regions
- list_videocats
- list_abuse_report_reasons
- title: "Quota Management"
desc: "Functions for tracking and managing YouTube API quota usage"
contents:
- quota_management
- yt_get_quota_usage
- yt_reset_quota
- yt_set_quota_limit
- title: "Bulk Analysis"
desc: "Functions for processing multiple items efficiently"
contents:
- bulk_video_analysis
- title: "Extended Features"
desc: "Advanced analysis and specialized functions"
contents:
- analyze_channel
- analyze_trends
- compare_channels
- get_live_streams
- get_premiere_info
- search_shorts
- title: "Unicode & Emoji Utilities"
desc: "Functions for handling emojis and Unicode in YouTube text"
contents:
- count_emojis
- extract_emojis
- has_emoji
- remove_emojis
- replace_emojis
- title: "Caching & Performance"
desc: "Functions for caching and performance optimization"
contents:
- tuber_cache_config
- tuber_cache_clear
- tuber_cache_info
- tuber_GET_cached
- get_channel_info_cached
- list_langs_cached
- list_regions_cached
- list_videocats_cached
- get_channel_sections
- get_video_thumbnails
- with_retry
- title: "Utility Functions"
desc: "Additional utility functions and information"
contents:
- tuber_info
- title: "Developer & Advanced Functions"
desc: "Advanced functions and low-level utilities"
contents:
- call_api_with_retry
- handle_api_error
- handle_network_error
- is_transient_error
- suggest_solution
- warn_deprecated
- tuber_PUT
- print.tuber_result
- summary.tuber_result
- "[.tuber_result"
- validate_video_id
- validate_channel_id
- validate_playlist_id
- validate_rfc3339_date
- validate_part_parameter
- validate_region_code
- validate_language_code
- validate_youtube_params
- generate_cache_key
- get_cached_response
- store_cached_response
- is_cacheable_endpoint
- is_static_query
- title: "Documentation Topics"
desc: "Package documentation and function groups"
contents:
- extended-endpoints
- helper-functions
- caching
- error-handling
- title: "Helper Functions"
desc: "Internal helper functions"
contents:
- tuber_DELETE
- tuber_GET
- tuber_POST
- tuber_POST_json
- unicode_utils