sys1yagi / mastodon4j

mastodon client for java, kotlin https://github.com/tootsuite/documentation/blob/master/Using-the-API/API.md
MIT License
135 stars 28 forks source link

Access to status fields which don't have API yet #57

Open hakanai opened 6 years ago

hakanai commented 6 years ago

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, or alternatively, a way to specify a different Status class to use when deserialising the JSON.