Andreas

Results 13 issues of Andreas

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...

[Documentation](https://docs.joinmastodon.org/entities/Status/#filtered) states that `Status.filtered` is optional with the definition > If the current token has an authorized user: The filter and keywords that matched this status. This is why I...

Summarizing relevant parts from #94: Currently, instance information for the currently configured instance can be retrieved via a respective `MastodonClient` instance like: `client.instances.getInstances()` (Kotlin) or `client.instances().getInstances()` (Java). This is currently...