WTVP/Services/wtv-favorite/URLs: Difference between revisions

From WebTV Wiki
Jump to navigation Jump to search
imported>Admin
 
(Add wtv-favorite:/list-folders and wtv-favorite:/add)
Line 5: Line 5:
{| class="wikitable"
{| class="wikitable"
! URL || Description || Methods Supported || wtv-token Present? || Notes
! URL || Description || Methods Supported || wtv-token Present? || Notes
|-
| wtv-favorite:/list-folders || Sent in the <code>wtv-favorites-folders-url</code> header in the [[WTVP/Processes/Headwaiter/Final Responses|final headwaiter response]]. Simple GET service that returns a sequence of NUL-terminated strings for the names of each favorite folder in the current user's account || GET || No ||
|-
| wtv-favorite:/add || [[WTVP/Processes/Favorites#Adding favorites|Favorite add service]]. POST service that adds a website or service page as a favorite to a specified favorite folder. It also submits a thumbnail for the favorite encoded in a proprietary "wtv-bitmap" format || POST || No ||
|-
|-
| wtv-favorite:/serve-folders || Favorites index. Lists all favorite folders a subscriber/user has || GET || ? ||  
| wtv-favorite:/serve-folders || Favorites index. Lists all favorite folders a subscriber/user has || GET || ? ||  

Revision as of 14:07, 11 August 2023

WTVP
OverviewList of WTVP ServicesWTVP-specific Content-TypesStatus Codes
Concepts
TokensTicketsCapability Flags
Headers
Header ListData TypesCommon Request Headers
Processes
First-Time RegistrationHeadwaiter (Login)Messenger ServicesFavoritesChecking for new mailRetrieving settingsObtaining new wtv-ticketsSmart CardMiscellaneous
URLs for WTVP Services
wtv-1800wtv-aroundtownwtv-authorwtv-centerwtv-chatwtv-contentwtv-cookiewtv-customscriptwtv-diskwtv-epguidewtv-favoritewtv-flashromwtv-guidewtv-head-waiterwtv-homewtv-introwtv-logwtv-mailwtv-newswtv-noticeswtv-partnerwtv-passportwtv-registerwtv-setupwtv-smartcardwtv-spotwtv-starwtv-trickswtv-tutorial

URLs for wtv-favorite WTVP service.

URL Description Methods Supported wtv-token Present? Notes
wtv-favorite:/list-folders Sent in the wtv-favorites-folders-url header in the final headwaiter response. Simple GET service that returns a sequence of NUL-terminated strings for the names of each favorite folder in the current user's account GET No
wtv-favorite:/add Favorite add service. POST service that adds a website or service page as a favorite to a specified favorite folder. It also submits a thumbnail for the favorite encoded in a proprietary "wtv-bitmap" format POST No
wtv-favorite:/serve-folders Favorites index. Lists all favorite folders a subscriber/user has GET ?
wtv-favorite:/serve-browser?favorite-folder-name=xxxxx Shows favorites in a specified folder ("favorite-folder-name") GET ?
wtv-favorite:/serve-add-folder-page "Add a folder" page GET Yes
wtv-favorite:/commit-add-folder?new-folder-name=xxxxx Adds a favorite folder. Need more documentation on this GET Yes
wtv-favorite:/serve-samples-page Page that allow the subscriber/user to add predefined "sample" folders. Need more documentation on this GET Yes
wtv-favorite:/serve-rename-folders Page that allows the subscriber/user to rename a favorite folder. Need more documentation on this GET Yes
wtv-favorite:/commit-rename-folders Renames favorite folders. Need more documentation on this GET Yes
wtv-favorite:/serve-discard-folders Page that allow the subscriber/user to remove any favorite folder they currently have. Need more documentation on this GET Yes
wtv-favorite:/commit-discard-folders Removes favorite folders. Need more documentation on this GET Yes
wtv-favorite:/serve-organize-favorites?favorite-folder-name=xxxxx Shows options page for managing favorites within a folder GET ?
wtv-favorite:/serve-discard-favorites?favorite-folder-name=xxxxx Allows the subscriber/user to remove favorites within a folder GET Yes
wtv-favorite:/serve-arrange-favorites?favorite-folder-name=xxxxx Shows page that allows enabling/disabling of thumbnails when previewing favorites. Need more documentation on this GET Yes
wtv-favorite:/serve-move-favorites?favorite-folder-name=xxxxx Shows page that allows subscriber/user to move favorites between folders. Need more documentation on this GET Yes
wtv-favorite:/serve-shortcuts-favorites?favorite-folder-name=xxxxx Shows page that allows subscriber/user to assign shortcut keys to favorites. Need more documentation on this GET Yes
wtv-favorite:/serve-rename-favorites?favorite-folder-name=xxxxx Shows page that allows subscriber/user to rename favorites. Need more documentation on this GET Yes
wtv-favorite:/MyLinksMain?template=MyLinksMain.tmpl Presents options to modify link sidebar on info Centers. Need more documentation on this GET No(?)