12
edits
No edit summary |
|||
| Line 9: | Line 9: | ||
= Use Cases = | = Use Cases = | ||
I believe the following set of use cases are both common (what we're trying to enable) and relatively complete ( | I believe the following set of use cases are both common (what we're trying to enable) and relatively complete (expose all the issues/considerations): | ||
# ''' | # '''Click a mailto: link''' | ||
#* | #* Data needed by web app = ''URI parameters for To:, Subject:, etc.'' | ||
#* GET = yes ; POST = no (at least not easily) | #* Works? GET = yes ; POST = no (at least not easily) | ||
# ''' | # '''Subscribe to a feed''' | ||
#* | #* Data needed by web app = ''feed URL'' | ||
#* GET = yes ; POST = no (unless feed has rel="self" URI... still inefficient) | #* Works? GET = yes ; POST = no (unless feed has rel="self" URI... still inefficient) | ||
# ''' | # '''Open a word attachment from Yahoo! Mail in Google Docs & Spreadsheets''' | ||
#* | #* Data needed by web app = ''.doc file'' | ||
#* GET = no ; POST = yes (though perhaps slow) | #* Works? GET = no ; POST = yes (though perhaps slow) | ||
# ''' | # '''Add an event on a web page to Google Calendar''' | ||
#* | #* Data needed by web app = ''hCal microformat'' | ||
#* GET = no ; POST = yes | #* Works? GET = no ; POST = yes | ||
= Considerations = | = Considerations = | ||
edits