Labs/Ubiquity/Writing A Search Command: Difference between revisions

Line 23: Line 23:


=== postData ===
=== postData ===
Supplying postData will make Ubiquity use POST instead of GET when retrieving the results. It can be either a string ie: "q={QUERY}&hl=en" or as an object ie:
<code>{"q": "{QUERY}", "hl": "en"}</code>


=== parser ===
=== parser ===
47

edits