Talk:Sugar Network/API: Difference between revisions

Sebastian (talk | contribs)
Created page with "= Some basic examples for beginning the implementation of basic client = == Browsing a list of contexts == '''Get''' the list: http://localhost/context?offset=0&limit=2&prope..."
 
Sebastian (talk | contribs)
Line 26: Line 26:
''Get'':
''Get'':


  http://localhost/question?request=guid:SOMEHASH&offset=0&limit=20&properties=title,content,rating,vote,guid&order_by=-mtime
  http://localhost/question?request=context:SOMEHASH&offset=0&limit=20&properties=title,content,rating,vote,guid&order_by=-mtime


In this example there's only one question associated with this context:
In this example there's only one question associated with this context:
Return to "Sugar Network/API" page.