WTVP/Services/wtv-favorite/URLs: Difference between revisions
Jump to navigation
Jump to search
(Add wtv-favorite:/list-folders and wtv-favorite:/add) |
No edit summary |
||
Line 8: | Line 8: | ||
| 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:/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:/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 on the current user's account. 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 || ? || |
Latest revision as of 13:08, 11 August 2023
WTVP |
---|
Overview • List of WTVP Services • WTVP-specific Content-Types • Status Codes |
Concepts |
Tokens • Tickets • Capability Flags |
Headers |
Header List • Data Types • Common Request Headers |
Processes |
First-Time Registration • Headwaiter (Login) • Messenger Services • Favorites • Checking for new mail • Retrieving settings • Obtaining new wtv-tickets • Smart Card • Miscellaneous |
URLs for WTVP Services |
wtv-1800 • wtv-aroundtown • wtv-author • wtv-center • wtv-chat • wtv-content • wtv-cookie • wtv-customscript • wtv-disk • wtv-epguide • wtv-favorite • wtv-flashrom • wtv-guide • wtv-head-waiter • wtv-home • wtv-intro • wtv-log • wtv-mail • wtv-news • wtv-notices • wtv-partner • wtv-passport • wtv-register • wtv-setup • wtv-smartcard • wtv-spot • wtv-star • wtv-tricks • wtv-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 on the current user's account. 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(?) |