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?

  • 0x1C3B00DA@kbin.social
    link
    fedilink
    arrow-up
    2
    ·
    1 year ago

    #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

    • eh@nerdbin.social
      link
      fedilink
      arrow-up
      1
      ·
      1 year ago

      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.

      • 0x1C3B00DA@kbin.social
        link
        fedilink
        arrow-up
        2
        ·
        edit-2
        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.