Skip to content
Snippets Groups Projects
Commit d82ff25f authored by Andreas Burbach's avatar Andreas Burbach
Browse files

update readme

parent 97361056
No related branches found
No related tags found
1 merge request!3Feeding chicken with chicken
Checking pipeline status
...@@ -304,6 +304,37 @@ Responsebody: ...@@ -304,6 +304,37 @@ Responsebody:
] ]
``` ```
##### GET url: ".../contents/statements/feed/pagination"
Get statements of the accounts that are followed by the user
Requestbody: None
Queryparameters: "?page=<page_number>&size=<number_of_statements_per_page>"
Responsebody:
```json
{
"total": ...,
"data": [
{
"id": ...,
"author": {
"user": {
"id": ...,
"username": "..."
},
"image": "..."
},
"content": "...",
"tagged": [],
"mentioned": [],
"created": "...",
"relation_to_parent": ...,
"reactions": []
},
...
]
}
```
##### GET url: ".../contents/trending/hashtag/" ##### GET url: ".../contents/trending/hashtag/"
Get all trending hashtags which are most used in statements Get all trending hashtags which are most used in statements
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment