this post was submitted on 19 Jul 2023
328 points (99.4% liked)
Sync for Lemmy
15146 readers
3 users here now
๐
Welcome to Sync for Lemmy!
Welcome to the official Sync for Lemmy community.
The rules for posting and commenting, besides the rules defined here for lemmy.world, are as follows:
Community Rules
1- No advertising or spam.
All types of advertising and spam are restricted in this community.
Community Credits
Artwork and community banner by: @MargotRobbie@lemmy.world
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Well, yes but not easily: this API will indeed allow developers to more easily develop third-party clients for kbin, but I don't think it is a 1:1 reproduction of Lemmy's API, so it will require significant work for clients to support both Lemmy and kbin.
Also, do keep in mind that kbin and Lemmy do not have feature parity (like Boosting or following user's which are kbin-only)
Yeah, it definitely is not a drop in for Lemmy's API, so if Sync were to support my API for kbin it would be an additional layer for them to add.
That's understandable, I figured it wouldn't be interchangeable with the Lemmy API. He did mention in his Discord a little while ago that kbin support is planned, so hopefully that's still on the roadmap now that the API is almost ready.
Thank you for your work on the API!
If the API is specified and documented it's automatically better than Lemmy's. Lemmy just autogenerates a Javascript client with Typescript types and that's the best you'll get. Comments or actual details are completely absent.
I'm sure someone can make a wrapper to expose the Lemmy API through a mock Kbin API (and maybe a Reddit API as well while we're at it) but we'll never get full compatibility.
Sadly, while everything is working together through ActivityPub, the ActivityPub client-to-server API is left unimplement by almost all servers. The API also isn't particularly complete.
I would add that's it's significantly different. ActivityPub sharing fields like title and url is one thing, sso login is another.