kiko

joined 9 months ago
 

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

After I recently dived into the Lemmy world and found out which API route I needed for a Lemmy integration as a Mentions United Provider Plugin, the rest was no longer particularly difficult, because the data is very heavy due to many redundancies, but easy to process. So my new plugin is ready and running on this blog to display Lemmy interactions …

https://kiko.io/post/Mentions-United-Lemmy-plugin-a-few-updates/

 

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

Slightly triggered by the post My blog now has Lemmy comments, I thought it would be a good idea to take a closer look at another great representative of the Fediverse world: Lemmy. Of course, also with an eye on the possibility of developing another Mentions United Provider Plugin, along the lines of what “Coship” can do, I also can do and that for everyone ;) ...

 

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=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?