If you use any apps, frontends or bots for Lemmy, please help us out by notifying the developers about this post.

  • CreatureSurvive@lemmy.worldM
    link
    fedilink
    arrow-up
    3
    ·
    edit-2
    2 days ago

    Thank you for cross-posting this. I haven’t started working on adding support just yet.

    Up until now, the api changes have been relatively minor, which I’ve been able to work around using optional and version checks. This release has a lot more breaking changes, and I’ll need to change how the api is accessed.

    I’m planning to extract the Lemmy api from Arctic, and write a middleware that I’ll use for handling api requests. This will be a lot easier to maintain, and allow me to decouple Arctic from the API format.

    I didn’t see any reference to a stable release date for v1.0, but I’ll do my best to have Arctic ready for the changes before they roll out.

    I’m planning to start working on this tomorrow. I’ll post back in this thread with any development updates.