There’s another value that I would think might contain the name of the post, user_title but that is also null. Is there a setting somewhere I’m missing? And yes these posts do in fact have titles.
Yep, with some extra poking, I was able to decipher how the api (and discourse) is supposed to work hierarchically. So now I’m fetching a single topic and just grabbing the first post in the post_stream.
Does post_stream return all posts on the topic? Or can I limit it in some way?
My use case is that I have an angular application and I’m trying to pull in Discourse posts to essentially make a pseudo-blog that’s integrated into that application. So far this seems entirely doable.