From OpenHome
(Difference between revisions)
Grahamd (Talk | contribs)
(Created page with "Here is the proposed request syntax: Request ::= "in" (Category) (Filter)* "report" ("value" Tag With* | "items" Give+ Sort*) Category ::= "audio" | "vid...")
Newer edit →
(Created page with "Here is the proposed request syntax: Request ::= "in" (Category) (Filter)* "report" ("value" Tag With* | "items" Give+ Sort*) Category ::= "audio" | "vid...")
Newer edit →
Revision as of 09:48, 29 August 2011
Here is the proposed request syntax:
Request ::= "in" (Category) (Filter)* "report" ("value" Tag With* | "items" Give+ Sort*)
Category ::= "audio" | "video" | "photo" | "text"
Filter ::= Where | Search
Where ::= "where" Tag "=" Value
Search ::= "search" Value
Give ::= "give" Tag With*
With ::= "with" Tag
Sort ::= "sort" Tag
Tag ::= Text-Without-Spaces
Value ::= (Word | String)
Word ::= Text-Without-Spaces
String ::= '"' Text-Without-Double-Quotes '"' | "'" Text-Without-Quotes "'"