this post was submitted on 20 Jul 2023
6 points (100.0% liked)

/kbin meta

110 readers
1 users here now

Magazine dedicated to discussions about the kbin itself. Provide feedback, ask questions, suggest improvements, and engage in conversations related to the platform organization, policies, features, and community dynamics. ---- * Roadmap 2023 * m/kbinDevlog * m/kbinDesign

founded 1 year ago
 

Currently the only official API I could find is this one. It doesn't say anything about posting and it's calling threads "entries" (I assume it was renamed before I got here).
If I want to develop an app for kbin today and I don't want to learn how to scrap the website, what API docs should I follow?

top 5 comments
sorted by: hot top controversial new old
[–] [email protected] 7 points 1 year ago (1 children)
[–] [email protected] 2 points 1 year ago

Thanks! That was exactly what I was looking for

[–] [email protected] 2 points 1 year ago (1 children)

#ActivityPub has a standard client API called the Client-to-Server API (C2S). You could start reading up on that and maybe even prototype something to convince the devs to implement it. The C2S would enable apps that work with any compliant fediverse service

[–] [email protected] 1 points 1 year ago (1 children)

nobody (in terms of both apps or servers) uses the C2S API. the closest you can get to a "de facto" standard is unfortunately the Mastodon API.

[–] [email protected] 2 points 1 year ago* (last edited 1 year ago)

As far as I know there are no clients that support it but a lot of the smaller AP services do support the C2S. The masto API is only the de facto standard as long as each project chooses to support it. Kbin doesn't have an API yet, so this is the best time to make the decision.

EDIT: There is a ton of demand for a kbin app so if kbin goes with the C2S over the masto API, that will drive creation of C2S apps.

load more comments
view more: next ›