##// END OF EJS Templates
Added response format to the api doc
neko259 -
r523:6646c5e9 default
parent child Browse files
Show More
@@ -23,3 +23,18 b' associated with it.'
23 Get all Nth thread post. N is an opening post ID for the thread.
23 Get all Nth thread post. N is an opening post ID for the thread.
24
24
25 In case of incorrect request you can get http error 404.
25 In case of incorrect request you can get http error 404.
26
27 Response JSON contains:
28
29 * id
30 * title
31 * text
32 * image (if image available)
33 * image_preview (if image available)
34
35 In future, it will also contain:
36
37 * tags list (for thread)
38 * publishing time
39 * bump time
40 * reply IDs (if available)
General Comments 0
You need to be logged in to leave comments. Login now