kiko

joined 4 days ago
[–] kiko 2 points 12 hours 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 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=20878811 leads to:

{
  "comments": []
}

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

[–] kiko 2 points 17 hours 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?

 

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?

[–] kiko 2 points 2 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?

[–] kiko 3 points 2 days ago* (last edited 2 days ago)

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

12
submitted 2 days ago* (last edited 2 days ago) by kiko 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?