Difference between revisions of "Blender Specification"
Jump to navigation
Jump to search
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
Currently, there is an ongoing implementation of methods in UNIAPI to Blender api. Please find below the list of methods currently active through Blender. That is, methods that are NOT being served by UNIAPI. | Currently, there is an ongoing implementation of methods in UNIAPI to Blender api. Please find below the list of methods currently active through Blender. That is, methods that are NOT being served by UNIAPI. | ||
− | |||
− | |||
− | |||
== UserService == | == UserService == | ||
=== GetUserTimestamps === | === GetUserTimestamps === | ||
=== GetUserTimestamp === | === GetUserTimestamp === | ||
+ | === GetUserServices === | ||
+ | === GetItemsTags (25.3) === | ||
+ | === TagItem (25.3) === | ||
+ | === UntagItem (25.3) === | ||
== TimeService == | == TimeService == | ||
=== GetTime === | === GetTime === | ||
+ | |||
+ | == EpgService == | ||
+ | === GetPersonalLiveChannelContents === | ||
+ | === GetPersonalLiveChannels === | ||
+ | |||
+ | == InstanceParameterService == | ||
+ | === GetKeyValues === | ||
+ | === GetFutSettings === | ||
+ | |||
+ | == PlaybackService == | ||
+ | === PlaybackHeartBeatLive === | ||
+ | === PlaybackHeartBeatVod === | ||
+ | === GetUserItemsResumeData === | ||
+ | === SetMovieResumeData === | ||
+ | === GetMovieResumeData === | ||
+ | === PlaybackHeartbeatRecording === | ||
+ | === SetItemResumeData === | ||
+ | === GetMediaUrlStb (25.3) === | ||
+ | === GetMediaUrlsStb (25.3) === | ||
+ | |||
+ | == EventService == | ||
+ | === AddEventBatch === | ||
+ | |||
+ | == RegistrationService == | ||
+ | === SetMinimumAgeRating === | ||
+ | |||
+ | == AuthenticationService == | ||
+ | === LoginAnonymous (25.3) === |
Latest revision as of 10:02, 5 March 2025
Currently, there is an ongoing implementation of methods in UNIAPI to Blender api. Please find below the list of methods currently active through Blender. That is, methods that are NOT being served by UNIAPI.