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 --- App.html | 2 +- allclasses-index.html | 2 +- allpackages-index.html | 2 +- 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 +- help-doc.html | 2 +- index-files/index-1.html | 2 +- index-files/index-10.html | 2 +- index-files/index-11.html | 2 +- index-files/index-12.html | 2 +- index-files/index-13.html | 2 +- index-files/index-14.html | 2 +- index-files/index-15.html | 2 +- index-files/index-16.html | 2 +- index-files/index-17.html | 2 +- index-files/index-2.html | 2 +- index-files/index-3.html | 2 +- index-files/index-4.html | 2 +- index-files/index-5.html | 2 +- index-files/index-6.html | 2 +- index-files/index-7.html | 2 +- index-files/index-8.html | 2 +- index-files/index-9.html | 2 +- index.html | 3 +- overview-summary.html | 2 +- overview-tree.html | 2 +- package-summary.html | 2 +- package-tree.html | 2 +- serialized-form.html | 2 +- 45 files changed, 94 insertions(+), 95 deletions(-) diff --git a/App.html b/App.html index c5d114d..0080393 100644 --- a/App.html +++ b/App.html @@ -1,7 +1,7 @@ - + App diff --git a/allclasses-index.html b/allclasses-index.html index 941312a..4ed03bf 100644 --- a/allclasses-index.html +++ b/allclasses-index.html @@ -1,7 +1,7 @@ - + All Classes and Interfaces diff --git a/allpackages-index.html b/allpackages-index.html index 588379b..6cd4b25 100644 --- a/allpackages-index.html +++ b/allpackages-index.html @@ -1,7 +1,7 @@ - + All Packages 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 diff --git a/help-doc.html b/help-doc.html index 18a2101..4b71e37 100644 --- a/help-doc.html +++ b/help-doc.html @@ -1,7 +1,7 @@ - + API Help diff --git a/index-files/index-1.html b/index-files/index-1.html index e91282e..66a4494 100644 --- a/index-files/index-1.html +++ b/index-files/index-1.html @@ -1,7 +1,7 @@ - + A-Index diff --git a/index-files/index-10.html b/index-files/index-10.html index 0268d63..978f7b2 100644 --- a/index-files/index-10.html +++ b/index-files/index-10.html @@ -1,7 +1,7 @@ - + M-Index diff --git a/index-files/index-11.html b/index-files/index-11.html index 811eb91..16bf974 100644 --- a/index-files/index-11.html +++ b/index-files/index-11.html @@ -1,7 +1,7 @@ - + N-Index diff --git a/index-files/index-12.html b/index-files/index-12.html index 78eee43..c060348 100644 --- a/index-files/index-12.html +++ b/index-files/index-12.html @@ -1,7 +1,7 @@ - + O-Index diff --git a/index-files/index-13.html b/index-files/index-13.html index 51535d4..fd0d6a3 100644 --- a/index-files/index-13.html +++ b/index-files/index-13.html @@ -1,7 +1,7 @@ - + P-Index diff --git a/index-files/index-14.html b/index-files/index-14.html index d0e4e95..018059e 100644 --- a/index-files/index-14.html +++ b/index-files/index-14.html @@ -1,7 +1,7 @@ - + R-Index diff --git a/index-files/index-15.html b/index-files/index-15.html index ef27ba4..a93ce84 100644 --- a/index-files/index-15.html +++ b/index-files/index-15.html @@ -1,7 +1,7 @@ - + S-Index diff --git a/index-files/index-16.html b/index-files/index-16.html index 0ca4bbc..75a1bf7 100644 --- a/index-files/index-16.html +++ b/index-files/index-16.html @@ -1,7 +1,7 @@ - + T-Index diff --git a/index-files/index-17.html b/index-files/index-17.html index a2e9bb8..8c88efb 100644 --- a/index-files/index-17.html +++ b/index-files/index-17.html @@ -1,7 +1,7 @@ - + V-Index diff --git a/index-files/index-2.html b/index-files/index-2.html index 7e5a2d8..d4c35d7 100644 --- a/index-files/index-2.html +++ b/index-files/index-2.html @@ -1,7 +1,7 @@ - + B-Index diff --git a/index-files/index-3.html b/index-files/index-3.html index e5c6a90..d485ef0 100644 --- a/index-files/index-3.html +++ b/index-files/index-3.html @@ -1,7 +1,7 @@ - + C-Index diff --git a/index-files/index-4.html b/index-files/index-4.html index bf5a51b..dc9f58e 100644 --- a/index-files/index-4.html +++ b/index-files/index-4.html @@ -1,7 +1,7 @@ - + D-Index diff --git a/index-files/index-5.html b/index-files/index-5.html index edb91dd..a12815c 100644 --- a/index-files/index-5.html +++ b/index-files/index-5.html @@ -1,7 +1,7 @@ - + E-Index diff --git a/index-files/index-6.html b/index-files/index-6.html index e9e7b0d..6b0b726 100644 --- a/index-files/index-6.html +++ b/index-files/index-6.html @@ -1,7 +1,7 @@ - + G-Index diff --git a/index-files/index-7.html b/index-files/index-7.html index e88fee9..8fcbae1 100644 --- a/index-files/index-7.html +++ b/index-files/index-7.html @@ -1,7 +1,7 @@ - + H-Index diff --git a/index-files/index-8.html b/index-files/index-8.html index b6f4300..a150c16 100644 --- a/index-files/index-8.html +++ b/index-files/index-8.html @@ -1,7 +1,7 @@ - + I-Index diff --git a/index-files/index-9.html b/index-files/index-9.html index 9a01134..473abf7 100644 --- a/index-files/index-9.html +++ b/index-files/index-9.html @@ -1,7 +1,7 @@ - + L-Index diff --git a/index.html b/index.html index 9db325e..aff15f6 100644 --- a/index.html +++ b/index.html @@ -64,5 +64,4 @@ loadScripts(document, 'script'); - - + \ No newline at end of file diff --git a/overview-summary.html b/overview-summary.html index 308e30f..61ca93c 100644 --- a/overview-summary.html +++ b/overview-summary.html @@ -1,7 +1,7 @@ - + Generated Documentation (Untitled) diff --git a/overview-tree.html b/overview-tree.html index 293e0bd..bad4042 100644 --- a/overview-tree.html +++ b/overview-tree.html @@ -1,7 +1,7 @@ - + Class Hierarchy diff --git a/package-summary.html b/package-summary.html index e4477a1..d5ca37b 100644 --- a/package-summary.html +++ b/package-summary.html @@ -1,7 +1,7 @@ - + Unnamed Package diff --git a/package-tree.html b/package-tree.html index 56fb521..7f135f2 100644 --- a/package-tree.html +++ b/package-tree.html @@ -1,7 +1,7 @@ - + Class Hierarchy diff --git a/serialized-form.html b/serialized-form.html index 776d690..94cca16 100644 --- a/serialized-form.html +++ b/serialized-form.html @@ -1,7 +1,7 @@ - + Serialized Form -- cgit v1.2.3