Is it a bug that the response of .../api/v3/comment/list?post_id is always empty?
Is it a bug that the response of .../api/v3/comment/list?post_id is always empty?
Posting here also, because nmtake@lemm.ee commented that the API should work as expected on lemm.ee for instance and I don't know where is the right place to post my question. Can someone help?
cross-posted from: https://programming.dev/post/20954226
I try to get comment data for my posts via API from my Lemmy instance, but whatever I try on using the GetComments endpoint it delivers an empty array.
For example ...
GET https://programming.dev/api/v3/comment/list?post_id=20878811leads to:json{ "comments": [] }I want to ask here, before creating an issue. Has someone a hint?