Talk:Sugar Network/API: Difference between revisions
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..." |
|||
| Line 26: | Line 26: | ||
''Get'': | ''Get'': | ||
http://localhost/question?request= | 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: | ||