Opened 13 years ago
Closed 13 years ago
#7306 closed enhancement (fixed)
[patch][cls] Update the google.smd to include the Feed service
Reported by: | Revin Guillen | Owned by: | dante |
---|---|---|---|
Priority: | high | Milestone: | 1.2 |
Component: | RPC | Version: | 1.1.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
See attached for a tiny patch to the google.smd spec that adds a getFeed() method, which calls Google's feed-to-JSON conversion service. Patch is relative to the dojox root.
Attachments (2)
Change History (6)
Changed 13 years ago by
Attachment: | google-smd-feed-service.patch added |
---|
comment:1 Changed 13 years ago by
Milestone: | tbd → 1.2 |
---|---|
Owner: | changed from Dustin Machi to dante |
Status: | new → assigned |
comment:2 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:3 Changed 13 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Reopening because dante had asked for a simple demo of the feed service, and it seemed a waste to create a whole new ticket just for that. So, see attached for a patch.
Note that this uses an ugly in-place modification to dojo.io.script (taken from source:dojox/trunk/rpc/demos/[email protected]#L38) because Google's service returns a Javascript array rather than a real JSON object.
Changed 13 years ago by
Attachment: | google-smd-feed-service-demo.patch added |
---|
comment:4 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Note: See
TracTickets for help on using
tickets.
(In [14609]) fixes #7306 - thanks revin! (cla/ccla on file) - add getFeed member to google.smd