第 10 課結束之後所完成之 IYahooLocalService.egl 的程式碼

下列程式碼是第 10 課結束之後 IYahooLocalService.egl 檔的文字。
package interfaces;

import services.ResultSet;

interface YahooLocalService

function getSearchResults(appId string in, zipCode string in) returns(ResultSet)
   {@GetRest{
      uriTemplate = 

         // ensure that the value of uriTemplate is on one line, without spaces
         "http://local.yahooapis.com/LocalSearchService/V3/localSearch?
         appid={appId}&query=mortgage&zip={zipcode}&results=10",

      responseFormat = XML}};
end

意見