mastodon4j
mastodon4j copied to clipboard
mastodon client for java, kotlin https://github.com/tootsuite/documentation/blob/master/Using-the-API/API.md
Issue: #79
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,...
- code() - messsage() etc..
https://github.com/sys1yagi/mastodon4j/blob/master/mastodon4j/src/main/java/com/sys1yagi/mastodon4j/MastodonClient.kt#L24
- mastodon4j.entity.Status - mastodon4j.method.Apps etc...