getWellKnownFluxer abstract method

  1. @GET.new('/.well-known/fluxer')
Future<WellKnownFluxerResponse> getWellKnownFluxer()

Get instance discovery document.

Returns the instance discovery document including API endpoints, feature flags, and limits. This is the canonical discovery endpoint for all Fluxer clients.

Implementation

@GET('/.well-known/fluxer')
Future<WellKnownFluxerResponse> getWellKnownFluxer();