getSunwStockQuoteRealtime()
getIbmStockQuoteDelayed()
An obvious next iteration would be;
getStockQuote( "SUNW", "realtime" );
getStockQuote( "IBM", "delayed" );
However, generalization doesn't have to stop there. We could do this;
getQuote( "Stock", "SUNW", "realtime" );
Eventually however, generalization has to end. I suggest that this is as far as one can go with it;
get( http://nasdaq.org/quotes/stock/realtime/sunw )
otherwise known as;
GET http://nasdaq.org/quotes/stock/realtime/sunw
Web Service Architecture Working Group Mail Archives