Update:Remora API Docs: Difference between revisions

Line 32: Line 32:
==== search  ====
==== search  ====
Invoke as:
Invoke as:
https://services.addons.mozilla.org/api/search/[searchterm]/[optional:searchtype]
https://services.addons.mozilla.org/api/[version]/search/[searchterm]/[optional:searchtype]/[optional:maxresults]


Returns addons that match the searchterm.  Uses the same search engine as  
Returns addons that match the searchterm.  Uses the same search engine as  
the rest of the site, so only exact match is supported.  The searchtype may be
the rest of the site, so only exact match is supported.  The searchtype may be
one of 'extension', 'theme', 'plugin', 'dictionary', 'searchengine'.  If
one of 'extension', 'theme', 'plugin', 'dictionary', 'searchengine'.  If
no searchtype is entered extensions and themes will be returned.
no searchtype is entered, or if searchtype 'all' is entered, extensions and themes will be returned.  The optional maxresults parameter limits the number os results returned.


==== list ====
==== list ====
1,107

edits