bigbone
bigbone copied to clipboard
BigBone - A Mastodon Client Library for Java and Kotlin
I'm currently developing a client for one opensource project ([LUWRAIN](https://github.com/luwrain), a platform for blind and partly-sighted people) and encountered a problem I can not solve. I'm not really sure if...
Kotlin Multiplatform is slowly rising, many major libraries are either migrating or already support KMP. [Google announced their official support of KMP](https://android-developers.googleblog.com/2024/05/android-support-for-kotlin-multiplatform-to-share-business-logic-across-mobile-web-server-desktop.html), by the way. I know that there is...
Bumps `mockk` from 1.13.7 to 1.13.10. Updates `io.mockk:mockk` from 1.13.7 to 1.13.10 Release notes Sourced from io.mockk:mockk's releases. 1.13.10 What's Changed Add support to nested value classes by @rotilho in...
We are currently offering `InstanceMethods.getInstanceV1()`, which will get instance information using a deprecated V1 endpoint. Accessing the V2 endpoint is implemented in `InstanceMethods.getInstance()` already. The V2 endpoint exists since Mastodon...
Since I have seen that sometimes the endpoint is set as a private variable within the class to be called within all methods of that class, sometimes it is rewritten...
At some point, we introduced the `apiName` function on some enum classes where the serializable name that is expected by the Mastodon API contains characters we cannot recreate in enum...
Several of Mastodon's endpoint need a certain scope permission. For example, [lists#get-one](https://docs.joinmastodon.org/methods/lists/#get-one) states that the app calling this endpoint needs to have permission for at least `read:lists`. This information is...
Enhance samples that use the `Scope` class to showcase requesting less than "full" scope - instead, give samples that for example just request read access, or specific child scopes of...
The goal of this story is to establish `RELEASING.md` as a file in the project's root directory which describes step by step on how to: - release a new snapshot...
`https://bigbone.social` still lacks a few pages that should be written before the 2.0.0 version is released. This includes: - Welcome page - Getting Started guide - Troubleshooting section - License...