describeServer method

Future<XRPCResponse<ServerDescribeServerOutput>> describeServer({
  1. Map<String, String>? $headers,
  2. Map<String, String>? $unknown,
})

Describes the server's account creation requirements and capabilities. Implemented by PDS.

Implementation

Future<XRPCResponse<ServerDescribeServerOutput>> describeServer({
  Map<String, String>? $headers,
  Map<String, String>? $unknown,
}) async => await comAtprotoServerDescribeServer(
  $ctx: _ctx,
  $headers: $headers,
  $unknown: $unknown,
);