module Invidious::Routes::API::V1::Authenticated
Defined in:
invidious/routes/api/v1/authenticated.cr
Class Method Summary
Class Method Detail
def self.
create_playlist(env)
#
def self.
delete_playlist(env)
#
def self.
delete_video_in_playlist(env)
#
def self.
get_preferences(env)
#
def self.
get_subscriptions(env)
#
def self.
get_tokens(env)
#
def self.
insert_video_into_playlist(env)
#
def self.
list_playlists(env)
#
def self.
register_token(env)
#
def self.
set_preferences(env)
#
def self.
subscribe_channel(env)
#
def self.
unregister_token(env)
#
def self.
unsubscribe_channel(env)
#
def self.
update_playlist_attribute(env)
#