this post was submitted on 25 Jun 2023
434 points (100.0% liked)
/kbin meta
2 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
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Not yet, see https://codeberg.org/Kbin/kbin-core/pulls/357
How is an app being developed for kbin without an api?
It basically uses the same methods of submitting content as the website does, reading the entirety of the webpage in the process. It's much less efficient than using an API, but it's possible