From b2f25298426a6475e1776636fd4de0a6f397d486 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Fri, 7 Apr 2023 14:44:40 -0700 Subject: Add files via upload --- com/pina/Holodex.html | 2 +- com/pina/HolodexException.html | 2 +- com/pina/HolodexService.html | 100 +++++++++++----------- com/pina/datatypes/Channel.html | 2 +- com/pina/datatypes/Comment.html | 2 +- com/pina/datatypes/SimpleChannel.html | 2 +- com/pina/datatypes/SimpleVideo.html | 2 +- com/pina/datatypes/Video.html | 2 +- com/pina/datatypes/package-summary.html | 2 +- com/pina/datatypes/package-tree.html | 2 +- com/pina/package-summary.html | 2 +- com/pina/package-tree.html | 2 +- com/pina/query/ChannelQueryBuilder.html | 2 +- com/pina/query/VideoByVideoIdQueryBuilder.html | 2 +- com/pina/query/VideoQueryBuilder.html | 2 +- com/pina/query/VideosByChannelIDQueryBuilder.html | 2 +- com/pina/query/package-summary.html | 2 +- com/pina/query/package-tree.html | 2 +- 18 files changed, 67 insertions(+), 67 deletions(-) (limited to 'com') diff --git a/com/pina/Holodex.html b/com/pina/Holodex.html index 29dc9f4..0eea87b 100644 --- a/com/pina/Holodex.html +++ b/com/pina/Holodex.html @@ -1,7 +1,7 @@ - + Holodex diff --git a/com/pina/HolodexException.html b/com/pina/HolodexException.html index c4fe6d9..0683851 100644 --- a/com/pina/HolodexException.html +++ b/com/pina/HolodexException.html @@ -1,7 +1,7 @@ - + HolodexException diff --git a/com/pina/HolodexService.html b/com/pina/HolodexService.html index 1682214..d23242e 100644 --- a/com/pina/HolodexService.html +++ b/com/pina/HolodexService.html @@ -1,7 +1,7 @@ - + HolodexService @@ -236,23 +236,23 @@ loadScripts(document, 'script');
/api/v2/live endpoint
Parameters:
-
channel_id - the channel id
-
id - the id
-
include - the include
-
lang - the lang
-
limit - the limit
-
maxUpcomingHours - the max upcoming hours
-
mentioned_channel_id - the mentioned channel id
-
offset - the offset
-
order - the order
-
org - the org
-
paginated - the paginated
-
sort - the sort
-
status - the status
-
topic - the topic
+
channel_id - the YouTube channel id
+
id - the YouTube video id
+
include - the include parameters
+
lang - a comma separated String of languages (e.g "en,ja")
+
limit - the limit for the number of results
+
maxUpcomingHours - number of maximum hours to show upcoming videos
+
mentioned_channel_id - the mentioned channel id of a different channel (for collabs)
+
offset - the offset for the number of results
+
order - the order (asc, desc)
+
org - the organization of which to get videos for (e.g. "Hololive")
+
paginated - paginated field
+
sort - sort by returned field (e.g "start_scheduled")
+
status - filter by video status (e.g. "upcoming")
+
topic - filter by type of video (e.g "stream")
type - the type
Returns:
-
the live videos
+
a list of SimpleVideo objects
@@ -293,23 +293,23 @@ loadScripts(document, 'script');
/api/v2/video endpoint
Parameters:
-
channel_id - the channel id
-
id - the id
-
include - the include
-
lang - the lang
-
limit - the limit
-
max_upcoming_hours - the max upcoming hours
-
mentioned_channel_id - the mentioned channel id
-
offset - the offset
-
order - the order
-
org - the org
-
paginated - the paginated
-
sort - the sort
-
status - the status
-
topic - the topic
+
channel_id - the YouTube channel id
+
id - the YouTube video id
+
include - the include parameters comma seperated
+
lang - a comma separated String of languages (e.g "en,ja")
+
limit - the limit for the number of results
+
max_upcoming_hours - number of maximum hours to show upcoming videos
+
mentioned_channel_id - the mentioned channel id of a different channel (for collabs)
+
offset - the offset for the number of results
+
order - the order (asc, desc)
+
org - the organization of which to get videos for (e.g. "Hololive")
+
paginated - paginated field
+
sort - sort by returned field (e.g "start_scheduled")
+
status - filter by video status (e.g. "upcoming")
+
topic - filter by type of video (e.g "stream")
type - the type
Returns:
-
the videos
+
a list of Video objects
@@ -349,15 +349,15 @@ loadScripts(document, 'script');
/api/v2/channels/{channelID}/{type} endpoint
Parameters:
-
channelID - the channel id
-
type - the type
-
include - the include
-
lang - the lang
-
limit - the limit
-
offset - the offset
-
paginated - the paginated
+
channelID - the YouTube channel id
+
type - the type of video resource ("clips", "videos", "collabs")
+
include - the include parameters comma seperated
+
lang - a comma separated String of languages (e.g "en,ja")
+
limit - the limit for the number of results
+
offset - the offset for the number of results
+
paginated - paginated field
Returns:
-
the videos by channel id
+
list of Videos by channel id
@@ -370,7 +370,7 @@ loadScripts(document, 'script');
/api/v2/users/live endpoint
Parameters:
-
channels - the channels
+
channels - the channel ids in a comma separated String
Returns:
the videos from channels
@@ -389,9 +389,9 @@ loadScripts(document, 'script');
/api/v2/videos/{videoID} endpoint
Parameters:
-
videoID - the video id
-
lang - the lang
-
c - the c
+
videoID - the YouTube video id
+
lang - a comma separated String of languages (e.g "en,ja")
+
c - 1 will return timestamp comments for the video, 0 will not
Returns:
the video
@@ -418,13 +418,13 @@ loadScripts(document, 'script');
/api/v2/channels endpoint
Parameters:
-
limit - the limit
-
offset - the offset
-
type - the type
-
lang - the lang
-
order - the order
-
org - the org
-
sort - the sort
+
limit - the limit for the number of results
+
offset - the offset for the number of results
+
type - the type of channel (e.g "vtuber")
+
lang - a comma separated String of languages (e.g "en,ja")
+
order - ascending or descending order (e.g "asc")
+
org - filter by organization (e.g "Hololive")
+
sort - column in which data should be sorted (default is org)
Returns:
the channels
diff --git a/com/pina/datatypes/Channel.html b/com/pina/datatypes/Channel.html index db2ee82..8ba553e 100644 --- a/com/pina/datatypes/Channel.html +++ b/com/pina/datatypes/Channel.html @@ -1,7 +1,7 @@ - + Channel diff --git a/com/pina/datatypes/Comment.html b/com/pina/datatypes/Comment.html index 6a09555..b687be4 100644 --- a/com/pina/datatypes/Comment.html +++ b/com/pina/datatypes/Comment.html @@ -1,7 +1,7 @@ - + Comment diff --git a/com/pina/datatypes/SimpleChannel.html b/com/pina/datatypes/SimpleChannel.html index 9918590..82fd615 100644 --- a/com/pina/datatypes/SimpleChannel.html +++ b/com/pina/datatypes/SimpleChannel.html @@ -1,7 +1,7 @@ - + SimpleChannel diff --git a/com/pina/datatypes/SimpleVideo.html b/com/pina/datatypes/SimpleVideo.html index 286e084..2523359 100644 --- a/com/pina/datatypes/SimpleVideo.html +++ b/com/pina/datatypes/SimpleVideo.html @@ -1,7 +1,7 @@ - + SimpleVideo diff --git a/com/pina/datatypes/Video.html b/com/pina/datatypes/Video.html index 47baffe..6ffd102 100644 --- a/com/pina/datatypes/Video.html +++ b/com/pina/datatypes/Video.html @@ -1,7 +1,7 @@ - + Video diff --git a/com/pina/datatypes/package-summary.html b/com/pina/datatypes/package-summary.html index b26c729..6acc31c 100644 --- a/com/pina/datatypes/package-summary.html +++ b/com/pina/datatypes/package-summary.html @@ -1,7 +1,7 @@ - + com.pina.datatypes diff --git a/com/pina/datatypes/package-tree.html b/com/pina/datatypes/package-tree.html index 9465f60..8e9e40d 100644 --- a/com/pina/datatypes/package-tree.html +++ b/com/pina/datatypes/package-tree.html @@ -1,7 +1,7 @@ - + com.pina.datatypes Class Hierarchy diff --git a/com/pina/package-summary.html b/com/pina/package-summary.html index dedbff0..cc17c91 100644 --- a/com/pina/package-summary.html +++ b/com/pina/package-summary.html @@ -1,7 +1,7 @@ - + com.pina diff --git a/com/pina/package-tree.html b/com/pina/package-tree.html index 1765875..da64f17 100644 --- a/com/pina/package-tree.html +++ b/com/pina/package-tree.html @@ -1,7 +1,7 @@ - + com.pina Class Hierarchy diff --git a/com/pina/query/ChannelQueryBuilder.html b/com/pina/query/ChannelQueryBuilder.html index c4b29d9..ad1070c 100644 --- a/com/pina/query/ChannelQueryBuilder.html +++ b/com/pina/query/ChannelQueryBuilder.html @@ -1,7 +1,7 @@ - + ChannelQueryBuilder diff --git a/com/pina/query/VideoByVideoIdQueryBuilder.html b/com/pina/query/VideoByVideoIdQueryBuilder.html index bcfa302..d8bc342 100644 --- a/com/pina/query/VideoByVideoIdQueryBuilder.html +++ b/com/pina/query/VideoByVideoIdQueryBuilder.html @@ -1,7 +1,7 @@ - + VideoByVideoIdQueryBuilder diff --git a/com/pina/query/VideoQueryBuilder.html b/com/pina/query/VideoQueryBuilder.html index 89d8bc1..de5c543 100644 --- a/com/pina/query/VideoQueryBuilder.html +++ b/com/pina/query/VideoQueryBuilder.html @@ -1,7 +1,7 @@ - + VideoQueryBuilder diff --git a/com/pina/query/VideosByChannelIDQueryBuilder.html b/com/pina/query/VideosByChannelIDQueryBuilder.html index 5e2077e..4f3605a 100644 --- a/com/pina/query/VideosByChannelIDQueryBuilder.html +++ b/com/pina/query/VideosByChannelIDQueryBuilder.html @@ -1,7 +1,7 @@ - + VideosByChannelIDQueryBuilder diff --git a/com/pina/query/package-summary.html b/com/pina/query/package-summary.html index 95749b4..ab654c0 100644 --- a/com/pina/query/package-summary.html +++ b/com/pina/query/package-summary.html @@ -1,7 +1,7 @@ - + com.pina.query diff --git a/com/pina/query/package-tree.html b/com/pina/query/package-tree.html index c72ebc7..1b3af30 100644 --- a/com/pina/query/package-tree.html +++ b/com/pina/query/package-tree.html @@ -1,7 +1,7 @@ - + com.pina.query Class Hierarchy -- cgit v1.2.3