Hi Robin and Barry, thanks for the help so far, it is working now. Though I have noticed that the API is not as robust as I expected it to be. For example the /reply
endpoint doesn’t show the details of of the person who posted the reply (author
) and moreover, say I wanted to view all the replies for a particular topic; can this be done?
Okay. I am waiting. Thanks for the help do far.
Thanks. I tried http://MY_SITE.COM/wp-json/wp/v2/posts?filter[type]=topic
and http://MY_SITE.COM/wp-json/wp/v2/posts?filter[type]=forum
but the filter appeared not to work as blog posts was returned. Please not that I have already installed the plugin.
Sure it does make sense. With WP V2 API, if you want to list the ten latest posts, you use this url http://MY_SITE.COM/wp-json/wp/v2/posts. Please how do you do this to return that of forum topics?
I know nothing of rest, but there’s one for wordpress http://v2.wp-api.org/ does that help?
No it doesn’t support bbpress