Post

I've been messing around with the LambdaGeneration API, though I don't actually know how (or if) you can get comments for a post using it. So perhaps there should be some API docs, or just telling me what API route to use to get comments would be good enough.

D𝝚vid

Hi! A public API with docs is something we'd like to explore in the future. To answer your question - you can get comments by sending a GET request to /api/posts/<postId>/responses. e.g. api.community.lambdageneration.câ€Ķ

UnBeatWater

Cool! I should've tried "responses" (I did try "replies" and "comments", but either I didn't try this, or posts with no comments return a "cannot GET" error)! But well, of course trying to figure an API out from literally nothing isn't the easiest :^)