Skip to content
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.

Commit

Permalink
Slightly modified search protocol definition
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelchisari authored and The Appleseed Project committed Dec 31, 2010
1 parent e3b8e8b commit ff8e4b7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions _documentation/quicksocial.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ There are three levels of protocol support. Each level is dependant on the leve
Optimization
--------------

Where possible, the QuickSearch library does various optimizations, including concurrent and/or
Where possible, the QuickSocial library does various optimizations, including concurrent and/or
persistent HTTP connections, and bulk data retrieval.

Token and node discovery caching must be handled by the application.
Expand Down Expand Up @@ -332,12 +332,13 @@ Protocol
_method=<method> # http, https, ws, etc
_account=<user@domain>
_source=<domain>
_keywords=<keywords>
_keywords=<array> # Array of keywords to search for.
- JSON: success=<true|false>
error=<error>
results=<array>
title=<title>
link=<link>
icon=<icon>
owner=<owner>
description=<description>
stamp=<datetime>
Expand Down

0 comments on commit ff8e4b7

Please sign in to comment.