Interface MastodonApi

All Superinterfaces:
BaseMastodonApi
All Known Implementing Classes:
MastodonClient

public interface MastodonApi extends BaseMastodonApi
Represents the main Mastodom4J interface.
  • Method Details

    • apps

      Apps apps()
    • accounts

      Accounts accounts()
    • lists

      Lists lists()
    • notifications

      Notifications notifications()
    • statuses

      Statuses statuses()
    • streaming

      Streaming streaming()
    • timelines

      Timelines timelines()
    • search

      Search search(String query)
      Search for content in accounts, statuses and hashtags.
      Parameters:
      query - the search query to execute
      Returns:
      a search result instance