73
edits
(→title) |
m (→postData) |
||
Line 122: | Line 122: | ||
=== postData === | === postData === | ||
Supplying postData will make Ubiquity use POST instead of GET when retrieving the results. It can be either a string | Supplying postData will make Ubiquity use POST instead of GET when retrieving the results. It can be either a string or an object. i.e.: | ||
<code>{ | * <code>"q={QUERY}&hl=en"</code> | ||
* <code>{q: "{QUERY}", hl: "en"}</code> | |||
=== parser === | === parser === |
edits