lookupConnectedDomains abstract method

Future<MastodonResponse<List<String>>> lookupConnectedDomains()

Domains that this instance is aware of.

Endpoint Url

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

Authentication Methods

  • Anonymous

Reference

Implementation

Future<MastodonResponse<List<String>>> lookupConnectedDomains();