mastodon4j icon indicating copy to clipboard operation
mastodon4j copied to clipboard

mastodon client for java, kotlin https://github.com/tootsuite/documentation/blob/master/Using-the-API/API.md

Results 24 mastodon4j issues
Sort by recently updated
recently updated
newest added

Can you the lib support plain text login as well (instead of redirecting to the OAuth browser page)?

As a developer, I would like to be able to add a push subscription via the api. (POST /api/v1/push/subscription)

I'd like to access `Status`' `emojis` (which is in the standard API) and `profile_emojis` (which isn't). Some way to access the original JSON map would be useful as a workaround,...

https://github.com/sys1yagi/mastodon4j/blob/master/mastodon4j/src/main/java/com/sys1yagi/mastodon4j/MastodonClient.kt#L24

- mastodon4j.entity.Status - mastodon4j.method.Apps etc...