How can I get all posts of topic with getTopic api
-
I use
/api/topic/${tid}/${postIndex}
to get data of topic.
BUT the result of posts are limit in 20.
How can I get all topic of post with api.BTW I know the way that
/api/user/${userslug}/topics?page=x
to get all topics of category ,
but it's not work in/api/topic/${tid}/${postIndex}
someone help me plz
-
Copyright © 2024 NodeBB | Contributors