lookupRules abstract method

Future<MastodonResponse<List<Rule>>> lookupRules()

Rules that the users of this service should follow.

Endpoint Url

  • GET /api/v1/instance/rules HTTP/1.1

Authentication Methods

  • Anonymous
  • Oauth 2.0

Reference

Implementation

Future<MastodonResponse<List<Rule>>> lookupRules();