kiko

joined 5 days ago
[–] [email protected] 0 points 1 day ago

Will try that as soon as I can. Thanks...

 

Posting here also, because [email protected] commented that the API should work as expected on lemm.ee for instance. Don't know which admin on programming.dev I can contact on this regard. 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=20878811 leads to:

{
  "comments": []
}

I want to ask here, before creating an issue. Has someone a hint?

[–] [email protected] 0 points 1 day ago (1 children)

Thank you for the tip ... but whatever I try with the parameter post_ids in curl, my instance running 0.19.5 does not recognize the parameter and I receive a list with the latest comments over all posts ... !?

 

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=20878811 leads to:

{
  "comments": []
}

I want to ask here, before creating an issue. Has someone a hint?

[–] [email protected] 0 points 3 days ago

It is an interaction collector based on syndications. Currently I'm working on a Lemmy extension to show the discussion below the post.

 

cross-posted from: https://programming.dev/post/20878811

Since I wasn't satisfied with the way syndicated interactions were displayed on my blog, I built something myself with #javascript. What do you think of the idea and implementation?

[–] [email protected] 0 points 3 days ago* (last edited 3 days ago)

:D ... sry, I'm completely new to Lemmy and struggle a bit with some oddities when creating/editing posts

1
submitted 3 days ago* (last edited 3 days ago) by [email protected] to c/[email protected]
 

Since I wasn't satisfied with the way syndicated interactions were displayed on my blog, I built something myself with #javascript. What do you think of the idea and implementation?